Team:TU Delft/header

From 2010.igem.org

(Difference between revisions)
Line 339: Line 339:
/* Head END */
/* Head END */
-
 
-
/* Calendar START */
 
-
 
-
table#calendar tbody tr td {
 
-
border: transparent;
 
-
padding:0;
 
-
margin:0;
 
-
}
 
-
 
-
table#calendar .month {
 
-
border: 1px solid #333;
 
-
}
 
-
 
-
table#calendar tbody tr td table tr td table tr td {
 
-
width: 20px;
 
-
padding: 2px;
 
-
border: 1px solid #ccc;
 
-
text-align: center;
 
-
}
 
-
 
-
.month .heading {
 
-
font-weight: bold;
 
-
}
 
-
 
-
.month .dow {
 
-
font-weight: italic;
 
-
}
 
-
 
-
.day-active {
 
-
display:block;
 
-
width: 20px;
 
-
height: 20px;
 
-
border: 1px solid green;
 
-
font-weight: bold;
 
-
color: green;
 
-
}
 
-
 
-
.day-empty {
 
-
color: #ccc;
 
-
cursor: default;
 
-
}
 
-
 
-
/* Calendar END */
 
</style>
</style>

Revision as of 00:51, 25 June 2010