-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
213 lines (90 loc) · 1.45 KB
/
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
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
@font-face {
font-family: Franklin;
src: url('Univers_65_Bold.ttf');
}
body {
font-family: Helvetica, Arial, sans-serif;
background-color: #dbdbdb;
margin: 0px;
margin-top: 35px;
padding: 0px;
}
h1 {
font-size: 400%;
text-decoration: none;
margin-bottom: 75px;
font-weight: bolder;
}
h1 a {
text-decoration: none;
color: #747474;
font-size: 115%;
}
h1 span {
color: #1D3E94;
font-weight: lighter;
}
#wrapper{
width: 1000px;
margin: 0 auto;
}
#main {
text-align: center;
font-size: 130%;
font-weight: bold;
}
#main p{
margin-right: 150px;
float: right;
}
a {
font-size: 75%;
}
a:hover {
text-decoration: none;
color: #747474;
}
#main {
margin-top: 150px;
margin: 0 auto;
text-align: center;
}
select {
width: auto;
}
#hor-minimalist-a
{
font-size: 120%;
background: #dbdbdb;
margin: 45px auto;
border-collapse: collapse;
text-align: left;
}
#hor-minimalist-a th
{
font-size: 120%;
font-weight: bold;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #1D3E94;
}
#hor-minimalist-a td
{
color: #1D3E94;
padding: 9px 25px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
color: #1D3E94;
}
h2 {
color: #000;
}
h2 a {
font-size: 115%;
text-decoration: none;
}
#plus {
font-weight: bolder;
font-size: 150%;
}