Sha256: c0e5c6b4dfc9b546395e98137b70b4cbff32379536bcabfd23011c529ccfae10

Contents?: true

Size: 1.18 KB

Versions: 13

Compression:

Stored size: 1.18 KB

Contents

@import "defaults";

@include susy;

body {
  background-color: #222;
}

// change '#page' to match your HTML container element(s)
#page {
  @include container;
  background-color: #fff;

}

#header {

  background-color: #550000;
  @include container;
  #logo {
    @include columns(2);
    @include alpha;
    font-size: 2em;
    padding: 1em 0.5em;
    color: #fff;
    @include serif-family;
  }
  
  @include box-shadow;
}

#menu {
  @include columns(4);
  @include omega;

  @include border-radius(5px);
  margin: 1em;
  
  ul {
    padding: 1em;
    @include no-bullets;
    @include inline-list;
    
    li {
      padding: 0;
      
      a {
        color: #fff;
      }
    }
  }
}

#content {
  padding: 2em;
  @include columns(8);
  @include alpha;
}
// show-grid loads a 64+16x24 grid image by default
// For other grid settings, run `compass grid-img 30+10x20`
// Where 30 is the column width, 10 is the gutter width, 
// and 20 is the (optional) line-height.

/* Styles --------------------------------------------------------------*/

pre {
  font-size: 0.9em;
  background-color: #efefef;
  border: 1px solid #aaa;
  @include border-radius(5px);
  padding: 1em;
  margin-bottom: 0.5em
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
staticmatic2-2.1.8 website/src/stylesheets/screen.scss
staticmatic2-2.1.7 website/src/stylesheets/screen.scss
staticmatic2-2.1.6 website/src/stylesheets/screen.scss
staticmatic2-2.1.5 website/src/stylesheets/screen.scss
staticmatic2-2.1.4 website/src/stylesheets/screen.scss
staticmatic2-2.1.3 website/src/stylesheets/screen.scss
staticmatic2-2.1.2 website/src/stylesheets/screen.scss
staticmatic2-2.1.1 website/src/stylesheets/screen.scss
staticmatic2-2.1.0 website/src/stylesheets/screen.scss
staticmatic2-2.0.2 website/src/stylesheets/screen.scss
staticmatic2-2.0.1 website/src/stylesheets/screen.scss
staticmatic2-2.0.0 website/src/stylesheets/screen.scss
staticmatic-0.11.1 website/src/stylesheets/screen.scss