-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstretchsite.less
70 lines (58 loc) · 978 Bytes
/
stretchsite.less
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
/* CSS declarations go here */
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color:#000;
color:#aaa;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE and Edge */
body {
-ms-overflow-style: none;
}
#videourl {
margin: 0 auto;
display: block;
height:30px;
width:500px;
text-align:center;
font-size:20px;
color:#aaa;
background-color:#333;
border:none;
}
#scale {
margin-top:10px;
}
.settings {
margin: 0 auto;
display: block;
width:492px;
button {
height:30px;
}
filter:invert(90%);
-webkit-filter:invert(90%);
}
#thevideo {
/*transform: scaleX(1);*/
margin: 0 auto;
display:block;
position:absolute;
height:60%;
width:60%;
left:20%;
z-index: -100
}
.footer {
width:540px; margin:0 auto; color:#333;
a {
color:#336;
};
position:absolute;
bottom: 10px;
left:10px;
z-index:-1;
}