-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
105 lines (105 loc) · 1.57 KB
/
index.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
html, body.gametracker {
width:100%;
height:100%;
margin:0;
padding:0;
}
div#omniture {
display:none;
}
#topper {
width:100%;
height:100px;
position:fixed;
top:0;
left:0;
background:#E55515;
font-family: 'Chivo', Helvetica, Arial, sans-serif;
z-index: 50;
}
#slider {
background: #2f2f2f;
width:100%;
position:absolute;
z-index:1;
top:100px;
left:0;
bottom:0;
}
#topper h1 {
color:#eee;
font-size:50px;
line-height:1;
margin:25px 0;
}
img.dplogo {
width:90px;
height:90px;
margin:5px 20px 5px 5px;
display: inline-block;
float:left;
}
.news-heds h2 {
font-family: 'Chivo', Helvetica, Arial, sans-serif;
font-size:1.6em;
font-weight:600;
color:#eee;
display:block;
clear:both;
width:50%;
margin:20px auto;
text-align: center;
}
.news-heds h2 a, .news-heds ul a {
color:#dde;
text-decoration:none;
}
.news-heds ul {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: 600;
font-size:24px;
list-style-type: none;
width:50%;
margin:10px auto;
text-align: center;
}
ul.teamlist li {
margin-bottom:1em;
display: block;
}
ul.teamlist a {
font-size:1.25em;
line-height:1;
font-family: 'Chivo', Helvetica, Arial, sans-serif;
font-weight:bold;
display:inline-block;
}
img.teamlistimg {
float:left;
height:1.25em;
margin-right:1em;
}
@media only screen and (max-width:540px) {
#topper {
height:50px;
}
#slider {
top:50px;
bottom:0;
}
img.dplogo {
width:45px;
height:45px;
margin:2.5px 12px 2.5px 2.5px;
}
#topper h1 {
font-size:30px;
margin:10px 0;
}
.news-heds h2 {
width:90%;
}
.news-heds ul {
width:90%;
}
}