Created
October 27, 2014 22:27
-
-
Save badlydrawnben/0b88e80406f768e0fd37 to your computer and use it in GitHub Desktop.
For Andreas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .header-search{ | |
| width:200px; | |
| padding:8px; | |
| -webkit-transition: none; | |
| transition: none; | |
| -webkit-transition: width 1200ms ease; | |
| transition: width 1200ms ease; | |
| float:left; | |
| position:relative; | |
| } | |
| .site-header input[type="search"]{ | |
| padding:7px; | |
| box-shadow:none; | |
| border-radius:0; | |
| float:left; | |
| } | |
| .search-form input[type="submit"] { | |
| font-family: FontAwesome; | |
| clip: inherit; | |
| position:absolute; | |
| right:0; | |
| color: #999; | |
| border:none; | |
| margin:0; | |
| text-align:center; | |
| float:left; | |
| width:40px; | |
| height:36px; | |
| padding:0; | |
| background:transparent; | |
| } | |
| .search-form input[type="submit"]:hover { | |
| color: #F15123; | |
| } | |
| .site-header .search-form { | |
| } | |
| .hidden{ | |
| width:0 !important; | |
| -webkit-transition: width 1200ms ease; | |
| transition: width 1200ms ease; | |
| } | |
| .hidden input{ | |
| border:none; | |
| -webkit-transition: none; | |
| transition: none; | |
| -webkit-transition: border 1200ms ease; | |
| transition: border 1200ms ease; | |
| width:0; | |
| } | |
| .hidden .search-form input[type="submit"]{ | |
| width:0; | |
| } | |
| .search-form{ | |
| padding-right:0px; | |
| } | |
| .simple-social-icons ul li.social-search{ | |
| } | |
| .simple-social-icons ul li.social-search a { | |
| font-family: FontAwesome; | |
| background-color:red !important; | |
| } | |
| input:focus::-webkit-input-placeholder { color:transparent; } | |
| input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */ | |
| input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */ | |
| input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment