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;
19 @-webkit-keyframes glow{
21 text-shadow: 0 0 3px rgba(255,255,255,0);
24 text-shadow: 0 0 3px rgba(255,255,255,.5);
28 @-webkit-keyframes pulse{
30 -webkit-transform: scale(1);
33 -webkit-transform: scale(1.05);
38 -webkit-animation-name: pulse;
39 -webkit-animation-duration: .25s;
40 -webkit-animation-iteration-count: infinite;
41 -webkit-animation-direction: alternate;
42 -webkit-animation-timing-function: linear;
45 border:1px solid darken($page-background, 5%);
46 background:lighten($page-background, 10%);
47 @include border-radius(5px);
51 @include transition(all, .15s, linear);
55 background:$page-background;
57 linear-gradient(top, desaturate(darken($page-background, 15%), 10%) 0, $page-background 250px)
65 background: $content-background;
70 @include adjust-font-size-to(60px);
71 font-family:$headingfonts;
78 $buttonbottom:darken($buttoncolor, 10%);
79 $buttonfore:darken($buttoncolor, 80%);
84 font-family:$headingfonts;
85 text-transform:uppercase;
89 @include border-radius(5px);
90 @include box-shadow(0 1px 3px 0 rgba(0,0,0,.15));
91 @include background(linear-gradient($buttoncolor, $buttonbottom));
92 text-shadow: #FFF 0 1px 0;
93 border:1px solid $buttoncolor;
102 padding:7px 1px 3px 4px;
104 @include border-radius(15px);
105 @include box-shadow(0 1px 0 0 #FFF, 0 1px 2px 0 rgba(0,0,0,.15) inset);
106 background:darken($buttoncolor,20%);
110 font-family:Helvetica, Arial, sans-serif;
113 @include background(linear-gradient($buttoncolor, darken($buttonbottom, 5%)));
116 @include background(linear-gradient(darken($buttonbottom, 5%), $buttoncolor));
117 @include box-shadow(0 1px 3px 0 rgba(0,0,0,.15), 0 0 16px 0 rgba(0,0,0,.15) inset);
118 color:darken($buttonfore, 10%);
120 background:darken($buttoncolor, 30%);
127 color: darken($page-background, 60%);;
128 border-bottom:1px solid darken($page-background, 20%);
129 @include box-shadow(0 1px 0 0 #FFF);
130 text-decoration:none;
132 color: darken($page-background, 60%);
133 border-bottom:1px solid darken($page-background, 60%);
137 @include margin-trailer;
139 h1, h2, h3, h4, h5, h6{
141 @include margin-trailer(.5);
144 @include adjust-font-size-to(20px);
147 background: darken($page-background, 10%);
150 border: 1px solid darken($page-background, 15%);
151 @include border-radius(3px);
153 font-family:Menlo, monospace;
154 @include adjust-font-size-to(13px);
158 @include margin-trailer;
164 @include box-shadow(none);
165 @include border-radius(0);
169 &.shell code::before{
171 color:lighten($foreground, 10%);
175 color:darken($page-background, 60%);
181 @include pie-clearfix;
183 width:$page-width/2 - 20px;
190 section:nth-child(2){
191 width:$page-width/2 - 40px;
193 background:rgba(255,255,255,.5);
194 @include border-radius(5px);
195 border:1px solid darken($page-background, 5%);
202 @include margin-leader(2);
203 @include margin-trailer(2);
211 $width: $page-width + $pad;
212 background: $foreground;
213 margin:$base-line-height #{-$pad};
215 @include border-radius(5px);
216 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
221 border:$border solid darken($foreground, 10%);
223 width: ($width / 3) - $pad - 2 * $border;
227 @include transition(width, .25s, linear);
228 @include box-inset($outset:rgba(255,255,255,.35));
229 @include border-radius(3px);
232 width: ($width - 610px) / 2 - $pad - 3 * $border - 2px;
240 float:right; /* keeps the right margin from wiggling */
253 background: rgba(0,0,0,.75);
254 text-shadow:1px 1px 0 #000;
258 @include adjust-font-size-to(13px);
266 background:$foreground;
270 @include box-inset(rgba(0,0,0,.35), #FFF);
271 @include border-radius(5px);
272 text-shadow: 0 -1px 0 #000;
274 -webkit-font-smoothing: antialiased;
275 color:lighten($foreground, 60%);
283 color:lighten($foreground, 80%);
287 background:transparent;
289 color:lighten($accent, 20%);
291 @include box-shadow(none);
293 background:transparent;
294 color:desaturate(lighten($accent, 60%), 10%);
303 @include margin-trailer(.5);
304 list-style-type:disc;
313 $width: $page-width + $pad;
314 background: $foreground;
315 margin:$base-line-height #{-$pad};
316 padding:#{2*$pad} $pad $pad $pad;
317 @include border-radius(5px);
318 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
321 color:lighten($foreground, 80%);
322 -webkit-font-smoothing: antialiased;
326 width: $page-width/2 - $pad * 3 - $border * 2;
328 margin: 0 $pad/2 $pad $pad/2;
330 background: darken($foreground, 5%);
331 border:$border solid darken($foreground, 10%);
332 @include box-inset(rgba(0,0,0,.35), rgba(255,255,255,.15));
334 @include border-radius(3px);
336 .name, .description, .status{
343 color:lighten($foreground, 40%);
347 @include adjust-font-size-to(13px);
350 -webkit-animation-name: glow;
351 -webkit-animation-duration: 1s;
352 -webkit-animation-timing-function: ease;
353 -webkit-animation-iteration-count: infinite;
354 -webkit-animation-direction: alternate;
363 @include box-shadow(none);
378 border-top:5px solid $foreground;
379 @include box-shadow(0 1px 0 0 #FFF inset);
380 @include adjust-font-size-to(13px);
381 color:lighten($foreground, 20%);
383 text-decoration:none;
384 color:darken($page-background, 40%);
386 color:darken($page-background, 80%);