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
(is this not enabled after all?)
(try this one instead)
Line 1: Line 1:
/****************************/
/* bottom tab styling (not for IE currently) */
/* BEGIN LIGHT BLUE SECTION */
#mytabs {
/****************************/
    margin: -0.3em 0 0 11.5em;
/* Make all non-namespace pages have a light blue content area. This is done by
    white-space:nowrap;
  setting the background color for all #content areas to light blue and then
    line-height: 1.1em;
  overriding it for any #content enclosed in a .ns-0 (main namespace). I then
    overflow: visible;
  do the same for the "tab" background colors. --Lupo */
    border-collapse: collapse;
 
     padding: 0 0 0 1em;
#content {
    list-style: none;
     background: #BBBBBB; /* a not-so-light grey*/
    font-size: 95%;
}
}

Revision as of 21:07, 1 February 2007

/* bottom tab styling (not for IE currently) */
#mytabs {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}