All Downloads are FREE. Search and download functionalities are using the official Maven repository.

site.flatstyle.css Maven / Gradle / Ivy

body {
	background-color: #FFFFCC;
	font-family: Calibri, Courier;
	font-size: 0.86em;
}
#title {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: x-large;
	text-align: right;
}
#header, #footer {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
	clear: both;
	text-align: center;
	background-color: #CCFF99;
}
#menu {
	float: left;
	width: 20%;
	height: 100%;
	text-align: left;
	background-color: #FFFFCC;
}
#content {
	padding-right: 50px;
	margin-left: 300px;
	text-align: left;
}
#menu > ul {
	margin: 5px;
	list-style-type: none;
}
#menu > ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	background-color: #FFFFCC;
}
#menu > ul li:hover {
	text-decoration: underline;
	cursor: pointer;
}
#notice {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: smaller;
	text-align: left;
}
.mastertitle {
	font-size: x-large;
	font-weight: bolder;
}
.title {
	font-weight: bolder;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy