2012-08-11 01:57:38 +02:00
|
|
|
body {
|
|
|
|
color: #464646;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
2012-08-16 18:24:04 +02:00
|
|
|
margin-bottom: 0;
|
2012-08-11 01:57:38 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: #549900;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2012-08-16 18:24:04 +02:00
|
|
|
font-size: 220%;
|
|
|
|
margin-bottom: 0.5em;
|
2012-08-21 18:05:20 +02:00
|
|
|
text-align: center;
|
2012-08-11 01:57:38 +02:00
|
|
|
}
|
|
|
|
|
2012-08-16 18:24:04 +02:00
|
|
|
h2 { font-size: 130%; }
|
2012-08-11 01:57:38 +02:00
|
|
|
|
|
|
|
p, ul, ol {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
a { color: #D99821; }
|
|
|
|
|
|
|
|
a:hover { text-decoration: none; }
|
|
|
|
|
2012-08-16 18:24:04 +02:00
|
|
|
a img { border: none; }
|
|
|
|
|
|
|
|
div#fullpage {
|
2012-08-21 18:05:20 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#fullpage>div {
|
2012-08-21 18:05:20 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.description {
|
2012-08-21 18:05:20 +02:00
|
|
|
text-align: center;
|
2012-08-16 18:24:04 +02:00
|
|
|
width: 70%;
|
2012-08-21 18:05:20 +02:00
|
|
|
border-width: 2px;
|
|
|
|
background-color: lightgreen;
|
|
|
|
border-style: groove;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0.5em 15% 1em 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.timeout p {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.timeout em {
|
|
|
|
color: red;
|
|
|
|
font-size: 180%;
|
|
|
|
font-weight: bold;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.error {
|
|
|
|
width: 70%;
|
2012-08-21 18:05:20 +02:00
|
|
|
border-width: 2px;
|
|
|
|
background-color: #FBB;
|
|
|
|
border-style: groove;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0.5em 15% 1em 15%;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.start_evaluation {
|
2012-08-21 18:05:20 +02:00
|
|
|
text-align: center;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.start_evaluation form input[type=submit] {
|
2012-08-21 18:05:20 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#footer {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 1em;
|
2012-08-21 18:05:20 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: table;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#footer>div {
|
2012-08-21 18:05:20 +02:00
|
|
|
display: table-cell;
|
|
|
|
padding-left: 5%;
|
|
|
|
padding-right: 5%;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#footer>div:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#footer>div {
|
|
|
|
border-left: 2px solid #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#footer ul li {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#summary {
|
2012-08-21 18:05:20 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 768px;
|
|
|
|
width: 80%;
|
2012-08-16 18:24:04 +02:00
|
|
|
}
|
|
|
|
|
2012-08-21 18:05:20 +02:00
|
|
|
div#summary form div { text-align: center; }
|
|
|
|
div#summary form table td { text-align: left; }
|
|
|
|
div#summary form table { width: 100%; }
|
|
|
|
div#summary input[type=text] { width: 100%; }
|
|
|
|
div#summary textarea { width: 100%; }
|
2012-08-16 18:24:04 +02:00
|
|
|
div#summary input[type=submit] {
|
2012-08-21 18:05:20 +02:00
|
|
|
text-align: center;
|
2012-08-11 01:57:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2012-08-16 18:24:04 +02:00
|
|
|
ul.quality li { list-style-type: none; }
|
2012-08-21 18:05:20 +02:00
|
|
|
ul.quality li span.key { font-weight: bold; min-width: 1.5em; display: inline-block; }
|
|
|
|
ul.quality li span.text { font-style: italic; }
|
2012-08-11 01:57:38 +02:00
|
|
|
|
2012-08-16 18:24:04 +02:00
|
|
|
table.options th {
|
2012-08-11 01:57:38 +02:00
|
|
|
font-size: 150%;
|
2012-08-21 18:05:20 +02:00
|
|
|
font-weight: bold;
|
2012-08-11 01:57:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.options tr.option_image td {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2012-08-16 18:24:04 +02:00
|
|
|
/* colors taken from the tango desktop project
|
|
|
|
* http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
|
|
|
|
*/
|
|
|
|
table.options td.column0 { background-color: #fce94f; }
|
|
|
|
table.options td.column1 { background-color: #fcaf3e; }
|
|
|
|
table.options td.column2 { background-color: #8ae234; }
|
|
|
|
table.options td.column3 { background-color: #729fcf; }
|
|
|
|
table.options td.column4 { background-color: #ad7fa8; }
|
|
|
|
table.options td.column5 { background-color: #ef2929; }
|
|
|
|
table.options td.column6 { background-color: #e9b96e; }
|
2012-08-11 01:57:38 +02:00
|
|
|
|
2012-08-16 18:24:04 +02:00
|
|
|
input[type=submit], input[type=button] {
|
2012-08-21 18:05:20 +02:00
|
|
|
font-weight: bold;
|
2012-08-11 01:57:38 +02:00
|
|
|
}
|
2012-08-16 18:24:04 +02:00
|
|
|
|