MediaWiki:Netophonix.css : Différence entre versions
De NetoWiki
m |
m |
||
Ligne 4 : | Ligne 4 : | ||
padding-right: 15px; | padding-right: 15px; | ||
text-align: justify; | text-align: justify; | ||
+ | text-indent: 20px; | ||
+ | } | ||
+ | |||
+ | div.citation:first-line { | ||
+ | text-indent: 0px; | ||
} | } | ||
Ligne 9 : | Ligne 14 : | ||
float: right; | float: right; | ||
font-family: "Times New Roman",Verdana,Tahoma,Arial,serif; | font-family: "Times New Roman",Verdana,Tahoma,Arial,serif; | ||
− | font-size: | + | font-size: 4em; |
font-weight: bold; | font-weight: bold; | ||
− | margin: | + | margin: 0px 0px 4px 5px; |
} | } | ||
Version du 20 octobre 2007 à 23:16
/* 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: 20px; } 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: 0px 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; }