RailsStudyGroup/redditgraphed

View on GitHub
app/assets/stylesheets/post.css.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the post controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#details {
  background: url('lights2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.details {
  margin-top: 3%;
}

.detailspanel {
    background: #fffaf6;
    border-radius: 4px;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.padding-top-15 {
  padding-top: 15px;
}

.posttitle {
  color: #eaeaea;
  padding-bottom: 25px;
}

#detailschartonecontainer {
  margin: 20px;
  width: 95%;
  height: 100%;
}