Difference between revisions of "Wiki User Style"
Jump to navigation
Jump to search
comments
imported>DragoonWraith (update) |
imported>DragoonWraith (comments) |
||
Line 12: | Line 12: | ||
@-moz-document url-prefix(http://cs.elderscrolls.com/constwiki/) | @-moz-document url-prefix(http://cs.elderscrolls.com/constwiki/) | ||
{ | { | ||
#content2 { position: relative; } | #content2 { position: relative; } /* this is actually to fix a typo in Beth's CSS */ | ||
/* Reduced-width banner */ | |||
div#p-logo | div#p-logo | ||
{ | { | ||
float: left !important; | float: left !important; | ||
width: 152px !important; | width: 152px !important; | ||
height: 124px !important; | height: 124px !important; | ||
Line 33: | Line 32: | ||
} | } | ||
/* tab highlight */ | |||
#p-cactions .selected a | #p-cactions .selected a | ||
{ | { | ||
Line 40: | Line 40: | ||
} | } | ||
/* Fixed-position nav-boxes */ | |||
/* DO NOT USE THIS CODE UNLESS YOU HAVE A SCREEN WIDTH OF 1268 AND KEEP THE WINDOW MAXIMIZED */ | /* DO NOT USE THIS CODE UNLESS YOU HAVE A SCREEN WIDTH OF 1268 AND KEEP THE WINDOW MAXIMIZED */ | ||
div#p-logo { position: fixed !important; } | div#p-logo | ||
{ | |||
position: fixed !important; | |||
top: 10px !important; | |||
left: 181px !important; | |||
} | |||
#column-one | #column-one | ||
{ | { |