Commit 33d2f6bb204d8949b067d22786c2fc38cfe3294e
1 parent
21eccd2b
Exists in
master
and in
12 other branches
New css files for agenda and social blocks.
Showing
2 changed files
with
104 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,63 @@ |
1 | +.agenda-tile { | |
2 | +border: 1px solid #c1c1c1; | |
3 | +border-radius: 3px; | |
4 | +} | |
5 | + | |
6 | + | |
7 | +.agenda-tile .title { | |
8 | +margin: 0px; | |
9 | +padding: 1em 1em 1em 1em; | |
10 | +border-bottom: 1px solid #c1c1c1; | |
11 | +color: #444; | |
12 | +text-transform: uppercase; | |
13 | +letter-spacing: normal; | |
14 | +font-weight: 700; | |
15 | +font-size: 1.2em; | |
16 | +font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
17 | +} | |
18 | + | |
19 | +#content .agenda-tile .period { | |
20 | +margin-bottom: 0em; | |
21 | +} | |
22 | + | |
23 | +.agenda-tile .period { | |
24 | +padding: .6em 0px 0.0em 0.75em; | |
25 | +color: #162938; | |
26 | +font-size: 1.3em; | |
27 | +font-family: Arial, Helvetica, sans-serif; | |
28 | +} | |
29 | + | |
30 | +#content .no-events { | |
31 | +padding-top: 12.2em; | |
32 | +height: 12.2em; | |
33 | +text-align: center; | |
34 | +} | |
35 | + | |
36 | +.agenda-tile-footer { | |
37 | +padding: .9em .6em; | |
38 | +border-top: 1px solid #c1c1c1; | |
39 | +text-align: right; | |
40 | +} | |
41 | + | |
42 | +.agenda-tile-footer a { | |
43 | +margin: 0; | |
44 | +padding: 0; | |
45 | +padding-right: 0em; | |
46 | +text-transform: uppercase; | |
47 | +font-weight: normal; | |
48 | +font-size: .9em; | |
49 | +font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
50 | +} | |
51 | + | |
52 | +#content a:hover, dl.portlet a:hover { | |
53 | +color: #000 !important; | |
54 | +} | |
55 | + | |
56 | +#content .agenda-tile h2 { | |
57 | + font-size: 16px | |
58 | +} | |
59 | + | |
60 | +#content .agenda-tile .title { | |
61 | + font-weight: bold; | |
62 | + padding-right: 1em; | |
63 | +} | ... | ... |
... | ... | @@ -0,0 +1,41 @@ |
1 | +.ui-widget-header | |
2 | +{ | |
3 | + background: none; | |
4 | + border: 0px solid #aaaaaa; | |
5 | + color: none; | |
6 | + font-weight: bold; | |
7 | +} | |
8 | +.ui-tabs .ui-tabs-panel | |
9 | +{ | |
10 | + background-color: #eeeff1; | |
11 | + border-width: 1px; | |
12 | + color: #777; | |
13 | + display: block; | |
14 | + font-size: 13px; | |
15 | + padding: 1em 1.4em; | |
16 | + text-decoration: none; | |
17 | +} | |
18 | +.ui-tabs .ui-tabs-nav | |
19 | +{ | |
20 | + margin: 0; | |
21 | + padding: 0; | |
22 | +} | |
23 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default | |
24 | +{ | |
25 | + background: #d5d5d5 none; | |
26 | + border: 1px solid #d4d5d7; | |
27 | + color: #555555; | |
28 | + font-weight: normal; | |
29 | +} | |
30 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active | |
31 | +{ | |
32 | + background: #eeeff1 none; | |
33 | + background-color: #eeeff1; | |
34 | + border: 1px solid #aaaaaa; | |
35 | + color: #212121; | |
36 | + font-weight: normal; | |
37 | +} | |
38 | +.ui-widget-content | |
39 | +{ | |
40 | + border: 0px solid #aaaaaa; | |
41 | +} | ... | ... |