Commit 2ce358ff761b3609c109e51dc0b2fb11a31a7038
0 parents
Exists in
master
and in
2 other branches
Partial theme for Consulta community type
Showing
39 changed files
with
294 additions
and
0 deletions
Show diff stats
1 | +++ a/_homeblocks.sass | |
... | ... | @@ -0,0 +1,37 @@ |
1 | +.action-profile-index #content | |
2 | + .box-1 | |
3 | + .article-block | |
4 | + border-bottom: 1px dotted #575959 | |
5 | + h3.block-title | |
6 | + background: url('icons/line.png') repeat-x left center | |
7 | + border-bottom: none | |
8 | + border-left: 10px solid #575959 | |
9 | + color: #575959 | |
10 | + font-family: 'Ubuntu' | |
11 | + font-size: 22px | |
12 | + font-variant: normal | |
13 | + font-weight: 300 | |
14 | + line-height: 22px | |
15 | + margin: 25px 0 | |
16 | + span | |
17 | + background: #FFF | |
18 | + padding: 0 15px | |
19 | + .short-post | |
20 | + font-family: 'Ubuntu' | |
21 | + font-size: 13px | |
22 | + .read-more | |
23 | + a | |
24 | + background: url('icons/more.png') no-repeat left center | |
25 | + background-size: contain | |
26 | + color: #000 | |
27 | + display: block | |
28 | + float: right | |
29 | + font-family: 'Ubuntu' | |
30 | + font-size: 13px | |
31 | + height: 24px | |
32 | + line-height: 24px | |
33 | + margin: 25px 0 | |
34 | + padding-left: 30px | |
35 | + text-decoration: none | |
36 | + .main-block | |
37 | + display: none | ... | ... |
1 | +++ a/_internalpage.sass | |
... | ... | @@ -0,0 +1,43 @@ |
1 | +#content | |
2 | + .breadcrumbs-plugin_content-breadcrumbs-block | |
3 | + margin: 0 0 30px 0 | |
4 | + padding: 0 | |
5 | + a.item, span.separator, #breadcrumbs-you-are-here | |
6 | + color: #4F9CAC | |
7 | + font-family: 'Ubuntu' | |
8 | + font-size: 14px | |
9 | + margin-right: 10px | |
10 | + a.item | |
11 | + color: #575959 | |
12 | + text-transform: capitalize | |
13 | + #breadcrumbs-you-are-here | |
14 | + font-weight: 700 | |
15 | + text-transform: uppercase | |
16 | + .main-content | |
17 | + border: none | |
18 | + border-bottom: 1px dotted #575959 | |
19 | + border-radius: 0 | |
20 | + box-shadow: none | |
21 | + padding: 20px | |
22 | + h1.title | |
23 | + border-bottom: none | |
24 | + border-left: 10px solid #575959 | |
25 | + color: #575959 | |
26 | + font-family: 'Ubuntu' | |
27 | + font-size: 22px | |
28 | + font-variant: normal | |
29 | + font-weight: 300 | |
30 | + margin: 25px 0 | |
31 | + padding: 0 15px | |
32 | + position: relative | |
33 | + &::after | |
34 | + background: url('icons/line.png') repeat-x left center | |
35 | + bottom: 0 | |
36 | + content: "" | |
37 | + left: 100px | |
38 | + position: absolute | |
39 | + right: 0 | |
40 | + top: 5px | |
41 | + #article | |
42 | + font-family: 'Ubuntu' | |
43 | + font-size: 13px | ... | ... |
1 | +++ a/_sideblocks.sass | |
... | ... | @@ -0,0 +1,108 @@ |
1 | +#content | |
2 | + .box-2 | |
3 | + width: 230px | |
4 | + .block | |
5 | + margin-bottom: 15px | |
6 | + .block-title | |
7 | + border: none | |
8 | + border-radius: 3px 3px 0 0 | |
9 | + font-family: 'Ubuntu Mediun' | |
10 | + font-size: 15px | |
11 | + font-variant: normal | |
12 | + font-weight: normal | |
13 | + line-height: 30px | |
14 | + padding: 15px 15px 15px 55px | |
15 | + text-transform: capitalize | |
16 | + .link-list-block | |
17 | + padding: 0 | |
18 | + li | |
19 | + margin-bottom: 15px | |
20 | + &:first-child a | |
21 | + background: #4F9CAC url('icons/login.png') no-repeat 15px center | |
22 | + background-size: 30px 30px | |
23 | + color: #DAE1C4 | |
24 | + a | |
25 | + background: #DAE1C4 url('icons/como-participar.png') no-repeat 15px center | |
26 | + background-size: 30px 30px | |
27 | + border-radius: 5px | |
28 | + color: #69677C | |
29 | + font-family: 'Ubuntu Mediun' | |
30 | + font-size: 15px | |
31 | + line-height: 30px | |
32 | + padding: 15px 15px 15px 55px | |
33 | + .members-block | |
34 | + border: 1px solid #DAE1C4 | |
35 | + border-radius: 5px | |
36 | + .block-title | |
37 | + background: #DAE1C4 url('icons/pessoas.png') no-repeat 15px center | |
38 | + background-size: 30px 30px | |
39 | + color: #4F9CAC | |
40 | + .block-footer-content | |
41 | + background: #DAE1C4 | |
42 | + border-radius: 0px 0px 3px 3px | |
43 | + display: table | |
44 | + height: 35px | |
45 | + margin: 30px 2px 2px 2px | |
46 | + padding: 0 | |
47 | + width: 224px | |
48 | + .members-counter | |
49 | + background: url('icons/user.png') no-repeat 10px center | |
50 | + background-size: 20px 20px | |
51 | + color: #69677C | |
52 | + display: table-cell | |
53 | + font-family: 'Ubuntu' | |
54 | + font-size: 13px | |
55 | + padding-left: 40px | |
56 | + text-align: left | |
57 | + text-transform: capitalize | |
58 | + vertical-align: middle | |
59 | + a.view-all | |
60 | + background: url('icons/more_two.png') no-repeat 20px center | |
61 | + background-size: 20px 20px | |
62 | + color: transparent | |
63 | + display: table-cell | |
64 | + text-align: right | |
65 | + ul | |
66 | + margin: 30px | |
67 | + .common-profile-list-block | |
68 | + .vcard | |
69 | + border: none | |
70 | + .profile_link | |
71 | + height: 50px | |
72 | + max-height: 50px | |
73 | + margin: 2px | |
74 | + padding: 0 | |
75 | + .profile-image | |
76 | + width: 50px | |
77 | + .fn | |
78 | + display: none | |
79 | + .banner-div | |
80 | + a | |
81 | + background: #ccc | |
82 | + height: 40px | |
83 | + margin: 2px | |
84 | + padding: 0 | |
85 | + span | |
86 | + color: #000 | |
87 | + font-family: 'Ubuntu' | |
88 | + font-size: 16px | |
89 | + font-weight: normal | |
90 | + line-height: 40px | |
91 | + text-align: center | |
92 | + width: 158px | |
93 | + .statistics-block | |
94 | + border: 1px solid #69677C | |
95 | + border-radius: 5px | |
96 | + .block-title | |
97 | + background: #69677C url('icons/indicadores.png') no-repeat 15px center | |
98 | + background-size: 30px 30px | |
99 | + color: #DAE1C4 | |
100 | + .statistics-block-data | |
101 | + ul | |
102 | + padding-left: 30px | |
103 | + span | |
104 | + font-family: 'Ubuntu' | |
105 | + font-size: 13px | |
106 | + &.amount | |
107 | + font-weight: 700 | |
108 | + margin: 0 5px | ... | ... |
1 | +++ a/_topmenu.sass | |
... | ... | @@ -0,0 +1,26 @@ |
1 | +#content .box-3 .link-list-block | |
2 | + background: #69677C | |
3 | + border-radius: 3px | |
4 | + margin-bottom: 30px | |
5 | + padding: 20px | |
6 | + ul | |
7 | + text-align: left | |
8 | + li | |
9 | + display: inline-block | |
10 | + margin: 0 0 0 50px | |
11 | + padding: 0 | |
12 | + &:first-child | |
13 | + background: url('icons/home.png') no-repeat left center | |
14 | + background-size: 24px | |
15 | + margin-left: 0 | |
16 | + padding-left: 40px | |
17 | + a | |
18 | + background: #69677C | |
19 | + border-radius: 0 | |
20 | + color: #FFF | |
21 | + font-family: 'Ubuntu Mediun' | |
22 | + font-size: 16px | |
23 | + margin: 0 | |
24 | + padding: 0 | |
25 | + text-transform: capitalize | |
26 | + | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
921 Bytes
528 Bytes
517 Bytes
1.14 KB
777 Bytes
1004 Bytes
201 Bytes
1.06 KB
528 Bytes
488 Bytes
1.27 KB
1.79 KB
512 Bytes
502 Bytes
425 Bytes
14.4 KB
1 | +++ a/style.sass | |
... | ... | @@ -0,0 +1,56 @@ |
1 | +@import url(../profile-base/style.css) | |
2 | + | |
3 | +@font-face | |
4 | + font-family: 'Ubuntu' | |
5 | + font-weight: 300 | |
6 | + font-style: normal | |
7 | + src: url('fonts/Ubuntu-R.ttf') | |
8 | + | |
9 | +@font-face | |
10 | + font-family: 'Ubuntu Mediun' | |
11 | + font-weight: 300 | |
12 | + font-style: normal | |
13 | + src: url('fonts/Ubuntu-M.ttf') | |
14 | + | |
15 | +@font-face | |
16 | + font-family: 'Ubuntu' | |
17 | + font-weight: 300 | |
18 | + font-style: italic | |
19 | + src: url('fonts/Ubuntu-RI.ttf') | |
20 | + | |
21 | +body | |
22 | + background: #fff | |
23 | + | |
24 | +#barra-brasil | |
25 | + border-bottom: 1px solid #eee | |
26 | + width: 100% | |
27 | + z-index: 99 | |
28 | + div#wrapper-barra-brasil | |
29 | + font-family: Arial, Helvetica, sans-serif !important | |
30 | + width: 960px | |
31 | + | |
32 | +#theme-header, #site-title | |
33 | + display: none | |
34 | + | |
35 | +#wrap-2 | |
36 | + border: none | |
37 | + margin: 0 | |
38 | + padding: 0 | |
39 | + #user | |
40 | + display: none | |
41 | + | |
42 | +.box-1 | |
43 | + margin: 0 0 0 250px | |
44 | + | |
45 | +@import profileheader | |
46 | + | |
47 | +#boxes | |
48 | + margin-top: 5px | |
49 | + | |
50 | +@import topmenu | |
51 | + | |
52 | +@import sideblocks | |
53 | + | |
54 | +@import homeblocks | |
55 | + | |
56 | +@import internalpage | ... | ... |
1 | +++ a/theme.js | |
... | ... | @@ -0,0 +1,9 @@ |
1 | +(function($){ | |
2 | + function setBreadcrumbs(){ | |
3 | + $('<span id="breadcrumbs-you-are-here">Você está aqui: </span>').insertBefore($('.breadcrumbs-plugin_content-breadcrumbs-block .block-inner-2').children().first()); | |
4 | + } | |
5 | + | |
6 | + $(document).ready(function(){ | |
7 | + setBreadcrumbs(); | |
8 | + }); | |
9 | +})(jQuery); | ... | ... |