-
Notifications
You must be signed in to change notification settings - Fork 0
/
old_youtube.css
87 lines (76 loc) · 1.04 KB
/
old_youtube.css
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
#fixed-div {
position: fixed;
background-color: cornflowerblue;
margin: 0;
left: 0;
top: 0;
height: 8%;
width: 100%;
z-index: 99;
}
.videos {
position: absolute;
top: 8%;
left: 0;
}
#video-col {
background-color: darkgreen;
height: 100%;
width: 80%;
float: left;
}
#related-col {
background-color: coral;
left: 80%;
height: 100%;
width: 20%;
float: left;
}
#fixed-div * {
display: inline-block;
}
.buttons {
position: absolute;
height: 50px;
width: 50px;
fill: rgb(83, 83, 83);
z-index: 102;
}
#youtube_logo {
position: relative;
display: inline;
height: 50%;
width: 10%;
top: 25%;
left: 100px;
z-index: 105;
}
#create_button {
left: 75%;
width: 30%;
}
#search {
position: absolute;
height: 50%;
width: 35%;
top: 25%;
left: 30%;
}
#search_bar {
border-radius: 5px;
width: 70%;
height: 85%;
font-size: 200%;
}
#search_btn {
position: relative;
border-radius: 5px;
height: 95%;
width: 10%;
left: -7px;
top: -4px;
}
#hamburger {
left: 50px;
top: 25%;
}