Jump to content

MediaWiki:Recipe.css

From The Petit Planet Wiki
Revision as of 14:45, 10 November 2025 by ReisuDesign (talk | contribs) (Created page with "Recipe: .new_genshin_recipe_header { display:none; } .new_genshin_recipe_body > * { vertical-align:top; } .new_genshin_recipe_body_icon { margin:30px 0; display:inline-block; width: 30px !important; } .new_genshin_recipe_body_yield { display:inline-block; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*Recipe*/
.new_genshin_recipe_header {
	display:none;
}
.new_genshin_recipe_body > * {
    vertical-align:top;
}
.new_genshin_recipe_body_icon {
    margin:30px 0;
    display:inline-block;
    width: 30px !important;
}
.new_genshin_recipe_body_yield {
    display:inline-block;
}