Sha256: 5bd023b93733e15c7f71ed1f9808eaee1a813accf1d319f842958a6657c50c59

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

/* preview блок публикации, medium вариант */
/* три публикации в ряд */

div.pub_medium {
  float: left;
  height: 310px;
  width: 223px;
  position: relative;

  &.pub_medium_1 {
    margin: 0 71px;
  }

  a.preview_image {
    width: 223px;
    height: 149px;
    background-image: none !important;
    display: block;
    text-align: center;
    white-space: nowrap;

    span.helper {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
    }

    img {
      vertical-align: middle;
    }

  }

  div.time {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #9c9c9c;
  }

  div.rubric_title {
    height: 30px;
    min-width: 130px;
    color: #3c4f65;
    font-size: 12px;
    padding: 2px 0 0 0;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
  }

  div.title {
    margin-bottom: 10px;
    a {
      color: black;
      text-decoration: underline;
      font-size: 16px;
      &:hover { color: #2e2e2e;}
    }
  }

  a.comments {
    cursor: pointer;
    color: #9c9c9c;
    font-size: 12px;

    margin: 0;
    height: 41px;
    line-height: 41px;
    position: absolute;
    bottom: 0;

    i {
      width: 12px;
      height: 12px;
      color: #F5633E;
    }
  }

  a.company_logo {
    background: transparent !important;
    position: absolute;
    bottom:0;
    right:0;
  }

  div.desc_short {

  }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss