Utilisateur:Katerenka/monobook.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
body {
    font-family: Verdana;
}
b/*
 * Skin name:          Milky
 * Author:                 Ævar Arnfjörð Bjarmason
 * Reference:              http://en.wikipedia.org/style/monobook/main.css
 * To include in your CSS: http://en.wikipedia.org/w/wiki.phtml?title=User:%C6var_Arnfj%F6r%F0_Bjarmason/monobook.css&action=raw&ctype=text/css
 */
 
/* remove the ugly, recently-reinstated link underlines 
#BodyContent a { text-decoration: none; }
#BodyContent a:hover { text-decoration: none; }*/
 
a { text-decoration: none;}
a:hover { text-decoration: none;}
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
 
#content, #footer {
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-bottomleft: 4px;
}
 
div.pBody {
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
}
 
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}
 
/* Kill that stupid M$-ish capitalist asshole person dancecommander usericonthingy */
li#pt-userpage { background: none }
 
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}
/* Dont need this copyright notice on every page */
 
/*li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }*/
 
.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
 
.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
 
}
 
li.FA {
	list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png") !important;
}
.portlet a {text-decoration: none;  color: #666 !important;}
.portlet a:hover {text-decoration: none; color: #000 !important;}
 
/* Make borders a little better */
 
#searchInput {
    border: 1px solid #aaa;
    background-color: #eee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
    background-color: #fff;
}
 
#searchInput {
   border-top: 1px inset; 
   border-left: 1px inset;
   border-right: 10px inset;
}
 
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 2px;
}
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
 
input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #000 !important;}
#p-cactions li a {color: #aaa;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}
 
 
 
/* Transform the user toolbar into a sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}
 
#p-personal .pBody {
    width: 10.8em;
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}
 
#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    font-size:95%;
    margin: 0.3em 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}
 
#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}
 
 
#p-personal h5 {
    display: inline;
}
 
/*#footer {display:none;}
.printfooter {display:none;}
*/
 
 
/* ------------------------- */
 
#content 
{ 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
 
#preftoc li {
  background-color: #eeeeff;
  -moz-border-radius-topright: 0.5em; 
  -moz-border-radius-topleft: 0.5em;
  border: 1px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcc;
  top: 2px;
}
#preftoc li.selected {
  font-weight: bold;
  background-color: #eeeeff;
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  top: 5px;
}
#preferences {
  -moz-border-radius-topright: 0.5em; 
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-bottomright: 1em; 
  -moz-border-radius-bottomleft: 1em;
	border: 1px solid #aaaaaa;
	background-color: #eeeeff;
}
 
.prefsection table, .prefsection legend {
	background-color: #eeeeff;
}
 
div.pBody 
{
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
#p-cactions ul
{
	overflow:visible;
}
 
#p-cactions li
{
	border: 2px solid lightgrey;
	position: relative;
	float: left;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
}
 
.tabmenu ul li
{
	display: block;
	width: 100% !important;
	min-width: 10em !important;
	border: 0px;
	margin: 0px;
	padding: .1em;
	border: 1px solid #aaaaaa !important;
	border-collapse: collapse;
	text-align: center;
	background-color: #F8FCFF !important;
	white-space: nowrap !important;
}
 
.tabmenu ul
{
	display: none;
	width: auto;
	z-index: 2;
	position: absolute;
	top: 1em;
	margin: 0px;
	background-color: grey;
}
.tabmenu * {
	-moz-border-radius: 0px !important;
}
.tabmenu:hover ul
{
	display: block;
}
 
.tabmenu ul li:hover
{
	background-color: #e8ecef !important;
}
.tabmenu ul a {
	background-color: transparent !important;
}
ody {
    font-family: Tahoma;
}
 
/* Stolen from [[User:animum/monobook.css]] */
.usermessage {
	background-color:white;
	border-color:#FF69B4;
}

}

/* "From Wikipedia, the free encyclopedia" modification */
#siteSub {
    font-family: Tahoma;
    font-size: 95%;
}

/* Text alignment */
body.mediawiki {
    text-align: left;
}

/* Tab-rounding */
#p-cactions ul {
        overflow: visible;
}

#p-cactions li {
        border: 2px solid lightgrey;
        position: relative;
        float: left;
        -moz-border-radius-topleft: .5em;
        -moz-border-radius-topright: .5em;
}

/* Don't display the border when using templates such as {{User:One/Title}} */
hr#hrTitleModification {
    width: 0%;
}

/* Replace dotted borders on pre with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

/* Miscellaneous corner-rounding */
div.pBody {
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
}

#content {
    -moz-border-radius-topleft: 0.75em;
    -moz-border-radius-bottomleft: 0.75em;
    border: 1px solid #AAAAAA;
}

#footer {
    -moz-border-radius: 6px;
    border: 1px solid #fabd23;
}

/* Link customization */
#bodyContent a.text {
    background: display;
}

/* Patrolled pages "fixer" */
.patrollink {
    display: none;
}

li.not-patrolled {
    background-color: transparent;
}

/* This bit is stolen from [[User:AzaToth/monobook.css]], which is in turn modified from [[User:Ævar Arnfjörð Bjarmason/monobook.css]] */

/* Nice borders for (almost) all boxes */
input[type="radio"], input[type="checkbox"] {
    border: none;
}



/* make round corners for the rest */
input[type="submit"] {
    -moz-border-radius-topleft: 2px !important; 
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
}

/* Prettify the headers of the quickbar (left-hand column of boxes) */

#p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5 {
    display: inline;
    height: 1em;
    font-size: 85%;
    font-weight: normal;
    white-space: nowrap;
    border-color: #aaa; 
    border-width: 1px;
    border-style: solid solid none solid;
    padding: 0 1em 1px 1em;
    text-transform: lowercase;
    background: white;
    -moz-border-radius-topright: 1em;
}

#p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang {
    padding-top: 2px;
}

/* Diff screen changes */

del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline {
    border: none;
}

/* Works in conjunction with my monobook.js */

li#ca-userrights, li#ca-stats6, li#ca-rts {
    display: none;
}

/* Nix the "Try Beta" link */

li#pt-optin-try, li#pt-acaibeta {
    display: none;
}

/* Turn the "Save page" button pink if I'm logged in */
INPUT#wpSave {
    background-color:#FF69B4;



/* Space below is for testing */