-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
103 lines (90 loc) · 1.79 KB
/
main.css
File metadata and controls
103 lines (90 loc) · 1.79 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@font-face {
font-family: SourceSansPro-ExtraLight;
src: url("../fonts/SourceSansPro-ExtraLight.woff");
font-weight: 100px;
}
@font-face {
font-family: KozGoPro-Light;
src: url("../fonts/KozGoPro-Light.woff");
font-weight: 100px;
}
.topContainer {
height: 60px;
max-width: 100%;
background-color: #e0a906;
text-align: center;
position: -webkit - sticky;
/*For safari browsers */
position: sticky;
top: 0;
font-family: monospace;
text-transform: uppercase;
font-size: 2em;
color: #4d2e19
}
.sourceSans {
height: 100%;
background-color: #4d2e19;
padding: 10px;
color: #f1e5d1;
flex-flow: column;
font-family: monospace;
}
.kozuka {
max-height: 100%;
max-width: 100%;
background-color: #d6d6d6;
padding: 10px;
color: #444444;
font-family: monospace;
}
.gotham {
max-height: 100%;
max-width: 100%;
background-color: #186000;
padding: 10px;
color: #a3f986;
font-family: monospace;
}
.roboto {
max-height: 100%;
max-width: 100%;
background-color: #72011d;
padding: 10px;
color: white;
font-family: monospace;
margin-bottom: 5px;
}
.lato {
max-height: 100%;
max-width: 100%;
background-color: #000;
padding: 10px;
color: #fff;
font-family: monospace;
}
.raleway {
max-height: 100%;
max-width: 100%;
background-color: #e0a906;
padding: 10px;
color: #000;
font-family: monospace;
}
.dbutton {
border-radius: 20px;
background: #73AD21;
padding: 5px;
width: 20px;
height: 50px;
font-size-adjust: auto;
font-family: monospace;
text-transform: uppercase;
}
.social{
max-height:100%;
max-width:100px;
background-color: white;
border-radius:5px;
padding: 5px;
}