homepage/source/stylesheets/site.css.scss

87 lines
1.2 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-08-05 19:24:19 +00:00
//@import "compass-holmes"; // css-based debugging
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 {
2012-08-10 21:00:25 +00:00
float: left;
2012-06-22 18:08:09 +00:00
font-size: 1.1em;
2012-08-10 21:00:25 +00:00
padding-right: 0.1em;
padding-left: 0.1em;
2012-06-22 18:08:09 +00:00
}
2012-08-05 19:24:19 +00:00
2012-06-22 18:08:09 +00:00
#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 {
2012-08-10 21:00:25 +00:00
margin-top: 50px;
2012-07-27 10:42:50 +00:00
@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 {
2012-08-10 21:00:25 +00:00
position: fixed;
2012-08-10 21:26:30 +00:00
line-height: 1.8em;
2012-08-10 21:00:25 +00:00
top: 0px;
right: 0px;
display: inline;
width: 100%;
padding: 0px;
li {
display: inline;
list-style: none;
padding: 5px;
text-align: center;
}
ul {
2012-08-10 21:26:30 +00:00
float: right;
2012-08-10 21:00:25 +00:00
margin: 0px;
padding: 0px;
2012-06-22 18:08:09 +00:00
}
}
footer {
@include grid(12);
padding-left: 15px;
}