No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
.chapterlist [class^="mw-content-"] ul ul, .chapterlist [class^="mw-content-"] ol ul,.chapterlist [class^="mw-content-"] ul ol,.chapterlist [class^="mw-content-"] ol ol { | .chapterlist [class^="mw-content-"] ul ul, .chapterlist [class^="mw-content-"] ol ul,.chapterlist [class^="mw-content-"] ul ol,.chapterlist [class^="mw-content-"] ol ol { | ||
margin: 0 0 0 1em; | margin: 0 0 0 1em; | ||
} | |||
ol { | |||
counter-reset: item | |||
} | |||
li { | |||
display: block | |||
} | |||
li:before { | |||
content: counters(item, ".") " "; | |||
counter-increment: item | |||
} | } |
Revision as of 12:13, 24 June 2020
/* CSS placed here will be applied to all skins */
table.chapterfoot {border:1px solid #fbedbd;}
.chapterfoot th {background: #fbedbd; padding:10px;}
.chapterfoot td {background: #fff7da; padding: 10px;}
.bs-custom-menu-header-container {background-color: #ffde6f;}
.wrapper .navigation-main, header .bs-featured-actions .dropdown.open .dropdown-menu {background-color: #34464b;}
.bs-custom-menu-header-container .bs-custom-menu.header a {color: #34464b;}
body.mediawiki .bs-logo a {background-size: 220px; -webkit-filter: drop-shadow( -1px 1px 0px #333 );filter: drop-shadow( -1px 1px 0px #333 );}
/*box for subpages */
.mw-prefixindex-body {-moz-columns:unset; -webkit-columns:unset; columns:unset; background: #efefef; padding: 15px;}
/*hide About BlueSpice */
a#n-bluespiceabout {display:none;}
/* tempate ChapterList */
.chapterlist [class^="mw-content-"] ul ul, .chapterlist [class^="mw-content-"] ol ul,.chapterlist [class^="mw-content-"] ul ol,.chapterlist [class^="mw-content-"] ol ol {
margin: 0 0 0 1em;
}
ol {
counter-reset: item
}
li {
display: block
}
li:before {
content: counters(item, ".") " ";
counter-increment: item
}