244 lines
3.7 KiB
CSS
244 lines
3.7 KiB
CSS
|
|
body,input,textarea { font: normal 12px "Verdana"; }
|
|
|
|
body {
|
|
background: url('../img/bg.png') repeat-x;
|
|
background-color: #fcfcfc;
|
|
color: #443;
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6 { margin: 0 0 5px; }
|
|
|
|
h1,h2 { margin: 10px 0 0; font: normal 2.2em Arial; color: #464e64; }
|
|
h2 { border-bottom: solid 1px #c4cde3; }
|
|
h3 { font: normal 1.6em "Verdana, Helvetica"; }
|
|
|
|
p { line-height: 1.6em; padding: 0 0 8px; }
|
|
|
|
code {
|
|
font-size: 1.2em;
|
|
padding: 8px;
|
|
margin: 15px;
|
|
border-left: 5px solid #f1f1f1;
|
|
}
|
|
|
|
a { text-decoration: none; }
|
|
a:link, a:visited { color: blue; }
|
|
a:hover, a:active { color: #516593; }
|
|
|
|
div { margin: 0; }
|
|
|
|
img { border: 0; margin: 0; padding: 0; }
|
|
|
|
form { margin: 0; }
|
|
|
|
label {
|
|
text-align: right;
|
|
width: 80px;
|
|
height: 20px;
|
|
float: left;
|
|
}
|
|
|
|
input[type="text"],
|
|
input[type="password"],
|
|
textarea {
|
|
color: #555;
|
|
width: 200px;
|
|
background-image: url('../img/elements/textbox.png');
|
|
background-repeat: repeat-x;
|
|
background-position: top;
|
|
border: 1px solid #ccc;
|
|
margin: .2em;
|
|
padding: 5px 3px;
|
|
}
|
|
|
|
input[type="text"]:focus,
|
|
input[type="password"]:focus,
|
|
textarea:focus {
|
|
color: black;
|
|
background: white;
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
textarea {
|
|
height: 80px;
|
|
overflow: auto;
|
|
}
|
|
|
|
div#wrapper {
|
|
padding: 0 25px;
|
|
margin: 0 auto 75px;
|
|
}
|
|
|
|
div#wrapper.small {
|
|
width: 780px;
|
|
}
|
|
|
|
#header {
|
|
background: url('../img/header.png') no-repeat;
|
|
height: 80px;
|
|
}
|
|
|
|
#nav {
|
|
background: url('../img/menu.png');
|
|
color: white;
|
|
height: 22px;
|
|
padding: 8px 12px 0;
|
|
-moz-border-radius: 8px;
|
|
-webkit-border-radius: 8px;
|
|
-khtml-border-radius: 8px;
|
|
behavior: url('css/border-radius.htc');
|
|
border-radius: 8px;
|
|
}
|
|
|
|
#nav a {
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#nav ul.navigation {
|
|
float: left;
|
|
list-style: none;
|
|
}
|
|
|
|
#nav ul.navigation li {
|
|
display: inline;
|
|
margin: 0 1.4em 0 0;
|
|
text-transform : capitalize;
|
|
}
|
|
|
|
#nav ul.navigation li.active,
|
|
#nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#footer {
|
|
border-top: 1px solid #bcbcbc;
|
|
height: 20px;
|
|
text-align: center;
|
|
padding: 8px 15px 0;
|
|
margin: 25px auto auto;
|
|
}
|
|
|
|
#footer, #footer a { color: #999; }
|
|
|
|
#footer #quick-nav {
|
|
float: right;
|
|
}
|
|
|
|
#footer #info {
|
|
float: left;
|
|
}
|
|
|
|
#wrapper {
|
|
margin: 0 6px;
|
|
}
|
|
|
|
/* Message */
|
|
|
|
div.test {
|
|
background: #bcbcbc;
|
|
height: 25px;
|
|
|
|
border: 0px solid white;
|
|
}
|
|
|
|
p.message, p.notify, p.bail {
|
|
padding: 8px;
|
|
margin: 0px auto 18px;
|
|
text-align: center;
|
|
}
|
|
|
|
p.message {
|
|
background: #fdf6d4;
|
|
border: 3px solid #eae5ce;
|
|
}
|
|
|
|
p.notify {
|
|
background: #ffffcc;
|
|
border: 1px solid #ffd700;
|
|
}
|
|
|
|
p.bail {
|
|
background: #fdc4c4;
|
|
border: 1px solid #fc9595;
|
|
}
|
|
|
|
/* Font Colors */
|
|
.white { color: white }
|
|
.black { color: black }
|
|
.red { color: red }
|
|
.green { color: green }
|
|
.blue { color: blue }
|
|
|
|
/* Alignment */
|
|
|
|
.float-left { float: left; }
|
|
.float-right { float: right; }
|
|
.clear { clear: both; }
|
|
.center { text-align: Center; }
|
|
|
|
/* Index */
|
|
|
|
div#foreword {
|
|
width: 435px;
|
|
text-align: justify;
|
|
float: left;
|
|
}
|
|
|
|
div#foreword a {
|
|
display: block;
|
|
margin: 8px 5px;
|
|
padding: 4px 10px;
|
|
border: 1px solid #d6dbe3;
|
|
}
|
|
|
|
/* forms */
|
|
|
|
form#login {
|
|
/*background: url('img/login-form-head.png') no-repeat;
|
|
background-color: #9eb1d2;
|
|
border: 1px solid #f3f3f3;
|
|
background: #fcfcfc;*/
|
|
padding: 5px;
|
|
width: 265px;
|
|
}
|
|
|
|
form#login td input {
|
|
padding: 2px;
|
|
}
|
|
|
|
form#login td {
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
form#login div {
|
|
background: url('img/login-form-head.png') no-repeat;
|
|
}
|
|
|
|
form#reg table {
|
|
margin: 15px auto;
|
|
}
|
|
|
|
/* Grid */
|
|
|
|
table.grid { padding: 8px; }
|
|
|
|
table.grid,
|
|
table.grid td,
|
|
table.grid th {
|
|
border: 1px solid #bcbcbc;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.grid th { background: #f1f1f1 }
|
|
table.grid th, table.grid td { padding: .5em .6em; }
|
|
|
|
div#agrement {
|
|
background: #f9f9f9;
|
|
text-align: left;
|
|
width: 600px;
|
|
padding: 8px;
|
|
margin: 0 auto 15px;
|
|
border: 1px solid #f1f1f1;
|
|
}
|