User:Jimothy/common.css

From Super Snail 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.
.item-white-border {
	background-image: url(/images/9/92/White-item-frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
	max-width: 220px;
	max-height: 220px;
	width: fit-content;
	height: fit-content;
}

.item-white-content {
	display: inline-block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.item-white-content > a.image > img {
	height: 72%;
	width: 72%;
	padding: 14%;
}

.item-white {
	padding: 13.5%;
}

.item-white::before {
	content: " ";
	background-image: url(/images/9/92/White-item-frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
}