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;
27 background: $content-background;
32 @include adjust-font-size-to(60px);
35 border-bottom:5px solid $foreground;
36 @include box-shadow(0 1px 0 #FFF);
37 font-family:$headingfonts;
42 color: darken($foreground, 20%);
44 background: darken($page-background, 15%);
46 @include border-radius(3px);
48 background: desaturate(darken($page-background, 25%), 10%);
49 text-shadow: 0 1px 0 rgba(255,255,255,.65);
53 @include margin-trailer;
55 h1, h2, h3, h4, h5, h6{
57 @include margin-trailer(.5);
60 @include adjust-font-size-to(20px);
63 background: darken($page-background, 10%);
66 border: 1px solid darken($page-background, 15%);
67 @include border-radius(3px);
69 font-family:Menlo, monospace;
70 @include adjust-font-size-to(13px);
79 @include box-shadow(none);
80 @include border-radius(0);
86 color:lighten($foreground, 10%);
93 $width: $page-width + $pad;
94 background: $foreground;
95 margin:$base-line-height #{-$pad};
97 @include border-radius(5px);
98 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
102 border:$border solid darken($foreground, 10%);
104 width: ($width / 3) - $pad - 2 * $border;
108 @include transition(width, .25s, linear);
109 @include box-inset($outset:rgba(255,255,255,.35));
110 @include border-radius(3px);
113 width: ($width - 610px) / 2 - $pad - 3 * $border;
121 float:right; /* keeps the right margin from wiggling */
134 background: rgba(0,0,0,.75);
135 text-shadow:1px 1px 0 #000;
139 @include adjust-font-size-to(13px);
148 @include margin-trailer(.5);
149 list-style-type:disc;
158 $width: $page-width + $pad;
159 background: $foreground;
160 margin:$base-line-height #{-$pad};
161 padding:#{2*$pad} $pad;
162 @include border-radius(5px);
163 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
166 color:lighten($foreground, 80%);
167 -webkit-font-smoothing: antialiased;
171 width: $page-width/2 - $pad * 3 - $border * 2;
173 margin: 0 $pad/2 $pad $pad/2;
175 background: darken($foreground, 5%);
176 border:$border solid darken($foreground, 10%);
177 @include box-inset(rgba(0,0,0,.35), rgba(255,255,255,.15));
179 @include border-radius(3px);
181 .name, .description, .status{
188 color:lighten($foreground, 40%);
192 @include adjust-font-size-to(13px);
200 border-top:5px solid $foreground;
201 @include box-shadow(0 1px 0 0 #FFF inset);
202 @include adjust-font-size-to(13px);
203 color:lighten($foreground, 20%);
205 text-decoration:none;
206 color:darken($page-background, 40%);
208 color:darken($page-background, 80%);