Pastebin

New pastes are no longer accepted · Stats

Latest Pastes

EOServ Klutz custom (no recent actions)

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


/*remove crap*/
#loc-bar,
h1
{
display:none !important;
}

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

#body 
{
background-color:none !important;
background-image:none !important; min-height:500px !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
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;  
}

#forummenu li:hover
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;  
}

li a:hover
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;  
}


{
-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;
}

#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;
}

.topicmain
{
width:80% !important;
}

.topictopics, .topicposts
{
display:none !important;
}

.forumlist th, .topiclist th, .topicauthor, .postlist th, .pmlist th, .servers th, .downloadlist th, .forumline td img
{
display: none !important;
}

.pagination { width:849px; position:relative;left:48px; border-radius: 6px; }

#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;
}

table#recent-actions.glist { display:none !important; }