Sha256: 2428efc171b4a759f49f109bca037c62da65fe1ebd6fff63a37c80146a69371c

Contents?: true

Size: 965 Bytes

Versions: 42

Compression:

Stored size: 965 Bytes

Contents

#main {
  float: left;
  width: 100%;
}

#content {
  font-size: 95%;
  line-height: 1.2em;
  padding: 20px;
}

.outset {
  margin: -20px;
  margin-bottom: 20px;
}

table.fieldset {
  th {
    padding: 6px;
  }
  td.field textarea {
    width: 99.5%;
    margin-right: -5px;
  }
}

body.reversed {
  h1 {
    border-bottom: 1px solid #ababab;
    background: #7e7e7e;
    font-size: 125%;
    margin: -20px -20px 20px;
    padding: 15px 20px;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
  }
}

.fullcover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.clipped {
  overflow: hidden;
}

.grey_out {
  background: #666666;
  background: rgba(0, 0, 0, 0.7);
}

#preview_panel {
  background: white;
}

.preview_tools {
  color: black;
  position: fixed;
  top: 10px;
  right: 20px;
  @include opacity(0.7);
  @include alt-box;
  &:hover {
    @include opaque;
  }
  a {
    @include alt-link;
  }
}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
trusty-cms-2.0.9.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.8.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.7.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.5.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.4.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.3.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.2.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.1.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-2.0.0.pre.beta app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.2.29 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.2.28 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.28 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.27 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.26 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.25 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.24 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.23 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.22 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.21 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-1.1.20 app/assets/stylesheets/admin/partials/_content.scss