homepage/source/stylesheets/site.css.scss

78 lines
1.0 KiB
SCSS
Raw Normal View History

2012-06-22 18:08:09 +00:00
@import "compass";
@import "960/grid";
@import "solarized";
2012-07-26 18:19:04 +00:00
@import "normalize";
2012-07-27 11:28:35 +00:00
@import "960";
2012-07-27 08:33:50 +00:00
@import "font-awesome";
2012-06-22 18:08:09 +00:00
$ninesixty_columns: 12;
h1 {
font-family: 'Lobster', Georgia, Times, serif;
2012-07-21 18:07:00 +00:00
font-size: 3em;
2012-06-22 18:08:09 +00:00
}
body {
font-family: 'Cabin', Helvetica, Arial, sans-serif;
line-height: 1.3em;
}
#sitelink {
float:left;
padding-left: 10px;
padding-right:10px;
font-size: 1.1em;
}
#pagetitle {
@include text-shadow(0px, -1px, 1px, rgb(255, 255, 255), 0px, 1px, 1px, rgb(102, 102, 102));
}
2012-07-27 10:42:50 +00:00
.container {
@include grid_container;
@include clearfix;
@include accentize($yellow);
/* Grid layout */
#main {
@include grid(12);
@include clearfix;
}
2012-07-27 20:08:57 +00:00
}
.icons {
font-size: 2em;
li {
line-height: 0.8em;
2012-07-27 10:42:50 +00:00
}
}
2012-06-22 18:08:09 +00:00
a {
text-decoration:none;
&:hover {
font-weight:bold;
2012-07-27 10:42:50 +00:00
letter-spacing:-0.0565em;
2012-06-22 18:08:09 +00:00
}
}
header {
line-height: 190%;
a {
margin-right: 10px;
}
2012-07-21 18:07:00 +00:00
margin-bottom: 1em;
2012-06-22 18:08:09 +00:00
}
footer {
@include grid(12);
padding-left: 15px;
}
2012-07-27 08:33:50 +00:00
[class^="icon-"],
[class*="icon-"] {
2012-06-22 18:08:09 +00:00
list-style-type: none;
}