Pastebin

New pastes are no longer accepted · Stats

Latest Pastes

EOServ CSS3 Klutz 3/9/12 - with compact mode support

/*Global Settings*/
* {
border-color: #e4d2c0 !important;
font-family: Arial, Helvetica, sans-serif !important;
}

/*remove crap*/
h1, .forumlist th, .topiclist th, .topicauthor, .postlist th, .pmlist th, .servers th, .downloadlist th, .forumline td img, .topictopics, .topicposts, table#recent-actions.glist th
{
display:none !important;
}

body{background-color: #1C1C1C !important; text-shadow: #D1B394 0px 1px 1px;}

#body
{
background-color:none !important;
background-image:none !important; min-height:500px !important;
}

.compact-body { width:1139px; margin:0px auto; }
.compact-body #body { min-height:400px !important; }
.compact-body td.topicmain img { display:none; }
.compact-body .pagination { width:1074px; margin:0px auto; }
.compact-body .topicmain { width:65% !important; }

#header
{
position:relative !important;
text-align:center !important;
border:none !important;
background-color: #1C1C1C !important;
background-image:none !important;
}

#header #slogan
{
position:relative !important;
background-color: #1C1C1C !important;
color:#b1a090 !important;
text-shadow: none;
}

#header img
{
display:none !important;
background-color: #fff !important;
}

#mainmenu
{
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-radius: 6px 6px px px;
border-top-left-radius:6px;
border-top-right-radius:6px;
}

#mainmenu li:hover, #mainmenu ul, #forummenu li:hover, li a:hover
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;  
}

#sidebar
{
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 15%, rgba(254,253,252,0) 16%, rgba(228,210,192,0.42) 38%, rgba(228,210,192,1) 68%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(15%,rgba(255,255,255,0)), color-stop(16%,rgba(254,253,252,0)), color-stop(38%,rgba(228,210,192,0.42)), color-stop(68%,rgba(228,210,192,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 15%,rgba(254,253,252,0) 16%,rgba(228,210,192,0.42) 38%,rgba(228,210,192,1) 68%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 15%,rgba(254,253,252,0) 16%,rgba(228,210,192,0.42) 38%,rgba(228,210,192,1) 68%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 15%,rgba(254,253,252,0) 16%,rgba(228,210,192,0.42) 38%,rgba(228,210,192,1) 68%); /* IE10+ */
background: linear-gradient(left,  rgba(255,255,255,0) 15%,rgba(254,253,252,0) 16%,rgba(228,210,192,0.42) 38%,rgba(228,210,192,1) 68%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e4d2c0',GradientType=1 ); /* IE6-9 */
height:100%;
}

caption
{
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-radius: 6px 6px px px;
border-top-left-radius:6px;
border-top-right-radius:6px;
color: #b1a090;
position:relative; bottom:-1px;
}

.topicmain
{
width:80% !important;
}

#loc-bar { display:inline !important; margin:0px auto !important; width:849px !important; -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.pagination { width:849px; margin:0px auto; border-radius: 6px; }

#edit-msg { min-height:260px !important; }

#footer
{
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-radius: px px 6px 6px;
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
}