MediaWiki:Common.css

提供:Noita Wiki
ナビゲーションに移動 検索に移動

他言語版: English


CSS and Javascript changes must comply with the wiki design rules.


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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

@import url(/load.php?lang=en&modules=site.styles&only=styles&skin=vector);

.spoiler-hidden {
    filter: blur(4px);
}

.spellProjectile,.pi-theme-放射物 {
  --color-spell-base: var(--color-spell-projectile);
}
.spellStatic, .pi-theme-静電放射物 {
  --color-spell-base: var(--color-spell-static);
}
.spellPassive, .pi-theme-受け身 {
  --color-spell-base: var(--color-spell-passive);
}
.spellUtility, .pi-theme-ユーティリティー {
  --color-spell-base: var(--color-spell-utility);
}
.spellModifier, .pi-theme-放射物調整盤 {
  --color-spell-base: var(--color-spell-modifier);
}
.spellMaterial, .pi-theme-資材 {
  --color-spell-base: var(--color-spell-material);
}
.spellMulticast, .pi-theme-マルチキャスト {
  --color-spell-base: var(--color-spell-multicast);
}
.spellOther, .pi-theme-その他 {
  --color-spell-base: var(--color-spell-other);
}