Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.9 KiB

9 years ago
  1. ---
  2. ---
  3. $linkcolor: #3765D4
  4. $primary: #F18BD1
  5. @import _normalize
  6. @import /assets/fonts/league-spartan/_webfonts/stylesheet.css
  7. @font-face
  8. font-family: 'Sorts Mill Goudy'
  9. src: url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-webfont.eot')
  10. src: url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-webfont.woff') format('woff'), url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-webfont.ttf') format('truetype'), url('/assets/fonts/sorts-mill-goudy//webfontsGoudyStM-webfont.svg') format('svg')
  11. font-weight: 400
  12. font-style: normal
  13. @font-face
  14. font-family: 'Sorts Mill Goudy'
  15. src: url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-Italic-webfont.eot')
  16. src: url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-Italic-webfont.woff') format('woff'), url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-Italic-webfont.ttf') format('truetype'), url('/assets/fonts/sorts-mill-goudy//webfontsGoudyStM-Italic-webfont.svg') format('svg')
  17. font-weight: 400
  18. font-style: italic
  19. header
  20. background: $primary
  21. border-top: 3px solid darken($primary, 15%)
  22. color: #fff
  23. header .title
  24. display: block
  25. padding: 2% 10% 2% 10%
  26. font-family: 'League Spartan'
  27. font-size: 1.6em
  28. #page
  29. padding: 5% 10% 10% 10%
  30. font-family: 'Sorts Mill Goudy'
  31. font-size: 1.4em
  32. line-height: 1.33em
  33. footer
  34. padding: 3% 10% 1% 10%
  35. font-family: 'Sorts Mill Goudy'
  36. font-size: 0.9em
  37. color: #999
  38. footer a, footer a:visited
  39. color: #666
  40. a
  41. color: $linkcolor
  42. text-decoration: none
  43. a:hover
  44. text-decoration: underline
  45. a:visited
  46. color: darken($linkcolor, 14%)
  47. #page img
  48. width: 100%
  49. h1, h2, h3, h4, h5, h6
  50. font-family: 'League Spartan'
  51. h1
  52. border-bottom: 2px solid #ddd
  53. padding-bottom: 0.2em
  54. margin-bottom: 1.2em
  55. @media (max-width: 500px)
  56. header .title
  57. padding: 1% 5% 1% 5%
  58. #page
  59. padding: 5%
  60. text-align: justify
  61. font-size: 1.2em
  62. footer
  63. padding: 3% 5% 1% 5%