Guest User

Untitled

a guest
Oct 18th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. @import url("../SimplePress/style.css");
  2.  
  3. .wrapper { border: solid 1px red; width: 960px; margin: auto; overflow: visible;}
  4. #logowrap { width: 950px; background-color: white; border: solid 1px black; margin:auto;}
  5. #logo { width: 900px; border: none; margin-left: 22.5px; margin-right: 22.5px; }
  6.  
  7.  
  8. @media only screen and ( min-width: 768px ) and ( max-width: 959px ) {
  9.     .wrapper, #navwrap, .nav_top, .nav_bottom, #blurbs, .blurbs_shadow, #footer, #strip div { width: 748px; }
  10.              #logowrap { width: auto; background-color: white; border: solid 1px black; margin: auto;} 
  11.              #logo { width: 688px; border: none; position: relative; left: -240px;}
  12.  
  13. }
  14.  
  15. @media only screen and ( min-width: 480px) and( max-width: 767px ) {
  16.     .wrapper, #navwrap, .nav_top, .nav_bottom, #blurbs, .blurbs_shadow, #footer, #strip div, #posts .post { width: 350px; }
  17.             #logowrap { width: auto; background-color: yellow; border: solid 1px black; margin: auto;}     
  18.             #logo {  width: 325px; border: solid 5px yellow; position:relative; left: -100px;}
  19. }
  20.  
  21. @media only screen and ( max-width: 479px ) {
  22.     .wrapper, #navwrap, .nav_top, .nav_bottom, #blurbs, .blurbs_shadow, #footer, #strip div, #posts .post { width: 300px; }
  23.              #logowrap { width:auto; background-color: white; border: solid 1px black; margin: auto;}      
  24.              #logo {  width: 280px; border: none; position:relative; right:40px;}
  25. }
Add Comment
Please, Sign In to add comment