Difference between revisions of "Wiki User Style"
Jump to navigation
Jump to search
imported>DragoonWraith m (got the URL of the image wrong) |
imported>DragoonWraith m (breaking some lines) |
||
Line 5: | Line 5: | ||
@-moz-document url-prefix(http://cs.elderscrolls.com/constwiki/) | @-moz-document url-prefix(http://cs.elderscrolls.com/constwiki/) | ||
{ | { | ||
div#p-logo { margin-left: 50px !important ; width: 152px !important; float: left !important; margin-bottom: -30px !important; } | div#p-logo | ||
div#p-logo a { background-image: url("http://cs.elderscrolls.com/constwiki/images/7/7d/CSwiki_Icon.png") !important; } | { | ||
margin-left: 50px !important; | |||
width: 152px !important; | |||
float: left !important; | |||
margin-bottom: -30px !important; | |||
} | |||
div#p-logo a | |||
{ | |||
background-image: url("http://cs.elderscrolls.com/constwiki/images/7/7d/CSwiki_Icon.png") !important; | |||
} | |||
}</pre> | }</pre> |
Revision as of 06:23, 17 February 2008
Using this code as a User Style Sheet within your web browser will remove the full-width banner image from the Wiki, giving far more screen-space to the actual content of the site.
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(http://cs.elderscrolls.com/constwiki/) { div#p-logo { margin-left: 50px !important; width: 152px !important; float: left !important; margin-bottom: -30px !important; } div#p-logo a { background-image: url("http://cs.elderscrolls.com/constwiki/images/7/7d/CSwiki_Icon.png") !important; } }