git ssb

3+

arj / patchbook



Tree: c8ebe98ed356a8b95e516ca561f755e05ed43156

Files: c8ebe98ed356a8b95e516ca561f755e05ed43156 / book / html / layout / detail.mcss

1073 bytesRaw
1Message -book-detail {
2 display: block
3
4 section.title, section.authors {
5 input {
6 border: 1px solid gainsboro
7 }
8 }
9
10 section.subjective {
11 div {
12 -contracted {
13 display: none
14 }
15
16 -expanded {
17 display: block
18 }
19
20 textarea, input {
21 border: 1px solid gainsboro
22 }
23 }
24
25 section {
26 line-height: 2rem
27
28 input {
29 border: 1px solid gainsboro
30 }
31
32 img.Avatar {
33 width: 2rem;
34 height: 2rem;
35 margin-right: 0.5rem
36 }
37
38 span {
39 vertical-align: text-bottom
40
41 img.emoji {
42 height: 1.2em;
43 width: 1.2em;
44 vertical-align: middle;
45 margin-top: -0.2em;
46 }
47 }
48 }
49 }
50
51 section.title {
52 font-size: 2rem
53
54 input {
55 font-size: 2rem
56 }
57 }
58
59 section.authors {
60 font-style: italic
61 }
62
63 section.content {
64 column-count: 2
65
66 section.images img {
67 max-width: 300px
68 max-height: 300px
69 }
70
71 section.description {
72 min-height: 3rem
73 }
74 }
75}
76

Built with git-ssb-web