Quote:
Originally Posted by Loriel
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;
}
}