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;
19 color: darken($foreground, 20%);
21 background: darken($page-background, 15%);
23 @include border-radius(3px);
25 background: desaturate(darken($page-background, 25%), 10%);
26 text-shadow: 0 1px 0 rgba(255,255,255,.65);
33 background: $content-background;
38 @include adjust-font-size-to(60px);
41 border-bottom:5px solid $foreground;
42 @include box-shadow(0 1px 0 #FFF);
43 font-family:$headingfonts;
48 @include margin-trailer;
50 h1, h2, h3, h4, h5, h6{
52 @include margin-trailer(.5);
55 @include adjust-font-size-to(20px);
58 background: darken($page-background, 10%);
61 border: 1px solid darken($page-background, 15%);
62 @include border-radius(3px);
64 font-family:Menlo, monospace;
65 @include adjust-font-size-to(13px);
71 $width: $page-width + $pad;
72 background: $foreground;
73 margin:$base-line-height #{-$pad};
75 @include border-radius(5px);
76 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
80 border:$border solid darken($foreground, 10%);
82 width: ($width / 3) - $pad - 2 * $border;
86 @include transition(width, .25s, linear);
87 @include box-inset($outset:rgba(255,255,255,.35));
88 @include border-radius(3px);
91 width: ($width - 610px) / 2 - $pad - 3 * $border;
99 float:right; /* keeps the right margin from wiggling */
112 background: rgba(0,0,0,.75);
113 text-shadow:1px 1px 0 #000;
117 @include adjust-font-size-to(13px);
126 @include margin-trailer(.5);
127 list-style-type:disc;
136 $width: $page-width + $pad;
137 background: $foreground;
138 margin:$base-line-height #{-$pad};
139 padding:#{2*$pad} $pad;
140 @include border-radius(5px);
141 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
144 color:lighten($foreground, 80%);
145 -webkit-font-smoothing: antialiased;
149 width: $page-width/2 - $pad * 3 - $border * 2;
151 margin: 0 $pad/2 $pad $pad/2;
153 background: darken($foreground, 5%);
154 border:$border solid darken($foreground, 10%);
155 @include box-inset(rgba(0,0,0,.35), rgba(255,255,255,.15));
157 @include border-radius(3px);
159 .name, .description, .status{
166 color:lighten($foreground, 40%);
170 @include adjust-font-size-to(13px);