MediaWiki:Netophonix.css : Différence entre versions
De NetoWiki
m Transfert des modifications de Monobook à Netophonix. |
m |
||
| Ligne 9 : | Ligne 9 : | ||
} | } | ||
span.quotefin | |||
{ | { | ||
float: right; | float: right; | ||
| Ligne 17 : | Ligne 17 : | ||
} | } | ||
span.quotedebut | |||
{ | { | ||
float: left; | float: left; | ||
font-size: 2em; | |||
font-weight: bold; | |||
margin-right: 5px; | |||
} | } | ||
Version du 20 octobre 2007 à 22:00
/* Le CSS placé ici affectera les utilisateurs du skin par défaut du Netowiki. */
div.citation {
padding-left:10px;
padding-right: 10px;
}
div.citation:first-line{
text-indent: -10px;
}
span.quotefin
{
float: right;
font-size: 2em;
font-weight: bold;
margin-right: 5px;
}
span.quotedebut
{
float: left;
font-size: 2em;
font-weight: bold;
margin-right: 5px;
}