View file design/styles/default/style.css

File size: 3.35Kb
body {
background: #cbcbcb;
margin: 0 auto;
max-width: 600px;
font-size: 13px;
color: #16223b;
font-family: Arial;}

a, a:link, a:active, a:visited {
color: #39728a;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

img {
vertical-align: middle;
}

table {
font-size: 12px;
}

.headmenu, .foot {
background: #24627b;
}

a.headmenulink {
display: inline-block;
padding: 12px;
color: #bddeed;
text-decoration: none;
}

a.headmenulink:hover {
color: #f2fbff;
background: #326c85 url(headmenulinkhover.gif) no-repeat bottom;
}

a.headbut {
padding: 6px 12px;
background: #3e7c96 url(aheadbut.gif) repeat-x top;
color: #fff;
margin: 0 4px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}

a.headbut:hover {
background: #5790a1 url(aheadbuthover.gif) repeat-x top;
}

.content {
background: #5790a1;
color: #fff;
padding: 10px;
border-top: 1px solid #437e8f;
border-bottom: 1px solid #6da1b0;
}
.class span {
float: left;
}

.descr {
background: #6b9dac;
padding: 4px 8px;
font-size: 12px;
margin-top: 5px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #4f899a;
}

.erors {
color: #ffffff;
padding:7px;
background-color: #CC1559;
text-align: center;
border-top: 1px #ffffff solid;
border-bottom: 1px #e8e8ea solid;
display: block;
}

.newstitle {
display: inline-block;
background: #24627b;
padding: 5px 10px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
}

.txt {
margin: 3px;
}

.linksbar {
}

.linksbar a {
display: inline-block;
background: #efefef url(linksbara.gif) repeat-x top;
margin: 3px 0;
color: #24627b;
padding: 6px 10px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}

.linksbar a:hover {
background: #d2e9ef url(linksbarahover.gif) repeat-x top;
}

.subhead {
color: #000000;
padding:7px;
background-color: #f5f5f5;
border-top: 1px #ffffff solid;
border-bottom: 1px #e8e8ea solid;
display: block;
}

.forlink {
background: #fff url(forlink.gif) repeat-x top;
}


.forlink a {
display: block;
padding: 8px 10px;
text-decoration: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #ececec;
background: url(arr.png) no-repeat right;
}

.forlink a:hover {
background: url(arrhover.png) no-repeat right;
}

.graytext {
color: #444;
}

.loghead {
padding: 12px;
font-size: 12px;
color: #ffffff;
text-decoration: none;
background: #326c85 url(foothover.gif) no-repeat top;
}

.foot {
text-align: right;
}

.foot a {
display: inline-block;
padding: 12px;
font-size: 12px;
color: #bddeed;
text-decoration: none;
}

.foot a:hover {
background: #326c85 url(foothover.gif) no-repeat top;
color: #f2fbff;
}

form {
padding: 0;
margin: 0;
}

input, select, textarea {
font-size: 13px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #fff url(input.gif) repeat-x top;
border: 1px solid #326d85;
padding: 6px 10px;
}

input[type=submit],input[type=button] {
background: #24627b url(inputbutton.gif) repeat-x top;
border: 1px solid #24627b;
color: #fff;}