User:Maiko/test.css

From 2007.igem.org

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

*{
font-family:"Trebuchet MS";
}

h1{
text-align:center;
border-bottom:1px dotted #191970;
}

#cwrapper{
	margin:10px;
	text-align:center;
	margin:0 auto;
	background-color:#ffffff;
	font-size:13px;
	width:100%;
}

#cheader{
}

#cmenu{
	width:19%;
	float:left;
	text-align:left;
}

#ccontents{
	width:79%;
	text-align:left;
	float:left;
}
#ccontents p{
	line-height:150%;
	margin:10px;
}

#ccontents .image{
	text-align:center;
	font-size:80%;
}

.ctitle{
	font-weight:bold;
	text-align:center;
	border-left:4px solid #008800;
	border-right:4px solid #008800;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding:5px 10px;
}