Commit c12c2fd97cd65eb0c41706cb00cf6773548df08c
0 parents
Exists in
master
Adding partial implementation of theme template for sites
Showing
36 changed files
with
236 additions
and
0 deletions
Show diff stats
1 | +++ a/_homeblocks.sass | |
... | ... | @@ -0,0 +1,94 @@ |
1 | +#content | |
2 | + .article-block | |
3 | + padding: 20px | |
4 | + margin: 0px | |
5 | + border-bottom: 2px solid #000 | |
6 | + .short-post | |
7 | + p | |
8 | + font-family: 'Open Sans' | |
9 | + font-size: 12px | |
10 | + margin: 0 0 20px | |
11 | + .read-more | |
12 | + a | |
13 | + background: url('images/home/09.png') no-repeat left center | |
14 | + background-size: contain | |
15 | + color: #000 | |
16 | + display: block | |
17 | + font-family: 'Open Sans' | |
18 | + font-size: 12px | |
19 | + height: 25px | |
20 | + line-height: 25px | |
21 | + padding-left: 30px | |
22 | + text-decoration: none | |
23 | + .container-block-plugin_container-block | |
24 | + margin-top: 20px | |
25 | + .block-outer | |
26 | + .display-content-block | |
27 | + background: #ECECEF | |
28 | + border-bottom: 2px solid #000 | |
29 | + margin-right: 10px | |
30 | + padding: 25px | |
31 | + width: 425px !important | |
32 | + ul | |
33 | + margin: 0 | |
34 | + li | |
35 | + margin: 0 0 25px 0 | |
36 | + overflow: hidden | |
37 | + > div | |
38 | + float: left | |
39 | + .image | |
40 | + height: 75px | |
41 | + margin-right: 15px | |
42 | + overflow: hidden | |
43 | + width: 85px | |
44 | + a | |
45 | + display: block | |
46 | + overflow: hidden | |
47 | + img | |
48 | + max-width: 135px | |
49 | + .title | |
50 | + height: 18px | |
51 | + margin: 0 0 15px 0 | |
52 | + overflow: hidden | |
53 | + width: 300px | |
54 | + a | |
55 | + color: #000 | |
56 | + font-family: 'Open Sans' | |
57 | + font-size: 14px | |
58 | + font-weight: 700 | |
59 | + text-decoration: none | |
60 | + .lead | |
61 | + max-height: 34px | |
62 | + margin-left: 0 | |
63 | + overflow: hidden | |
64 | + width: 300px | |
65 | + p | |
66 | + font-family: 'Open Sans' | |
67 | + font-size: 12px | |
68 | + font-weight: 300 | |
69 | + margin: 0 | |
70 | + .read_more | |
71 | + display: none | |
72 | + &:last-child .display-content-block | |
73 | + background: #575C67 | |
74 | + border: none | |
75 | + margin: 0 | |
76 | + .block-title | |
77 | + color: #ECECEF | |
78 | + margin-bottom: 20px | |
79 | + li | |
80 | + margin: 0 | |
81 | + & > div | |
82 | + float: none | |
83 | + .title | |
84 | + height: auto | |
85 | + max-height: 38px | |
86 | + width: 100% | |
87 | + a | |
88 | + color: #ECECEF | |
89 | + .image | |
90 | + height: auto | |
91 | + max-height: 290px | |
92 | + width: 100% | |
93 | + img | |
94 | + max-width: 100% | ... | ... |
1 | +++ a/_internalpage.sass | |
... | ... | @@ -0,0 +1,33 @@ |
1 | +#content | |
2 | + .breadcrumbs-plugin_content-breadcrumbs-block | |
3 | + border-bottom: 2px solid #000 | |
4 | + margin: 0 | |
5 | + padding: 25px 10px 15px 10px | |
6 | + a.item, span.separator, #breadcrumbs-you-are-here | |
7 | + color: #E51419 | |
8 | + font-family: 'Open Sans' | |
9 | + font-size: 14px | |
10 | + text-transform: uppercase | |
11 | + #breadcrumbs-you-are-here | |
12 | + font-weight: 700 | |
13 | + .main-content | |
14 | + border: none | |
15 | + border-bottom: 2px solid #000 | |
16 | + border-radius: 0 | |
17 | + box-shadow: none | |
18 | + padding: 20px | |
19 | + h1.title | |
20 | + border: none | |
21 | + color: #000 | |
22 | + font-family: 'Open Sans' | |
23 | + font-size: 18px | |
24 | + font-variant: normal | |
25 | + font-weight: normal | |
26 | + background: url('images/home/09.png') no-repeat left center | |
27 | + background-size: contain | |
28 | + height: 25px | |
29 | + margin-bottom: 40px | |
30 | + padding-left: 35px | |
31 | + text-transform: uppercase | |
32 | + .publishing-info | |
33 | + display: none | ... | ... |
1 | +++ a/_topmenu.sass | |
... | ... | @@ -0,0 +1,20 @@ |
1 | +#content .box-1 .link-list-block | |
2 | + background: #ccc | |
3 | + padding: 20px | |
4 | + ul | |
5 | + text-align: center | |
6 | + li | |
7 | + margin: 0 25px | |
8 | + padding: 0 | |
9 | + a | |
10 | + background: #ccc | |
11 | + border-bottom: 2px solid #ccc | |
12 | + border-radius: 0 | |
13 | + font-family: 'Open Sans' | |
14 | + font-size: 15px | |
15 | + margin: 0 | |
16 | + padding: 0 | |
17 | + text-transform: capitalize | |
18 | + &:hover | |
19 | + color: #000 | |
20 | + border-bottom: 2px solid #000 | ... | ... |
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
1.74 KB
1.33 KB
2.4 KB
517 Bytes
425 Bytes
562 Bytes
2.13 KB
2.06 KB
1.57 KB
4.26 KB
5.71 KB
5.89 KB
455 Bytes
465 Bytes
468 Bytes
1 | +++ a/style.sass | |
... | ... | @@ -0,0 +1,67 @@ |
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 | +@import profileheader | |
43 | + | |
44 | +#boxes | |
45 | + margin-top: 5px | |
46 | + | |
47 | +@import topmenu | |
48 | + | |
49 | +@import homeblocks | |
50 | + | |
51 | +#content | |
52 | + .block-title | |
53 | + border: none | |
54 | + color: #000 | |
55 | + font-family: 'Open Sans' | |
56 | + font-size: 18px | |
57 | + font-variant: normal | |
58 | + font-weight: normal | |
59 | + margin-bottom: 30px | |
60 | + text-transform: uppercase | |
61 | + span | |
62 | + background: url('images/home/09.png') no-repeat left center | |
63 | + background-size: contain | |
64 | + height: 30px | |
65 | + padding-left: 35px | |
66 | + | |
67 | +@import internalpage | ... | ... |
1 | +++ a/theme.js | |
... | ... | @@ -0,0 +1,10 @@ |
1 | +(function($){ | |
2 | + function setBreadcrumbs(){ | |
3 | + $('div.breadcrumbs-plugin_content-breadcrumbs-block .separator').text(' / '); | |
4 | + $('<span id="breadcrumbs-you-are-here">Você está aqui / </span>').insertBefore($('.breadcrumbs-plugin_content-breadcrumbs-block .block-inner-2').children().first()); | |
5 | + } | |
6 | + | |
7 | + $(document).ready(function(){ | |
8 | + setBreadcrumbs(); | |
9 | + }); | |
10 | +})(jQuery); | ... | ... |