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.
|
|
--- ---
{% capture caching %}{% if jekyll.environment == "production" %}.{{ site.time | date: '%s' }}{% else %}{% endif %}{% endcapture %}
$linkcolor: #3765D4 $primary: #F18BD1
@import _normalize
@font-face font-family: 'League Spartan' src: url('/assets/fonts/league-spartan/_webfonts/leaguespartan-bold{{ caching }}.eot') 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') font-weight: bold font-style: normal
@font-face font-family: 'Sorts Mill Goudy' src: url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-webfont{{ caching }}.eot') 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') font-weight: 400 font-style: normal
@font-face font-family: 'Sorts Mill Goudy' src: url('/assets/fonts/sorts-mill-goudy/webfonts/GoudyStM-Italic-webfont{{ caching }}.eot') 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') font-weight: 400 font-style: italic
header background: $primary border-top: 3px solid darken($primary, 15%) color: #fff
header .title display: block padding: 2% 10% 2% 10% font-family: 'League Spartan' font-size: 1.6em
#page padding: 5% 10% 10% 10% font-family: 'Sorts Mill Goudy' font-size: 1.4em line-height: 1.33em
footer padding: 3% 10% 1% 10% font-family: 'Sorts Mill Goudy' font-size: 0.9em color: #999
footer a, footer a:visited color: #666
a color: $linkcolor text-decoration: none
a:hover text-decoration: underline
a:visited color: darken($linkcolor, 14%)
#page img width: 100%
h1, h2, h3, h4, h5, h6 font-family: 'League Spartan'
h1 border-bottom: 2px solid #ddd padding-bottom: 0.2em margin-bottom: 1.2em
@media (max-width: 500px) header .title padding: 1% 5% 1% 5% #page padding: 5% text-align: justify font-size: 1.2em footer padding: 3% 5% 1% 5%
|