Ouvrir le menu principal

Modifications

MediaWiki:Common.css

636 octets ajoutés, 14 avril 2013 à 00:28
aucun résumé de modification
.portal_body { padding:0.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; }
}
345

modifications