You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

User:Mr. Flay/monobook.css: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(testing something)
 
(is this not enabled after all?)
Line 8: Line 8:


#content {
#content {
     background: #D8DCDF; /* a not-so-light blue */
     background: #BBBBBB; /* a not-so-light grey*/
}
}

Revision as of 21:06, 1 February 2007

/****************************/
/* BEGIN LIGHT BLUE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content {
    background: #BBBBBB; /* a not-so-light grey*/
}