view mluk2.css @ 144:f64a46fa7961

Rename some CSS elements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Sep 2014 11:21:32 +0300
parents 661e5e9f37ef
children
line wrap: on
line source

@import url("luk2.css");
body {
	font-size: 8pt;
}

h1, h2, h3 {
	font-size: 12pt;
	border-radius: 5pt;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	display: inline-block;
}

#infobox {
	font-size: 6pt;
}

#ctitle {
	font-size: 8pt;
}

#contents {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block;
}

#timeTable * table {
	width: auto;
	height: 100%;
}