User:1ted59/monobook.css

From Bulbanews, your community Pokémon newspaper.
Revision as of 18:48, 3 January 2010 by 1ted59 (talk | contribs) (Created page with '→‎Background Color: body { background: #68A090; } →‎Content area and boarder: #content, #content table #p-cactions ul li a { background: #9DC1B7; } #content, #content tab…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Background Color */
body { background: #68A090; }


/* Content area and boarder */
#content, #content table
#p-cactions ul li a { background: #9DC1B7; }
#content, #content table
#p-cactions ul li { border-color: #BCE6E6; }

#p-navigation .pBody {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#p-search .pBody {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#p-lang .pBody {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#toc .pBody {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#catlinks .pBody {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#footer {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#p-tb .pBody {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}


#toc {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

#catlinks {
    background: #9DC1B7;
    border: 1px solid #BCE6E6;
}

/* Selected Background */
#p-cactions ul li.selected a { background: #9DC1B7; }
/* Selected Border */
#p-cactions li.selected { border-color: #BCE6E6; }


/* Unselected Background */
#p-cactions ul li a { background: #03063B; }
/* Unselected Border */
#p-cactions ul li { border-color: #9DC1B7; }


/* standard link colors */
:link { color: #1111FF; }
:link:visited { color: #1111FF; }
:link:active, :link.new { color: #FF1111; }








/* Transform the user toolbar into a sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}

#p-personal .pBody {
    width: 10.7em;
    border: none;
    margin: 0 0 0.1em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: #9DC1B7;
    border-collapse: collapse;
    border: 1px solid #BCE6E6;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");

    font-size:95%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}

/* suppress the person icon by your username */
/* needed if not already in place */
li#pt-userpage { background: none }







/* general styles */

table {
    font-size: 100%;
    background: #9DC1B7;
    color: black;
}
a {
    text-decoration: none;
    color: #618ead;
    background: none;
}
a:visited {
    color: #1111FF;
}
a:active {
    color: #309FCF;
}
a:hover {
    text-decoration: underline;
}
a.stub {
    color: #772233;
}
a.new, #p-personal a.new {
    color: #309FCF;
}
a.new:visited, #p-personal a.new:visited {
    color: #A55858;
}