User:Nyoo/monobook.css

From Bulbanews, your community Pokémon newspaper.
< User:Nyoo
Revision as of 03:29, 22 July 2006 by Nyoo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.
body { background: #DDD; }
.portlet h5 {
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 100%;
    display: block;
    margin: 0 0.5em 0 0.5em;
    padding: 0 0 0.2em 0;
    border-bottom: 1px solid #A2A2A2;
}
ul {
    color: #5A8F1C;
    list-style-image: none;
}
ul li { color: #000; }
.portlet ul {
    color: #5A8F1C;
    list-style-image: none;
}
.portlet ul li { color: #5A8F1C; }


/* side navigation stuff */

#p-logo {
    padding: 0;
    width: 11.6em;
    background-color: #F6F6F6;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #A2A2A2;
    border-bottom: 4px solid #5A8F1C;
}
#p-logo a,
#p-logo a:hover,
#p-logo a:link,
#p-logo a:active,
#p-logo a:visited { width: 11.6em; }
#p-navigation, #p-search, #p-tb, #p-lang  {
    top: -1px;
    position: relative;
    padding-top: 1em;
    margin: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #A2A2A2;
    background-color: #F6F6F6;
}
#p-tb { border-width: 0 1px 1px 0; }
#p-navigation { padding-top: 0.5em; }
#p-lang {
    top: -2px;
    border-width: 0 1px 1px 0;
}
#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
   border: 0;
   background-color: transparent;
}


/* top stuff */

#p-personal {
    position: absolute;
    padding: 0;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: none;
    padding: 0;
}
#p-personal ul {
    margin: 0 1em 0 12.8em;
    text-align: right;
    text-transform: none;
    padding: 0;
}
#p-personal li a:hover {
    background-color: transparent;
    color: #3A85CA;
}
#p-cactions {
    top: 1.5em;
    right: 0;
    left: 0;
    width: auto;
    margin: 0 0.6em 0 12.2em;
    padding: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #A2A2A2;
    background-color: #F6F6F6;
    font-size: 100%;
}
#p-cactions li a {
    text-transform: none;
}
#p-cactions li { font-size: 90%; }
#p-cactions li.selected { border-color: #91C12C; border-width: 2px; }
* > html #p-cactions li.selected a { border-color: #91C12C; border-width: 2px; }


/* content stuff */

#content {
    position: relative;
    top: -1px;
    margin-top: 3.2em;
    margin-right: 0.6em;
    padding-top: 0.5em;
    border-color: #A2A2A2;
    border-right: 1px solid #A2A2A2;
}


/* footer stuff */

#footer {
    border-top: 1px solid #5A8F1C;
    border-bottom: 1px solid #5A8F1C;
    background-color: #F6F6F6;
}