agenda.css
1.06 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.agenda-tile {
border: 1px solid #c1c1c1;
border-radius: 3px;
}
.agenda-tile .title {
margin: 0px;
padding: 1em 1em 1em 1em;
border-bottom: 1px solid #c1c1c1;
color: #444;
text-transform: uppercase;
letter-spacing: normal;
font-weight: 700;
font-size: 1.2em;
font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}
#content .agenda-tile .period {
margin-bottom: 0em;
}
.agenda-tile .period {
padding: .6em 0px 0.0em 0.75em;
color: #162938;
font-size: 1.3em;
font-family: Arial, Helvetica, sans-serif;
}
#content .no-events {
padding-top: 12.2em;
height: 12.2em;
text-align: center;
}
.agenda-tile-footer {
padding: .9em .6em;
border-top: 1px solid #c1c1c1;
text-align: right;
}
.agenda-tile-footer a {
margin: 0;
padding: 0;
padding-right: 0em;
text-transform: uppercase;
font-weight: normal;
font-size: .9em;
font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
#content a:hover, dl.portlet a:hover {
color: #000 !important;
}
#content .agenda-tile h2 {
font-size: 16px
}
#content .agenda-tile .title {
font-weight: bold;
padding-right: 1em;
}