MediaWiki:Netophonix.css : Différence entre versions

De NetoWiki
m
m
Ligne 5 : Ligne 5 :
}
}


div.citation:first-line{
span.quotefin {
   text-indent: -10px;
  float: right;
  font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
   font-size: 5em;
  font-weight: bold;
  margin: 4px 0px 4px 5px;
}
}


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

Version du 20 octobre 2007 à 22:07

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