Template:Dye/Styles.css

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
/* [[Category:Template Styles]] */
.zw-dyes {
	clear: left;
}

.zw-dyes__content {
	text-align: center;
}

.zw-dyes__base {
	font-size: 1.25rem;
	padding-left: 1rem;
	padding-right: 1.5rem;
	text-align: center;
	font-style: italic;
}

.zw-dyes__dyes {
	max-width:31.5rem;
}

.zw-dyes__table {
	background-color: #212021;
	border-radius:3px; 
	border:2px solid #5A5D52;
	padding:1em;
	outline: 2px solid #212021;
}

.zw-dyes__table hr {
	background-color:#5A5D52;
}

.zw-dyes__spacer {
	border: none;
	height: 1px;
	background-image: linear-gradient(to right, #212021, #5A5D52, #212021);
}
.zw-dyes__spacer::after {
  content: attr(display);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #212021;
  }