User:Dirkvs/Stylesheets/calendar.css

From 2007.igem.org

(Difference between revisions)
Line 27: Line 27:
-
caption {
+
caption.cal {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
Line 37: Line 37:
}
}
-
th {
+
th.cal {
font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #616B76;
color: #616B76;
background: #D9E2E1;
background: #D9E2E1;
-
/* border-right: 1px solid #A2ADBC;
+
border-right: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
border-top: 1px solid #A2ADBC;
border-top: 1px solid #A2ADBC;
-
*/}
+
}
.today, td.today a, td.today a:link, td.today a:visited {
.today, td.today a, td.today a:link, td.today a:visited {
Line 52: Line 52:
}
}
-
td {
+
td.cal {
border-right: 1px solid #A2ADBC;
border-right: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
Line 58: Line 58:
height: 20px;
height: 20px;
text-align: center;
text-align: center;
-
/* background: url(images/bg_calendar.gif) no-repeat right bottom; */
 
}
}
-
td a {
+
td.cal a {
text-decoration: none;
text-decoration: none;
font-weight: bold;
font-weight: bold;
Line 67: Line 66:
}
}
-
td a:link, td a:visited {
+
td.cal a:link, td.cal a:visited {
color: #608194;
color: #608194;
-
/* background: url(images/bg_calendar.gif) no-repeat; */
 
}
}
-
td a:hover, td a:active {
+
td.cal a:hover, td.cal a:active {
color: #6aa3ae;
color: #6aa3ae;
-
/* background: url(images/bg_calendar.gif) no-repeat right top; */
+
background: #d5e9d7;
}
}

Revision as of 14:46, 7 October 2007

body {
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
}

a {
	color: #DF9496;
}

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

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption.cal {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "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;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

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

td.cal a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

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

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