Advertisement
saraeliz

Nonsense

Oct 9th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <style type="text/css">
  2. #wrapper {
  3. background: url('https://i.imgur.com/s7ah9bx.gif') no-repeat top center;
  4. width: auto;
  5. }
  6.  
  7. #interactiveBanner {display: none;}
  8. #membersOnline {display: none;}
  9. #socialIcons {display: none;}
  10. #logo {display: none;}
  11.  
  12. /** TABLET CODES **/
  13. @media (max-width: 1023px) {
  14. #wrapper {
  15. background: url(https://i.ibb.co/QjL3yZy/heather-sandersons-tab1-1.gif) no-repeat top center;
  16. background-size: cover;
  17. width: auto;}
  18. h1.dark-blue {margin-top: 150px !important; margin-bottom: 50px !important;}
  19. }
  20.  
  21. /** MOBILE CODES **/
  22. @media (max-width: 500px) {
  23. #wrapper {
  24. background: url(https://i.ibb.co/n6KS6r7/heather-sandersons-mob1-1.gif) no-repeat top center;
  25. background-size: cover;
  26. width: auto;
  27. }
  28. }
  29.  
  30. /** LINK & HEADING COLOR CHANGES **/
  31. a.menuToggle, a.menuToggle:hover, h4, h5, h6, #sideNavMenu b, .m-t-md, .m-b-md, .green, #footerMagic, #footerContent h3, #footerSubsidiaries, label, #dateTime{
  32. color: var(--c1) !important;
  33. }
  34. a.sideNavMenuLink:link, a.sideNavMenuLink:visited, #footerMenu a:link, #footerMenu a:visited, #mainContentNav a, .forumReplyLinksLinks a, .forumLinksLinks li {
  35. color: var(--c2) !important;
  36. }
  37. a.sideNavMenuLink:Hover, .forumMembersInAreaTitle, .darkblue, .dark-blue, #footerCopyright, #footerDesc<x>ription, p.a, #mainContentNav > ul a, .dark-blue a:link, .dark-blue a:visited {
  38. color: var(--c3) !important;
  39. }
  40. a:hover, #footerMenu a:hover, #mainContentNav a:hover, .dark-blue a:hover {
  41. color: var(--c4) !important;
  42. }
  43.  
  44. /** COLOR VARIABLES **/
  45.  
  46. * {
  47. --c1: #b84300;
  48. --c2: #1f7300;
  49. --c3: #681c5b;
  50. --c4: #7a396f;
  51. --c5: #11111166;
  52.  
  53. --c11: #6b1b24;
  54. --c12: ;
  55. --c13: ;
  56. --c14: ;
  57. --c15: ;
  58. --c16: ;
  59. --c17: ;
  60. }
  61.  
  62. /** LAYOUT BY SARA **/
  63.  
  64. #sideNavHead, #sideNavMenu {
  65. background: none !important;
  66. background-color: var(--c5) !important;
  67. }
  68.  
  69. .forumAddReplyWrapper, .forumReplyWrapper, .forumThreadsWrapper, .forumSearchBox, .forumPageOptions {
  70. background-color: var(--c5) !important;
  71. }
  72.  
  73. .forumThreadFlagged {
  74. background-color: #2a5a51 !important;
  75. }
  76.  
  77. #infoView, #mobileNav, #userView {
  78. background-color: #030303 !important;
  79. }
  80.  
  81. .forumPageLink {
  82. background-color: #333a3e55 !important;
  83. }
  84.  
  85. h2.dark-blue {
  86. color: var(--c2) !important;
  87. }
  88.  
  89. h2.dark-blue:hover {
  90. cursor: pointer;
  91. color: var(--c4) !important;
  92. }
  93.  
  94. .tag-tabs ul.tabs li a {
  95. background-color: #1111114a !important;
  96. border: thin solid #1a1d1f40 !important;
  97. }
  98.  
  99. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement