1 @import "http://fonts.googleapis.com/css?family=Expletus+Sans",
4 "compass/typography/vertical_rhythm",
6 "compass/css3/border-radius",
7 "compass/css3/box-shadow",
8 "compass/css3/transition",
9 "compass/utilities/general/clearfix";
11 @include establish-baseline;
14 background:$page-background;
21 background: $content-background;
26 @include adjust-font-size-to(60px);
29 border-bottom:5px solid $foreground;
30 @include box-shadow(0 1px 0 #FFF);
31 font-family:$headingfonts;
36 color: darken($foreground, 20%);
38 background: darken($page-background, 15%);
40 @include border-radius(3px);
42 background: desaturate(darken($page-background, 25%), 10%);
43 text-shadow: 0 1px 0 rgba(255,255,255,.65);
47 @include margin-trailer;
49 h1, h2, h3, h4, h5, h6{
51 @include margin-trailer(.5);
54 @include adjust-font-size-to(20px);
57 background: darken($page-background, 10%);
60 border: 1px solid darken($page-background, 15%);
61 @include border-radius(3px);
63 font-family:Menlo, monospace;
64 @include adjust-font-size-to(13px);
70 $width: $page-width + $pad;
71 background: $foreground;
72 margin:$base-line-height #{-$pad};
74 @include border-radius(5px);
75 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
79 border:$border solid darken($foreground, 10%);
81 width: ($width / 3) - $pad - 2 * $border;
85 @include transition(width, .25s, linear);
86 @include box-inset($outset:rgba(255,255,255,.35));
87 @include border-radius(3px);
90 width: ($width - 610px) / 2 - $pad - 3 * $border;
98 float:right; /* keeps the right margin from wiggling */
111 background: rgba(0,0,0,.75);
112 text-shadow:1px 1px 0 #000;
116 @include adjust-font-size-to(13px);
125 @include margin-trailer(.5);
126 list-style-type:disc;
135 $width: $page-width + $pad;
136 background: $foreground;
137 margin:$base-line-height #{-$pad};
138 padding:#{2*$pad} $pad;
139 @include border-radius(5px);
140 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
143 color:lighten($foreground, 80%);
144 -webkit-font-smoothing: antialiased;
148 width: $page-width/2 - $pad * 3 - $border * 2;
150 margin: 0 $pad/2 $pad $pad/2;
152 background: darken($foreground, 5%);
153 border:$border solid darken($foreground, 10%);
154 @include box-inset(rgba(0,0,0,.35), rgba(255,255,255,.15));
156 @include border-radius(3px);
158 .name, .description, .status{
165 color:lighten($foreground, 40%);
169 @include adjust-font-size-to(13px);