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.

87 lines
2.7 KiB

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