User:Dirkvs/Stylesheets/calendar.css

From 2007.igem.org

< User:Dirkvs
Revision as of 17:20, 7 October 2007 by Dirkvs (Talk | contribs)

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.

#calendar {
	width: 134px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 10px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

caption.cal {
	margin: 0;
	padding: 0;
	width: 134px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th.cal {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

td.cal {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
}

td.cal a a:link, td.cal a:visited {	
/*	color: #608194; */
}

td.cal a:hover, td.cal a:active {
/*	color: #6aa3ae; */
	background: #d5e9d7;
}