Neelo

Rory, Fremy, Nao Google

Aug 3rd, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.71 KB | None | 0 0
  1. html:not([manifest*="/_/chrome/newtab/manifest?"]) #hplogo[style] {
  2.   background:url(http://i.imgur.com/BEuj7Qb.png) no-repeat!important;
  3.   background-size:921px 820px!important;
  4.   -moz-box-sizing: border-box;
  5.   box-sizing: border-box;
  6.   height:820px!important;
  7.   width:921px!important;
  8.   padding-left: 200px!important;
  9.   margin-top: -220px!important;
  10. }
  11. .hp #tsf {
  12.     margin: 177px auto;
  13.     width: 833px;
  14. }
  15. html:not([manifest*="/_/chrome/newtab/manifest?"]) #hplogo > div {
  16.         display:none!important;
  17. }
  18.  
  19. html[manifest*="/_/chrome/newtab/manifest?"] #hplogo {
  20.   content: url("http://i.imgur.com/BEuj7Qb.png")!important;
  21.   height:820px!important;
  22.   width:921px!important;
  23.   margin-top: -180px;
  24. }
Add Comment
Please, Sign In to add comment