MediaWiki:Netophonix.css : Différence entre versions
De NetoWiki
m |
m |
||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici affectera les utilisateurs du skin par défaut du Netowiki. */ | /* Le CSS placé ici affectera les utilisateurs du skin par défaut du Netowiki. */ | ||
div.citation { | div.citation { | ||
padding-left: | padding-left:15px; | ||
padding-right: | padding-right: 15px; | ||
text-align: justify; | |||
} | } | ||
| Ligne 11 : | Ligne 12 : | ||
font-weight: bold; | font-weight: bold; | ||
margin: 4px 0px 4px 5px; | margin: 4px 0px 4px 5px; | ||
position: relative; | |||
bottom: 1em; | |||
} | } | ||
| Ligne 19 : | Ligne 22 : | ||
font-weight: bold; | font-weight: bold; | ||
margin: 4px 5px 4px 0px; | margin: 4px 5px 4px 0px; | ||
} | } | ||
Version du 20 octobre 2007 à 22:09
/* 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: 4px 0px 4px 5px;
position: relative;
bottom: 1em;
}
span.quotedebut {
float: left;
font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
font-size: 5em;
font-weight: bold;
margin: 4px 5px 4px 0px;
}