MediaWiki:Netophonix.css : Différence entre versions

De NetoWiki
m (Ajout règles pour Modèle:Article détaillé)
m (Fin des modifications du CSS pour le bandeau Article détaillé - du moins, je l'espère.)
Ligne 32 : Ligne 32 :
 
.detail, .details {
 
.detail, .details {
 
  margin:0 0 .7em 2em;
 
  margin:0 0 .7em 2em;
  border:solid #E7E7E7;
+
  border:solid #D2D9D5;
 
  border-width:1px 0;
 
  border-width:1px 0;
 
  text-align:left;
 
  text-align:left;
 
  font-size:95%;
 
  font-size:95%;
  background:#FDFDFD;
+
  background:#7A897F;
 
  padding:1px 4px;
 
  padding:1px 4px;
 
  display:table;
 
  display:table;

Version du 5 juin 2008 à 18:10

/* Le CSS placé ici affectera les utilisateurs du skin par défaut du Netowiki. */
div.citation {
  padding-left:15px;
  padding-right: 15px;
  text-align: justify;
  text-indent: 15px;
}

div.citation:first-line {
  text-indent: 0px;
}

span.quotefin {
  float: right;
  font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
  font-size: 4em;
  font-weight: bold;
  margin: -0.3em 0px 4px 5px;
}

span.quotedebut {
  float: left;
  font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
  font-size: 5em;
  font-weight: bold;
  margin: 4px 5px 4px 0px;
}

/* Ce qui suit provient du CSS Common.css de Wikipédia.
 * ARTICLE DÉTAILLÉ */
 
.detail, .details {
 margin:0 0 .7em 2em;
 border:solid #D2D9D5;
 border-width:1px 0;
 text-align:left;
 font-size:95%;
 background:#7A897F;
 padding:1px 4px;
 display:table;
} /* monobookocentré */
.detail > span {
 display:table-row;
} /* monobookocentré */
.detail > span > span {
 display:table-cell;
 padding-left:4px;
 width:100%;
} /* monobookocentré */