]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/docs/_sass/_blog.scss
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / rocksdb / docs / _sass / _blog.scss
1 .blogContainer {
2 .posts {
3 margin-top: 60px;
4
5 .post {
6 border: 1px solid $primary-bg;
7 border-radius: 3px;
8 padding: 10px 20px 20px;
9 }
10 }
11
12 .lonePost {
13 margin-top: 60px;
14
15 .post {
16 padding: 10px 0px 0px;
17 }
18 }
19
20 .post-header {
21 h1 {
22 text-align: center;
23 }
24
25 .post-authorName {
26 color: rgba($text, 0.7);
27 font-size: 14px;
28 font-weight: 900;
29 margin-top: 0;
30 padding: 0;
31 text-align: center;
32 }
33
34 .authorPhoto {
35 border-radius: 50%;
36 height: 50px;
37 left: 50%;
38 margin-left: -25px;
39 overflow: hidden;
40 position: absolute;
41 top: -25px;
42 width: 50px;
43 }
44 }
45 }