Ouvrir le menu principal

Modifications

MediaWiki:Vector.css

1 915 octets ajoutés, 9 décembre 2013 à 09:29
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */

/* ===================================================== */
/* STYLES SPÉCIFIQUES DU WIKI */
/* ===================================================== */

/* Mettre ici les styles spécifiques au wiki */

#p-logo a { background-size:190px 100px; }

/**********/
/* portal */
/**********/
#portal { padding:20px 0; }
.portal_container { }
.portal_section { border:1px solid #aaa; margin:0; background:#f9f9f9; border-radius:10px 10px 10px 10px; }
.portal_section ul { list-style: disc; }
.portal_header { padding:0 1em; position:relative; }
.portal_header_text { line-height:2em; font-size:2em; border-bottom:1px solid black; }
.portal_headerlinks { font-size:0.8em; position:absolute; right:1em; bottom:-2em; padding-bottom:2px; }
.portal_body { padding:0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px solid black; text-align: left; font-size: 1.8em; line-height:1.8em; }
.row.portal { padding:20px 0; min-width:400px!important; }
@media only screen and (max-width: 1000px) {
.row.portal .columns.portal:nth-child(2n+1) { clear: both; }
.row.portal .columns.portal { width: 50% !important; float: left; padding: 0 15px 15px; }
.row.portal .columns.portal.end { float: left; }
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
.row.portal .columns.portal:nth-child(3n+1) { clear: both; }
.row.portal .columns.portal { width: 33.33333%; padding: 0 12px 12px; }
}
@media only screen and (min-width: 1401px) {
.row.portal .columns.portal:nth-child(4n+1) { clear: both; }
.row.portal .columns.portal { width: 25%; padding: 0 10px; }
}