Team:Gothenburg/Calendar
From 2014.igem.org
(Difference between revisions)
m (added titles for months) |
m |
||
Line 10: | Line 10: | ||
} | } | ||
- | + | #content { | |
- | + | width: 960px; | |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | } | |
- | + | #calendar>table { | |
- | + | margin: 2em; | |
- | + | border-spacing: 10px; | |
- | + | border-collapse: separate; | |
- | + | } | |
- | + | .date { | |
- | + | background-color: #f4f4f4; | |
- | + | border: 1px solid Black; | |
- | + | cursor: pointer; | |
- | + | padding: 0; | |
- | + | } | |
- | + | .date>h1 { | |
- | + | float: right; | |
- | + | font-size: 1em; | |
- | + | margin: 0; | |
- | + | color: #4444ee; | |
- | + | } | |
.date>ul { | .date>ul { | ||
Line 135: | Line 135: | ||
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification</li> |
<li>Title two</li> | <li>Title two</li> | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden">This says something!</span> |
</td> | </td> | ||
</tr> | </tr> |
Revision as of 08:45, 13 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
|