Line | |
---|
1 | body {
|
---|
2 |
|
---|
3 | }
|
---|
4 |
|
---|
5 | article {
|
---|
6 | max-width: calc(70ch + 2em);
|
---|
7 | border-radius: 0.25em;
|
---|
8 | padding: 1em;
|
---|
9 | padding-bottom: 1.5em;
|
---|
10 | margin: 1em 0;
|
---|
11 | background: #fefefe;
|
---|
12 | box-shadow: 0 1px 3px rgba(0,0,0,.25);
|
---|
13 | text-align: justify;
|
---|
14 | hyphens: auto;
|
---|
15 | }
|
---|
16 |
|
---|
17 | #about {
|
---|
18 | text-align: left;
|
---|
19 | }
|
---|
20 |
|
---|
21 | article h1:first-child,
|
---|
22 | article h2:first-child,
|
---|
23 | article h3:first-child,
|
---|
24 | article h4:first-child,
|
---|
25 | article h5:first-child,
|
---|
26 | article h6:first-child {
|
---|
27 | margin-top: 0;
|
---|
28 | padding: 0;
|
---|
29 | }
|
---|
30 |
|
---|
31 | .navbar {
|
---|
32 | background: #fefefe;
|
---|
33 | box-shadow: 0 1px 3px rgba(0,0,0,.1);
|
---|
34 | border: 0;
|
---|
35 | }
|
---|
36 |
|
---|
37 | .navbar .button {
|
---|
38 | background: #fefefe;
|
---|
39 | }
|
---|
40 |
|
---|
41 | /* 16:9 */
|
---|
42 | .video {
|
---|
43 | padding-top: 56.25%;
|
---|
44 | position: relative;
|
---|
45 | width: calc(100% - 1em);
|
---|
46 | }
|
---|
47 |
|
---|
48 | iframe {
|
---|
49 | width: 100%;
|
---|
50 | height: 100%;
|
---|
51 | position: absolute;
|
---|
52 | top: 0;
|
---|
53 | left: 0;
|
---|
54 | bottom: 0;
|
---|
55 | right: 0;
|
---|
56 | }
|
---|
57 |
|
---|
58 | .cover {
|
---|
59 | margin: 0.5em 0;
|
---|
60 | border: 1px solid rgba(0,0,0,.3);
|
---|
61 | border-radius: 0.1em;
|
---|
62 | }
|
---|
63 |
|
---|
64 | #youmu {
|
---|
65 | position: relative;
|
---|
66 | top: 1em;
|
---|
67 | max-width: 100%;
|
---|
68 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.