Thread: What happened
View Single Post
  #118  
Old 01-19-2009, 02:42 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Loriel View Post
Here is a Stylish style to bring back the old logo but I have no idea how to make the varying background color work right:

NPC Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("forums.graalonline.com") {

body {
background-color: #198728 ! important ;
}

img[src="images/misc/vbulletin3_logo_white.gif"] {
background-image: url("http://forums.graalonline.com/forums/attachment.php?attachmentid=44449");
width: 277px;
padding-top: 116px;
height: 0;
background-repeat: no-repeat;
}

}

Here is a bonus style for reading this white-on-white text everybody thinks they are so clever for posting:

NPC Code:

@-moz-document domain(forums.graalonline.com) {
font[color="White"]:before {
color: gray;
content: "(invisible:) ";
font-size: 0.8em;
}
font[color="White"] {
color: gray ! important;
}
}

Reply With Quote