More actions
Created page with ".documentation { background-color: hsl(215, 75%, 92%); border: 1px solid #ccc; padding: 0.8em 1em 0.7em; margin-top: 1em; clear: both; } body.wgl-theme-dark .documentation { background-color: hsl(215, 25%, 8%); border-color: #121212; } .documentation-header-top, .documentation-header-bottom { padding: 0.8em 1em 0.7em; background-color: hsl(215, 75%, 85%); } body.wgl-theme-dark .documentation-header-top, body.wgl-theme-dark .documentation-header-bottom { backgr..." |
No edit summary |
||
Line 1: | Line 1: | ||
.documentation { | .documentation { | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
padding: 0.8em 1em 0.7em; | padding: 0.8em 1em 0.7em; | ||
Line 7: | Line 6: | ||
} | } | ||
body.wgl-theme-dark .documentation { | body.wgl-theme-dark .documentation { | ||
border-color: #121212; | border-color: #121212; | ||
} | } | ||
Line 14: | Line 12: | ||
.documentation-header-bottom { | .documentation-header-bottom { | ||
padding: 0.8em 1em 0.7em; | padding: 0.8em 1em 0.7em; | ||
} | } | ||
Line 46: | Line 39: | ||
margin-right: 1em; | margin-right: 1em; | ||
line-height: 1; | line-height: 1; | ||
} | } | ||
Revision as of 18:19, 16 June 2025
.documentation {
border: 1px solid #ccc;
padding: 0.8em 1em 0.7em;
margin-top: 1em;
clear: both;
}
body.wgl-theme-dark .documentation {
border-color: #121212;
}
.documentation-header-top,
.documentation-header-bottom {
padding: 0.8em 1em 0.7em;
}
.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-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;
}
@media screen and (max-width: 480px) {
.documentation #documentation-header-tools {
float: none;
margin-left: 0;
display: block;
}
}
/*
[[Category:Template styles]]
[[ja:モジュール:Documentation/styles.css]]
[[uk:Модуль:Документація/styles.css]]
[[zh:Module:Documentation/styles.css]]
*/