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(background, .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;
76 $buttonbottom:darken($buttoncolor, 10%);
77 $buttonfore:darken($buttoncolor, 80%);
79 .installButton, .docsButton{
85 font-family:$headingfonts;
86 text-transform:uppercase;
90 @include border-radius(5px);
91 @include box-shadow(0 1px 3px 0 rgba(0,0,0,.15));
92 @include background(linear-gradient($buttoncolor, $buttonbottom));
93 text-shadow: #FFF 0 1px 0;
94 border:1px solid $buttoncolor;
103 @include border-radius(15px);
104 @include box-shadow(0 1px 0 0 #FFF, 0 1px 2px 0 rgba(0,0,0,.15) inset);
105 background:darken($buttoncolor,20%);
109 font-family:Helvetica, Arial, sans-serif;
112 @include background(linear-gradient($buttoncolor, darken($buttonbottom, 5%)));
115 @include background(linear-gradient(darken($buttonbottom, 5%), $buttoncolor));
116 @include box-shadow(0 1px 3px 0 rgba(0,0,0,.15), 0 0 16px 0 rgba(0,0,0,.15) inset);
117 color:darken($buttonfore, 10%);
119 background:darken($buttoncolor, 30%);
131 padding:7px 1px 3px 4px;
143 color: darken($page-background, 60%);;
144 border-bottom:1px solid darken($page-background, 20%);
145 @include box-shadow(0 1px 0 0 #FFF);
146 text-decoration:none;
148 color: darken($page-background, 60%);
149 border-bottom:1px solid darken($page-background, 60%);
153 @include margin-trailer;
155 h1, h2, h3, h4, h5, h6{
157 @include margin-trailer(.5);
160 @include adjust-font-size-to(20px);
163 background: darken($page-background, 10%);
166 border: 1px solid darken($page-background, 15%);
167 @include border-radius(3px);
169 font-family:Menlo, monospace;
170 @include adjust-font-size-to(13px);
174 @include margin-trailer;
180 @include box-shadow(none);
181 @include border-radius(0);
185 &.shell code::before{
187 color:lighten($foreground, 10%);
191 color:darken($page-background, 60%);
197 @include pie-clearfix;
199 width:$page-width/2 - 20px;
206 section:nth-child(2){
207 width:$page-width/2 - 40px;
209 background:rgba(255,255,255,.5);
210 @include border-radius(5px);
211 border:1px solid darken($page-background, 5%);
212 @include box-shadow(0 1px 0 0 #FFF, 0 1px 0 0 #FFF inset);
219 @include margin-leader(2);
220 @include margin-trailer(2);
228 $width: $page-width + $pad;
229 background: $foreground;
230 margin:$base-line-height #{-$pad};
232 @include border-radius(5px);
233 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
238 border:$border solid darken($foreground, 10%);
240 width: ($width / 3) - $pad - 2 * $border;
244 @include transition(width, .25s, linear);
245 @include box-inset($outset:rgba(255,255,255,.35));
246 @include border-radius(3px);
249 width: ($width - 610px) / 2 - $pad - 3 * $border - 2px;
257 float:right; /* keeps the right margin from wiggling */
270 background: rgba(0,0,0,.75);
271 text-shadow:1px 1px 0 #000;
275 @include adjust-font-size-to(13px);
283 background: $foreground;
284 @include background(linear-gradient(bottom, lighten($foreground, 10%), $foreground));
288 @include box-inset(rgba(0,0,0,.35), #FFF);
289 @include border-radius(5px);
290 text-shadow: 0 -1px 0 #000;
292 -webkit-font-smoothing: antialiased;
293 color:lighten($foreground, 60%);
301 color:lighten($foreground, 80%);
305 background:transparent;
307 color:lighten($accent, 20%);
309 @include box-shadow(none);
311 background:transparent;
312 color:desaturate(lighten($accent, 60%), 10%);
321 @include margin-trailer(.5);
322 list-style-type:disc;
331 $width: $page-width + $pad;
332 background: $foreground;
333 margin:$base-line-height #{-$pad};
334 padding:#{2*$pad} $pad $pad $pad;
335 @include border-radius(5px);
336 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
339 color:lighten($foreground, 80%);
340 -webkit-font-smoothing: antialiased;
344 width: $page-width/2 - $pad * 3 - $border * 2;
346 margin: 0 $pad/2 $pad $pad/2;
348 background: darken($foreground, 5%);
349 border:$border solid darken($foreground, 10%);
350 @include box-inset(rgba(0,0,0,.35), rgba(255,255,255,.15));
352 @include border-radius(3px);
354 .name, .description, .status{
361 color:lighten($foreground, 40%);
365 @include adjust-font-size-to(13px);
368 -webkit-animation-name: glow;
369 -webkit-animation-duration: 1s;
370 -webkit-animation-timing-function: ease;
371 -webkit-animation-iteration-count: infinite;
372 -webkit-animation-direction: alternate;
381 @include box-shadow(none);
396 border-top:5px solid $foreground;
397 @include box-shadow(0 1px 0 0 #FFF inset);
398 @include adjust-font-size-to(13px);
399 color:lighten($foreground, 20%);
401 text-decoration:none;
402 color:darken($page-background, 40%);
404 color:darken($page-background, 80%);