MediaWiki:Netophonix.css : Différence entre versions

De NetoWiki
m
m
Ligne 11 : Ligne 11 :
 
   font-size: 5em;
 
   font-size: 5em;
 
   font-weight: bold;
 
   font-weight: bold;
   margin: 4px 0px 4px 5px;
+
   margin: -0.5px 0px 4px 5px;
  position: relative;
 
  bottom: 1em;
 
 
}
 
}
  

Version du 21 octobre 2007 à 00:12

/* 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;
}

span.quotefin {
  float: right;
  font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
  font-size: 5em;
  font-weight: bold;
  margin: -0.5px 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;
}