MediaWiki:Common.css

De CreaWiki
Sauter à la navigation Sauter à la recherche

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;
    padding: 1em;
    width: 500px;
}
.infobox_person-title{
    font-size: 2em;
    text-align: center;
}
.infobox_person-image {
    text-align: center;
}
.infobox_person th {
    text-align: right;
    vertical-align: top;
    width: 50px;
    padding: 1em;
}
.infobox_person td {
	width: 440px;
    text-align: left;    
    padding: 1em;
}


.Creabookbox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 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;
}