Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
.publication-firstpage { | .publication-firstpage { | ||
display:flex; | display:flex; | ||
+ | } | ||
+ | .page-splitter { | ||
+ | display: block; | ||
+ | content: ""; | ||
+ | height: 30px; | ||
+ | margin-top: -31px; | ||
+ | border-style: solid; | ||
+ | border-color: #8c8b8b; | ||
+ | border-width: 0 0 1px 0; | ||
+ | border-radius: 20px; | ||
} | } |
Revision as of 13:05, 4 August 2019
/* CSS placed here will be applied to all skins */
.pagenum {
display:flex;
}
.publication-firstpage {
display:flex;
}
.page-splitter {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: #8c8b8b;
border-width: 0 0 1px 0;
border-radius: 20px;
}