MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
m WIP for Dynamic Navbox |
m Hide category on home page |
||
(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, |
|||
#ca-talk { |
|||
.page-Dyson_Sphere_Program_Wiki .firstHeading, |
|||
⚫ | |||
.page-Dyson_Sphere_Program_Wiki #siteSub { |
|||
⚫ | |||
⚫ | |||
.page-Dyson_Sphere_Program_Wiki #catlinks { |
|||
display: none; |
|||
} |
} |
||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ |
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ |
||
Line 19: | Line 23: | ||
li.gallerybox div.thumb { background-color:#080808; |
li.gallerybox div.thumb { background-color:#080808; |
||
border:none; |
border:none; |
||
⚫ | |||
@font-face { |
|||
font-family: 'Countdown'; |
|||
src: url('/skins/font/countdown.ttf'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
} |
} |
||
Latest revision as of 17:16, 4 March 2025
/* 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;
}
.page-Dyson_Sphere_Program_Wiki #catlinks {
display: none;
}
.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;
}