2010-03-28 13:28:25 +02:00
|
|
|
html {
|
|
|
|
background: #f9f9f9;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fff;
|
|
|
|
color: #333;
|
2011-07-07 20:03:30 +02:00
|
|
|
font-family: sans-serif;
|
2010-02-28 23:42:36 +01:00
|
|
|
margin: 2em auto;
|
2009-08-20 23:12:33 +02:00
|
|
|
width: 700px;
|
|
|
|
padding: 1em 2em;
|
|
|
|
-moz-border-radius: 11px;
|
|
|
|
-khtml-border-radius: 11px;
|
|
|
|
-webkit-border-radius: 11px;
|
|
|
|
border-radius: 11px;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
a {
|
|
|
|
color: #2583ad;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
a:hover {
|
|
|
|
color: #d54e21;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
h2 {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
2010-02-28 23:42:36 +01:00
|
|
|
p, li, dd, dt {
|
2009-08-20 23:12:33 +02:00
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
code, .code {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
ul, ol, dl {
|
|
|
|
padding: 5px 5px 5px 22px;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
2010-02-28 23:42:36 +01:00
|
|
|
a img {
|
|
|
|
border:0
|
|
|
|
}
|
|
|
|
abbr {
|
|
|
|
border: 0;
|
|
|
|
font-variant: normal;
|
|
|
|
}
|
|
|
|
#logo {
|
|
|
|
margin: 6px 0 14px 0;
|
|
|
|
border-bottom: none;
|
|
|
|
text-align:center
|
2010-03-17 17:27:25 +01:00
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
.step {
|
|
|
|
margin: 20px 0 15px;
|
|
|
|
}
|
2010-03-28 13:28:25 +02:00
|
|
|
.step, th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
|
|
|
.submit input, .button, .button-secondary {
|
2011-07-07 20:03:30 +02:00
|
|
|
font-family: sans-serif;
|
2009-08-20 23:12:33 +02:00
|
|
|
text-decoration: none;
|
|
|
|
font-size: 14px !important;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 6px 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
color: #464646;
|
|
|
|
-moz-border-radius: 15px;
|
|
|
|
-khtml-border-radius: 15px;
|
|
|
|
-webkit-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
-khtml-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover, .button-secondary:hover, .submit input:hover {
|
|
|
|
color: #000;
|
|
|
|
border-color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button, .submit input, .button-secondary {
|
|
|
|
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:active, .submit input:active, .button-secondary:active {
|
|
|
|
background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
|
|
|
|
}
|
|
|
|
|
2010-03-28 13:26:06 +02:00
|
|
|
textarea {
|
|
|
|
border: 1px solid #bbb;
|
2011-05-06 21:00:53 +02:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2010-03-28 13:26:06 +02:00
|
|
|
}
|
|
|
|
|
2009-08-20 23:12:33 +02:00
|
|
|
.form-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table td {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 8px solid #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th {
|
|
|
|
font-size: 13px;
|
|
|
|
text-align: left;
|
|
|
|
padding: 16px 10px 10px 10px;
|
|
|
|
border-bottom: 8px solid #fff;
|
2010-03-05 13:25:30 +01:00
|
|
|
width: 130px;
|
2009-08-20 23:12:33 +02:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table tr {
|
|
|
|
background: #f3f3f3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table code {
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table p {
|
|
|
|
margin: 4px 0 0 0;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input {
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2010-03-14 03:30:50 +01:00
|
|
|
.form-table th p {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
#error-page {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
2009-08-20 23:12:33 +02:00
|
|
|
|
|
|
|
#error-page p {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 25px 0 20px;
|
|
|
|
}
|
|
|
|
|
2010-03-28 13:28:25 +02:00
|
|
|
#error-page code, .code {
|
2011-06-02 21:55:27 +02:00
|
|
|
font-family: Consolas, Monaco, monospace;
|
2010-03-28 13:28:25 +02:00
|
|
|
}
|
2010-02-14 04:07:47 +01:00
|
|
|
|
|
|
|
#pass-strength-result {
|
|
|
|
background-color: #eee;
|
|
|
|
border-color: #ddd !important;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2010-03-14 03:30:50 +01:00
|
|
|
margin: 5px 5px 5px 1px;
|
2010-02-14 04:07:47 +01:00
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
|
|
|
width: 200px;
|
2010-09-25 12:58:01 +02:00
|
|
|
display: none;
|
2010-02-14 04:07:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.bad {
|
|
|
|
background-color: #ffb78c;
|
|
|
|
border-color: #ff853c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.good {
|
|
|
|
background-color: #ffec8b;
|
|
|
|
border-color: #ffcc00 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.short {
|
|
|
|
background-color: #ffa0a0;
|
|
|
|
border-color: #f04040 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result.strong {
|
|
|
|
background-color: #c3ff88;
|
|
|
|
border-color: #8dff1c !important;
|
|
|
|
}
|
2010-05-24 10:18:48 +02:00
|
|
|
|
|
|
|
.message {
|
|
|
|
border: 1px solid #e6db55;
|
2010-05-24 21:29:31 +02:00
|
|
|
padding: 0.3em 0.6em;
|
2010-05-26 04:42:15 +02:00
|
|
|
margin: 5px 0 15px;
|
2010-05-24 10:18:48 +02:00
|
|
|
background-color: #ffffe0;
|
|
|
|
}
|
2011-08-21 17:38:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* install-rtl */
|
|
|
|
body.rtl {
|
|
|
|
font-family: Tahoma, arial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl h1 {
|
|
|
|
font-family: arial;
|
|
|
|
margin: 5px -4px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl ul,
|
|
|
|
.rtl ol {
|
|
|
|
padding: 5px 22px 5px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .step,
|
|
|
|
.rtl th,
|
|
|
|
.rtl .form-table th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .submit input,
|
|
|
|
.rtl .button,
|
|
|
|
.rtl .button-secondary {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl #user_login,
|
|
|
|
.rtl #admin_email,
|
|
|
|
.rtl #pass1,
|
|
|
|
.rtl #pass2 {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|