Sha256: 8668172bae01e883e075ddbb9ec3d357d045480874e9a770eb4eb5a582732146

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

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

    .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

1 entries across 1 versions & 1 rubygems

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