Template:UnTunes/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for [[Template:UnTunes]] */
table.untunes-nav {
	margin: 1em auto;
	width: auto;
	vertical-align: middle;
	background-color: #f7f7f7;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	border-spacing: 0;
	font-size: larger;
	font-family: verdana, sans-serif;
	text-align: center;
	text-shadow: 0 0 2px #5f5fa0;
	box-shadow: inset -5px -5px 15px #ccccfc;
}
table.untunes-nav td {
	width: auto;
	padding: 12px;
	border-left: 1px solid #d5d5d5;
}
table.untunes-nav td:first-child {
	border-left: none;
	padding-left: 24px;
}
table.untunes-nav td:last-child {
	padding-right: 24px;
}
table.untunes-nav a {
	text-decoration: none;
	color: black;
}

/* Alternate dark theme by Ben DeRoy */
table.untunes-nav-dark {
	width: auto;
	height: 53px;
	background-color: #636363;
	border-top: 5px groove darkgrey;
	border-right: 3px ridge darkgrey;
	border-bottom: 3px ridge darkgrey;
	border-left: 5px groove darkgrey;
	border-radius: 25px;
	border-spacing: 0;
	box-shadow: inset -5px -5px 7px white;
	font-weight: bolder;
	font-size: 16px;
	font-family: tahoma, sans-serif;
	text-shadow:
		0 0 3px white,
		1px 1px 2px black,
		-1px -1px 0 grey,
		-1px 1px 3px darkgrey;
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
table.untunes-nav-dark td {
	padding: 0 15px 3px 15px;
}
table.untunes-nav-dark td:first-child {
	padding-left: 25px;
}
table.untunes-nav-dark td:last-child {
	padding-right: 25px;
}
table.untunes-nav-dark a {
	color: #e8e8e8;
	text-decoration: none;
}

/* [[Category:Template stylesheets]]  */