Sha256: f5558a707573f70aa071bdea9c954e26b44c287da7712f292c72c868768d407f

Contents?: true

Size: 1.47 KB

Versions: 23

Compression:

Stored size: 1.47 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;

      .post_number a {
        color: #fff;
        font-size: 9px;
      }
    }

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

    .post_attachment {
      max-width: 400px;
    }

    .quote {
      border: 1px solid black;
    }

    .bbqoute {

      .quote_info {
        font-weight: bold;
        font-size: 11px;
      }

      margin-right: 10px;
      border: 1px solid gainsboro;
      border-radius: 25px;
      padding: 10px 20px 10px 20px;
    }

    .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

23 entries across 23 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta28 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta27 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta26 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta25 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta24 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta23 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta22 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta21 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta20 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta19 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta18 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta17 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta16 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta15 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta14 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta13 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta12 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta11 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta10 app/assets/stylesheets/my_forum/posts.css.scss
my_forum-0.0.1.beta9 app/assets/stylesheets/my_forum/posts.css.scss