MediaWiki:Common.css/Icon.css

From Paquerette Down the Bunburrows Wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Styling for [[Template:Icon]] and some other templates that use it */

.talk-text-icon,
.trap-text-icon,
.pickaxe-text-icon,
.shovel-text-icon,
.carrot-text-icon,
.ascend-text-icon,
.descend-text-icon {
	height: calc(10 * var(--pixel-size));
	margin-bottom: calc(-1 * var(--pixel-size));
	width: calc(10 * var(--pixel-size));
}

.bunny-text-icon {
	height: calc(8 * var(--pixel-size));
	width: calc(11 * var(--pixel-size));
}

.bunny-text-icon-wrapper-half {
	.bunny-text-icon__top-fill {
		visibility: hidden;
	}
}

.bunny-text-icon-wrapper-none {
	.bunny-text-icon__fill {
		visibility: hidden;
	}
}