Difference between revisions of "MediaWiki:Monobook.css"

From Kiwix
Jump to navigation Jump to search
Line 79: Line 79:
/* Buttons
/* Buttons
----------------------------------------------------------------------*/
----------------------------------------------------------------------*/
.button {display: block; margin: 0; padding: 0 17px 0 0; float: left; clear: none; background: transparent url(http://c.fsdn.com/con//img/buttons/default.png) no-repeat 100% -26px; position: relative;text-decoration:none !important;}
.button {display: block; margin: 0; margin-left: 5px; padding: 0 17px 0 0; float: left; clear: none; background: transparent url(http://c.fsdn.com/con//img/buttons/default.png) no-repeat 100% -26px; position: relative;text-decoration:none !important;}
.button span {display: block; margin: 0; padding: 3px 6px 7px 9px; float: left; clear: none; background: transparent url(http://c.fsdn.com/con//img/buttons/default.png) no-repeat 0 -26px; position: relative; cursor: pointer;}
.button span {display: block; margin: 0; padding: 3px 6px 7px 9px; float: left; clear: none; background: transparent url(http://c.fsdn.com/con//img/buttons/default.png) no-repeat 0 -26px; position: relative; cursor: pointer;}



Revision as of 13:21, 19 July 2009

/* CSS placed here will affect users of the Monobook skin */

.divlang {
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    font-size: 0.85em;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
    text-align: left;
}
 
.divlang ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}
 
.divlang ul li {
    border-left: 1px solid #E4E4E4;
    display: inline;
    list-style: none;
    margin-left: 0;
    padding: 0 0.5em;
}
 
.divlang ul li.firstlang {
    border-left: none;
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* WIKITABLE */
 
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
 
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#F9F9F9;
 border:1px #AAA solid;
 border-collapse:collapse;
}
 
table.wikitable th, table.wikitable td {
 border:1px #AAA solid;
 padding:.3em;
}
 
table.wikitable th, .wikitable_header {
 background:#F2F2F2;
 text-align:left;
}
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */
 
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche {
 float:left;
 margin:0 1em 1em 0;
}
 
table.droite {
 float:right;
 margin:0 0 1em 1em;
}
 
table.centre {
 margin:1em auto;
}

/* Buttons
----------------------------------------------------------------------*/
.button {display: block; margin: 0; margin-left: 5px; padding: 0 17px 0 0; float: left; clear: none; background: transparent url(http://c.fsdn.com/con//img/buttons/default.png) no-repeat 100% -26px; position: relative;text-decoration:none !important;}
.button span {display: block; margin: 0; padding: 3px 6px 7px 9px; float: left; clear: none; background: transparent url(http://c.fsdn.com/con//img/buttons/default.png) no-repeat 0 -26px; position: relative; cursor: pointer;}

.button-more {padding: 0 20px 0 0;background: transparent url(http://c.fsdn.com/con//img/buttons/more.png) no-repeat 100% -26px;}
.button-more span {background: transparent url(http://c.fsdn.com/con//img/buttons/more.png) no-repeat 0 -26px;}

.button-dload {padding: 0 37px 0 0;background: transparent url(http://c.fsdn.com/con//img/buttons/dload.png) no-repeat 100% -50px;}
.button-dload span {height:30px;padding:10px 7px 10px 11px;background: transparent url(http://c.fsdn.com/con//img/buttons/dload.png) no-repeat 0 -50px;color:#92ff30;}
	.button-dload span strong {font-weight:bold;color:#fff;font-size:108%;display:block;line-height:1;}

.button:hover {background-position:100% 0;}
.button:hover span {background-position:0 0;}