Sha256: 870bddd83992987c85c49515b1320aa1361e402a641e9e347cf5a0a0583032bf

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

.topic_posts_info {
  background-color: #d3daed;
  color: #fff;
  font-size: 11px;
  height: 38px;
  line-height: 38px;
}

.post-list-container {
  background-color: #f7f7f7;

  .box {
    margin: 12px;
    border: 1px solid #DFDFDF;
    background-color: #fff;

    .post_from_user_login {
      font-weight: bold;
      color: #c1ccf5;
    }

    .post-header {
      height: 36px;
      line-height: 36px;
      margin: 0;
      background-color: #4e61a8;
    }

    .created_at {
      margin-top: 10px;
      font-size: 11px;
      color: #a4a4a4;
    }

    .quote {
      border: 1px solid black;
    }

    .user-title {
      margin-top: 10px;
      font-size: 11px;
      text-align: center;
    }

    img.user-avatar {
      width: 100px;
    }

    .user-avatar {
      text-align: center;
    }

    .user-posts-count {
      font-size: 11px;
      text-align: center;
      margin-top: 8px;
    }

    .user-reg-date {
      font-size: 11px;
      text-align: center;
      margin-top: 4px;
      margin-bottom: 10px;
    }
  }
}

#new_topic {
  .name, .description {
    width: 50%;
  }
}

#quick_answer {
  margin: 26px 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta1 app/assets/stylesheets/my_forum/posts.css.scss