forked from pythonprobr/pythonpro-website
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault.css
More file actions
57 lines (46 loc) · 1.02 KB
/
default.css
File metadata and controls
57 lines (46 loc) · 1.02 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
.pythonpro-title {
font-family: 'Ubuntu', Arial, sans-serif;
font-size: 6em;
color: #15b3f1;
text-align: center;
}
.pythonpro-title .python {
color: #9fd25f;
}
.pythonpro-subtitle {
font-family: 'Ubuntu', Arial, sans-serif;
font-size: 2em;
text-align: center;
color: #999999;
}
.colors-pallet {
position: absolute;
}
.pallet {
float: left;
width: 55px;
}
.pallet.color-1 {
background-color: #15b3f1;
height: 260px;
}
.pallet.color-2 {
background-color: #178eee;
height: 230px;
}
.pallet.color-3 {
background-color: #ffcc29;
height: 200px;
}
.pallet.color-4 {
background-color: #9fd25f;
height: 170px;
}
.main-footer {
background-color: #9fd25f;
}
.rights {
background-color: #82b641;
}
.embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }