Advertisement
saraeliz

22-10 Aarony02

Oct 21st, 2022
1,150
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/Z4TS12Db/22-10-Aarony02-Cozy-Vibes-full.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: url(https://i.postimg.cc/VLN2dy3X/22-10-Aarony02-Cozy-Vibes-tablet.png
  17. ) no-repeat top center;
  18.             background-size: cover;
  19.             width: auto;}
  20.         h1.dark-blue {margin-top: 150px}
  21. #credit {top: 260px; width:100%;}
  22. .mainTable {margin-top:220px; margin-bottom: -150px;}
  23. h1 {font-size: 40px;}
  24.         }
  25.  
  26. /** MOBILE CODES **/
  27.     @media (max-width: 500px) {
  28.         #wrapper {
  29.             background: url(https://i.postimg.cc/8k4qpkn1/22-10-Aarony02-Cozy-Vibes-mobile.png) no-repeat top center;
  30.             background-size: cover;
  31.             width: auto;
  32.             }
  33. #credit {top: 260px; width:100%;}
  34.         }
  35.  
  36. /** LINK & HEADING COLOR CHANGES **/
  37.     a.menuToggle, a.menuToggle:hover, h4, h5, h6, #sideNavMenu b, .m-t-md, .m-b-md, .green, #footerMagic, #footerContent h3, #footerSubsidiaries, label, #dateTime{
  38.         color: var(--c1) !important;
  39.     }
  40.     #footerMenu a:link, #footerMenu a:visited, #mainContentNav a, .forumReplyLinksLinks a, .forumLinksLinks li {
  41.         color: var(--c2) !important;
  42.     }
  43.     a.sideNavMenuLink:link, a.sideNavMenuLink:visited { color: var(--c4) !important;}
  44.     a.sideNavMenuLink:Hover, .forumMembersInAreaTitle, .darkblue, .dark-blue, #footerCopyright, #footerDescription, p.a, #mainContentNav > ul a, .dark-blue a:link, .dark-blue a:visited, #credit {
  45.         color: var(--c3) !important;
  46.     }
  47.     a:hover, #footerMenu a:hover, #mainContentNav a:hover, .dark-blue a:hover {
  48.         color: var(--c4) !important;
  49.     }  
  50.  
  51. .forumThreadFlagged { background-color: var(--c1); }
  52.  
  53.     /** COLOR VARIABLES **/
  54. * {
  55.     --c1: #d43305;
  56.     --c2: #aa7649;
  57.     --c3: #cec05c;
  58.     --c4: #dd900b;
  59.     }
  60. </style>
  61. <!--- LAYOUT DESIGN AND CODE BY SARA, DO NOT REMOVE CREDIT PLEASE --->
  62. <div id="credit"><i>layout by: <a href="userinfo/Sara">Sara</a></i></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement