THE WUW IS OPEN FOR BUSINESS
(even if you aren't vegan)

User:Captcha/monobook.css

From Wiki User Wiki
< User:Captcha
Revision as of 11:30, 25 May 2010 by Captcha (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#p-logo a {
   background-image: url('http://wuw.clamburger.org/w/images/2/2d/Captchalogo2.bmp') ! important;
   background-position: top left;
   background-repeat: no-repeat;
}
body {
    background: lightgreen;
    color: blue;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", verdana, geneva, arial, helvetica, sans-serif;
}
#p-cactions ul li a { background: gainsboro; }
pre { overflow: auto; }

/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}

/* suppress the person icon by your username */
li#pt-userpage { background: none }

/* change border background of selected tabs */
#p-cactions li.selected { border-color: #00aaff; }

/* 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: 1em;
  -moz-border-radius-topright: 1em;
}
#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content {
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/* Bouton modifier en bleu */
#ca-edit a {
 background:#FFFFFF !important;
 color:white !important;
 font-weight: bold !important;
}
#ca-edit a:hover{
 background:inherit!important;
 color:blue !important;
}

/* Bouton modifier en bleu */
#ca-delete a {
 background:red !important;
 color:white !important;
 font-weight: bold !important;
}
#ca-delete a:hover{
 background:black !important;
 color:red !important;
}

.ns-4 * #content,
.ns-4 * #p-cactions li,
.ns-4 * #p-cactions li a { background:#F4F4F4 }

.ns--1 #content,
.ns--1 #p-cactions li,
.ns--1 #p-cactions li a { background:#F8FCFF}

.ns-6 * #content,
.ns-6 * #p-cactions li,
.ns-6 * #p-cactions li a {  background:#dddddd }