Advertisement
Guest User

HarrySteel.co.uk CSS header Text Mobile help

a guest
Jul 8th, 2014
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.83 KB | None | 0 0
  1. body {
  2.   margin-top: 80px;
  3. }
  4. #navigation-top {
  5.   position: fixed;
  6.   top: 0;
  7.   left: 0;
  8.   z-index: 5;
  9. }
  10. #mobile-navigation {
  11.   position: fixed;
  12.   top: 0; left: 0;
  13.   z-index: 5;
  14. }
  15.  
  16. @media only screen and (max-width: 176px) { #site-title Harry Steel { background:transparent url(http://static.squarespace.com/static/534eb714e4b0bcfb2b42e33a/t/53bc2709e4b0f56535620e8e/1404839689804/WhiteLogoSingle.png) center 0px no-repeat; border:none; text-indent:-9999px; } }
  17.  
  18. @media only screen and (max-width: 240px) { #site-title Harry Steel { background:transparent url(http://static.squarespace.com/static/534eb714e4b0bcfb2b42e33a/t/53bc2709e4b0f56535620e8e/1404839689804/WhiteLogoSingle.png) center 0px no-repeat; border:none; text-indent:-9999px; } }
  19.  
  20. @media only screen and (max-width: 320px) { #site-title Harry Steel { background:transparent url(http://static.squarespace.com/static/534eb714e4b0bcfb2b42e33a/t/53bc2709e4b0f56535620e8e/1404839689804/WhiteLogoSingle.png) center 0px no-repeat; border:none; text-indent:-9999px; } }
  21.  
  22. @media only screen and (max-width: 360px) { #site-title Harry Steel { background:transparent url(http://static.squarespace.com/static/534eb714e4b0bcfb2b42e33a/t/53bc2709e4b0f56535620e8e/1404839689804/WhiteLogoSingle.png) center 0px no-repeat; border:none; text-indent:-9999px; } }
  23.  
  24. @media only screen and (max-width: 176px) { #site-title Harry Steel { background:transparent url(http://static.squarespace.com/static/534eb714e4b0bcfb2b42e33a/t/53bc2709e4b0f56535620e8e/1404839689804/WhiteLogoSingle.png) center 0px no-repeat; border:none; text-indent:-9999px; } }
  25.  
  26. .headerReplacement {
  27.    text-indent: -9999px;
  28.    width: 600px;
  29.    height: 100px;
  30.    background: url(http://static.squarespace.com/static/534eb714e4b0bcfb2b42e33a/t/53bc2709e4b0f56535620e8e/1404839689804/WhiteLogoSingle.png) #cccccc no-repeat;  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement