mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Am I one of the cool guys now?
This commit is contained in:
@@ -63,7 +63,7 @@ foreach($fil as $files){
|
|||||||
<div class="fchan nomargin">Zöff</div>
|
<div class="fchan nomargin">Zöff</div>
|
||||||
<form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
|
<form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
|
||||||
<input title="Type channel name here to create or listen to a channel.
|
<input title="Type channel name here to create or listen to a channel.
|
||||||
Only alphanumerical chars. [a-zA-Z0-9]+" list="searches" id="search" name="chan" required pattern="[a-zA-Z0-9]+" type="text" class="search_input innbox" spellcheck="false" maxlength="18" placeholder="Type Channel Name" autofocus/>
|
Only alphanumerical chars. [a-zA-Z0-9]+" autocomplete="off" list="searches" id="search" name="chan" required pattern="[a-zA-Z0-9]+" type="text" class="search_input innbox" spellcheck="false" maxlength="18" placeholder="Type Channel Name" autofocus/>
|
||||||
<datalist id="searches">
|
<datalist id="searches">
|
||||||
<?php foreach($all_channels as $channel){echo "<option value='".htmlspecialchars($channel)."'> ";} ?>
|
<?php foreach($all_channels as $channel){echo "<option value='".htmlspecialchars($channel)."'> ";} ?>
|
||||||
</datalist>
|
</datalist>
|
||||||
|
|||||||
@@ -646,7 +646,7 @@ input[type="radio"] {
|
|||||||
|
|
||||||
.bgimage {
|
.bgimage {
|
||||||
background-image: url(bg6.jpg);
|
background-image: url(bg6.jpg);
|
||||||
background-color:#FFF;
|
background-color:#000;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
background-size:500%;
|
background-size:500%;
|
||||||
background-color:#000;
|
background-color:#000;
|
||||||
|
|||||||
Reference in New Issue
Block a user