Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
.page-splitter:nth-of-type(1) { | .page-splitter:nth-of-type(1) { | ||
/*margin-top: 2px;*/ | /*margin-top: 2px;*/ | ||
+ | } | ||
+ | .custom-delimiter-container { | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | } | ||
+ | .custom-delimiter-container .page-splitter{ | ||
+ | flex: 1; | ||
} | } |
Revision as of 14:49, 28 October 2019
/* CSS placed here will be applied to all skins */
.pagenum {
display:flex;
}
.publication-firstpage {
display:flex;
}
.page-splitter {
content: '';
display: block;
/*margin-top: 35px;*/
border-top: 1px solid #80a276;
border-bottom: 1px solid #fff;
}
.page-splitter:nth-of-type(1) {
/*margin-top: 2px;*/
}
.custom-delimiter-container {
display: flex;
align-items: center;
}
.custom-delimiter-container .page-splitter{
flex: 1;
}