forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.css
More file actions
69 lines (61 loc) · 1.08 KB
/
base.css
File metadata and controls
69 lines (61 loc) · 1.08 KB
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
body {
padding:0;
margin:0;
overflow:auto;
font-family: "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
}
#footerContainer {
margin-top:25px;
padding-bottom:25px;
padding-top:25px;
width:100%;
background:#e6e6e6;
}
.footer ul {
margin:0;
padding:0;
}
.footer li
{
margin-right:10px;
display:inline;
list-style-type:none;
}
#sponsors {
margin-top:25px;
}
#sponsors a:hover { background:none;}
#sponsors h3 { margin-bottom:15px; }
h1,h2,h3,h4,h5,h6
{
font-family: Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif;
font-weight: 100;
margin-bottom:0px;
}
h1
{
font-size: 4em;
}
h2
{
color: #41b1e1;
font-size: 2.5em;
}
h4 { text-transform :uppercase; font-weight:700; font-size: 1.5em; margin-bottom: 10px; margin-top:0px;}
a, a:visited
{
text-decoration: none;
color:#13678b;
}
a:hover
{
color:white;
background: #13678b
}
.pivotItem { margin-top:10px; }
@media screen and (max-width:900px)
{
h1 { font-size: 2.5em;}
h2 { font-size:1.5em; }
h4 { font-size:1em; }
}