“MediaWiki:Minerva.css”的版本间的差异

第146行: 第146行:
   left: 0;
   left: 0;
   top: 7em; /* 5em is height of header, 6em brings just under */
   top: 7em; /* 5em is height of header, 6em brings just under */
  z-index: 10000; /* Ensure we float above the header, etc. */
   max-height: 1000px;
   max-height: 1000px;
}
.toctoggle {
  float: right;
}
}


}
}

2024年11月18日 (一) 16:56的版本

/* 这里放置的CSS将应用于MinervaNeue皮肤 */

/* 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 {
  left: 0;
  top: 7em; /* 5em is height of header, 6em brings just under */
  max-height: 1000px;
}

}