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);
|
@import url(https://fonts.googleapis.com/css?family=Cabin:400);
|
||||||
|
|
||||||
.searchform {
|
.searchform {
|
||||||
background: #151515;
|
background: #151515;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -11,7 +10,7 @@
|
|||||||
.searchform:before,
|
.searchform:before,
|
||||||
.searchform:after {
|
.searchform:after {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin: 0 0 0 -400px;
|
margin: 0 0 0 -400px;
|
||||||
@ -27,7 +26,7 @@
|
|||||||
|
|
||||||
.searchform:after {
|
.searchform:after {
|
||||||
background: #000;
|
background: #000;
|
||||||
background: linear-gradient(left, #151515, #000, #151515);
|
background: linear-gradient(left, #151515, #000, #151515);
|
||||||
top: 191px;
|
top: 191px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -46,8 +45,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searchform input {
|
.searchform input {
|
||||||
background: #222;
|
background: #222;
|
||||||
background: linear-gradient(#333, #222);
|
background: linear-gradient(#333, #222);
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
border-radius: 5px 0 0 5px;
|
border-radius: 5px 0 0 5px;
|
||||||
box-shadow: 0 2px 0 #000;
|
box-shadow: 0 2px 0 #000;
|
||||||
@ -81,12 +80,12 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchform input:focus::-webkit-input-placeholder {
|
.searchform input:focus::-webkit-input-placeholder {
|
||||||
color: #efe;
|
color: #efe;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -115,7 +114,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
text-shadow: 0 -1px 0 #000;
|
text-shadow: 0 -1px 0 #000;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchform button:hover,
|
.searchform button:hover,
|
||||||
.searchform button:focus {
|
.searchform button:focus {
|
||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user