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

Aller à : navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 12 : Ligne 12 :
}
}


@media screen and (min-width: 875px !important) {
@media screen and (min-width: 875px){
  .top-bar {
.top-bar{
height: auto !important;
height: auto !important;
overflow: visible !important;
overflow: visible !important;
  }
}
}
}


Ligne 35 : Ligne 35 :
   border-color: #0A2342;
   border-color: #0A2342;
}
}
*/


.vertical-divider {
.vertical-divider {

Version du 10 novembre 2022 à 03:57

/* 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;
}