git ssb

3+

arj / patchbook



Tree: bd040e587da9831443f9a4542c1a318f354a7487

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

1361 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 input {
21 border: 1px solid gainsboro
22 }
23
24 textarea {
25 border: 1px solid gainsboro
26 width: 600px
27 height: 300px
28 }
29 }
30
31 section {
32 line-height: 2rem
33
34 input {
35 border: 1px solid gainsboro
36 width: 75px
37 }
38
39 img.Avatar {
40 width: 2rem;
41 height: 2rem;
42 margin-right: 0.5rem
43 }
44
45 span {
46 vertical-align: text-bottom
47
48 img.emoji {
49 height: 1.2em;
50 width: 1.2em;
51 vertical-align: middle;
52 margin-top: -0.2em;
53 }
54 }
55 }
56 }
57
58 section.title {
59 font-size: 2rem
60
61 input {
62 font-size: 2rem
63 }
64 }
65
66 section.authors {
67 font-style: italic
68 }
69
70 section.content {
71 column-count: 2
72
73 section.images img {
74 max-width: 300px
75 max-height: 300px
76 }
77
78 section.description {
79 min-height: 3rem
80
81 div.Description {
82 margin-top: 10px
83
84 textarea {
85 border: 1px solid gainsboro
86 width: 300px
87 height: 250px
88 }
89 }
90 }
91 }
92}
93

Built with git-ssb-web