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
 
(3 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :


* {
* {
   font-family: Trebuchet Ms;
   font-family: Arial, Helvetica, sans-serif;
}
.mw-inputbox-createbox:required:invalid ~ .mw-ui-button {background-color: #A80707;}
/*test couleur des liens*/
a, .vector-menu-portal .vector-menu-content li a, .vector-menu-tabs .mw-list-item a, #pt-userpage-2 a {
  color: #315996;
}
/*Couleur bordures*/
.vector-menu-portal .vector-menu-heading {
  border-bottom: 1px solid #a80707;
}
h1, h2 {
  border-bottom: 1px solid #a80707;
}
}
/*.vector-menu-portal .vector-menu-content li a:visited {
  color: #844f39;
}*/
/*Navbar*/
.vector-menu-portal .vector-menu-heading {color: #000; font-size: 0.85em; font-weight: 600;}


/* * TABLEAUX ET INFOBOX * */
/* * TABLEAUX ET INFOBOX * */
Ligne 112 : Ligne 130 :
   margin: 0 0 .5em 1em;
   margin: 0 0 .5em 1em;
   width: 250px;
   width: 250px;
}
.infobox-image{
  margin-top: 15px;
}
}
   
   
Ligne 234 : Ligne 256 :
   float: right !important;
   float: right !important;
   min-width: 6em;
   min-width: 6em;
}
/* Boîtes déroulantes */
.NavFrame {
background: #F9F9F9;
border: 1px #AAA solid;
padding: 5px;
}
.NavFrame .NavHead {
background: #EFEFEF;
border: 1px #AAA solid;
text-align: center;
font-weight: bold;
}
.NavFrame .NavContent { padding: 5px 0 }
.collapseButton {
        font-weight: normal;
        float: right;
        textAlign: right;
width: 6em;
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;
}
/*Pour modele:nobr*/
.nowrap {
  white-space: nowrap;
}
}