Advertisement
FrozenZuke

CPAT CSS

Mar 30th, 2023 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. .top-masthead, .top-masthead a {
  2. display:none;
  3. }
  4. .exclusive-posts {
  5. font-size: 14px;
  6. line-height: 45px;
  7. margin: 0 0 5px;
  8. position: relative;
  9. background-color: #a10303;
  10. border: 3px #fff solid;
  11. border-radius: 10px;
  12. box-shadow: #fff 0 0 5px;
  13. }
  14. body .secondary-color, body button, body input[type="button"], body input[type="reset"], body input[type="submit"], body .site-content .search-form .search-submit, body .site-footer .search-form .search-submit, body .em-post-format i, body span.header-after::after, body #secondary .widget-title span::after, body .af-tabs.nav-tabs > li.active > a::after, body .af-tabs.nav-tabs > li > a:hover::after, body .exclusive-posts .exclusive-now, body span.trending-no, body .tagcloud a:hover {
  15. background: #800101;
  16. border-radius: 10px;
  17. }
  18. .exclusive-posts a {
  19. color: #fff;
  20. }
  21. body .main-navigation {
  22. background: #800101;
  23. }
  24. #loader:after {
  25. content: "";
  26. position: absolute;
  27. left: 0;
  28. right: 0;
  29. top: 0;
  30. bottom: 0;
  31. border-radius: 50%;
  32. border: 10px solid transparent;
  33. border-left-color: #800101;
  34. margin: -22%;
  35. -webkit-animation: rotation 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  36. animation: rotation 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  37. }
  38. .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories, .figure-categories .cat-links a.covernews-categories {
  39. line-height: 1;
  40. padding: 3px 6px;
  41. margin-right: 5px;
  42. margin-top: 5px;
  43. color: #fff;
  44. background-color: #800101;
  45. border-radius: 0px;
  46. display: inline-block;
  47. font-weight: bold;
  48. opacity: 1;
  49. }
  50.  
  51. h1, h2, h3, h4, h5, h6 {
  52. clear: both;
  53. color: #000000;
  54. font-weight: 700;
  55. }
  56.  
  57. .header-after {
  58. color: #ffffff
  59. }
  60.  
  61. .entry-title {
  62. color: #000000;
  63. }
  64.  
  65. .widget-title {
  66. color: #ffffff;
  67. }
  68.  
  69. .covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories, .list .spotlight-post .figure-categories .cat-links a.covernews-categories, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories, .trending-story .figure-categories .cat-links a.covernews-categories {
  70. padding: 0;
  71. color: #800101;
  72. background-color: transparent;
  73. opacity: 0.9;
  74. transition: all 0.5s ease-out;
  75. }
  76. .secondary-footer {
  77. display:none;
  78. }
  79. .main-navigation .menu ul ul {
  80. background: #8c0707;
  81. position: absolute;
  82. text-align: left;
  83. visibility: hidden;
  84. filter: alpha(opacity=0);
  85. opacity: 0;
  86. margin: 0 auto;
  87. padding: 0;
  88. z-index: 9;
  89. -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  90. -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  91. }
  92. .site-info {
  93. background: #5c0000;
  94. padding: 20px 0;
  95. text-align: center;
  96. }
  97. .header-image-full .masthead-banner.data-bg {
  98.  
  99. background-size: contain;
  100. background-repeat: no-repeat;
  101. background-position: center;
  102. background-color: #4f0000;
  103. padding: px 0;
  104. }
  105. {
  106. background-image: url();
  107. }
  108.  
  109. .js-marquee a:hover {
  110. color: black;
  111. }
  112.  
  113. .js-marquee a:visited {
  114. color: white;
  115. }
  116.  
  117. }
  118.  
  119. @media screen and (max-width: 500px) {
  120. .custom-logo {
  121. display: none;
  122. }
  123. -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  124. -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  125. transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
  126. -webkit-box-shadow: -1px 2px 5px 0 rgb(0 0 0 / 15%);
  127. -moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  128. -ms-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  129. -o-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
  130. box-shadow: -1px 2px 5px 0 rgb(0 0 0 / 15%);
  131. transform: scale(0);
  132. }
  133.  
  134. .site-info {
  135. background: #5c0000;
  136. padding: 20px 0;
  137. text-align: center;
  138. }
  139. .header-image-full .masthead-banner.data-bg {
  140.  
  141. background-size: contain;
  142. background-repeat: no-repeat;
  143. background-position: center;
  144. background-color: #4f0000;
  145. padding: px 0;
  146. }
  147. {
  148. background-image: url();
  149. }
  150. @media screen and (max-width: 500px) {
  151. .custom-logo {
  152. display: none;
  153. }
  154. }
  155. .search-icon {
  156. display: none;
  157.  
  158. }
  159.  
  160. .archive-description {
  161. color: #ffffff;
  162. }
  163.  
  164. .page-title {
  165. color: #ffffff;
  166. }
  167.  
  168. .related-title {
  169. color: #ffffff;
  170. }
  171.  
  172. .cat-links {
  173. display: none;
  174. }
  175.  
  176. .slide-title {
  177. text-shadow: 2px 2px 2px #000000;
  178. }
  179.  
  180. .article-title-2 {
  181. text-shadow: 2px 2px 2px #000000;
  182. }
  183.  
  184. .subscribe-btn {
  185. display: none;
  186. }
  187.  
  188. .share-btn {
  189. display: none;
  190. }
  191.  
  192. .wp-block-embed-spotify {
  193. margin-bottom: -65px;
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement