Actions

MediaWiki

Common.css

De erg

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.
/* Le CSS placé ici sera appliqué à tous les habillages. */

/* une media query qui permet de prendre en compte la préférence de couleur du navigateur. 
Tout ce qui est en dehor de cette @media est pour le thème blanc et dans le @media (prefers-color-scheme: dark)  */

@media (prefers-color-scheme: dark) {

html {
background-color: #21201E;
color: white;
}      
body{.
background-color:inherit;
color:inherit;
background: #21201E;
}

body.action-view #page-content a{
color: none;
}
}
 #navwrapper {
background: darkgrey;
}


pre{

border-radius: 10px;
}
.rssicon {
display: inline-block;
width: 32px;
height: 32px;
background-image: url(/mw/resources/assets/Feed-icon.png);
}
 


.hidden {
    display: none;
}

table.infobox {
  width: 30em;
  font-size: 90%;
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  color: black;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0.2em;
  float: right;
  clear: right;
  text-align:left;
}

table.infobox th.head {
  text-align: center;
  background-color:#ccccff;
}

/* Flexgal */
div.flexgal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div.flexgal div.item {
  display: flexbox;
}
div.flexgal div.item p {
  margin: 0;
  padding: 0; /* padding + margin seem to conflict with the grid layout */
}
a img {
  border: none;
  vertical-align: top; /* magically this cancels the containing anchor's bottom border */
}

div.pubdate {
  clear: both;
}

.Media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.Media-figure {
  margin-right: 1em;
}

.Media-body {
  flex: 1;
}

/* simplify the footer links */
ul#poweredby, li#footer-disclaimer { display: none; }

.snowflake {
position:absolute;
color:blue;
transition: top 5s linear;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0,0,0,0.01);
}

#content {
max-width: 80ch;
margin: auto;
}


/* External Image Template */
.externalimage-holder {
    display:inline-block;
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}