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

De Wiki Lylat
Aller à la navigationAller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
(35 versions intermédiaires par le même utilisateur non affichées)
Ligne 37 : Ligne 37 :


.portable-infobox {
.portable-infobox {
     background: #79aaf3;
     background: black;
}
}


Ligne 47 : Ligne 47 :
.portable-infobox .pi-header {
.portable-infobox .pi-header {
     background-color: #4471e2;
     background-color: #4471e2;
}
#lastmod
{
  color: black;
}
#preferences, .mw-htmlform-ooui-wrapper
{
  background-color: white;
}
}






.oo-ui-fieldLayout-field {
.mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout, .oo-ui-windowManager.oo-ui-windowManager-modal.oo-ui-windowManager-size-full.oo-ui-windowManager-fullscreen
{
  color: black !important;
}
 
 
.mw-htmlform.mw-htmlform-ooui.oo-ui-layout.oo-ui-formLayout, .oo-ui-fieldLayout-field, figcaption
{
color: white !important;
}
 
.oo-ui-tool-title
{
color: black !important;
}
 
.wikitable
{
  width: 100%;
}
 
.oo-ui-fieldLayout-field, .oo-ui-labelElement-label, .mw-changeslist-legend {
   color: black !important;
   color: black !important;
}
}


#lastmod
.tabber-palette nav
{
{
   color: black;
   margin-left: auto;
  margin-right: auto;
  font-size: smaller;
}
}


#preferences
.tabber-palette
{
{
   background-color: white;
   color: black;
}
}

Dernière version du 30 juin 2026 à 19:32

/* Le CSS placé ici sera appliqué à tous les habillages. */
.index-div-item
{
   width: 100%;
}

.index-div-item pre:first-child 
{
 display: none !important;
}

@media screen and (min-width: 1024px)
{
 .index-div-item 
 {
   margin-right: 15px;
 }

.item1
{
  width: 75%;
}

.item2
{
  width: 25%;
}

.index-div
{
   display: flex;
   width: 99%;
}
}

/** Infobox */

.portable-infobox {
    background: black;
}

.portable-infobox .pi-title {
    background-color: #4471e2;
}


.portable-infobox .pi-header {
    background-color: #4471e2;
}


#lastmod
{
  color: black;
}

#preferences, .mw-htmlform-ooui-wrapper
{
  background-color: white;
}



.mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout, .oo-ui-windowManager.oo-ui-windowManager-modal.oo-ui-windowManager-size-full.oo-ui-windowManager-fullscreen
{
   color: black !important;
}


.mw-htmlform.mw-htmlform-ooui.oo-ui-layout.oo-ui-formLayout, .oo-ui-fieldLayout-field, figcaption
{
color: white !important;
}

.oo-ui-tool-title
{
 color: black !important;
}

.wikitable 
{
   width: 100%;
}

.oo-ui-fieldLayout-field, .oo-ui-labelElement-label, .mw-changeslist-legend {
  color: black !important;
}

.tabber-palette nav
{
  margin-left: auto;
  margin-right: auto;
  font-size: smaller;
}

.tabber-palette 
{
  color: black;
}