Commit 6fbac80206ee2115b11ec2993ac3a3eddf7415d2
Exists in
master
and in
12 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
3 changed files
with
116 additions
and
2 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 | +} | ... | ... |
style.css
... | ... | @@ -19,6 +19,12 @@ |
19 | 19 | |
20 | 20 | /****************** FIM cabecalho azul ****************/ |
21 | 21 | |
22 | +/****************** Block Agenda ********************/ | |
23 | +@import url(agenda.css); | |
24 | + | |
25 | +/****************** Block Redes Sociais ********************/ | |
26 | +@import url(redes_sociais.css); | |
27 | + | |
22 | 28 | |
23 | 29 | @import url(../../icons/tango/style.css); |
24 | 30 | |
... | ... | @@ -1066,8 +1072,7 @@ div#article-parent { |
1066 | 1072 | } |
1067 | 1073 | |
1068 | 1074 | .formfield input, .formfield textarea{ |
1069 | - /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ | |
1070 | - background-image: none; | |
1075 | + background: none #FFFFFF; | |
1071 | 1076 | border: 1px solid #DDDDDD; |
1072 | 1077 | color: #585858; |
1073 | 1078 | font-size: 16px; |
... | ... | @@ -1089,6 +1094,11 @@ div#article-parent { |
1089 | 1094 | margin-right: 0.5em; |
1090 | 1095 | } |
1091 | 1096 | |
1097 | + | |
1098 | +.formfieldline input[type="text"] { | |
1099 | + width: 300px; | |
1100 | +} | |
1101 | + | |
1092 | 1102 | #search-page form.search_form input.icon-search { |
1093 | 1103 | background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; |
1094 | 1104 | border: 1px solid #DDDDDD; | ... | ... |