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: darken(saturate(adjust-hue($page-background, 90deg), 100%), 20%);
15 text-shadow: none !important;
16 color:#FFF !important;
20 background:$page-background;
22 linear-gradient(top, desaturate(darken($page-background, 15%), 10%) 0, $page-background 250px)
30 background: $content-background;
35 @include adjust-font-size-to(60px);
38 border-bottom:5px solid $foreground;
39 @include box-shadow(0 1px 0 #FFF);
40 font-family:$headingfonts;
45 color: darken($foreground, 20%);
47 background: darken($page-background, 15%);
49 @include border-radius(3px);
51 background: desaturate(darken($page-background, 25%), 10%);
52 text-shadow: 0 1px 0 rgba(255,255,255,.65);
56 @include margin-trailer;
58 h1, h2, h3, h4, h5, h6{
60 @include margin-trailer(.5);
63 @include adjust-font-size-to(20px);
66 background: darken($page-background, 10%);
69 border: 1px solid darken($page-background, 15%);
70 @include border-radius(3px);
72 font-family:Menlo, monospace;
73 @include adjust-font-size-to(13px);
82 @include box-shadow(none);
83 @include border-radius(0);
89 color:lighten($foreground, 10%);
96 $width: $page-width + $pad;
97 background: $foreground;
98 margin:$base-line-height #{-$pad};
100 @include border-radius(5px);
101 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
105 border:$border solid darken($foreground, 10%);
107 width: ($width / 3) - $pad - 2 * $border;
111 @include transition(width, .25s, linear);
112 @include box-inset($outset:rgba(255,255,255,.35));
113 @include border-radius(3px);
116 width: ($width - 610px) / 2 - $pad - 3 * $border;
124 float:right; /* keeps the right margin from wiggling */
137 background: rgba(0,0,0,.75);
138 text-shadow:1px 1px 0 #000;
142 @include adjust-font-size-to(13px);
151 @include margin-trailer(.5);
152 list-style-type:disc;
161 $width: $page-width + $pad;
162 background: $foreground;
163 margin:$base-line-height #{-$pad};
164 padding:#{2*$pad} $pad;
165 @include border-radius(5px);
166 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
169 color:lighten($foreground, 80%);
170 -webkit-font-smoothing: antialiased;
174 width: $page-width/2 - $pad * 3 - $border * 2;
176 margin: 0 $pad/2 $pad $pad/2;
178 background: darken($foreground, 5%);
179 border:$border solid darken($foreground, 10%);
180 @include box-inset(rgba(0,0,0,.35), rgba(255,255,255,.15));
182 @include border-radius(3px);
184 .name, .description, .status{
191 color:lighten($foreground, 40%);
195 @include adjust-font-size-to(13px);
203 border-top:5px solid $foreground;
204 @include box-shadow(0 1px 0 0 #FFF inset);
205 @include adjust-font-size-to(13px);
206 color:lighten($foreground, 20%);
208 text-decoration:none;
209 color:darken($page-background, 40%);
211 color:darken($page-background, 80%);