Last active
August 29, 2015 14:20
-
-
Save tedshd/346f294628f4f299bd9c to your computer and use it in GitHub Desktop.
Hestia Google search
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
http://www.google | |
http://images.google | |
http://news.google | |
http://blogsearch.google | |
http://books.google | |
http://209.85.165.104 | |
http://translate.google | |
http://video.google | |
https://encrypted.google | |
https://www.google |
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
img#hplogo { | |
box-sizing: border-box; | |
background: url("http://i.imgur.com/r9kSl5P.png") center no-repeat !important; /*same background as the 2nd one */ | |
width: 321px; /* width of your image */ | |
height: 298px; /* height of your image */ | |
padding-left: 321px; /* equal to the width of the image */ | |
margin: 7px auto; | |
} | |
#hplogo {text-indent: -9000px !important;white-space: nowrap;} | |
div#hplogo { | |
box-sizing: border-box; | |
background: url("http://i.imgur.com/r9kSl5P.png") center no-repeat !important; | |
padding-left: 321px; | |
height: 298px; /* height of your image */ | |
padding-bottom: 335px; /* tweak */ | |
margin: -124px auto; /* tweak */ | |
} | |
.sbibod, .jhp input[type="submit"] { | |
opacity: .7; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment