Team:TU Delft/scroll calendar

From 2010.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 7: Line 7:
   display: inline-table;
   display: inline-table;
   overflow: hidden;
   overflow: hidden;
 +
  background-color: #fff;
 +
  border-collapse:collapse;
}  
}  
#calview .month .heading td {
#calview .month .heading td {
Line 16: Line 18:
}
}
-
#calview .month .dow td     { display: block; color:#216085; text-align:center; font-size:110%; border: 1px solide #216085;}
+
#calview table.month td.today    { background-color:#00aeef; color: #fff;}
-
#calview .month .dow { background-color: #d0f1fa; }
+
-
#calview table.month td.today    { background-color:#ddd;}
+
#calview table.month td {
#calview table.month td {
     border: none;
     border: none;
Line 26: Line 26:
     font-size: 10pt;
     font-size: 10pt;
     text-align: center;
     text-align: center;
-
    background-color: #eee;
 
}
}
 +
 +
#calview .month .dow td  { color:#fff; text-align:center; font-size:110%;}
 +
#calview .month .dow { background-color: #216085; }
 +
#calview .odd { background-color: #f2fcff; }
#calview table { text-align: center; left: 0px; top: 0px; border-spacing: 0px 0px; }
#calview table { text-align: center; left: 0px; top: 0px; border-spacing: 0px 0px; }
#calview table.month a { padding:4px; background: none; }
#calview table.month a { padding:4px; background: none; }
-
#calview .day-active { color:#0000cc }
+
#calview .day-active { color:#0000cc; }
-
#calview .day-empty  { color:#cc0000 }
+
#calview .day-empty  { color:#ccc; }
/*#calview a:hover { background-color: #ccc; text-decoration: none; } */
/*#calview a:hover { background-color: #ccc; text-decoration: none; } */
Line 55: Line 58:
#calscene {
#calscene {
-
}
 
-
 
-
.nextmonth_btn {
 
-
color: #ff0000;
 
}
}
Line 120: Line 119:
     month_elems.push(elem);
     month_elems.push(elem);
-
     $(this).before('<td class="cal_btn prevmonth_btn"> < </td>')
+
     $(this).before('<td class="cal_btn prevmonth_btn"><img src="https://static.igem.org/mediawiki/2010/3/3d/TU_Delft_blog_calendar_prev.png" border="0" /></td>')
           .attr('colspan', 5)
           .attr('colspan', 5)
           .addClass('month_heading')
           .addClass('month_heading')
-
           .after('<td class="cal_btn nextmonth_btn"> > </td>');  
+
           .after('<td class="cal_btn nextmonth_btn"><img src="https://static.igem.org/mediawiki/2010/2/2f/TU_Delft_blog_calendar_next.png" border="0" /></td>');  
   });
   });

Latest revision as of 10:44, 13 October 2010

March
MTWTFSS
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
April
MTWTFSS
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
May
MTWTFSS
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
June
MTWTFSS
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
July
MTWTFSS
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
August
MTWTFSS
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
September
MTWTFSS
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
October
MTWTFSS
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
November
MTWTFSS
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30