Commit 1102009cdf8d2b1995049472bf233739880fbd6b
0 parents
Exists in
master
Include initial theme files
Showing
22 changed files
with
81 additions
and
0 deletions
Show diff stats
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 | +++ a/footer.html.erb | ... | ... |
875 Bytes
509 Bytes
600 Bytes
1.01 KB
1.33 KB
509 Bytes
489 Bytes
497 Bytes
550 Bytes
681 Bytes
617 Bytes
1.16 KB
5.82 KB
| 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 | ... | ... |