TangyuanMeow(讨论 | 贡献) |
TangyuanMeow(讨论 | 贡献) |
||
| 第7行: | 第7行: | ||
--sharpness-red: #FF0000; | --sharpness-red: #FF0000; | ||
--sharpness-orange: #FD7E0F; | --sharpness-orange: #FD7E0F; | ||
--sharpness-green: # | --sharpness-yellow: #FFFB00; | ||
--sharpness-blue: # | --sharpness-green: #3AD00C; | ||
--sharpness-white: # | --sharpness-blue: #2368FF; | ||
--sharpness-white: #FFFFFF; | |||
--sharpness-purple: #A020F0; | --sharpness-purple: #A020F0; | ||
} | } | ||
2024年11月28日 (四) 14:10的版本
/* 这里放置的CSS将应用于MinervaNeue皮肤 */
:root {
--title: #EAECF0;
--primary: #EAECF0;
--secondary: #F8F9FA;
--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; }
#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 12px;
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-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;
}