-
Notifications
You must be signed in to change notification settings - Fork 0
/
8bs.css
118 lines (94 loc) · 1.73 KB
/
8bs.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.HelveticaNeueLTPro-Roman {
font-family: HelveticaNeueLTPro-Roman;
font-weight: normal;
font-style: normal;
}
.HelveticaNeueLTPro-Md {
font-family: HelveticaNeueLTPro-Md;
font-weight: normal;
font-style: normal;
}
.HelveticaNeueLTPro-Bd {
font-family: HelveticaNeueLTPro-Bd;
font-weight: normal;
font-style: normal;
}
.HelveticaNeueLTPro-Hv {
font-family: HelveticaNeueLTPro-Hv;
font-weight: normal;
font-style: normal;
}
html {
background-color: black;
font-family: HelveticaNeueLTPro-Md;
color: white;
font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
font-family: HelveticaNeueLTPro-Md;
color: white;
font-size: 7.3vmax;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
b, strong {
color: #7BADB6;
}
u, .underline {
color: #A9431E;
text-decoration: none;
}
i, em {
color: #FFCFBE;
font-style: normal;
}
p {
font-family: HelveticaNeueLTPro-Roman;
color: white;
padding: 10;
}
.target {
}
/* unvisited link */
a:link {
color: #FFCFBE;
text-decoration: none;
}
/* visited link */
a:visited {
color: #7BADB6;
text-decoration: none;
}
/* mouse over link */
a:hover {
color: #FFCFBE;
text-decoration: underline;
}
/* selected link */
a:active {
color: #FFCFBE;
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
}
.outline-2 {
padding: 5%;
margin-top: 20px;
margin-bottom: 20px;
}
.outline-2:nth-child(even) {
background-color: #A9431E;
}
#outline-container-sec-17 {
background-image: url("end-sheep.png");
background-size:100%;
background-repeat: no-repeat;
padding-bottom: 2%;
height: 45vw;
}
#outline-container-sec-17 h2 {
color: #FFCFBE;
}