User:Stw/monobook.css

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

/* Wikinews Skin by Stw ( http://en.wikinews.org/wiki/User:Stw ) */

body {
      background: #F7F5DE;
}
.pBody {
      background: #F2EFCA;
}

#p-cactions li, .pBody, #content {
      border-color: #DC9D6F;
}
#p-cactions li.selected {
    border-color: #E38CBF;
}

a {
      color: #202883
}
a:visited {
      color: #7B2083
}

#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #2C7CB5;
}

#footer {
    border-top: 1px solid #E38CBF;
    border-bottom: 1px solid #E38CBF;
}

.portlet ul {
    list-style-type: square;
    color: #837B20;
    list-style-image: none;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: .6em;
  -moz-border-radius-topright: .6em;
  border-radius-topleft: .6em;
  border-radius-topright: .6em;
}
#content { 
  -moz-border-radius-topleft: .6em; 
  -moz-border-radius-bottomleft: .6em;
  border-radius-topleft: .6em;
  border-radius-bottomleft: .6em;
}
div.pBody {
  -moz-border-radius-topright: .6em;
  -moz-border-radius-bottomright: .6em;
  border-radius-topright: .6em;
  border-radius-bottomright: .6em;
}