formmated with the script
This commit is contained in:
parent
8028bec8b6
commit
8be52b8388
@ -1,5 +1,4 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Cabin:400);
|
||||
|
||||
.searchform {
|
||||
background: #151515;
|
||||
height: 100%;
|
||||
@ -81,7 +80,7 @@
|
||||
background: #222922;
|
||||
background: linear-gradient(#333933, #222922);
|
||||
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;
|
||||
outline: none;
|
||||
}
|
||||
@ -135,10 +134,10 @@
|
||||
@keyframes glow {
|
||||
0% {
|
||||
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% {
|
||||
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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user