-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (65 loc) · 978 Bytes
/
Copy pathstyle.css
File metadata and controls
85 lines (65 loc) · 978 Bytes
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
canvas
{
/* border: 2px solid black; */
background-color: rgb(16,18,20);
}
video
{
display: none;
}
body
{
font-family: Muli, sans-serif;
}
.buttonGroup button
{
color: rgb(242,242,242); /* Text color */
background-color: rgb(33,37,41);
border: 2px solid rgb(33,37,41);
padding: 8px 18px;
float: center;
width: 135px;
}
.buttonGroup button:hover
{
/* background-color: teal; */
/* background-color: rgb(33,37,41); */
background-color: rgb(32,201,151);
}
.slideContainer
{
float: left;
width: 30%;
}
.slider
{
width: 90%;
}
.float-container
{
padding-top: 0px;
max-width: 640px;
}
.float-child
{
padding-right: 20px;
padding-top: 5px;
float: left;
margin: auto;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.float-underOver
{
display: block;
padding-top: 5px;
}
.float-leftCol
{
width: 30%;
}
.float-midCol
{
width: 20%;
}