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%;
|
||||
@ -11,7 +10,7 @@
|
||||
.searchform:before,
|
||||
.searchform:after {
|
||||
content: '';
|
||||
display: block;
|
||||
display: block;
|
||||
height: 1px;
|
||||
left: 50%;
|
||||
margin: 0 0 0 -400px;
|
||||
@ -27,7 +26,7 @@
|
||||
|
||||
.searchform:after {
|
||||
background: #000;
|
||||
background: linear-gradient(left, #151515, #000, #151515);
|
||||
background: linear-gradient(left, #151515, #000, #151515);
|
||||
top: 191px;
|
||||
}
|
||||
|
||||
@ -46,8 +45,8 @@
|
||||
}
|
||||
|
||||
.searchform input {
|
||||
background: #222;
|
||||
background: linear-gradient(#333, #222);
|
||||
background: #222;
|
||||
background: linear-gradient(#333, #222);
|
||||
border: 1px solid #444;
|
||||
border-radius: 5px 0 0 5px;
|
||||
box-shadow: 0 2px 0 #000;
|
||||
@ -81,12 +80,12 @@
|
||||
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;
|
||||
}
|
||||
|
||||
.searchform input:focus::-webkit-input-placeholder {
|
||||
.searchform input:focus::-webkit-input-placeholder {
|
||||
color: #efe;
|
||||
}
|
||||
|
||||
@ -115,7 +114,7 @@
|
||||
position: relative;
|
||||
text-shadow: 0 -1px 0 #000;
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.searchform button:hover,
|
||||
.searchform button:focus {
|
||||
@ -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