Commit c12c2fd97cd65eb0c41706cb00cf6773548df08c

Authored by Melissa Wen
0 parents
Exists in master

Adding partial implementation of theme template for sites

_homeblocks.sass 0 → 100644
  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%
... ...
_internalpage.sass 0 → 100644
  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
... ...
_profileheader.sass 0 → 100644
  1 +++ a/_profileheader.sass
... ... @@ -0,0 +1,9 @@
  1 +#profile-header
  2 + height: 205px
  3 + margin: 0
  4 + width: 100%
  5 + p
  6 + margin: 0
  7 + img
  8 + margin: auto
  9 + display: block
... ...
_topmenu.sass 0 → 100644
  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
... ...
favicon.ico 0 → 100644
No preview for this file type
fonts/Ubuntu-B.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-BI.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-C.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-L.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-LI.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-M.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-MI.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-R.ttf 0 → 100644
No preview for this file type
fonts/Ubuntu-RI.ttf 0 → 100644
No preview for this file type
fonts/UbuntuMono-B.ttf 0 → 100644
No preview for this file type
fonts/UbuntuMono-BI.ttf 0 → 100644
No preview for this file type
fonts/UbuntuMono-R.ttf 0 → 100644
No preview for this file type
fonts/UbuntuMono-RI.ttf 0 → 100644
No preview for this file type
images/home/01.png 0 → 100644

1.74 KB

images/home/02.png 0 → 100644

1.33 KB

images/home/03.png 0 → 100644

2.4 KB

images/home/05.png 0 → 100644

517 Bytes

images/home/06.png 0 → 100644

425 Bytes

images/home/09.png 0 → 100644

562 Bytes

images/home/10.png 0 → 100644

2.13 KB

images/home/11.png 0 → 100644

2.06 KB

images/home/12.png 0 → 100644

1.57 KB

images/home/13.png 0 → 100644

4.26 KB

images/home/14.png 0 → 100644

5.71 KB

images/home/15.png 0 → 100644

5.89 KB

images/home/read-more-cult.png 0 → 100644

455 Bytes

images/home/read-more-env.png 0 → 100644

465 Bytes

images/home/read-more-tec.png 0 → 100644

468 Bytes

style.sass 0 → 100644
  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
... ...
theme.js 0 → 100644
  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);
... ...
theme.yml 0 → 100644
  1 +++ a/theme.yml
... ... @@ -0,0 +1,3 @@
  1 +name: "Site Template"
  2 +layout: "application-ng"
  3 +icon_theme: [participabr, default, pidgin]
... ...