-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfl_css.css
85 lines (70 loc) · 1.1 KB
/
nfl_css.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
body {
background-color: cornsilk;
margin-left: 16px;
}
h1 {
color: navy;
font-family: 'Copse', serif;
/* margin-left: 5px; */
}
h3 {
color: navy;
font-family: 'Copse', serif;
line-height: 1.0;
margin-left: 1.5em;
/* padding-top: 1em; */
}
h5 {
color: black;
font-family: 'Arimo', sans-serif;
font-size: 1.0em;
/* margin-left: 5px; */
}
p {
color: black;
font-family: 'Arimo', sans-serif;
font-size: 1.1em;
margin-left: 3.0em;
}
.byeweek {
font-style: italic;
}
.fas {
margin-left: 0.7em;
}
.fa-check {
color: green
}
.fa-times {
color: red
}
.lastrow {
padding-bottom: 1.0em;
}
.link {
border-bottom: 1px solid;
color: darkred;
padding-bottom: 1px;
text-decoration: none;
}
.link:hover {
color: darkblue;
}
/* Predicted Loss */
.pl {
color: gray;
text-decoration: line-through;
}
/* Predicted Win */
.pw {
font-weight: bold;
}
.timestamp {
color: lightgray;
font-size: 0.8em;
margin-left: 0.0em;
}
p.byeweek {
font-style: italic;
padding-bottom: 1.0em;
}