Team:Gothenburg/Calendar
From 2014.igem.org
(Difference between revisions)
(First bugfix after first implementation of our own calendar) |
m (Styling) |
||
Line 13: | Line 13: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | #content { | ||
+ | width: 960px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | /* Table styling starts here */ | ||
#calendar>table { | #calendar>table { | ||
Line 19: | Line 27: | ||
border-collapse: separate; | border-collapse: separate; | ||
} | } | ||
- | |||
.date { | .date { | ||
- | background-color: | + | background-color: #f4f4f4; |
border: 1px solid Black; | border: 1px solid Black; | ||
cursor: pointer; | cursor: pointer; | ||
Line 32: | Line 39: | ||
font-size: 1em; | font-size: 1em; | ||
margin: 0; | margin: 0; | ||
+ | color: #4444ee; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#content1 { | #content1 { |
Revision as of 13:13, 6 August 2014
26
|
27
|
28
|
29
|
30
|
31
|
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
|
1
|
2
|
3
|
4
|
5
|
6
|
30
|
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
|
1
|
2
|
3
|
28
|
29
|
30
|
31
|
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
|
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
|
1
|
2
|
3
|
4
|
5
|