custom crossfire CSS
•
1 Aug 2008, 12:06
•
Journals
Are there any custom CSS files for Crossfire out there?
I'd be willing to add the option for users to officially select alternative styles to the current standard one but don't know if there are actually any others.
I know there is the xf2 css file but iirc it fucks up quite a few areas.
I'd be willing to add the option for users to officially select alternative styles to the current standard one but don't know if there are actually any others.
I know there is the xf2 css file but iirc it fucks up quite a few areas.
btw found
http://userstyles.org/styles/6164
just incase you do create one and then wonder why it isn't so minimal by default :P
go ahead and adblock the shit out of it afterwards but obviously don't think it's too wise to officially block the sites own ads
Can ndo it again if somebody rly wants a pink crossfire ^^
EDIT: I have been using this one:
Code@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("crossfire.nu"),
url("http://www.crossfire.nu"),
url-prefix("http://crossfire.nu/?x=news")
{
body
{
background: #333333 !important;
}
}
.SexyWhiteBG a:link { color:#AE1601 !important; text-decoration: none !important; }
.SexyWhiteBG a:visited { color:#AE1601 !important; text-decoration: none !important; }
.SexyWhiteBG a:hover { color:#000 !important; text-decoration: none !important; }
#banner { background:#302E2F url(http://elitepicturehost.com/up_imgs/img_a8d22c94d6a445d629313d9f544336fa.jpg) no-repeat !important; }
.SexyWhiteBG { background:#e2e2e2 !important; border-bottom:7px solid #333 !important; padding-left:8px !important; }
.SexyWhiteHeader { border:2px solid #fff !important; background:#333 !important; }
.SexyWhiteBGNews { background:#333 !important; }
.SexyColumnList { background:#fff !important; padding:1px !important; border:4px solid #555 !important; width:612px !important; margin-bottom:3px !important; margin-top:3px !important; }
.SexyColumnList A:link, .SexyColumnList A:visited { color:#AE1601 !important; }
.SexyColumnList A:hover { color:#333 !important; }
.SexyContent A:link, .SexyContent A:visited { color:#AE1601 !important; }
.SexyContent A:hover { color:#333 !important; }
.SexyTable { border:1px solid #fff !important; background:#fff !important; }
#navContainer { padding-top:2px !important; }
.sepMenu, .nosepMenu { !important; padding:2px 16px 2px 16px !important; line-height:18px !important; margin-right:15px !important; margin-top:2px !important; }
.sepMenu a:hover, .nosepMenu a:hover { color:#222 !important; }
.pagination a:link, .pagination a:visited { color:#FF4E00 !important; }
.pagination a:hover, .pagination { color:#ccc !important; }
.SexyFont { color:#fff !important; }
.SexyFont A:link { color:#FF4E00!important; }
hf
edit: found it out...
EDIT: Found it too :)
http://www.crossfire.nu/?x=tutorial&mode=item&id=43
code@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("crossfire.nu"), url("http://www.crossfire.nu"),
domain("xfire.be"), url("http://www.xfire.be") {
body { background: #CC66FF !important; margin-top:-21px !important; }
.SexyWhiteBG a:link { color:#FF0066 !important; text-decoration: none !important; }
.SexyWhiteBG a:visited { color:#FF0066 !important; text-decoration: none !important; }
.SexyWhiteBG a:hover { color:#333 !important; text-decoration: none !important; }
.SexyWhiteBG { background:#e2e2e2 !important; border-bottom:6px solid #CC66FF !important; padding-left:8px !important; }
.SexyWhiteHeader { border:2px solid #FFCCFF !important; background:#CC0099 !important; }
.SexyWhiteBGNews { background:#CC0099 !important; }
.SexyColumnList { background:#CC0099 !important; border:2px solid #FFCCFF !important; margin:2px 0px 8px 0px !important; }
.SexyColumnList A:link, .SexyColumnList A:visited { color:#FF0066 !important; }
.SexyColumnList A:hover { color:#333 !important; }
.SexyContent A:link, .SexyContent A:visited { color:#FF0066 !important; }
.SexyContent A:hover { color:#333 !important; }
.SexyTable { border:1px solid #FFCCFF !important; background:#CC0099 !important; }
.SexyWhiteHeaderText { color:#F3F3F3 !important; }
#navContainer { padding-top:2px !important; }
.sepMenu, .nosepMenu { margin-top:6px !important; padding-left:20px !important; padding-right:20px !important; }
.sepMenu a:hover, .nosepMenu a:hover { color:#FF4E00 !important; }
.pagination a:link, .pagination a:visited { color:#FF4E00 !important; }
.pagination a:hover, .pagination { color:#ccc !important; }
.SexyFont { color:#000 !important; }
.SexyFont A:link { color:#FF4E00 !important; }
}
code@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("crossfire.nu"), url("http://www.crossfire.nu"),
domain("xfire.be"), url("http://www.xfire.be") {
/* hide useless junk, ads and other things I don't approve of */
#headerAD, #topBar, #navLeft, #navRight, #navMidle, img[src="/images/button.gif"], img[src="/images/CF.jpg"] {
display:none !important;
}
body { background: #CC66FF !important; margin-top:-21px !important; }
td#banner {
background-image:url(/images/header4.jpg);
background-repeat:no-repeat !important;
background-color:#302f2f !important;
height:130px !important;
width:700px !important;
border-left:0px solid #000000 !important;
border-right:0px solid #000000 !important;
position:relative !important;
}
#navMiddle {
background:#CC0099 !important;
border:1px solid #FFCCFF !important;
width:982px !important;
padding:0 !important;
}
.sepMenu {
background:none !important;
}
#navMiddle a:hover {
color:#333 !important;
}
#navLeft, #navRight {
width: 0px !important;}
.SexyWhiteBG a:link { color:#FF0066 !important; text-decoration: none !important; }
.SexyWhiteBG a:visited { color:#FF0066 !important; text-decoration: none !important; }
.SexyWhiteBG a:hover { color:#333 !important; text-decoration: none !important; }
.SexyWhiteBG { background:#e2e2e2 !important; border-bottom:6px solid #CC66FF !important; padding-left:8px !important; }
.SexyWhiteHeader { border:2px solid #FFCCFF !important; background:#CC0099 !important; }
.SexyWhiteBGNews { background:#CC0099 !important; }
.SexyColumnList { background:#CC0099 !important; border:2px solid #FFCCFF !important; margin:2px 0px 8px 0px !important; }
.SexyColumnList A:link, .SexyColumnList A:visited { color:#FF0066 !important; }
.SexyColumnList A:hover { color:#333 !important; }
.SexyContent A:link, .SexyContent A:visited { color:#FF0066 !important; }
.SexyContent A:hover { color:#333 !important; }
.SexyTable { border:1px solid #FFCCFF !important; background:#CC0099 !important; }
.SexyWhiteHeaderText { color:#F3F3F3 !important; }
.SexyContentTitle {
background-color:#CC0099 !important;
background-image:url(/images/content_middle.gif) !important;
color:#F3F3F3 !important;
font-family: Tahoma, 'Bitstream Vera Sans' !important;
font-weight: bold !important;
font-size: 12px !important;
line-height: 14pt !important;
}
#navContainer { padding-top:2px !important; }
.sepMenu, .nosepMenu { margin-top:6px !important; padding-left:20px !important; padding-right:20px !important; }
.sepMenu a:hover, .nosepMenu a:hover { color:#FF4E00 !important; }
.pagination a:link, .pagination a:visited { color:#FF4E00 !important; }
.pagination a:hover, .pagination { color:#ccc !important; }
.SexyFont { color:#000 !important; }
.SexyFont A:link { color:#FF4E00 !important; }
}
hf with it
EDIT: seems like comments header is still black need the code for that but can't find it :(
EDIT 2: fixed and code updated
thank god for ff3 zoom in