didn't work..
here is my addition.css
Code:
.morbid-box {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
padding:0 20px;
background:#f2f2f2;
margin: {vb:stylevar doc_margin};
}
.doc_header {
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
}
.above_body {
background-color:#e8e7e7;
}
.navtabs {
border-left:1px solid #CFCFCF;
}
.navtabs ul {
border:1px solid #CFCFCF
}
.navtabs li.selected a.navtab {
border-top:1px solid #345b94;
}
.toplinks ul.isuser li a:hover {
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
background:#989898;
}
.toplinks ul.nouser li a:hover {
background:#989898;
}
.toplinks form input {
padding: 1px 4px;
border: 1px solid #989898;
}
.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active {
background:#989898 url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center;
}
.notices li {
border:1px solid #dfc0c0;
}
span.notifications-number {
background:red;
padding:0 3px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
color:white!important;
}
.globalsearch {
margin-top:2px;
}
dl.tabslight dd a:hover {
color:#85c2ef;
}
.dvb_footer {
font-weight:bold;
}
.dvb_logo {
width:65px;
height:16px;
margin:2px auto 0 auto;
background:url(digitalvb/morbid/morbid_base/dvblogo.png) top center no-repeat;
}
.forumbit_nopost .forumhead h2, .forumbit_post .forumhead h2 {
min-height:30px;
}
dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time, .userprof_content {
color: #000000;
}