OSDN Git Service

逮捕されるようにした
[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 }
15 h1 {
16   color: #1B73BA;
17   /*
18   text-shadow: 2px 2px 0 #fff,
19                -2px 2px 0 #fff,
20                2px -2px 0 #fff,
21                -2px -2px 0 #fff;
22   */
23   margin-left: -4%;
24   margin-right: -4%;
25   margin-top: -3%;
26 }
27 h3 {
28   border-bottom: 2px solid #1B73BA;
29   font-size: 18px;
30   font-weight: bold;
31   margin: 0 0 20px;
32   padding-bottom: 5px;
33 }
34 h4 {
35   border-left: 2px solid #1B73BA;
36   font-size: 16px;
37   font-weight: bold;
38 }
39
40 /* 背景 */
41 html {
42   background-color: #191919;
43 }
44
45 body {
46   background-color: #111111;
47   color: white;
48 }
49
50
51 /* 箇条書き*/
52 ul li {
53   line-height: 2
54 }
55
56 pre {
57   max-width: 100%;
58 }