« MediaWiki:Minerva.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (24 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 10 : | Ligne 10 : | ||
.header-container.header-chrome | .header-container.header-chrome | ||
{ | { | ||
background-color: # | background-color: #00032a !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #32CD32; | ||
border-bottom-left-radius: | border-bottom-left-radius: 1px; | ||
border-bottom-right-radius: | border-bottom-right-radius: 1px; | ||
} | } | ||
.minerva-header .branding-box a | .minerva-header .branding-box a | ||
{ | { | ||
color: white; | |||
font-weight: bold; | |||
font-size: 20px; | font-size: 20px; | ||
font-family: 'Arwing', sans-serif; | font-family: 'Arwing', sans-serif; | ||
} | |||
.mw-body { | |||
background-color: #313847 !important; | |||
color: white; | |||
} | |||
.minerva-footer { | |||
color: white; | |||
background-color: #00032a !important; | |||
} | |||
a | |||
{ | |||
color: #32CD32; | |||
} | |||
a:visited | |||
{ | |||
color: green; | |||
} | |||
.new | |||
{ | |||
color: #FF6347; | |||
} | |||
h1,h2,h3,h4,h5,h6 | |||
{ | |||
color: white; | |||
} | |||
.content kbd, .content samp, .content code, .content pre | |||
{ | |||
border: 0px solid black !important; | |||
} | |||
.content table | |||
{ | |||
margin: unset; | |||
} | |||
.oo-ui-fieldLayout-field { | |||
color: black !important; | |||
} | |||
.oo-ui-windowManager.oo-ui-windowManager-modal.oo-ui-windowManager-size-full.oo-ui-windowManager-fullscreen | |||
{ | |||
color: black !important; | |||
} | |||
.truncated-text | |||
{ | |||
color: black; | |||
} | |||
.mw-overlays-container h2 | |||
{ | |||
color: black !important; | |||
} | |||
#bodyContent | |||
{ | |||
overflow-x: auto; | |||
} | } | ||