Team:NCTU Formosa/source/header-notebook

From 2014.igem.org

(Difference between revisions)
Line 61: Line 61:
}
}
.calendar-day:hover li {
.calendar-day:hover li {
-
background: blue;
+
background: black;
color: white;
color: white;
}
}
Line 78: Line 78:
margin: 5px;
margin: 5px;
}
}
-
 
+
.calendar-day li:nth-child(1) {
 +
background: yellow;
 +
}
 +
.note:nth-child(1) {
 +
border-left: yellow 3px solid;
 +
}
 +
.calendar-day li:nth-child(2) {
 +
background: red;
 +
}
 +
.note:nth-child(2) {
 +
border-left: red 3px solid;
 +
}
 +
.calendar-day li:nth-child(3) {
 +
background: green;
 +
}
 +
.note:nth-child(3) {
 +
border-left: green 3px solid;
 +
}
 +
.calendar-day li:nth-child(4) {
 +
background: blue;
 +
}
 +
.note:nth-child(4) {
 +
border-left: blue 3px solid;
 +
}
</style>
</style>
<script>
<script>

Revision as of 17:29, 30 September 2014