« MediaWiki:Foreground.css » : différence entre les versions

Aller à : navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* Corrige l'absenced de centrage des images centrées du skin foreground */
.center
{
text-align: center !important;
}
/* Modifications des couleurs de la top-bar */
/* Modifications des couleurs de la top-bar */



Version du 10 novembre 2022 à 04:00

/* Corrige l'absenced de centrage des images centrées du skin foreground */
.center
{
	text-align: center !important;
}

/* Modifications des couleurs de la top-bar */

.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;
}

@media screen and (min-width: 875px){
 .top-bar{
height: auto !important;
overflow: visible !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;
}

#logo {
padding-top:50px;
}

#dons {
padding-top:55px;
}
.search {
    display: none !important;
}