Advertisement
Guest User

Untitled

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