Différences entre versions de « MediaWiki:Common.css »

De Wiki Dofus
Aller à la navigationAller à la recherche
m
Ligne 7 : Ligne 7 :
 
.alerte {  
 
.alerte {  
 
   padding:0.2em;  
 
   padding:0.2em;  
   background:#FFFFDD;  
+
   background:#FFD;
 
   margin-bottom:0.4em;
 
   margin-bottom:0.4em;
 
   font-style: italic;
 
   font-style: italic;
 
  }
 
  }
 +
 +
/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
 +
/* modif du 18/04/2010 */
 +
.mw-plusminus-pos { color:#00B000 }
 +
.mw-plusminus-neg { color:#FF2050 }
 +
.mw-plusminus-null { color:#999 }
 +
 +
/* VERSION IMPRIMABLE */
 +
/* modif du 18/04/2010 */
 +
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
 +
  (à faire manuellement, grâce à class="plainlinksneverexpand"). */
 +
.plainlinksneverexpand a.external.text:after {
 +
display:none !important;
 +
}
 +
.plainlinksneverexpand a.external.autonumber:after {
 +
display:none !important;
 +
}
 +
 +
/* 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 { /* 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:center;
 +
}
 +
table.wikitable caption {
 +
margin-left:inherit;
 +
margin-right:inherit;
 +
} /* 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, table.left {
 +
float:left;
 +
margin:0 1em 1em 0;
 +
}
 +
table.droite, table.right {
 +
float:right;
 +
margin:0 0 1em 1em;
 +
}
 +
table.centre, table.center {
 +
margin:1em auto;
 +
}
 +
 +
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
 +
table.wikitable[align=center] {margin:1em auto;}
 +
 +
 
/* Standard Navigationsleisten */
 
/* Standard Navigationsleisten */
 
 
div.BoxenVerschmelzen,
 
div.BoxenVerschmelzen,
 
div.NavFrame {
 
div.NavFrame {

Version du 18 avril 2010 à 10:02

/*<pre>*/

/** Le CSS placé ici sera appliqué à toutes les apparences. */
/*
 APPARENCE DES MESSAGES D'ALERTE
 */
.alerte { 
   padding:0.2em; 
   background:#FFD;
   margin-bottom:0.4em;
   font-style: italic;
 }

/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
/* modif du 18/04/2010 */
.mw-plusminus-pos { color:#00B000 }
.mw-plusminus-neg { color:#FF2050 }
.mw-plusminus-null { color:#999 }

/* VERSION IMPRIMABLE */
/* modif du 18/04/2010 */
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.plainlinksneverexpand a.external.text:after {
 display:none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
 display:none !important;
}

/* 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 { /* 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:center;
}
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* 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, table.left {
 float:left;
 margin:0 1em 1em 0;
}
table.droite, table.right {
 float:right;
 margin:0 0 1em 1em;
}
table.centre, table.center {
 margin:1em auto;
}
 
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
table.wikitable[align=center] {margin:1em auto;}
 

/* Standard Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.NavToggle {
   font-size: x-small;
   float:right;

}

table td{
   vertical-align: top;
}

.my_sortable th:after{
	content: 'tri';
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

/*#ban_google
{
    width: 120px;
    clear: left;
    position: fixed; !important
    position: absolute;
    padding: 35px 0px 0px 3px;
    float: right;
    right: 0px;
    top: 10px;
    z-index: 2;
}

#content
{
	margin: 2.8em 120px 0 12.2em;
}*/
#mini_ad_google{
	width: 234px;
	height: 60px;
	/*position: fixed; !important*/
	position: absolute;
	right: 4px;
	/*top: 19px; !important*/
	top: -17px;
}

#content{
	padding-top: 15px;
}
#pub_menu_google
{
	width: 120px;
	height: 600px;
	border: 1px solid #aaa;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	position: absolute;
}

/*
	Style de la page d'acceuil
*/


div.home.background
{
	background: url(/_images/7/7a/Home_Background.jpg) no-repeat right bottom;
}


div.home.container
{
	/*width: 827px;*/
	max-width: 80%;
	min-width: 827px;
}
div.home.welcome
{
	height: 75px;
}

div.home.menu div.insideborder,
div.home.featured div.insideborder,
div.home.dnews div.insideborder,
div.home.wnews div.insideborder,
div.home.last div.insideborder
{
	margin: 5px;
}

div.home.menu,
div.home.featured,
div.home.dnews,
div.home.wnews,
div.home.last
{
	margin: 5px;
	border: 1px solid #EEEEEE;
	background-color: white;
}

div.home.menu {
	float: left;
	width: 30%;
	background-color: #c8d8ff;
	border-color: #8898bf;
}

div.home div.insideborder,
div.home div.insideborder{
	height: 290px;
}

div.home.featured {
	 float: left;
	 width: 67%;
}

div.home.featured div.insideborder div.texte{
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 225px;
}

div.home.dnews,
div.home.wnews {
	float: left;
	/*width: 27.2%;*/
	 width: 42%;
	overflow: hidden;
}

div.home.dnews {
	border-color: #fbc917;
	background-color: #fde9ba;
}

div.home.wnews {
	border-color: #97bf87;
	background-color: #d7ffc7;
}

div.home.last ul
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
}

div.home.last {
	float: left;
	/*width: 41.1%;*/
	width: 55%;
	overflow: hidden;
}

div.home.last span.comment,
div.home.last li .mw-userlink,
div.home.last span.mw-usertoollinks
{
	display: none;
}

div.home.last li
{
	white-space: nowrap;
}

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

div.home .container
{
	position: relative;
}

div.home div.facebook
{
	position: absolute;
	right: -60px;
}
/*</pre>*/