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

Aller à : navigation, rechercher
Balises : Contenu remplacé Révoqué
Aucun résumé des modifications
Balise : Révocation manuelle
 
Ligne 1 : Ligne 1 :
/* Corrige l'absence de centrage des images centrées du skin foreground */
/* 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;
}

Version actuelle datée du 26 septembre 2023 à 23:41

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