MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
imported>76561198018895007 No edit summary |
m Hide category on home page |
||
(16 intermediate revisions by 2 users 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 */ |
|||
#pt-login > a { |
|||
.page-Dyson_Sphere_Program_Wiki .mw-side, |
|||
background-image: url(images/d/db/SteamLogin.png); |
|||
.page-Dyson_Sphere_Program_Wiki .firstHeading, |
|||
⚫ | |||
.page-Dyson_Sphere_Program_Wiki #siteSub { |
|||
margin: -10px auto; |
|||
display: none!important; |
|||
text-indent: -9999px; |
|||
} |
|||
width: 195px; |
|||
.page-Dyson_Sphere_Program_Wiki #catlinks { |
|||
height: 30px; |
|||
⚫ | |||
} |
} |
||
Line 24: | Line 25: | ||
} |
} |
||
/* |
|||
@font-face { |
|||
[[Navbox/Category]] |
|||
font-family: 'Countdown'; |
|||
*/ |
|||
src: url('/skins/UniWiki/font/countdown.ttf'); |
|||
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeBullet, |
|||
⚫ | |||
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeLabelCategory { |
|||
font-style: normal; |
|||
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 { |
|||
⚫ | |||
} |
} |
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;
}