« 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 |
||
| (18 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 49 : | Ligne 49 : | ||
} | } | ||
#lastmod | #lastmod | ||
| Ligne 60 : | Ligne 55 : | ||
} | } | ||
#preferences | #preferences, .mw-htmlform-ooui-wrapper | ||
{ | { | ||
background-color: white; | background-color: white; | ||
| Ligne 73 : | Ligne 68 : | ||
.mw-htmlform.mw-htmlform-ooui.oo-ui-layout.oo-ui-formLayout, . | .mw-htmlform.mw-htmlform-ooui.oo-ui-layout.oo-ui-formLayout, .oo-ui-fieldLayout-field, figcaption | ||
{ | { | ||
color: white !important; | color: white !important; | ||
| Ligne 86 : | Ligne 81 : | ||
{ | { | ||
width: 100%; | 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; | |||
} | } | ||
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;
}