Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. #header-menu { ubuntu; sans-serif }
  2. #header-menu ul.menu a { font-family: ubuntu, sans-serif; }
  3. #header-menu ul.menu a { text-transform: none; }
  4. #site-title { text-shadow: none; }
  5. .entry-content img { box-shadow: none; }
  6. #content .gallery .gallery-icon img { border: none; }
  7. /* Remove Box Shadow in images */
  8. .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }
  9. #hgroup-wrap .searchform { display: none; }
  10. #featured-post .post { text-align: center; }
  11. #featured-post figure { display: block; margin: 0 auto; width: 100px; }
  12. #hgroup-wrap a:hover img,
  13. .featured-image a:hover img,
  14. .entry-content a:hover img,
  15. .comment-content a:hover img,
  16. .widget a:hover img,
  17. a:hover img.header-image,
  18. .author-avatar a:hover img,
  19. a:hover img.wp-post-image {
  20. opacity: 1;
  21. }
  22. #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: transparent; }
  23. p { margin-bottom: 30px; }
  24. /* To Mobile Menu Background */
  25. .sb-holder { background-color: #3a3d41; }
  26. .site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
  27. .page .entry-title { display: none; }
  28. #site-description { font-size: 18px; }
  29. #site-title { font-weight: normal; }
  30. @media screen and (min-width: 1190px) { #header-menu ul.menu ul a { font-size: 14px; } }
  31. .page.page-blog .entry-title { display: block; }
  32. #main-slider .entry-title { display: block; }
  33. #main-slider .entry-title a { color: #3E6B85; }
  34. #homepage-message span {
  35. font-style: normal;
  36. color: #3E6B85
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement