This repository was archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathgettor.css
More file actions
83 lines (69 loc) · 1.3 KB
/
gettor.css
File metadata and controls
83 lines (69 loc) · 1.3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* Fonts */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-regular.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-bold.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato-italic.woff') format('woff');
}
body {
padding-bottom: 20px;
/*background-color: #4ba027;*/
}
footer {
color: #aaa;
}
a:link, a:visited {
color: #AF02D7;
text-decoration: none;
}
a:hover {
color: #65007D;
}
#main {
background-color: #fff;
margin: 5% 0;
font-family: "Lato";
font-size: 16px;
font-weight: lighter;
}
#main h2 {
color: #8500A3;
}
#head-title {
color: #fff !important;
font-size: 23px;
}
#head-link {
text-align: right;
}
#head-link a:link {
color: #ccc;
}
#head-link a:hover {
color: #fff;
text-decoration: none;
}
.navbar {
background-color: #770093 !important;
}
.pad-big-left {
padding-left: 110px;
}
.pad-big-right {
padding-right: 110px;
}
.big-link {
font-size: 26px;
}