MediaWiki:Foreground.css

Révision datée du 26 septembre 2023 à 23:41 par Shanan Khairi (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Note : après avoir publié 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 appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* Corrige l'absence de centrage des images centrées du skin foreground */
.center
{
	text-align: center !important;
}

/* Reformatage de la searchbox dans la topbar */
.mw-search {
padding-top:10px;
}
#searchtop {
width:275px;
}
#searchInput {
width:100%;
}
.search {
    display: none !important;
}

/* adaptation de la responsivité de la topbar  */
@media screen and (min-width: 10000px){
 .top-bar{
height: auto !important;
overflow: visible !important;
}
}
.top-bar{
height: 60px;
}

/* Modifications des couleurs de la top-bar + repositionnements + sticky */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar.expanded .title-area  {
   background: #0A2342;
   color: white;
min-height: 50px !important;
}
#top-bar-left {
padding-top: 7px !important;
}
#top-bar-right {
padding-top: 7px !important;
}
.title-area {
padding-top: 7px !important;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: #0A2342;
}
.vertical-divider {
    width: 100%;
    display: block;
    background: #0A2342;
    height: 1px;
}
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: #0A2342;
}
.top-bar input {
    width: auto;
    display: inline;
}
.top-bar-section ul li ul.dropdown li > a {
    background: #0A2342;
}
.top-bar ul li a {
  background-color: #0A2342 !important;
}
.top-bar {
position: fixed;
width: 100%;
z-index: 999;
}

/* Adaptation de la hauteur des containers sous la topbar */
#logo {
padding-top:50px;
}

#dons {
padding-top:55px;
}