Template:Kaste.css

From The Wiki Camp 2
Jump to navigation Jump to search
.infobox-image img {
	box-shadow: 0 3px 8px -2px rgba(0,0,0,0.4);
	border-radius: 4px;
} .infobox-above, .infobox-header {
	background:linear-gradient(#ff9d8c 0%, #d65b4b 100%) !important;
	color:white;
	border-radius:4px;
	box-shadow:0 3px 8px -2px rgba(0,0,0,0.4);
	font-variant: small-caps;
	text-shadow: 0 2px 6px rgba(0,0,0,0.6);
} .infobox-above {
	height:28px;
	vertical-align: middle !important;
} .infobox, .toc, .catlinks {
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,1);
	border-radius: 4px;
} h2 .mw-headline {
	background:#F8F8F9;
	display: inline-block;
	border-radius: 4px 4px 0 0;
	padding: 2px 4px 2px 4px;
	border: 1px solid #a2a9b1;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,1);
	margin-bottom: -1px;
} #table-container {
    border-radius: 4px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin: 1em 0 1em 0;
} #table-container table {
    margin: -1px;
}