3 "compass/typography/vertical_rhythm",
5 "compass/css3/border-radius",
6 "compass/css3/box-shadow",
7 "compass/css3/transition",
8 "compass/utilities/general/clearfix";
10 @include establish-baseline;
14 linear-gradient(top, $page-background, darken($page-background, 10%)) no-repeat fixed
20 color: darken($foreground, 20%);
22 background: darken($page-background, 15%);
24 @include border-radius(3px);
26 background: desaturate(darken($page-background, 25%), 10%);
27 text-shadow: 0 1px 0 rgba(255,255,255,.65);
34 background: $content-background;
39 @include adjust-font-size-to(40px);
40 border-bottom:5px solid $foreground;
41 @include box-shadow(0 1px 0 #FFF);
47 @include margin-trailer;
49 h1, h2, h3, h4, h5, h6{
51 @include margin-trailer(.5);
57 $width: $page-width + $pad;
58 background: $foreground;
59 margin:$base-line-height #{-$pad};
61 @include border-radius(5px);
62 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
66 border:$border solid lighten($foreground, 10%);
68 width: ($width / 3) - $pad - 2 * $border;
72 @include transition(width, .25s, linear);
75 width: ($width - 610px) / 2 - $pad - 3 * $border;
83 float:right; /* keeps the right margin from wiggling */
96 background: rgba(0,0,0,.75);
97 text-shadow:1px 1px 0 #000;
101 @include adjust-font-size-to(13px);
109 $width: $page-width + $pad;
110 background: $foreground;
111 margin:$base-line-height #{-$pad};
112 padding:#{2*$pad} $pad;
113 @include border-radius(5px);
114 @include box-shadow(0 1px 0 0 #FFF, 0 2px 4px rgba(0,0,0,.35) inset);
117 color:lighten($foreground, 80%);
118 -webkit-font-smoothing: antialiased;
121 width: $page-width/2 - $pad * 2;
124 @include margin-trailer;
126 .name, .description, .status{
133 color:lighten($foreground, 40%);
137 @include adjust-font-size-to(13px);