-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
80 lines (68 loc) · 985 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
font-family: "Helvtica Neue", Arial, Helvetica, sans-serif;
line-height: 1.3em;
}
img {
max-width: 100%;
width: 100%;
display: block;
}
div {
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.hideme {
display: none;
}
.logo,
.bglogo {
margin: 0 auto;
width: 290px;
height: 100px;
margin-top: 10px;
}
.schiff {
/* margin: 0 auto; */
}
.bglogo a {
margin-top: 21px;
text-indent: -99999999px;
}
.loadspeed-maximum .bglogo {
background-color: #9886D0;
}
.loadspeed-fast .bglogo {
background-color: #C6CF1F;
}
.loadspeed-medium .bglogo {
background-color: #FF5800;
}
.loadspeed-slow .bglogo {
background-color: #40C4DD;
}
.wrapper {
display: block;
margin: 0 auto;
width: 90%;
text-align: center;
padding-bottom: 40px;
}
h1, p {
margin: 20px 0;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}
p {
font-size: 16px;
}
.pngy {
margin-bottom: 40px;
}