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.

85 lines
2.8 KiB

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