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

Difference between revisions of "User:Captcha/monobook.css"

From Wiki User Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 11:30, 25 May 2010

#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 }