User:PanchamBro/common.css

From Zelda Wiki, the Zelda encyclopedia
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.
div.gameCategory div.enemies {
	background: url(https://static.wikia.nocookie.net/zelda_gamepedia_en/images/3/33/LANS_Octorok_Render.png/revision/latest?cb=20210420180542);
	width: 6em;
	background-size: 50px;
	background-repeat: no-repeat;
	height: 6em;
	position: relative;
	z-index: 2;
	margin: 0 0 0 0.5em;
	filter: drop-shadow(2px 2px 1px #131313);
}

div.gameCategory div.text {
    line-height: 29px;
	font-size: 25px;
	z-index: 1;
	position: relative;
	margin-left: 2.4em;
	padding-top: 0.5em;
	text-align: right;
}

div.gameCategory {
    display: ruby;
	padding: 1em 6em 0 0;
	background-color: #1e5c93;
	box-shadow: 2px 2px 0 #000;
	-moz-box-shadow: 2px 2px 0 #000;
    -webkit-box-shadow: 2px 2px 0 #000;
}

div.gameCategory > a {
	color: transparent;
	z-index: 3;
	position: absolute;
	padding: 2em 3.8em 0 0;
}

li#ca-ve-edit {
	display:none;
}