No edit summary |
m (1 revision imported: New Files) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Hide title and edit tools on main page */ | |||
# | .page-Dyson_Sphere_Program_Wiki .mw-side, | ||
.page-Dyson_Sphere_Program_Wiki .firstHeading, | |||
.page-Dyson_Sphere_Program_Wiki #siteSub { | |||
display: none!important; | |||
} | } | ||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
Line 21: | Line 22: | ||
} | } | ||
/* | |||
[[Navbox/Category]] | |||
*/ | |||
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeBullet, | |||
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeLabelCategory { | |||
display: none; | |||
} | |||
.navbox-category .CategoryTreeSection, | |||
.navbox-category .CategoryTreeSection .CategoryTreeItem { | |||
display: inline; | |||
} | |||
.navbox-category .CategoryTreeSection .CategoryTreeLabelPage:after { | |||
content: " | "; | |||
} | |||
.navbox-category .CategoryTreeSection:last-child .CategoryTreeLabelPage:after { | |||
content: ""; | |||
} | |||
.navbox-category .CategoryTreeLabelPage { | |||
font-style: normal; | |||
} | } |
Latest revision as of 11:54, 24 March 2024
/* CSS placed here will be applied to all skins */
/* Hide title and edit tools on main page */
.page-Dyson_Sphere_Program_Wiki .mw-side,
.page-Dyson_Sphere_Program_Wiki .firstHeading,
.page-Dyson_Sphere_Program_Wiki #siteSub {
display: none!important;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
li.gallerybox { border:1px solid #582806;
background-color:#080808;
}
li.gallerybox div.thumb { background-color:#080808;
border:none;
}
/*
[[Navbox/Category]]
*/
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeBullet,
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeLabelCategory {
display: none;
}
.navbox-category .CategoryTreeSection,
.navbox-category .CategoryTreeSection .CategoryTreeItem {
display: inline;
}
.navbox-category .CategoryTreeSection .CategoryTreeLabelPage:after {
content: " | ";
}
.navbox-category .CategoryTreeSection:last-child .CategoryTreeLabelPage:after {
content: "";
}
.navbox-category .CategoryTreeLabelPage {
font-style: normal;
}