MediaWiki:Netophonix.css : Différence entre versions

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

Version du 21 octobre 2007 à 00:08

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

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