OSDN Git Service

Merge branch 'master' into feature/yuki
[serene/BuildMyDistro.git] / style / history.css
1 /*見出し系*/
2 h2 {
3   background: #F8F8F8;
4   border-top: 2px solid #1B73BA;
5   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
6   -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
7   -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
8   box-sizing: border-box;
9   color: #1B73BA;
10   font-size: 20px;
11   font-weight: bold;
12   margin: 0 0 20px;
13   padding: 10px 15px 10px;
14   font-family: 'Noto Sans JP', sans-serif;
15 }
16 h1 {
17   color: #1B73BA;
18   /*
19   text-shadow: 2px 2px 0 #fff,
20                -2px 2px 0 #fff,
21                2px -2px 0 #fff,
22                -2px -2px 0 #fff;
23   */
24   margin-left: -4%;
25   margin-right: -4%;
26   margin-top: -3%;
27 }
28 h3 {
29   border-bottom: 2px solid #1B73BA;
30   font-size: 18px;
31   font-weight: bold;
32   margin: 0 0 20px;
33   padding-bottom: 5px;
34   font-family: 'Noto Sans JP', sans-serif;
35 }
36 h4 {
37   border-left: 2px solid #1B73BA;
38   font-size: 16px;
39   font-weight: bold;
40   font-family: 'Noto Sans JP', sans-serif;
41 }
42
43 /* 背景 */
44 html {
45   background-color: #191919;
46 }
47
48 body {
49   background-color: #111111;
50   color: white;
51 }
52
53
54 /* 箇条書き*/
55 ul li {
56   line-height: 2
57 }
58
59 pre {
60   max-width: 100%;
61 }