Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover, #main-nav ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover, #main-nav ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover {
  2. background: #990000;
  3. }
  4.  
  5. .alignright {
  6. margin-left: 2em;
  7. }
  8.  
  9. .single-post .entry p,
  10. .page .entry p {
  11. font-size: 16px;
  12. padding-top: 0;
  13. }
  14.  
  15. blockquote {
  16. background: none;
  17. border-left: 1px solid #BBBBBB;
  18. padding-left: 7px;
  19. margin: 1.5em;
  20. font-style: normal;
  21. color: #666666;
  22. }
  23.  
  24. blockquote p:last-child {
  25. padding-bottom: 0;
  26. }
  27.  
  28. .cat-box a {
  29. font-size: 16px;
  30. }
  31.  
  32. .cat-box .first-news a {
  33. font-size: 20px;
  34. }
  35.  
  36. .cat-box-title h2 a {
  37. font-size: 28px;
  38. }
  39. .cat-box-title.bottom h2 a {
  40. font-size: 12px;
  41. }
  42.  
  43. .cat-box a:hover {
  44. color: #990000;
  45. }
  46.  
  47. .cat-box.column2 {
  48. clear: both;
  49. }
  50.  
  51. .column2.last-column {
  52. clear: none;
  53. }
  54.  
  55. .cat-box-title.bottom {
  56. float: right;
  57. padding-top: 0;
  58. margin-top: -0.5em;
  59. }
  60.  
  61. .column2 li:last-child {
  62. border-bottom: 3px solid #EAEAEA;
  63. }
  64.  
  65. .logo img {
  66. vertical-align: top;
  67. }
  68.  
  69. header#theme-header.full-logo #main-nav {
  70. margin-top: -6px !important;
  71. }
  72.  
  73. .single-post .entry iframe, .page .entry iframe {
  74. padding-bottom: 1em;
  75. }
  76.  
  77. .content {
  78. /*float: left;
  79. width: 719px;*/
  80. border-right: 1px solid #E5E5E5;
  81. /*margin-right: 13px;*/
  82. padding-right: 15px;
  83. }
  84.  
  85. .home .content {
  86.  
  87. }
  88.  
  89. .list-box li {
  90. max-width: 340px;
  91. border-bottom: 1px solid #E5E5E5;
  92. }
  93.  
  94. .list-box li.first-news {
  95. max-width: 340px;
  96. border: none;
  97. /*margin-right: 15px;*/
  98. }
  99.  
  100. .cat-box.column2 {
  101. max-width: 340px;
  102. }
  103.  
  104. .column2 li {
  105. padding: 5px 0 !important;
  106. border-bottom: 1px solid #E5E5E5;
  107. }
  108.  
  109. .column2 li.first-news,
  110. .column2 li:last-child {
  111. border-bottom: 1px solid #E5E5E5;
  112. }
  113.  
  114. .column2 li h2 {
  115. padding-bottom: 5px;
  116. }
  117.  
  118. .widget-container li {
  119. padding-bottom: 10px;
  120. }
  121.  
  122. .popular-posts li {
  123. background: none;
  124. }
  125.  
  126. .cat-box li .post-thumbnail img {
  127. display: block;
  128. }
  129.  
  130. .widget-top h4 {
  131. padding-left: 10px;
  132. }
  133.  
  134. .list-box h3 {
  135. max-width: 340px;
  136. width: auto;
  137. }
  138.  
  139. .list-box .cat-box-title.bottom {
  140. margin-right: 15px;
  141. }
  142.  
  143. figcaption.wp-caption-text {
  144. font-size: 16px;
  145. text-align: center;
  146. margin-top: 10px;
  147. margin-bottom: 10px;
  148. color: #666666;}
  149.  
  150. a.more-link { display: none;}
  151.  
  152.  
  153.  
  154. .archive-box .entry p {font-size: 15px;}
  155.  
  156. .wide-box li {height: 135px;}
  157.  
  158.  
  159. .overlay-icon:before {display: none;}
  160. .post-thumbnail a:hover img {opacity: 1 !important;}
  161. .post-thumbnail a { background: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement