MediaWiki:Foreground.css

De covipol

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.
/* Custom link color */
a.new {
    color: #d20202;
    /*text-decoration: underline dashed #d20202;*/
}

/* For some reason categories are displayed with bullets in MW1.35+foreground. */
#catlinks ul {
  list-style-type: none;
  display: inline-flex;
  margin-bottom: .3rem
}

/* =============*/
/* Top-bar Customisation
/* =============*/
.top-bar,
.top-bar-section .has-form,
.top-bar-section ul li,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
 background:#fff;
 color:#333
}
.top-bar-section li.active:not(.has-form) > a:not(.active),
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
 font-weight:bold;
 color:#333;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.top-bar-section li.active:not(.has-form) > a:not(.active):hover {
  background:  #eee;
  color:#333;
}

.dropdown {
 -webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.4);
 -moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.4); 
}

.top-bar-section .has-dropdown > a::after {
 border-color:#333 transparent transparent !important
}

.top-bar-section #p-Ajouter_du_contenu > a{
 background-color:#fa0068;
 color:#fff
}

.button.search {
 background:#fa0068;
 border-radius:0 5px 5px 0;
 font-weight:bold;
 padding-top:.5rem;
 height:2rem
}

.top-bar input,
.top-bar input:focus {
 border:2px solid #fa0068;
 border-right:none;
 border-radius:5px 0 0 5px;
 min-width:25em;
 margin-right:-1px;
 height:2rem
}

/* Fixe top-bar-center même si la taille de top-bar-left fait moins de 25% de largeur*/
#top-bar-left{
 min-width: 25%;
}