Template:Button/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for [[Template:Button]] */
/* Main class name is template-button to avoid name clashes */
.template-button {
	display: inline;
	border-width: 2px;
	border-color: #999;
	white-space: nowrap;
	background-color: #ccc;
	color: black;
	font-size: 150%;
	padding: 1px;
	line-height: 100%;
}

.template-button:hover {
	background-color: #E6E6E6; /* 10% lighter */
}

.template-button a, .template-button a:hover {
	color: black;
}
/* [[Category:Template stylesheets]] */