Advertisement
Guest User

main-stylesheet.css

a guest
Oct 10th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. .main-header { width: 950px; margin: 0 auto 15px auto; padding: 35px 0 0 0; position: relative; z-index: 600; }
  2. .main-header .logo { text-align: center; }
  3. .main-header .logo img { margin: 0 23px 0 0; }
  4. .main-header .logo span { display: block; font-size: 17px; color: #4a4a4a; font-weight: normal; padding: 0 0 12px 0; width: 100%; vertical-align: bottom; }
  5. .main-header .logo-icon { height: 46px; font-size: 71px; font-weight: normal; float: left; color: #220023; background: url({{ 'logo.png' | asset_url }}) 0 0 no-repeat; padding: 20px 0 0 75px; margin: 0 19px 0 0; }
  6. .main-header .logo-blank { height: 46px; float: left; padding: 20px 0 0 0; margin: 0 19px 0 0; }
  7. .main-header .logo-blank span { font-size: {{ settings.header_font_size | escape }}; font-weight: normal; color: #220023; display: inline; }
  8. .main-header .search { float: right; padding: 16px 0 0 0; }
  9. .main-header .search input { width: 170px; background: #fff url({{ 'ico-search-1.png' | asset_url }}) 12px 8px no-repeat; padding: 0 0 0 34px; opacity: 0.85; }
  10. .main-header .search input:focus { width: 220px; opacity: 1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement