Module:Documentation/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
.documentation-header-bottom { | .documentation-header-bottom { | ||
padding: 0.8em 1em 0.7em; | padding: 0.8em 1em 0.7em; | ||
margin: -0.8em -1em 0.8em; | |||
background-color: hsl(215, 75%, 85%); | background-color: hsl(215, 75%, 85%); | ||
} | } | ||
Line 22: | Line 23: | ||
border-top: inherit; | border-top: inherit; | ||
clear: both; | clear: both; | ||
} | |||
.documentation #documentation-header-title { | |||
margin-right: 1em; | |||
font-weight: 500; | |||
line-height: 1; | |||
font-size: 130%; | |||
} | |||
.documentation #documentation-jump-to-code { | |||
white-space: nowrap; | |||
} | |||
.documentation #documentation-header-tools { | |||
float: right; | |||
margin-left: 2em; | |||
} | } | ||
Revision as of 11:02, 27 September 2023
.documentation {
background-color: hsl(215, 75%, 92%);
border: 1px solid #ccc;
padding: 0.8em 1em 0.7em;
margin-top: 1em;
clear: both;
}
.documentation-header-top,
.documentation-header-bottom {
padding: 0.8em 1em 0.7em;
margin: -0.8em -1em 0.8em;
background-color: hsl(215, 75%, 85%);
}
.documentation-header-top {
margin: -0.8em -1em 0.8em;
border-bottom: inherit;
}
.documentation-header-bottom {
margin: 0.7em -1em -0.7em;
border-top: inherit;
clear: both;
}
.documentation #documentation-header-title {
margin-right: 1em;
font-weight: 500;
line-height: 1;
font-size: 130%;
}
.documentation #documentation-jump-to-code {
white-space: nowrap;
}
.documentation #documentation-header-tools {
float: right;
margin-left: 2em;
}
.documentation-header-title {
font-weight: bold;
font-size: 130%;
margin-right: 1em;
line-height: 1;
}
.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%);
}