MediaWiki:Common.css

De Rich Annotator System

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac).
  • Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac).
  • Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
  • Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité et sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-history { display:none!important; }
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
#article, #bodyContent, #mw_content { text-align: justify; }
a { color:#0021e0; }
a:visited { color:#0021e0; }
a:hover { text-decoration:underline; }
a.external { color:#0021e0; }

.infobox {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 1em;
    width: 340px;
}
.infobox-floatright {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 1em;
    width: 340px;
    margin: 0 0 1em 1em;
}
@media (min-width: 600px) {
	.infobox-floatright {
		float: right;
	}
}
.infobox-title {
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    vertical-align: top;
    text-align: left;
    width: 130px;
    font-size: small;
}
.infobox td {
    vertical-align: top;
    font-size: small;
    text-align: left;
}

.infobox-floatright th {
    vertical-align: top;
    text-align: left;
    width: 130px;
    font-size: small;
}
.infobox-floatright td {
    vertical-align: top;
    font-size: small;
    text-align: left;
}
.presentation {
	background: #fcfcfc;
    border: 1px solid #aaa;
    padding: 1em;
    text-align: center;
}

.half-right {
    width: 40%;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 1em;
    float: right;
    margin: 0 0 1em 1em;
}

.wiki-template-contentgrid {
	padding: 10px;
	margin-bottom: 1em;
	display: grid;
}