(even if you aren't vegan)
User:Cow Puncher 5/monobook.css
From Wiki User Wiki
< User:Cow Puncher 5
Revision as of 20:07, 17 May 2009 by Cow Puncher 5 (talk | contribs)
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/wiki/Main_Page') ! important;
background-position: top left;
background-repeat: no-repeat;
}
body {
background: lightblue;
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 }