Advertisement
Guest User

Untitled

a guest
Sep 30th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.27 KB | None | 0 0
  1. @-moz-document regexp("https?://www\\.thegrandreport\\.com(?!/featured/).*"), regexp("https?://disqus\\.com/embed/.*=thegrandreport.*") {
  2. div.content-wrapper {
  3.     margin: -21px !important; }
  4.  
  5. .navsearch-wrapper {
  6.     border-bottom: none !important;
  7.     box-shadow: none !important;
  8.     background: #222 !important; }
  9.  
  10. body.home .content-wrapper article.index-post header.article-header h2.post-title {
  11.     padding: inherit !important;
  12.     margin: 10px !important; }
  13.  
  14. body.home .content-wrapper article.index-post header.article-header {
  15.     overflow: initial !important; }
  16.  
  17. body.home .content-wrapper article.index-post footer.article-footer {
  18.     margin: 34px auto !important; }
  19.  
  20. body.home .content-wrapper article.index-post {
  21.     width: 18%; }
  22.  
  23. body.home .content-wrapper article.index-post img {
  24.     height: 110px; }
  25.  
  26. body {
  27.     background: #444 !important;
  28.     color: white !important;
  29.     padding-top: 17px !important; }
  30.  
  31. h3.dateh3 {
  32.     background: linear-gradient(to left, #444, black) !important;
  33.     font-size: 21px !important;
  34.     margin: .5em !important; }
  35.  
  36. body.home .content-wrapper article.index-post {
  37.     padding: 0em .2em 1 .5em !important; }
  38.  
  39. body.home .content-wrapper article.index-post header.article-header h2.post-title a {
  40.     text-transform: capitalize !important; }
  41.  
  42. .navsearch-wrapper nav.navigation-wrapper ul li#menu-item-56561 {
  43.     display: none !important; }
  44.  
  45. h5 {
  46.     margin-bottom: 4em !important; }
  47.  
  48. h3.dateh3 span {
  49.     margin: 2em !important; }
  50.  
  51. body.home .content-wrapper article.index-post .thumbnail-wrapper {
  52.     box-shadow: none !important; }
  53.  
  54. .spotlightvideos-wrapper .spotlightvideos h5 span {
  55.     display: none !important; }
  56.  
  57. body.single .content-wrapper article.post .entry-content {
  58.     background-color: transparent !important; }
  59.  
  60. body.single .content-wrapper article.post header.article-header h2.post-title a {
  61.     display: none !important; }
  62.  
  63. body.single .content-wrapper article.post header.article-header h2.post-title {
  64.     margin: 0px !important; }
  65.  
  66. a:link {
  67.     color: #adff2f !important; }
  68.  
  69. a.entry-title:visited {
  70.     color: #9cbe68 !important; }
  71.  
  72. body.single .content-wrapper article.post header.article-header h2.post-title a {
  73.     color: white !important; }
  74.  
  75. h3.dateh3 span,
  76. span {
  77.     color: white !important;
  78.     border-bottom: none !important; }
  79.  
  80. body.home .content-wrapper article.index-post:hover {
  81.     background-color: #414141 !important;
  82.     opacity: 1 !important; }
  83.  
  84. body.home .content-wrapper article.index-post {
  85.     border: none !important;
  86.     min-height: 0px !important; }
  87.  
  88. .snavigation-wrapper ul.menu li a {
  89.     color: white !important; }
  90.  
  91. span.current {
  92.     color: blue !important; }
  93.  
  94. .spotlightvideos-wrapper .spotlightvideos .textwidget {
  95.     box-shadow: none !important; }
  96.  
  97. /* .textarea-wrapper--top-level {
  98.       background: #333 !important;
  99.       border: none !important;
  100.     }*/
  101.  
  102. .textarea-wrapper {
  103.     border: 2px solid #333 !important;
  104.     background: #333 !important; }
  105.  
  106. div.textarea {
  107.     color: white !important;
  108.     background: #333 !important; }
  109.  
  110. .dark .post-actions {
  111.     background: blueviolet !important;
  112.     border-top: solid 2px #333 !important; }
  113.  
  114. nav.navigation-wrapper ul li#menu-item-56562 {
  115.     display: none !important; }
  116.  
  117. .navsearch-wrapper nav.navigation-wrapper ul li {
  118.     border: none !important; }
  119.  
  120. .navsearch-wrapper .searchform-wrapper form.search-form input.search-field {
  121.     padding: .6em 1em !important; }
  122.  
  123. form.search-form input.search-submit {
  124.     padding: .6em 1em .7em .9em !important; }
  125.  
  126. .spotlightvideos-wrapper .spotlightvideos .textwidget {
  127.     display: none !important; }
  128.  
  129. body.single .content-wrapper article.post .entry-content {
  130.     width: 105% !important;
  131.     right: 4.7% !important;
  132.     position: relative !important;
  133.     padding-top: 1% !important; }
  134.  
  135. body.single .content-wrapper article.post .entry-content iframe {
  136.     height: 750px !important;
  137.     width: 113% !important;
  138.     position: relative !important;
  139.     padding: 5px !important;
  140.     right: 7% !important;
  141.     margin-top: -4px !important; }
  142. }
  143.  
  144. @-moz-document regexp("http:\\/\\/www\\.thegrandreport\\.com\\/.+") {
  145. .navsearch-wrapper {
  146.     display: none !important; }
  147.  
  148. div.middle-wrapper {
  149.     margin: -3.7em auto !important; }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement