MediaWiki:Common.css
Révision datée du 10 mai 2021 à 09:22 par Dick Van Gelder (discussion | contributions)
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.
/* CSS placed here will be applied to all skins */
.infobox_person {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
.infobox_person-title{
font-size: 2em;
text-align: center;
}
.infobox_person-image {
text-align: center;
}
.infobox_person th {
text-align: left;
vertical-align: top;
width: 50px;
padding: 0;
}
.infobox_person td {
width: 240px;
vertical-align: top;
text-align: left;
padding: 0;
}
.Creabookbox {
background: #eee;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
.Creabookbox-image {
text-align: center;
}
.Creabookbox th {
text-align: right;
vertical-align: top;
width: 50px;
padding: 0;
}
.Creabookbox td {
width: 249px;
text-align: left;
padding: 0;
}
.TopBanner {
background: #eee;
border: 1px solid #aaa;
float: none;
margin: 0 0 1em 1em;
padding: 1em;
width = 100%;
}
.TopBanner th, td {
padding: 5px;
text-align: center;
width = 100%;
}
.MainBody {
background: #eee;
border: 1px solid #aaa;
float: none;
margin: 0 0 1em 1em;
padding: 1em;
width = 100%;
text-align: center;
}
#siteSub {
display: block; font-weight: normal; font-size: 10px;
}
action-view #siteSub,
action-submit #siteSub {
display: none;
}