Template:Content Box/styles.css

From Mizuumi Wiki
< Template:Content Box
Revision as of 06:44, 7 February 2024 by Ougon (talk | contribs) (test hover effect.)
Jump to navigation Jump to search
.contentbox {
	border: 1px solid #a7d7f9; 
	border-radius: 2px;
	margin:5px;
	padding: 5px 10px;
	transition: transform 0.2s ease;
}

.contentbox:hover {
    transform: scale(1.05);
}

.contentheading {
	font-size: 1.75em;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}

.subcontentheading {
	font-size: 1.5em;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}

.contenthr {
	background-color:#e6e6e6;
	margin: 0px -10px 10px;
}