A new, object-oriented, better vesion of μForum
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

81 lines
1.2 KiB

#container {
background-color: #CEE3F6;
border: 2px solid navy;
}
a:hover {
color: navy;
}
#container #top {
background-color: #CEE3F6;
height: 140px;
}
#container #top h1 {
top: 30%;
color: navy;
}
#container #footer {
background-color: navy;
}
#container #menu {
background-image: url('images/button_beam.gif');
}
.navigation {
color: navy;
}
.row:last-child .tc1, .row:last-child .tc2, .row:last-child .tc3, .row:last-child .tc4 {
border-bottom: 1px solid #040074;
}
.rcol {
border: 1px solid #040074;
}
.tc1 {
border-left: 1px solid #040074;
}
.tc4 {
border-right: 1px solid #040074;
}
.hc1, .hc2, .hc3, .hc4 {
background-image: url('images/category_beam.gif');
border-top: 1px solid #040074;
}
.hc1 {
border-left: 1px solid #040074;
}
.hc4 {
border-right: 1px solid #040074;
}
.tab_desc {
color: blue;
}
input[type="button"], input[type="reset"], input[type="submit"] {
background-color: #C7E2FB;
border: 1px solid #AACAE8;
color: #204E7A;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background-color: #e3effb;
}
.btn {
background-image: url('images/button_beam.gif');
}
.btn_small {
background-image: url('images/button_beam.gif');
}