2008-02-22 00:55:11 +01:00
|
|
|
html { background: #f1f1f1; }
|
2006-09-28 19:35:59 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fff;
|
2008-02-22 00:55:11 +01:00
|
|
|
color: #333;
|
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
|
|
|
margin: 2em auto 0 auto;
|
|
|
|
width: 700px;
|
|
|
|
padding: 1em 2em;
|
2008-07-10 18:59:17 +02:00
|
|
|
-moz-border-radius: 12px;
|
|
|
|
-khtml-border-radius: 12px;
|
2008-02-22 00:55:11 +01:00
|
|
|
-webkit-border-radius: 12px;
|
2008-07-10 18:59:17 +02:00
|
|
|
border-radius: 12px;
|
2006-09-28 19:35:59 +02:00
|
|
|
}
|
|
|
|
|
2008-02-22 00:55:11 +01:00
|
|
|
a { color: #2583ad; text-decoration: none; }
|
|
|
|
|
|
|
|
a:hover { color: #d54e21; }
|
|
|
|
|
2006-09-28 19:35:59 +02:00
|
|
|
h1 {
|
2008-10-27 21:55:25 +01:00
|
|
|
border-bottom: 1px solid #dadada;
|
|
|
|
clear: both;
|
|
|
|
color: #666;
|
|
|
|
font: 24px Georgia, "Times New Roman", Times, serif;
|
|
|
|
margin: 5px 0 0 -4px;
|
|
|
|
padding: 0;
|
|
|
|
padding-bottom: 7px;
|
2006-09-28 19:35:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 { font-size: 16px; }
|
|
|
|
|
2008-02-22 00:55:11 +01:00
|
|
|
p, li {
|
2006-09-28 19:35:59 +02:00
|
|
|
padding-bottom: 2px;
|
2008-07-10 18:59:17 +02:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
2006-09-28 19:35:59 +02:00
|
|
|
}
|
|
|
|
|
2008-10-27 21:55:25 +01:00
|
|
|
code { font-size: 13px; }
|
2006-09-28 19:35:59 +02:00
|
|
|
|
2008-02-22 00:55:11 +01:00
|
|
|
ul, ol { padding: 5px 5px 5px 22px; }
|
|
|
|
|
2008-10-27 21:55:25 +01:00
|
|
|
#logo { margin: 6px 0 14px 0; border-bottom: none;}
|
2006-09-28 19:35:59 +02:00
|
|
|
|
2008-07-09 06:33:31 +02:00
|
|
|
.step {
|
2008-07-10 18:59:17 +02:00
|
|
|
margin: 20px 0 15px;
|
2008-07-09 06:33:31 +02:00
|
|
|
}
|
|
|
|
|
2008-10-27 21:55:25 +01:00
|
|
|
.step input, a.button {
|
2008-07-10 18:59:17 +02:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
2006-09-28 19:35:59 +02:00
|
|
|
|
2008-02-22 00:55:11 +01:00
|
|
|
.step, th { text-align: left; padding: 0; }
|
|
|
|
|
|
|
|
.submit input, .button, .button-secondary {
|
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
2008-07-09 06:33:31 +02:00
|
|
|
padding: 5px 7px 7px;
|
|
|
|
border: 1px solid #a3a3a3;
|
2008-02-22 00:55:11 +01:00
|
|
|
margin-left: 0;
|
2008-07-09 06:33:31 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2008-02-22 00:55:11 +01:00
|
|
|
color: #246;
|
|
|
|
background: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-secondary {
|
|
|
|
background: #cee1ef;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit input:hover, .button:hover, .button-secondary:hover {
|
|
|
|
color: #d54e21;
|
2008-07-09 06:33:31 +02:00
|
|
|
border-color: #535353;
|
2008-02-22 00:55:11 +01:00
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table {
|
2008-02-22 00:55:11 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2006-09-28 19:35:59 +02:00
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table td {
|
2008-02-22 00:55:11 +01:00
|
|
|
margin-bottom: 9px;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 8px solid #fff;
|
2008-07-10 18:59:17 +02:00
|
|
|
font-size: 12px;
|
2008-02-22 00:55:11 +01:00
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table th {
|
2008-07-10 18:59:17 +02:00
|
|
|
font-size: 13px;
|
2008-02-22 00:55:11 +01:00
|
|
|
text-align: left;
|
2008-07-10 18:59:17 +02:00
|
|
|
padding: 16px 10px 10px 10px;
|
2008-02-22 00:55:11 +01:00
|
|
|
border-bottom: 8px solid #fff;
|
|
|
|
width: 110px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table tr {
|
2008-02-22 00:55:11 +01:00
|
|
|
background: #eaf3fa;
|
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table code {
|
2008-02-22 00:55:11 +01:00
|
|
|
line-height: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2008-02-24 05:33:10 +01:00
|
|
|
.form-table p {
|
2008-02-22 00:55:11 +01:00
|
|
|
margin: 4px 0 0 0;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2008-07-10 18:59:17 +02:00
|
|
|
.form-table input {
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2008-10-27 21:55:25 +01:00
|
|
|
#error-page { margin-top: 50px; }
|
2008-02-24 05:33:51 +01:00
|
|
|
|
|
|
|
#error-page p {
|
|
|
|
font-size: 14px;
|
2008-07-10 18:59:17 +02:00
|
|
|
line-height: 16px;
|
|
|
|
margin: 25px 0 20px;
|
2008-02-24 05:33:51 +01:00
|
|
|
}
|
|
|
|
|
2008-10-27 21:55:25 +01:00
|
|
|
#error-page code { font-size: 15px; }
|