UNPKG

569 BCSSView Raw
1body {
2 color: #333;
3 background: #dfeccd;
4 font-family: 'Noto Sans', sans-serif;
5 font-size: 200%;
6 margin: 0;
7 padding: 0;
8}
9
10.logo {
11 position: absolute;
12 top: 50px;
13 left: 50%;
14 margin-left: -165px;
15 background: url('logo-210.png');
16 width: 330px;
17 height: 210px;
18}
19
20.no-config {
21}
22
23.no-config .page-title {
24 color: #c7053d;
25 line-height: 1.2;
26 font-size: 300%;
27 font-weight: 400;
28}
29
30
31.container-fixed {
32 width: 800px;
33 margin: 180px auto;
34 background: #fff;
35 /* border: 1px solid #c7053d; */
36 padding: 50px 20px 50px;
37 text-align: center;
38}