64 lines
1.5 KiB
CSS
64 lines
1.5 KiB
CSS
/* General Blueprint Style */
|
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext);
|
|
@font-face {
|
|
font-family: 'fontawesome';
|
|
src:url('../fonts/fontawesome.eot');
|
|
src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/fontawesome.svg#fontawesome') format('svg'),
|
|
url('../fonts/fontawesome.woff') format('woff'),
|
|
url('../fonts/fontawesome.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
|
|
body, html { font-size: 100%; padding: 0; margin: 0;}
|
|
|
|
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
|
|
.clearfix:before, .clearfix:after { content: " "; display: table; }
|
|
.clearfix:after { clear: both; }
|
|
|
|
body {
|
|
font-family: 'Lato', Calibri, Arial, sans-serif;
|
|
color: #47a3da;
|
|
}
|
|
|
|
a {
|
|
color: #f0f0f0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #000;
|
|
}
|
|
|
|
|
|
.icon-drop:before,
|
|
.icon-arrow-left:before {
|
|
font-family: 'fontawesome';
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 2;
|
|
text-align: center;
|
|
color: #47a3da;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-indent: 8000px;
|
|
padding-left: 8px;
|
|
}
|
|
|
|
.container > header nav a:hover:before {
|
|
color: #fff;
|
|
}
|
|
|
|
.icon-drop:before {
|
|
content: "\e000";
|
|
}
|
|
|
|
.icon-arrow-left:before {
|
|
content: "\f060";
|
|
} |