source: css/custom.css@ 09cd8fe

Last change on this file since 09cd8fe was 09cd8fe, checked in by Mikhail Kirillov <w96k@…>, on Sep 27, 2019 at 1:52:34 AM

Add translation

  • Property mode set to 100644
File size: 1016 bytes
Line 
1body {
2
3}
4
5article {
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
21article h1:first-child,
22article h2:first-child,
23article h3:first-child,
24article h4:first-child,
25article h5:first-child,
26article 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
48iframe {
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.