formmated with the script

This commit is contained in:
revvie 2018-03-04 20:11:29 +02:00
parent 8028bec8b6
commit 8be52b8388

View File

@ -1,5 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Cabin:400); @import url(https://fonts.googleapis.com/css?family=Cabin:400);
.searchform { .searchform {
background: #151515; background: #151515;
height: 100%; height: 100%;
@ -81,7 +80,7 @@
background: #222922; background: #222922;
background: linear-gradient(#333933, #222922); background: linear-gradient(#333933, #222922);
border-color: #393; border-color: #393;
box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000; box-shadow: 0 0 5px rgba(0, 255, 0, .2), inset 0 0 5px rgba(0, 255, 0, .1), 0 2px 0 #000;
color: #efe; color: #efe;
outline: none; outline: none;
} }
@ -135,10 +134,10 @@
@keyframes glow { @keyframes glow {
0% { 0% {
border-color: #393; border-color: #393;
box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000; box-shadow: 0 0 5px rgba(0, 255, 0, .2), inset 0 0 5px rgba(0, 255, 0, .1), 0 2px 0 #000;
} }
100% { 100% {
border-color: #6f6; border-color: #6f6;
box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000; box-shadow: 0 0 20px rgba(0, 255, 0, .6), inset 0 0 10px rgba(0, 255, 0, .4), 0 2px 0 #000;
} }
} }