mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
upd 2
This commit is contained in:
parent
2a94b652e2
commit
e4700a1b98
3 changed files with 15 additions and 6 deletions
|
@ -91,7 +91,7 @@
|
||||||
ReviveTube</span></div>
|
ReviveTube</span></div>
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<form action="/" method="get">
|
<form action="/" method="get">
|
||||||
<input class="search-bar" name="query" type="text">
|
<input class="search-bar" placeholder="Search YouTube" name="query" type="text">
|
||||||
<input type="submit" class="search-button" value="Search">
|
<input type="submit" class="search-button" value="Search">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -67,15 +67,24 @@
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
#goButton {
|
#goButton {
|
||||||
display: none;
|
display: block;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
background-color: #4caf50;
|
background-color: #268ee9;
|
||||||
|
border:none;
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#goButton:hover {
|
||||||
|
background-color: #087be0;
|
||||||
|
border:none;
|
||||||
|
|
||||||
|
}
|
||||||
|
#goButton:active {
|
||||||
|
background-color: #42a7ff;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
#goButton:disabled {
|
#goButton:disabled {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
@ -105,7 +114,7 @@
|
||||||
<p id="progressText">Fetching Info...</p>
|
<p id="progressText">Fetching Info...</p>
|
||||||
<button id="goButton" onclick="startVideo()">Go</button>
|
<button id="goButton" onclick="startVideo()">Go</button>
|
||||||
<br>
|
<br>
|
||||||
<small>Loading Screen will NOT work in Dolphin Emulator.<br><br>Long Video = Longer Download and Converting.<br><br>Videos over 5 minutes will not play.</small>
|
<small>Loading Screen will <b>NOT</b> work in Dolphin Emulator.<br><br>Long Video = Longer Download and Converting.<br><br>Videos over 5 minutes will not play.</small>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var goButton = document.getElementById('goButton');
|
var goButton = document.getElementById('goButton');
|
||||||
|
|
|
@ -136,7 +136,7 @@
|
||||||
ReviveTube</span></div>
|
ReviveTube</span></div>
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<form action="/" method="get">
|
<form action="/" method="get">
|
||||||
<input class="search-bar" name="query" type="text">
|
<input class="search-bar" name="query" placeholder="Search YouTube" type="text">
|
||||||
<input type="submit" class="search-button" value="Search">
|
<input type="submit" class="search-button" value="Search">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue