daug sykiu bandziau ,bet nieko ;(
Styles.css
a {
color : #FFF;
text-decoration : none;
}
a:hover {
color : #FFF;
text-decoration : underline;
}
a.side {
color : #FFF;
text-decoration : none;
}
a:hover.side {
color : #FFF;
text-decoration : underline;
}
a.white {
color : #ddd;
text-decoration : none;
}
a:hover.white {
color : #ddd;
text-decoration : underline;
}
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color : #2e2e2e;
margin: 0;
padding: 0;
}
form {
margin : 0px;
}
hr {
height : 1px;
border : 1px solid #eee;
}
hr.side-hr {
height : 1px;
border : 1px solid #eee;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}
pre {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}
.alt {
color : #005599;
}
.foot {
background: url(images/foot.png) no-repeat;
width: 1000px;
height: 68px;
font-family : Verdana;
font-size : 11px;
color : #FFF;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}
.button {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #555;
background-color : #f1f1f1;
height : 20px;
border : 1px solid #ccc;
margin-top : 2px;
}
.textbox {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #555;
background-color : #f8f8f8;
border : 1px solid #ccc;
}
.main-bg {
color : #555;
padding : 5px 0 0 0;
}
.side-border-left {
color : #777;
padding : 3px 2px 3px 0;
}
.side-border-right {
color : #777;
padding : 3px 0 3px 2px;
}
.openside_1 {
background: url(images/openside_1.png) no-repeat;
width: 238px;
height: 54px;
font-family : Verdana;
font-size : 11px;
font-weight : bold;
color : #FFF;
text-align: center;
}
.openside_2 {
background: url(images/openside_2.png) top center repeat-y;
width: 238px;
font-family : Verdana;
font-size : 11px;
color : #FFF;
padding: 2px 7px;
}
.openside_4 {
background: url(images/openside_4.png) no-repeat;
width: 238px;
height: 38px;
}
.opentable_1 {
background: url(images/opentable_1.png) no-repeat;
width: 500px;
height: 55px;
font-family : Verdana;
font-size : 11px;
font-weight : bold;
color : #FFF;
text-align: center;
padding-top: 3px;
}
.opentable_2 {
background: url(images/opentable_2.png) repeat-y;
width: 500px;
font-family : Verdana;
font-size : 11px;
color : #FFF;
padding: 3px 7px;
}
.opentable_3 {
background: url(images/opentable_3.png) no-repeat;
width: 500px;
height: 39px;
padding: 5px 0 0 35px;
}
.opentable_4 {
background: url(images/opentable_3.png) no-repeat;
width: 500px;
height: 29px;
font-family : Verdana;
font-size : 10px;
font-weight : bold;
color : #FFF;
}
.tbl-border { }
.tbl {
font-size : 11px;
color : #646464;
padding : 4px;
}
.tbl1 {
font-size:11px;
color:#646464;
background-image:url(images/c.png);
padding:4px;
}
.tbl2 {
font-size:11px;
color:#646464;
background-image:url(images/j.png);
padding:4px;
}
.forum-caption {
font-size : 11px;
font-weight : bold;
color : #888;
background-color : #f1f1f1;
padding : 2px 4px 4px 4px;
}
.quote {
font-size : 11px;
color : #555;
background-color : #f8f8f8;
padding : 4px;
margin : 0px 20px 0px 20px;
border : 1px solid #bbb;
}
.poll {
height : 12px;
border : 1px solid #bbb;
}
.comment-name {
font-weight : bold;
color : #005599;
}
.shoutboxname {
font-weight : bold;
color : #ffffff;
}
.shoutbox {
color : #ffffff;
}
.shoutboxdate {
font-size : 10px;
color : #494949;
}
.small {
font-size : 10px;
font-weight : normal;
}
.small2 {
font-size : 10px;
font-weight : normal;
color : #555;
}
.side-small {
font-size : 10px;
font-weight : normal;
color : #555;
background-color : #f6f6f6;
}
.side-label {
color : #555;
background-color : #f1f1f1;
padding : 2px 2px 3px 2px;
}
|