Sha256: b0ec6afb11443b95a7eefb1e4089074d204038b84bbfd35c60600e6fa8d84697

Contents?: true

Size: 1.62 KB

Versions: 4

Compression:

Stored size: 1.62 KB

Contents

@import "formol/mixins/after_clear";

.last_fives {
  .actions {
    display: none;
  }
}

li.formol_post {
  background-color: #e1ebf2;
  padding: 10px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  position: relative;
  min-width: 885px;
  
  &:after {
    @include after_clear;
  }
  
  .metas {
    float: left;
    width: 12%;
    
    .links {
      margin-bottom: 5px;
    }
    
    figure {
      margin: 5px 0;
    }
    
    span {
      display: block;
    }
    
    .posts_count {
      &:first-letter {
        text-transform: uppercase;
      }
    }
  }
  
  .content {
    width: 88%;
    float: left;
    
    .highlight {
      clear: left;
      padding: 10px;
      margin-bottom: 1em;
      background-color: #fcfcfc;
      
      .lineno {
        color: #cacaca;
      }
    }
    
    .highlight_title {
      background-color: #FAFAFA;
      float: left;
      font-family: monospace;
      font-weight: bold;
      padding: 3px 4px 0;
    }
    
    pre, blockquote {
      margin: 0;
    }
    
    blockquote {
      margin-bottom: 5px;
      
      p:last-child {
        margin-bottom: 0;
      }
    }
    
    pre {
      line-height: 120%;
    }
  }
  
  .created_at {
    left: 12%;
    bottom: 5px;
    position: absolute;
    font-style: italic;
    color: #888;

    &:first-letter {
      text-transform: uppercase;
    }
  }
  
  .actions {
    position: absolute;
    margin: 0;
    bottom: 5px;
    right: 10px;
    
    li {
      display: inline-block;
    }
  }
}

blockquote {
  border: 1px solid #dddddd;
  background-color: #eaeaea;
  padding: 5px;
  
  blockquote {
    background-color: #efefef;
  }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
formol-theme-basic-0.0.1 app/assets/stylesheets/formol/themes/basic/partials/posts/post.css.scss
formol-0.0.6 app/assets/stylesheets/formol/partials/posts/post.css.scss
formol-0.0.5 app/assets/stylesheets/formol/partials/posts/post.css.scss
formol-0.0.4 app/assets/stylesheets/formol/partials/posts/post.css.scss