Difference between revisions of "Wiki User Style"

Jump to navigation Jump to search
42 bytes removed ,  18:21, 17 February 2008
bingo, fixed it
imported>DragoonWraith
(ok, now the code actually works as posted if you omit the fixed-position section)
imported>DragoonWraith
(bingo, fixed it)
Line 34: Line 34:


/* tab highlight */
/* tab highlight */
   #p-cactions .selected a
   #p-cactions .selected a
   {
   {
Line 42: Line 43:


/* Fixed-position nav-boxes */
/* Fixed-position nav-boxes */
/* DO NOT USE THIS CODE UNLESS YOU HAVE A SCREEN WIDTH OF 1268 AND KEEP THE WINDOW MAXIMIZED */
   div#p-logo
   div#p-logo
   {
   {
Line 51: Line 51:
   {
   {
     position: fixed !important;
     position: fixed !important;
     margin-left: 131px !important;
    top: 140px !important;
    left: auto !important;
     margin-left: 50px !important;
   }
   }


/* don't forget the closing bracket */
/* don't forget the closing bracket */
}</pre>
}</pre>

Navigation menu