MediaWiki:Erudite.css
Révision datée du 25 février 2019 à 15:05 par L.strappazon (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é & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/*
#top-wrap {
background-image: url(/w/images/ban4.jpg);
}
#nav-meta {
margin:0.5em -8em 0 1em;
padding-left:1em;
border left: none;
border-left-width: 0;
}
*/
#main, #top-wrap h1, #tagline, #nav, #footer-wrap-inner, .message {
width:80%;
max-width: 80em;
margin: 0 auto;
}
#nav-meta, .mw-jump {display:none;}
#search.widget {
float:right;
}
#bottom-wrap {
padding: 0.5em 0 0.5em 0;
background:unset;
background-image: url(/w/images/d/d8/Foot_bg.png);
}
a {
border-bottom-style: none;
}
.thema {
display:inline-block;
width:420px;
vertical-align: top;margin:auto;
margin-left: 0.5em;
}
.them {
display: flex;
flex-wrap: wrap;
}
.intro {
text-align:justify;
font-weight: bolder;
font-size: 1.1em;
}
/* Zaïd proposals. To come back after trying, simply add &action=edit at the end of the url to get to the editing mode.*/
#top-wrap, #footer-wrap-inner, .message {
width:100%;
max-width: 100%;
margin: 0 auto;
}
#top-wrap {
background-image: none; /*url(/w/images/f/ff/Background-Website01.jpg);*/
background-color: #111;
padding:3.625em 0 3.625em 0;
}
#menu {
margin:3em 0 -3.625em 0;
}
body {
background-color: #FFFFFF;
background: url(/w/images/3/36/Background-Website02.png) center fixed;
opacity:0.9;
}
#main {
border-width:0;
}
#ternary.footer {display:none;}
.grid-thema {
display:grid;
grid-gap:10px;
border:1px solid;
padding:1em 0em;
grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
}