erster Entwurf fuer simples Umfrage-Web-Interface
This commit is contained in:
parent
b4c3a84104
commit
59ccb5a87c
11 changed files with 465 additions and 0 deletions
BIN
umfrage_kirchenplatz2012/media/option1.png
Normal file
BIN
umfrage_kirchenplatz2012/media/option1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
BIN
umfrage_kirchenplatz2012/media/option2.png
Normal file
BIN
umfrage_kirchenplatz2012/media/option2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
BIN
umfrage_kirchenplatz2012/media/option3.png
Normal file
BIN
umfrage_kirchenplatz2012/media/option3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
umfrage_kirchenplatz2012/media/option4.png
Normal file
BIN
umfrage_kirchenplatz2012/media/option4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
85
umfrage_kirchenplatz2012/media/style.css
Normal file
85
umfrage_kirchenplatz2012/media/style.css
Normal file
|
@ -0,0 +1,85 @@
|
|||
body {
|
||||
font-size: 12px;
|
||||
color: #464646;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
color: #549900;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 250%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
h2 { font-size: 140%; }
|
||||
|
||||
p, ul, ol {
|
||||
margin-top: 0;
|
||||
line-height: 240%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a { color: #D99821; }
|
||||
|
||||
a:hover { text-decoration: none; }
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
table.options label {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
table.options td {
|
||||
padding: 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.options td ul {
|
||||
padding: 2px 20px 2px 20px;
|
||||
}
|
||||
|
||||
table.options td ul li {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
table.options td.answer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul.radio li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
table.options tr.option_title {
|
||||
font-size: 150%;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
table.options tr.option_image td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.options td.column0 {
|
||||
background-color: #c5c5ff;
|
||||
}
|
||||
|
||||
table.options td.column1 {
|
||||
background-color: #c5ffc5;
|
||||
}
|
||||
|
||||
input.submit {
|
||||
font-size: 14px;
|
||||
font-weight:bold;
|
||||
display: inline-block;
|
||||
padding:0px;
|
||||
padding-bottom:5px;
|
||||
padding-left:10px;
|
||||
margin-left:10px;
|
||||
width:30%;
|
||||
line-height:100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue