git ssb

3+

arj / patchbook



Tree: 3a98bfe282f62b3b4dbf11b0dbe2d7443d39dd48

Files: 3a98bfe282f62b3b4dbf11b0dbe2d7443d39dd48 / book / html / layout / detail.mcss

1725 bytesRaw
1Message -book-detail {
2 display: block
3
4 section.title, section.authors {
5 input {
6 border: 1px solid gainsboro
7 height: 1.3rem
8 padding: 5px
9 }
10 }
11
12 section.title input {
13 height: 2rem
14 margin-bottom: 5px
15 }
16
17 section.subjective {
18 div {
19 -contracted {
20 display: none
21 }
22
23 -expanded {
24 display: block
25 }
26
27 input {
28 border: 1px solid gainsboro
29 height: 1.3rem
30 margin-left: 5px
31 margin-bottom: 5px
32 padding: 5px
33 }
34
35 textarea {
36 border: 1px solid gainsboro
37 width: 600px
38 height: 250px
39 }
40 }
41
42 section {
43 margin-top: 5px
44 line-height: 2rem
45
46 input, span.ratingType input {
47 border: 1px solid gainsboro
48 width: 80px
49 height: 1.3rem
50 margin-left: 5px
51 padding: 5px
52 vertical-align: text-bottom
53 }
54
55 img.Avatar {
56 width: 2rem;
57 height: 2rem;
58 margin-right: 0.5rem
59 }
60
61 span.text {
62 vertical-align: text-bottom
63
64 img.emoji {
65 height: 1.2em;
66 width: 1.2em;
67 vertical-align: middle;
68 margin-top: -0.2em;
69 }
70 }
71 }
72 }
73
74 section.title {
75 font-size: 2rem
76
77 input {
78 font-size: 2rem
79 }
80 }
81
82 section.authors {
83 font-style: italic
84 }
85
86 section.content {
87 column-count: 2
88
89 section.images img {
90 max-width: 300px
91 max-height: 300px
92 }
93
94 section.description {
95 min-height: 3rem
96
97 div.Description {
98 margin-top: 10px
99
100 textarea {
101 border: 1px solid gainsboro
102 width: 300px
103 height: 250px
104 }
105 }
106 }
107 }
108}
109

Built with git-ssb-web