Advertisement
saraeliz

22-12_Brandi_RoseQuartz

Dec 31st, 2022
2,034
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.10 KB | None | 0 0
  1. <style type="text/css">
  2.     #wrapper {
  3.         background: url(https://i.postimg.cc/VzmVzfRm/22-12-Brandi-Rose-Quartz-full-v2.png) no-repeat top center;
  4.         width: auto;
  5.         }
  6.  
  7. h1.dark-blue {margin-bottom: 40px !important;}
  8.  
  9. #interactiveBanner {display: none;}
  10. #membersOnline, #socialIcons, #logo {display: none;}
  11. #credit {position: absolute; top: 375px; font-size:10px;}
  12.  
  13. /** TABLET CODES **/
  14.     @media (max-width: 1023px) {
  15.         #wrapper {
  16.             background: urlhttps://i.postimg.cc/rFctRYnR/22-12-Brandi-Rose-Quartz-tablet.png) no-repeat top center;
  17.             background-size: cover;
  18.             width: auto;}
  19.         h1.dark-blue {margin-top: 150px}
  20. #credit {top: 260px; width:100%;}
  21. .mainTable {margin-top:220px; margin-bottom: -150px;}
  22. h1 {font-size: 40px;}
  23.         }
  24.  
  25. /** MOBILE CODES **/
  26.     @media (max-width: 500px) {
  27.         #wrapper {
  28.             background: url(https://i.postimg.cc/KctMzyNy/22-12-Brandi-Rose-Quartz-mobile.png) no-repeat top center;
  29.             background-size: cover;
  30.             width: auto;
  31.             }
  32. #credit {top: 260px; width:100%;}
  33.         }
  34.  
  35. /** LINK & HEADING COLOR CHANGES **/
  36.     a.menuToggle, a.menuToggle:hover, h4, h5, h6, #sideNavMenu b, .m-t-md, .m-b-md, .green, #footerMagic, #footerContent h3, #footerSubsidiaries, label, #dateTime{
  37.         color: var(--c1) !important;
  38.     }
  39.     #footerMenu a:link, #footerMenu a:visited, #mainContentNav a, .forumReplyLinksLinks a, .forumLinksLinks li {
  40.         color: var(--c2) !important;
  41.     }
  42.     a.sideNavMenuLink:link, a.sideNavMenuLink:visited { color: var(--c4) !important;}
  43.     a.sideNavMenuLink:Hover, .forumMembersInAreaTitle, .darkblue, .dark-blue, #footerCopyright, #footerDescription, p.a, #mainContentNav > ul a, .dark-blue a:link, .dark-blue a:visited, #credit {
  44.         color: var(--c3) !important;
  45.     }
  46.     a:hover, #footerMenu a:hover, #mainContentNav a:hover, .dark-blue a:hover {
  47.         color: var(--c4) !important;
  48.     }  
  49.  
  50. .forumThreadFlagged { background-color: var(--c1); }
  51.  
  52.     /** COLOR VARIABLES **/
  53. * {
  54.     --c1: #eadda7;
  55.     --c2: #eb5963;
  56.     --c3: #e9ebd5;
  57.     --c4: #c384a5;
  58.     }
  59. </style>
  60. <!--- LAYOUT DESIGN AND CODE BY SARA, DO NOT REMOVE CREDIT PLEASE --->
  61. <div id="credit"><i>layout by: <a href="userinfo/Sara">Sara</a></i></div>
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement