Line | |
---|
1 | body {
|
---|
2 | padding: 1em;
|
---|
3 | }
|
---|
4 |
|
---|
5 | article {
|
---|
6 | max-width: calc(80ch + 4em);
|
---|
7 | border-radius: 0.em;
|
---|
8 | margin: 0 var(--universal-padding);
|
---|
9 | padding: 1em;
|
---|
10 | background: #fefefe;
|
---|
11 | box-shadow: 0 1px 3px rgba(0,0,0,.1);
|
---|
12 | position: relative;
|
---|
13 | }
|
---|
14 |
|
---|
15 | article h1:first-child,
|
---|
16 | article h2:first-child,
|
---|
17 | article h3:first-child,
|
---|
18 | article h4:first-child,
|
---|
19 | article h5:first-child,
|
---|
20 | article h6:first-child {
|
---|
21 | margin-top: 0;
|
---|
22 | padding: 0;
|
---|
23 | }
|
---|
24 |
|
---|
25 | .navbar {
|
---|
26 | background: #fefefe;
|
---|
27 | border: 0;
|
---|
28 | }
|
---|
29 |
|
---|
30 | .navbar .button {
|
---|
31 | background: #fefefe;
|
---|
32 | text-transform: none;
|
---|
33 | }
|
---|
34 |
|
---|
35 | /* 16:9 */
|
---|
36 | .video {
|
---|
37 | padding-top: 56.25%;
|
---|
38 | position: relative;
|
---|
39 | width: calc(100% - 1em);
|
---|
40 | }
|
---|
41 |
|
---|
42 | iframe {
|
---|
43 | width: 100%;
|
---|
44 | height: 100%;
|
---|
45 | position: absolute;
|
---|
46 | top: 0;
|
---|
47 | left: 0;
|
---|
48 | bottom: 0;
|
---|
49 | right: 0;
|
---|
50 | }
|
---|
51 |
|
---|
52 | .cover {
|
---|
53 | margin: 0.5em 0;
|
---|
54 | border: 1px solid rgba(0,0,0,.3);
|
---|
55 | border-radius: 0.1em;
|
---|
56 | }
|
---|
57 |
|
---|
58 | #youmu {
|
---|
59 | position: relative;
|
---|
60 | top: 1em;
|
---|
61 | max-width: 100%;
|
---|
62 | }
|
---|
63 |
|
---|
64 | #preamble {
|
---|
65 | margin: var(--universal-margin);
|
---|
66 | box-shadow: 0 1px 3px rgba(0,0,0,.1);
|
---|
67 | }
|
---|
68 |
|
---|
69 | #postamble {
|
---|
70 | margin: var(--universal-margin);
|
---|
71 | max-width: calc(80ch + 6em);
|
---|
72 | }
|
---|
73 |
|
---|
74 | hr {
|
---|
75 | background: rgba(0,0,0,.05) !important;
|
---|
76 | height: 0.5rem !important;
|
---|
77 | margin: 1px !important;
|
---|
78 | }
|
---|
79 |
|
---|
80 | #table-of-contents {
|
---|
81 | z-index: 1050;
|
---|
82 | font-size: 9pt;
|
---|
83 | position: fixed;
|
---|
84 | right: calc(var(--universal-margin) + 0.5em);
|
---|
85 | top: 79px;
|
---|
86 | background: #fefefe;
|
---|
87 | line-height: 12pt;
|
---|
88 | box-shadow: 0 1px 3px rgba(0,0,0,.1);
|
---|
89 | max-height: 80%;
|
---|
90 | overflow: auto;
|
---|
91 | }
|
---|
92 |
|
---|
93 | #table-of-contents * {
|
---|
94 | padding: none;
|
---|
95 | }
|
---|
96 |
|
---|
97 | #table-of-contents h2 {
|
---|
98 | font-size: 13pt;
|
---|
99 | border: 0;
|
---|
100 | font-weight: 400;
|
---|
101 | padding: .05em .5em;
|
---|
102 | }
|
---|
103 |
|
---|
104 | #text-table-of-contents ul {
|
---|
105 | margin: 0 1em;
|
---|
106 | }
|
---|
107 |
|
---|
108 | #text-table-of-contents ul li {
|
---|
109 | font-size: 11pt;
|
---|
110 | width: 100%;
|
---|
111 | }
|
---|
112 |
|
---|
113 | #table-of-contents #text-table-of-contents {
|
---|
114 | display: none;
|
---|
115 | text-align: left;
|
---|
116 | }
|
---|
117 |
|
---|
118 | #table-of-contents:hover #text-table-of-contents {
|
---|
119 | display:block;
|
---|
120 | padding: none;
|
---|
121 | margin: 0;
|
---|
122 | padding: 0;
|
---|
123 | }
|
---|
124 |
|
---|
125 | #table-of-contents li {
|
---|
126 | clear:both
|
---|
127 | }
|
---|
128 |
|
---|
129 | .licenses {
|
---|
130 | margin-top: 0.75em !important;
|
---|
131 | }
|
---|
132 |
|
---|
133 | .licenses a:not(:first-child) {
|
---|
134 | margin-left: 0.5em;
|
---|
135 | }
|
---|
136 |
|
---|
137 | .inline li {
|
---|
138 | display: inline-flex;
|
---|
139 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.