Last active
December 15, 2015 18:09
-
-
Save heygambo/5301781 to your computer and use it in GitHub Desktop.
kaiserberg immocommerce custom styles
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
| a.button, | |
| .button, | |
| .property .contact .header, | |
| body.welcome.index #scrollbar-track a, | |
| body.welcome.index #coverTitle .property_code | |
| { | |
| background: #6ec93c; /* Old browsers */ | |
| background: -moz-linear-gradient(top, #6ec93c 0%, #58ac25 100%); /* FF3.6+ */ | |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ec93c), color-stop(100%,#58ac25)); /* Chrome,Safari4+ */ | |
| background: -webkit-linear-gradient(top, #6ec93c 0%,#58ac25 100%); /* Chrome10+,Safari5.1+ */ | |
| background: -o-linear-gradient(top, #6ec93c 0%,#58ac25 100%); /* Opera 11.10+ */ | |
| background: -ms-linear-gradient(top, #6ec93c 0%,#58ac25 100%); /* IE10+ */ | |
| background: linear-gradient(to bottom, #6ec93c 0%,#58ac25 100%); /* W3C */ | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec93c', endColorstr='#58ac25',GradientType=0 ); /* IE6-9 */ | |
| } | |
| #main .box.search .input .icon { | |
| background-image: url("http://tc-immocommerce-assets.s3.amazonaws.com/clients/kaiserberg/images/search-magnifier.png"); | |
| } | |
| #login.active .login-button, #login:hover .login-button, | |
| #main .box.openable>h3, #main .box.openable>form>h3, | |
| #main .box.openable.open>h3, #main .box.openable.open>form>h3, | |
| #login .login-button | |
| { | |
| background-image: url("http://tc-immocommerce-assets.s3.amazonaws.com/clients/kaiserberg/images/sprites.png"); | |
| } | |
| .tc-frame .tc-select-arrow { | |
| background-image: url("http://tc-immocommerce-assets.s3.amazonaws.com/clients/kaiserberg/images/select-arrow.png"); | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment