Module:Documentation/styles.css: Difference between revisions
TemplateStyles, copied from Module:Documentation. See that page's history for attribution. |
No edit summary |
||
| Line 1: | Line 1: | ||
.documentation { | .documentation { | ||
border: 1px solid # | background-color: hsl(215, 75%, 92%); | ||
border: 1px solid #ccc; | |||
padding: 0.8em 1em 0.7em; | padding: 0.8em 1em 0.7em; | ||
margin-top: 1em; | margin-top: 1em; | ||
| Line 9: | Line 10: | ||
.documentation-header-bottom { | .documentation-header-bottom { | ||
padding: 0.8em 1em 0.7em; | padding: 0.8em 1em 0.7em; | ||
background-color: | background-color: hsl(215, 75%, 85%); | ||
} | } | ||
| Line 31: | Line 32: | ||
.documentation-badDoc { | .documentation-badDoc { | ||
background-color: hsl(40, 75%, 92%); | |||
} | |||
.documentation-badDoc .documentation-header-top, | |||
.documentation-badDoc .documentation-header-bottom, | |||
.documentation-header.documentation-badDoc { | |||
background-color: hsl(40, 75%, 85%); | |||
} | |||
.documentation-noDoc { | |||
background-color: hsl(0, 0%, 92%); | |||
} | |||
.documentation-noDoc .documentation-header-top, | |||
.documentation-noDoc .documentation-header-bottom, | |||
.documentation-header.documentation-noDoc { | |||
background-color: hsl(0, 0%, 85%); | |||
} | } | ||