Sha256: eee301f080e5bd67a494b3d3dbff9e05abef996135bcb385e58606d9b564184c

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

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

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

  &.pub_medium_1 {
    margin: 0 71px;
  }

  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;}
    }
  }

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

    position: absolute;
    bottom: 5px;

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

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

}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.23 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss
c80_news_tz-0.1.1.22 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss
c80_news_tz-0.1.1.21 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss
c80_news_tz-0.1.1.19 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss
c80_news_tz-0.1.1.18 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss
c80_news_tz-0.1.1.17 app/assets/stylesheets/c80_news_tz/frontend/pubs_medium.scss