MediaWiki:Minerva.css
Revision as of 17:41, 9 June 2025 by TangyuanMeow (talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 这里放置的CSS将应用于MinervaNeue皮肤 */
:root {
--title: #EAECF0;
--primary: #EAECF0;
--secondary: #F7F7F9;
--sharpness-red: #FF0000;
--sharpness-orange: #FD7E0F;
--sharpness-yellow: #FFFB00;
--sharpness-green: #3AD00C;
--sharpness-blue: #2368FF;
--sharpness-white: #FFFFFF;
--sharpness-purple: #A020F0;
}
/* Hide some icons */
#page-actions-watch { display:none; }
#page-actions-history { display:none; }
#page-actions-overflow { display:none; }
#p-navigation { display:none; }
#p-interaction { display:none; }
#p-lang { display:show; }
#pt-preferences { display:none; }
#mw-mf-page-left .hlist { display:none; }
#page-secondary-actions .talk { display:none; }
#bodyContent h1 {
font-size: 1.4em;
font-weight: bold;
padding-top: 10px;
}
#mw-mf-page-left ul.primary {
padding-bottom: 10px;
}
#mw-mf-page-left ul.secondary {
padding-top: 2px;
padding-bottom: 0px;
}
#mw-mf-page-left span.secondary {
padding-left: 10px;
}
.icon-expand {
background: url("/wilds/zh/icons/Menu_icon_expand_64x64.png");
background-size: 25px;
background-position: bottom 10px left 12px;
background-repeat: no-repeat;
}
.icon-home {
background: url("/wilds/zh/icons/Menu_icon_home_64x64.png");
background-size: 25px;
background-position: bottom 10px left 12px;
background-repeat: no-repeat;
}
.icon-builder {
background: url("/wilds/zh/icons/Menu_icon_builder_64x64.png");
background-size: 25px;
background-position: bottom 10px left 12px;
background-repeat: no-repeat;
}
.icon-monster {
background: url("/wilds/zh/icons/Menu_icon_monster_64x64.png");
background-size: 25px;
background-position: bottom 10px left 12px;
background-repeat: no-repeat;
}
.icon-weapon {
background: url("/wilds/zh/icons/Menu_icon_weapon_64x64.png");
background-size: 25px;
background-position: bottom 10px left 12px;
background-repeat: no-repeat;
}
.icon-armor {
background: url("/wilds/zh/icons/Menu_icon_armor_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-charm {
background: url("/wilds/zh/icons/Menu_icon_charm_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-skill-regular {
background: url("/wilds/zh/icons/Menu_icon_skill_regular_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-skill-set {
background: url("/wilds/zh/icons/Menu_icon_skill_set_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-skill-meal {
background: url("/wilds/zh/icons/Menu_icon_skill_meal_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-item {
background: url("/wilds/zh/icons/Menu_icon_item_64x64.png");
background-size: 25px;
background-position: bottom 10px left 12px;
background-repeat: no-repeat;
}
.icon-quest-village {
background: url("/wilds/zh/icons/Menu_icon_quest_village_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-quest-hub {
background: url("/wilds/zh/icons/Menu_icon_quest_hub_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-quest-event {
background: url("/wilds/zh/icons/Menu_icon_quest_event_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-quest-arena {
background: url("/wilds/zh/icons/Menu_icon_quest_arena_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-about {
background: url("/wilds/zh/icons/Menu_icon_about_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-donate {
background: url("/wilds/zh/icons/Menu_icon_donate_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
.icon-special {
background: url("/wilds/zh/icons/Menu_icon_special_64x64.png");
background-size: 25px;
background-position: bottom 10px left 22px;
background-repeat: no-repeat;
}
#toc {
float: right;
margin-left: 2%;
}
.gallery p {
margin-top: 3px;
margin-bottom: 10px;
}
.wikitable td p {
margin-top: 5px;
margin-bottom: 5px;
}
td.tree-entry-top-row p {
margin-top: 0px;
margin-bottom: 0px;
}
th.enemy-entry-bottom-row p {
margin-top: 0px;
margin-bottom: 0px;
}
.language-selector {
visibility: hidden;
}