Commit 1102009cdf8d2b1995049472bf233739880fbd6b

Authored by Melissa Wen
0 parents
Exists in master

Include initial theme files

README.md 0 → 100644
  1 +++ a/README.md
... ... @@ -0,0 +1,5 @@
  1 +Default Template theme for Juventude.gov.br/Noosfero
  2 +=================================================
  3 +
  4 +Install on /public/designs/themes/juventude-template-default
  5 +
... ...
_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
... ...
fonts/signika/Signika-Bold.otf 0 → 100644
No preview for this file type
fonts/signika/Signika-Light.otf 0 → 100644
No preview for this file type
fonts/signika/Signika-Regular.otf 0 → 100644
No preview for this file type
fonts/signika/Signika-Semibold.otf 0 → 100644
No preview for this file type
footer.html.erb 0 → 100644
  1 +++ a/footer.html.erb
... ...
icons/ico-comunidades.png 0 → 100644

875 Bytes

icons/ico-destaque.png 0 → 100644

509 Bytes

icons/ico-entrar.png 0 → 100644

600 Bytes

icons/ico-facebook.png 0 → 100644

1.01 KB

icons/ico-instagram.png 0 → 100644

1.33 KB

icons/ico-leia-mais-1.png 0 → 100644

509 Bytes

icons/ico-leia-mais-2.png 0 → 100644

489 Bytes

icons/ico-leia-mais-3.png 0 → 100644

497 Bytes

icons/ico-mais-destaques.png 0 → 100644

550 Bytes

icons/ico-oque-e.png 0 → 100644

681 Bytes

icons/ico-pessoas.png 0 → 100644

617 Bytes

icons/ico-twitter.png 0 → 100644

1.16 KB

preview.png 0 → 100644

5.82 KB

style.sass 0 → 100644
  1 +++ a/style.sass
... ... @@ -0,0 +1,64 @@
  1 +@import url(../profile-base/style.css)
  2 +
  3 +@font-face
  4 + font-family: 'Signika'
  5 + font-weight: 400
  6 + font-style: normal
  7 + src: url('fonts/signika/Signika-Regular.otf')
  8 +
  9 +@font-face
  10 + font-family: 'Signika'
  11 + font-weight: 700
  12 + font-style: normal
  13 + src: url('fonts/signika/Signika-Bold.otf')
  14 +
  15 +@font-face
  16 + font-family: 'Signika'
  17 + font-weight: 500
  18 + font-style: normal
  19 + src: url('fonts/signika/Signika-SemiBold.otf')
  20 +
  21 +
  22 +@font-face
  23 + font-family: 'Signika'
  24 + font-weight: 300
  25 + font-style: normal
  26 + src: url('fonts/signika/Signika-Light.otf')
  27 +
  28 +body
  29 + background: #fff
  30 +
  31 +#barra-brasil
  32 + border-bottom: 1px solid #eee
  33 + width: 100%
  34 + z-index: 99
  35 + div#wrapper-barra-brasil
  36 + font-family: Arial, Helvetica, sans-serif !important
  37 + width: 960px
  38 +
  39 +#theme-header, #site-title
  40 + display: none
  41 +
  42 +#wrap-2
  43 + border: none
  44 + margin: 0
  45 + padding: 0
  46 + #user
  47 + display: none
  48 +
  49 +.box-1
  50 + margin: 0 0 0 250px
  51 +
  52 +@import profileheader
  53 +
  54 +#content
  55 + .main-content, .no-boxes, #not-found, #access-denied
  56 + h1
  57 + border: none
  58 + color: #575959
  59 + font-family: 'Signika'
  60 + font-size: 22px
  61 + font-variant: normal
  62 +
  63 +#boxes
  64 + margin-top: 0px
... ...
theme.yml 0 → 100644
  1 +++ a/theme.yml
... ... @@ -0,0 +1,3 @@
  1 +name: "Juventude Padrao"
  2 +layout: "application-ng"
  3 +icon_theme: [default, pidgin]
... ...