Sha256: f02be0ace35f510788851c459be8c40586c98f191e2ae4a7b5cc7f75c72e47a0

Contents?: true

Size: 1.27 KB

Versions: 6

Compression:

Stored size: 1.27 KB

Contents

@import "_colors";
@import "_mixins";

body {
  margin-top: 0px;
  background: #ffffff url(../images/tile-slider.png) top left repeat-x;
}

.container_bg{
  width:50%;
  background:url(../images/tile-header.png) top left repeat-x;
}

div.left { .leftie; }
div.right { .rightie;  }
a { outline: none; }

#wrapper {
  background: transparent url(../images/wrapper-back.png) top center no-repeat;
  padding: 25px 20px 20px;
  position: relative;
  }
  body.two-col #wrapper {
    background-image: url(../images/wrapper-back-2.png);
  }

.container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: block; }

#sidebar {
  .column(4);
  .colborder;
  h3 { margin-bottom: .5em; }
}

body.one-col #content {
  .column-last(24);
}
body.two-col #content {
  .column-last(19);
}

#header {
  position: relative;
  color: @medium_blue;
  clear: both;
  a { color: @link_color; }
  a:hover { color: @link_hover_color; }

}

#footer {
  padding-top: 2em;
  clear: both;
  div.left { width: 37%; }
  div.right { width: 63%; text-align: right; }
}

h1 { font-size: 2.5em; }

.form-buttons, .clear { clear: both; }

input.title { width: auto; }

p.follow-all {
  font-size: 1.3em;
  text-align: center;
  display: block;
}
p img {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
apispree_core-0.0.0 app/stylesheets/_layout.less
My-Commerce_core-1.1.0 app/stylesheets/_layout.less
My-Commerce_core-1.0.0 app/stylesheets/_layout.less
MyCommerceapi-1.0.0 core/app/stylesheets/_layout.less
MyCommerce-0.0.3 core/app/stylesheets/_layout.less
rfcommerce_core-0.0.3 app/stylesheets/_layout.less