Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :


* {
* {
   font-family: Trebuchet Ms;
   font-family: Arial, Helvetica, sans-serif;
}
}


Ligne 112 : Ligne 112 :
   margin: 0 0 .5em 1em;
   margin: 0 0 .5em 1em;
   width: 250px;
   width: 250px;
}
.infobox-image{
  margin-top: 15px;
}
}
   
   
Ligne 255 : Ligne 259 :
width: 6em;
width: 6em;
marginLeft: -100%;
marginLeft: -100%;
}
/* Tag Cloud */
.tagcloud {
        width: 20%;
        text-align: center;
        background-color: #FDFDFD;
        border: 1px solid #EEEEEE;
        padding: 15px 10px 15px 10px;
}
.tagcloud a {
        color: #0052CB;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: bold;
}
}