433 lines
7.7 KiB
CSS
433 lines
7.7 KiB
CSS
/*
|
|
Start with some basic resets
|
|
*/
|
|
|
|
/*
|
|
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
|
Code licensed under the BSD License:
|
|
http://developer.yahoo.net/yui/license.txt
|
|
version: 2.7.0
|
|
*/
|
|
html{color:#000;background:#FFF;}
|
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
|
|
table{border-collapse:collapse;border-spacing:0;}
|
|
fieldset,img{border:0;}
|
|
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
|
|
del,ins{text-decoration:none;}
|
|
li{list-style:none;}
|
|
caption,th{text-align:left;}
|
|
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
|
|
q:before,q:after{content:'';}
|
|
abbr,acronym{border:0;font-variant:normal;}
|
|
sup{vertical-align:baseline;}
|
|
sub{vertical-align:baseline;}
|
|
legend{color:#000;}
|
|
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
|
|
input,button,textarea,select{*font-size:100%;}
|
|
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
|
|
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
|
|
table{font-size:inherit;font:100%;}
|
|
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
|
|
|
|
/*
|
|
Now for our own code
|
|
*/
|
|
|
|
html {
|
|
background-color: rgb(247, 247, 247);
|
|
}
|
|
|
|
body {
|
|
text-align: center;
|
|
font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
|
|
font-size: 1em;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
div#container {
|
|
margin: 2em auto 1em auto;
|
|
padding: 1em 32px;
|
|
width: 700px;
|
|
background-color: rgb(255, 255, 255);
|
|
text-align: left;
|
|
-moz-border-radius: 11px;
|
|
-khtml-border-radius: 11px;
|
|
-webkit-border-radius: 11px;
|
|
border-radius: 11px;
|
|
border: 1px solid rgb(223, 223, 223);
|
|
color: rgb(51, 51, 51);
|
|
}
|
|
|
|
a {
|
|
color: rgb(50, 140, 0);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
em {
|
|
font-style: italic;
|
|
}
|
|
|
|
div.logo img {
|
|
margin: 12px 0 27px 0;
|
|
width: 200px;
|
|
height: 57px;
|
|
display: block;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 0 2em 0;
|
|
font-size: 0.75em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 1em 0;
|
|
font-size: 0.75em;
|
|
line-height: 1.4em;
|
|
}
|
|
|
|
dl {
|
|
border-left: 1px solid rgb(125, 125, 125);
|
|
margin: 1.5em 0 1.5em 2.5em;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
dl code {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
dt {
|
|
font-size: 1em;
|
|
padding: 0.6em 0 0.2em 0.6em;
|
|
}
|
|
|
|
dd {
|
|
font-size: 1em;
|
|
padding: 0 0 0.6em 3.6em;
|
|
}
|
|
|
|
p.status {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -2.4em;
|
|
margin: 0;
|
|
padding: 0.5em 1em;
|
|
line-height: 1.4em;
|
|
text-shadow: rgb(255, 255, 255) 0px 1px 0px;
|
|
color: rgb(70, 70, 70);
|
|
}
|
|
|
|
p code {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
div.open div p.error.last,
|
|
div.open div p.message.last {
|
|
margin-bottom: 1.4em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 0.75em;
|
|
background-color: rgb(236, 236, 236);
|
|
padding: 0.5em 1em;
|
|
text-shadow: rgb(255, 255, 255) 0px 1px 0px;
|
|
color: rgb(70, 70, 70);
|
|
font-weight: bold;
|
|
line-height: 1.4em;
|
|
}
|
|
|
|
div.open,
|
|
div.closed {
|
|
border: 1px solid rgb(223, 223, 223);
|
|
-moz-border-radius: 6px;
|
|
-khtml-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
margin-bottom: 1em;
|
|
background-color: rgb(247, 247, 247);
|
|
}
|
|
|
|
div.open div {
|
|
padding: 1em;
|
|
margin: 1px 0;
|
|
}
|
|
|
|
div.closed div {
|
|
position: relative;
|
|
}
|
|
|
|
p.error {
|
|
border: 1px solid rgb(204, 0, 0);
|
|
background-color: rgb(255, 235, 232);
|
|
padding: 0.6em;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
p.error a {
|
|
color: rgb(204, 0, 0);
|
|
}
|
|
|
|
dl.error {
|
|
margin-top: -1em;
|
|
}
|
|
|
|
p.message {
|
|
border: 1px solid rgb(230, 219, 85);
|
|
background-color: rgb(255, 251, 204);
|
|
padding: 0.6em;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
div.open div.toggle {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
div.open h2 {
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
|
|
form {
|
|
clear: both;
|
|
border: 1px solid rgb(223, 223, 223);
|
|
background-color: rgb(255, 255, 255);
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
padding: 1em 1em 1em 1em;
|
|
}
|
|
|
|
legend {
|
|
font-size: 0.9em;
|
|
font-weight: bold;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
margin: 0 0 1.8em 0;
|
|
font-size: 0.75em;
|
|
color: rgb(34, 34, 34);
|
|
cursor: pointer;
|
|
clear: both;
|
|
}
|
|
|
|
label span {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
label.error {
|
|
border: 1px solid rgb(204, 0, 0);
|
|
background-color: rgb(255, 235, 232);
|
|
padding: 0.6em;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
label.forward {
|
|
clear: none;
|
|
}
|
|
|
|
label a.note-toggle {
|
|
background-color: rgb(223, 223, 223);
|
|
color: rgb(255, 255, 255);
|
|
display: block;
|
|
text-align: center;
|
|
float: left;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
padding-top: 1px;
|
|
padding-left: 1px;
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
margin-left: 6px;
|
|
margin-top: 4px;
|
|
-moz-border-radius: 9px;
|
|
-khtml-border-radius: 9px;
|
|
-webkit-border-radius: 9px;
|
|
border-radius: 9px;
|
|
}
|
|
|
|
label a.note-toggle:hover {
|
|
text-decoration: none;
|
|
background-color: rgb(50, 140, 0);
|
|
}
|
|
|
|
label.has-note.for-textarea a.note-toggle {
|
|
margin-top: -2px;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
label.has-note.for-select a.note-toggle {
|
|
margin-top: 3px;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
label.has-note.for-toggle a.note-toggle {
|
|
margin-top: -2px;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
label.for-textarea span,
|
|
label.for-toggle span {
|
|
float: left;
|
|
}
|
|
|
|
label.for-toggle span {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
label span.error {
|
|
color: rgb(204, 0, 0);
|
|
display: block;
|
|
margin: 0.4em 0.4em 0.4em 3em;
|
|
}
|
|
|
|
label code {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
fieldset.buttons label.forward {
|
|
margin: 0;
|
|
float: right;
|
|
}
|
|
|
|
fieldset.buttons label.back {
|
|
margin: 0;
|
|
float: left;
|
|
}
|
|
|
|
p.note {
|
|
margin: 0 0 0 2.5em;
|
|
color: rgb(102, 102, 102);
|
|
border-left: 1px solid rgb(50, 140, 0);
|
|
padding: 0.6em;
|
|
font-size: 0.9em;
|
|
font-style: italic;
|
|
clear: both;
|
|
}
|
|
|
|
input.text {
|
|
font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
|
|
font-size: 1.2em;
|
|
padding: 4px;
|
|
border: 1px solid rgb(187, 187, 187);
|
|
width: 400px;
|
|
display: block;
|
|
float: left;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
clear: both;
|
|
}
|
|
|
|
select {
|
|
font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
|
|
font-size: 1.2em;
|
|
padding: 0;
|
|
border: 1px solid rgb(187, 187, 187);
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
textarea {
|
|
font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
|
|
font-size: 0.9em;
|
|
padding: 0;
|
|
border: 1px solid rgb(187, 187, 187);
|
|
width: 630px;
|
|
max-width: 630px;
|
|
height: 38em;
|
|
display: block;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
clear: both;
|
|
}
|
|
|
|
textarea#config {
|
|
text-align: left;
|
|
}
|
|
|
|
textarea.short,
|
|
textarea#error_log {
|
|
height: 15em;
|
|
}
|
|
|
|
textarea#error_log {
|
|
border-color: rgb(153, 0, 0);
|
|
color: rgb(153, 0, 0);
|
|
}
|
|
|
|
input.checkbox {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
input.button {
|
|
background: url('images/white-grad.png') repeat-x 0 0 rgb(242, 242, 242);
|
|
-moz-border-radius: 15px;
|
|
-khtml-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
border: 1px solid rgb(187, 187, 187);
|
|
color: rgb(70, 70, 70);
|
|
cursor: pointer;
|
|
font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
|
|
font-size: 1.2em;
|
|
line-height: 1.2em;
|
|
padding: 0.45em 0.9em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
input.button:hover {
|
|
border-color: rgb(102, 102, 102);
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
|
|
input.button:active {
|
|
background-image: url('images/white-grad-active.png');
|
|
}
|
|
|
|
label#label-toggle_4 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
label#label-toggle_4 span {
|
|
margin-bottom: 0.4em;
|
|
}
|
|
|
|
label#label-error_log,
|
|
label#label-installation_log {
|
|
margin-top: 1.8em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
div.clear {
|
|
clear: both;
|
|
height: 0;
|
|
line-height: 0;
|
|
font-size: 0;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
} |