ref: master
public/stylesheets/content.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
@import 'zoomable-image'; @import 'content/blog'; @import 'content/event'; @import 'content/folder'; @import 'content/image-gallery'; @import 'content/forum'; @import 'content/versions'; #article { position: relative; text-align: justify; } #article-actions { margin-bottom: 5px; width: 100%; text-align: left; } #article-actions a{ white-space: nowrap; } #article-header .blog-cover { overflow: hidden; display: block; width: 100%; max-height: 170px; } #article-header .blog-cover img{ width: 100%; } #article-tags { font-size: 10px; text-align: right; margin-bottom: -10px; } #article-tags a { text-decoration: none; } #article-sub-header { height: 15px; } #article-hits { font-size: 10px; float: left; } #article-license { font-size: 10px; float: right; text-align: right; color: #AAA; } #article-cat { font-size: 10px; } #article-source { color: #999; font-size: 11px; text-align: right; font-weight: bold; } #article-source a { font-weight: normal; } .article-lead, #article-body-field { margin-top: 10px; display: none; } #change-image { display: table-caption; } #article pre { white-space: pre-wrap; padding: 5px; border: 1px solid #d3d7cf; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } #article pre, #article code { background: #eeeeec; color: #2e3436; } #article .article-body a.icon { padding: 0px 0px 3px 20px; border: none; background-repeat: no-repeat; } #article .article-body a.icon:hover { background-color: transparent; } |