Guest User

Untitled

a guest
May 26th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. /* --------------------------------------------------------
  2. Style Sheet for The Verge
  3.  
  4. version: 1.0.1a
  5. last modified: 24.05.2018
  6. author: apsith
  7. email: sitharthan@pm.me
  8. ----------------------------------------------------------*/
  9.  
  10. @-moz-document domain("theverge.com") {
  11.  
  12. /*Header background*/
  13. .c-masthead__main {
  14. background-image:none !important;
  15. }
  16.  
  17. /*Primary Background*/
  18. body,
  19. .l-reskin,
  20. .l-main-content,
  21. .l-hub-wrapper,
  22.  
  23. /*Articles*/
  24. .c-compact-river__entry,
  25.  
  26. /*Fixed Sidebar*/
  27. .c-rock-list,
  28.  
  29. /*Newsletter*/
  30. .c-newsletter_signup_box__icon,
  31. .c-newsletter_signup_box__main,
  32.  
  33. /*Tag's background*/
  34. .c-entry-group-labels__item:first-child::before,
  35. .c-entry-group-labels__item:nth-child(2)::before,
  36. .c-entry-group-labels__item::before,
  37. .c-seven-up .c-entry-box--compact:last-child{
  38. background-color: #000;
  39. }
  40.  
  41. /*Archive Page Number*/
  42. .c-pagination {
  43. background-color: #111
  44. }
  45.  
  46. /*Articles*/
  47. .c-compact-river__entry {
  48. border-top: 1px solid #333
  49. }
  50.  
  51. /*Header Border*/
  52. /*.c-masthead__main,
  53. .c-global-header,*/
  54. .c-group-header {
  55. border-bottom: none;
  56. }
  57.  
  58. /*High Emphasis Text**/
  59. body,
  60. .c-rock-list li a,
  61. .c-page-title,
  62. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  63.  
  64. /*Newsletter*/
  65. .c-newsletter_signup_box__main,
  66.  
  67. /*Text below "seven up" articles*/
  68. .c-seven-up .c-entry-box--compact:last-child .c-byline,
  69. .c-seven-up .c-entry-box--compact:last-child,
  70. .c-global-header,
  71.  
  72. /*Guidebook tagline*/
  73. .l-main-content__above-subnav,
  74.  
  75. .c-entry-hero--feature .c-page-title,
  76.  
  77. /*Archive Page Number*/
  78. .c-pagination__text {
  79. color: #ddd;
  80. }
  81.  
  82. /*Medium Emphasis Text*/
  83. .c-seven-up .c-entry-box--compact:last-child .c-byline,
  84. .p-dek,
  85. .c-comments__message,
  86. .p-entry-header__labels a,
  87.  
  88. /*Guidebook categories*/
  89. .c-group-subnav__item a {
  90. color: #ccc;
  91. }
  92.  
  93.  
  94. .c-simple-link-list-stream .p-counter-link__count {
  95. color: #000;
  96. }
  97.  
  98. /*Comment Section*/
  99. .c-comments__list {
  100. border: 1px solid #555;
  101. }
  102.  
  103. .c-comments__recommended,
  104. .c-comments__message,
  105.  
  106. .c-comments__comment {
  107. border-bottom: 1px solid #555;
  108. border-left: 3px solid #555;
  109. }
  110.  
  111. /*Fixed share tab*/
  112. .c-tab-bar.tab-bar-fixed {
  113. display: none;
  114. }
  115.  
  116. /*Second Tag's Color*/
  117. .c-entry-group-labels__item:nth-child(2),
  118. .c-comments__count span {
  119. color: #8478e3;
  120. }
  121.  
  122. .p-page-title {
  123. border-bottom: 4px solid #bbb
  124. }
  125. }
Add Comment
Please, Sign In to add comment