Guest User

Fix for reefadmin

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