Module:Documentation/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
margin-top: 1em; | margin-top: 1em; | ||
clear: both; | clear: both; | ||
} | |||
body.wgl-darkmode .documentation { | |||
background-color: hsl(215, 25%, 8%); | |||
border-color: #121212; | |||
} | } | ||
| Line 12: | Line 17: | ||
margin: -0.8em -1em 0.8em; | margin: -0.8em -1em 0.8em; | ||
background-color: hsl(215, 75%, 85%); | background-color: hsl(215, 75%, 85%); | ||
} | |||
body.wgl-darkmode .documentation-header-top, | |||
body.wgl-darkmode .documentation-header-bottom { | |||
background-color: hsl(215, 25%, 12%); | |||
} | } | ||
| Line 48: | Line 58: | ||
.documentation-badDoc { | .documentation-badDoc { | ||
background-color: hsl(40, 75%, 92%); | background-color: hsl(40, 75%, 92%); | ||
} | |||
body.wgl-darkmode .documentation-badDoc { | |||
background-color: hsl(40, 25%, 8%); | |||
} | } | ||
.documentation-badDoc .documentation-header-top, | .documentation-badDoc .documentation-header-top, | ||
.documentation-badDoc .documentation-header-bottom | .documentation-badDoc .documentation-header-bottom { | ||
background-color: hsl(40, 75%, 85%); | background-color: hsl(40, 75%, 85%); | ||
} | |||
body.wgl-darkmode .documentation-badDoc .documentation-header-top, | |||
body.wgl-darkmode .documentation-badDoc .documentation-header-bottom { | |||
background-color: hsl(40, 25%, 12%); | |||
} | } | ||
.documentation-noDoc { | .documentation-noDoc { | ||
background-color: hsl(0, 0%, 92%); | background-color: hsl(0, 0%, 92%); | ||
} | |||
body.wgl-darkmode .documentation-noDoc { | |||
background-color: hsl(0, 0%, 8%); | |||
} | } | ||
.documentation-noDoc .documentation-header-top, | .documentation-noDoc .documentation-header-top, | ||
.documentation-noDoc .documentation-header-bottom | .documentation-noDoc .documentation-header-bottom { | ||
background-color: hsl(0, 0%, 85%); | background-color: hsl(0, 0%, 85%); | ||
} | |||
body.wgl-darkmode .documentation-noDoc .documentation-header-top, | |||
body.wgl-darkmode .documentation-noDoc .documentation-header-bottom { | |||
background-color: hsl(0, 0%, 12%); | |||
} | } | ||