Fix nixolas1

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-06 16:02:33 +01:00
parent a0a08a9bbf
commit 5988c6f516
2 changed files with 8 additions and 1 deletions

View File

@@ -44,7 +44,8 @@ foreach($dir as $files){
<div class="bgimage" id="bgimage"></div>
<div class="top centered nochanvcent">
<div id="change" class="small">
<div class="bigchan nomargin">Zöff</div>
<img id="zicon" src="static/favicon.png">
<div class="fchan nomargin">Zöff</div>
<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" list="searches" id="search" name="chan" type="text" class="search_input innbox" spellcheck="false" maxlength="15" placeholder="Type Channel Name" autofocus/>
<datalist id="searches">

View File

@@ -109,6 +109,12 @@ input[type="radio"]{display: none;}
#sBar{background-color:rgb(77, 178, 36);}
.opacityFull{opacity: 1 !important;}
#zicon{height:30%;width:15%;}
.fchan{color: #fff;
font-size: 3vw;
padding-top: 25%;padding: 0;
margin: 0;}
@-webkit-keyframes fadein{from {opacity:0;}to{opacity:1;}}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes fadecol{from {background-color:rgba(0,255,0,0.4);}to{background-color: rgba(255,255,255,0);}}@keyframes fadecol{background-color: rgba(0,255,0,0.4);}to{background-color: rgba(255,255,255,0);}}@-moz-keyframes fadecol{from{background-color: rgba(0,255,0,0.4);}to{background-color: rgba(255,255,255,0);}}@-o-keyframes fadecol{background-color: rgba(0,255,0,0.4);}to{background-color: rgba(255,255,255,0);}
@-webkit-keyframes fadered{from {background-color:rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}}@keyframes fadered{background-color: rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}}@-moz-keyframes fadered{from{background-color: rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}}@-o-keyframes fadered{background-color: rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}