|
6 | 6 |
|
7 | 7 | <style type="text/css">
|
8 | 8 | body {
|
9 |
| - background-color: #0f0f0f; |
| 9 | + background-color: #090909; |
10 | 10 | font-family: sans-serif;
|
11 | 11 | font-style: normal;
|
12 | 12 | font-variant: normal;
|
13 | 13 | font-weight: 100;
|
14 | 14 | letter-spacing: normal;
|
| 15 | + margin: 0px; |
| 16 | + padding: 0px; |
15 | 17 | }
|
16 |
| - |
| 18 | + |
17 | 19 | .spinner {
|
18 |
| - margin: 120px auto 0; |
19 |
| - width: 120px; |
20 |
| - text-align: center; |
| 20 | + margin: 120px auto 0; |
| 21 | + width: 120px; |
| 22 | + text-align: center; |
21 | 23 | }
|
22 | 24 |
|
23 | 25 | .spinner > div {
|
24 |
| - width: 28px; |
25 |
| - height: 28px; |
26 |
| - background-color: #FFFFFF; |
27 |
| - |
28 |
| - border-radius: 100%; |
29 |
| - display: inline-block; |
30 |
| - -webkit-animation: bouncedelay 1.4s infinite ease-in-out; |
31 |
| - animation: bouncedelay 1.4s infinite ease-in-out; |
32 |
| - /* Prevent first frame from flickering when animation starts */ |
33 |
| - -webkit-animation-fill-mode: both; |
34 |
| - animation-fill-mode: both; |
| 26 | + width: 28px; |
| 27 | + height: 28px; |
| 28 | + background-color: #FFFFFF; |
| 29 | + |
| 30 | + border-radius: 100%; |
| 31 | + display: inline-block; |
| 32 | + -webkit-animation: bouncedelay 1.4s infinite ease-in-out; |
| 33 | + animation: bouncedelay 1.4s infinite ease-in-out; |
| 34 | + /* Prevent first frame from flickering when animation starts */ |
| 35 | + -webkit-animation-fill-mode: both; |
| 36 | + animation-fill-mode: both; |
35 | 37 | }
|
36 | 38 |
|
37 | 39 | .spinner .bounce1 {
|
38 |
| - -webkit-animation-delay: -0.32s; |
39 |
| - animation-delay: -0.32s; |
| 40 | + -webkit-animation-delay: -0.32s; |
| 41 | + animation-delay: -0.32s; |
40 | 42 | }
|
41 | 43 |
|
42 | 44 | .spinner .bounce2 {
|
43 |
| - -webkit-animation-delay: -0.16s; |
44 |
| - animation-delay: -0.16s; |
| 45 | + -webkit-animation-delay: -0.16s; |
| 46 | + animation-delay: -0.16s; |
45 | 47 | }
|
46 | 48 |
|
47 | 49 | @-webkit-keyframes bouncedelay {
|
48 |
| - 0%, 80%, 100% { -webkit-transform: scale(0.0) } |
49 |
| - 40% { -webkit-transform: scale(1.0) } |
| 50 | + 0%, 80%, 100% { -webkit-transform: scale(0.0) } |
| 51 | + 40% { -webkit-transform: scale(1.0) } |
50 | 52 | }
|
51 | 53 |
|
52 | 54 | @keyframes bouncedelay {
|
|
64 | 66 | <body>
|
65 | 67 | <div id="scene_channel_panel" style="position: absolute; left: 75%; width: 25%; height: 100%; z-index: 2; background-color: #6545a5;">
|
66 | 68 | <img style="width: 40%; padding-left: 10%; padding-top: 7%; padding-bottom: 1.5%;" src="images/twitchlogo.png"/>
|
67 |
| - <div style="margin: 0 auto; width: 80%; height: 8%; padding-left: 15%; padding-top: 10%; padding-bottom: 1.5%;"> |
68 |
| - <img style="display: inline-block; width: 20%;" src="http://static-cdn.jtvnw.net/jtv_user_pictures/starladder1-profile_image-7acfe4aa507436cb-300x300.jpeg"/> |
69 |
| - <div style="text-align: center; color: white; vertical-align: top; display: inline-block; width: 65%; margin-top: 1%; margin-left: 2%;"> |
70 |
| - <div id="stream_info_name" style="font-size: 120%; padding-bottom: 5%;">Starladder1</div> |
71 |
| - <div id="stream_info_viewer" style="font-size: 100%; color: rgba(255, 255, 255, 0.85)">1000 Viewers</div> |
| 69 | + <div style="margin: 0 auto; width: 80%; height: 8%; padding-left: 15%; padding-top: 9%; padding-bottom: 1.5%;"> |
| 70 | + <img id="stream_info_icon" style="display: inline-block; width: 20%;" src=""/> |
| 71 | + <div style="text-align: center; color: white; vertical-align: top; display: inline-block; width: 65%; margin-top: 1%; margin-left: 0%;"> |
| 72 | + <div id="stream_info_name" style="font-size: 120%; padding-bottom: 4%;"></div> |
| 73 | + <div id="stream_info_viewers" style="font-size: 100%; color: rgba(255, 255, 255, 0.85)"></div> |
72 | 74 | </div>
|
73 | 75 | </div>
|
74 |
| - <div style="width: 100%; height: 22.5%; background-color: #4c3082;"> |
75 |
| - <div id="stream_info_title" style="width: 80%; height: 45%; padding: 2%; margin: 0 auto; font-size: 110%; color: rgba(255, 255, 255, 0.9);">jgffjhfjhfjh</div> |
76 |
| - <div style="width: 80%; height: 2px; margin: 0 auto; background-color: rgba(255, 255, 255, 0.25);"></div> |
| 76 | + <div style="position: relative; width: 100%; height: 22.5%; margin-top: 2%; background-color: #4c3082;"> |
| 77 | + <div style="width: 80%; height: 48%; text-align: center; vertical-align: middle; padding: 2%; margin: 0 auto; font-size: 90%; color: rgba(255, 255, 255, 0.9);"><p id="stream_info_title"></p></div> |
77 | 78 | <div style="width: 80%; height: 42px; line-height: 42px; margin: 0 auto; padding-top: 6%; font-size: 130%;">
|
78 | 79 | <div style="display: inline-block; width: 80%; margin-left: 5%; background-color: rgba(255, 255, 255, 0.4); color: black; font-weight: 100;">
|
79 | 80 | <div style="width: 41%; text-align: center; display: inline-block; background-color: rgba(255, 255, 255, 0.35);">Quality</div>
|
80 | 81 | <div id="quality_name" style="width: 52%; text-align: center; display: inline-block;"></div>
|
81 | 82 | </div>
|
82 | 83 | <div style="height: 42px; display: inline-block;">
|
83 |
| - <div style="display: inline-block; vertical-align: center;"> |
| 84 | + <div style="display: inline-block;"> |
84 | 85 | <div id="quality_arrow_up"
|
85 | 86 | style="border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 8px solid rgba(255, 255, 255, 0.8);"></div>
|
86 | 87 | <div id="quality_arrow_down"
|
|
0 commit comments