Template:IntBox/Style.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.filter-box {
	width:100%;
	margin-bottom:10px;
}

.filter-header {
	background-color:#444;
	font-family:'Roboto Slab';
	padding:5px;
	text-shadow: 1px 1px 1px #333333;
	color: white;
}

.filter-menu {
	width: 99%;
	background: linear-gradient(to bottom right, #BBB, #DDD);
	text-align:left; padding: 4px;
	color: white;
}

.filter-row {
	display: table;
	width: 100%;
	border: 1px solid black;
}

.filter-button {
	font-family: Roboto Slab;
	padding: 5px;
	text-shadow: 1px 1px 1px #333333;
	vertical-align: middle;
	display: table-cell;
}