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.
46 lines
1.2 KiB
46 lines
1.2 KiB
9 years ago
|
/*
|
||
|
Variables
|
||
|
*/
|
||
|
|
||
|
blue = #125688
|
||
|
offwhite = #fafafa
|
||
|
lightgrey = #EDEEED
|
||
|
lightgray = lightgrey // OH Canada!
|
||
|
|
||
|
html
|
||
|
font-size 10px
|
||
|
font-family sans-serif
|
||
|
|
||
|
p
|
||
|
font-size 1.6rem
|
||
|
line-height 1.5
|
||
|
|
||
|
h1
|
||
|
font-family billabong, 'billabongregular'
|
||
|
text-align center
|
||
|
font-weight 100
|
||
|
font-size 13rem
|
||
|
margin 2rem 0
|
||
|
letter-spacing -1px
|
||
|
text-shadow 0px 4px 0 rgba(18, 86, 136, 0.11)
|
||
|
a
|
||
|
color blue
|
||
|
text-decoration none
|
||
|
&:focus
|
||
|
outline 0
|
||
|
|
||
|
|
||
|
// "Instagram-like" webfont
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'billabongregular';
|
||
|
src: url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.eot');
|
||
|
src: url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.woff') format('woff'),
|
||
|
url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.ttf') format('truetype'),
|
||
|
url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.svg#billabongregular') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
|
||
|
}
|