GamerUndefeated

userContent.css

Dec 30th, 2024 (edited)
520
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.25 KB | Source Code | 0 0
  1. /*NOTE: COPY AND PASTE THE CODE BELOW FROM A NEW LINE IN YOUR userContent.css AND DON'T EDIT WHAT'S ALREADY THERE BY DEFAULT*/
  2.  
  3. @import "natsumi-pages/natsumi-pages.css";
  4.  
  5. /*Custom Weather Position*/
  6. .weather {
  7. top: 9% !important;
  8. left: 83% !important;
  9. }
  10.  
  11. /*Transparent Websites*/
  12. :root {
  13.     --stacking-bg: rgba(0, 0, 0, .1);
  14.     --content-bg: rgba(0, 0, 0, .2);
  15.     --card-bg: rgba(0, 0, 0, .3);
  16.     --card-bg-dark: rgba(0, 0, 0, .4);
  17. }
  18.  
  19.  
  20. @-moz-document domain("quora.com") {
  21.     html, body, .q-box.qu-bg--darker {
  22.         background: transparent !important;
  23.     }
  24. }
  25.  
  26.  
  27. @-moz-document domain("compass.education") {
  28. /* imports */
  29.  
  30.  
  31.  
  32.     html, body, form {
  33.         background: transparent !important;
  34.     }
  35.  
  36.     #productNavBar, .newLNF .home-schoolNameContainer, .newLNF .c_col .x-toolbar, .newLNF .newsfeed-newsItem, .newLNF .newsfeed-newsItemsAndToolbarContainer, .x-container.newsfeed-alertItem.x-container-default {
  37.         background: var(--card-bg) !important;
  38.     }
  39. }
  40.  
  41. @-moz-document domain("forms.office.com") {
  42. #RuntimeRoot {
  43.         background: transparent !important;
  44.     }
  45.     #form-main-content1 {
  46.         scrollbar-width: none !important;
  47.     }
  48. }
  49.  
  50. @-moz-document domain("icloud.com") {
  51. .header-container-background, ui-main-pane > * {
  52.         border-radius: 10px;
  53.     }
  54.  
  55.     .scrollable {
  56.         scrollbar-width: none !important;
  57.     }
  58.  
  59.     html, body, footer, .homepage-viewport > * {
  60.         background: transparent !important;
  61.     }
  62. }
  63.  
  64. @-moz-document domain("youtube.com") {
  65. html[dark], #background {
  66.         background: var(--content-bg) !important;
  67.     }
  68.     #guide-inner-content {
  69.         scrollbar-width: none !important;
  70.     }
  71.     :root {
  72.         --yt-spec-base-background: var(--stacking-bg) !important;
  73.         --app-drawer-content-container-background-color: var(--stacking-bg) !important;
  74.         --dark-theme-background-color: var(--stacking-bg) !important;
  75.         --efyt-control-bar-background-color: var(--stacking-bg) !important;
  76.         --efyt-control-bar-tooltip-background-color: var(--stacking-bg) !important;
  77.         --paper-dialog-background-color: var(--stacking-bg) !important;
  78.         --paper-listbox-background-color: var(--stacking-bg) !important;
  79.         --paper-menu-background-color: var(--stacking-bg) !important;
  80.         --yt-live-chat-action-panel-background-color-transparent: var(--stacking-bg) !important;
  81.         --yt-live-chat-additional-inline-action-button-background-color: var(--stacking-bg) !important;
  82.         --yt-live-chat-additional-inline-action-button-background-color-hover: var(--stacking-bg) !important;
  83.         --yt-live-chat-additive-background-inverse: var(--stacking-bg) !important;
  84.         --yt-live-chat-author-chip-verified-background-color: var(--stacking-bg) !important;
  85.         --yt-live-chat-automod-button-background-color: var(--stacking-bg) !important;
  86.         --yt-live-chat-automod-button-background-color-hover: var(--stacking-bg) !important;
  87.         --yt-live-chat-background-color: var(--stacking-bg) !important;;
  88.         --yt-live-chat-button-dark-background-color: var(--stacking-bg) !important;
  89.         --yt-live-chat-button-default-background-color: var(--stacking-bg) !important;
  90.         --yt-live-chat-dialog-background-color: var(--stacking-bg) !important;
  91.     }
  92. }
  93.  
  94. @-moz-document domain("modrinth.com") {
  95. :root {
  96.         --color-bg: transparent !important;
  97.         --color-raised-bg: rgba(0, 0, 0, .2) !important;
  98.         --color-button-bg: rgba(0, 0, 0, .2) !important;
  99.        
  100.         .scrollable-pane {
  101.             scrollbar-width: none !important;
  102.            
  103.         }
  104.        
  105.         .group.flex.gap-1 {
  106.             background: rgba(0, 0, 0, .05) !important;
  107.             border-radius: 10px;
  108.         }
  109.     }
  110. }
  111.  
  112. @-moz-document domain("outlook.office.com") {
  113. :root {
  114.        
  115.         #searchSuggestionsCallout {
  116.             --neutralPrimarySurface: #292929 !important;
  117.             border-radius: 0px 0px 5px 5px !important;
  118.             border: 10px solid var(--neutralTertiaryAlt);
  119.             overflow: hidden;
  120.             [role="option"]:hover {
  121.                 --neutralLighterAlt: var(--content-bg) !important;
  122.             }
  123.         }
  124.        
  125.         --neutralPrimarySurface: rgba(0, 0, 0, .1) !important;
  126.         --neutralSecondarySurface: transparent !important;
  127.         --neutralTertiarySurface: rgba(0, 0, 0, .3) !important;
  128.         --neutralTertiaryAlt: rgba(255, 255, 255, .7) !important;
  129.         --neutralLighter: rgba(0, 0, 0, .3) !important;
  130.         --themePrimary: rgba(255, 255, 255, .7) !important;
  131.         --neutralLighterAlt:rgba(0, 0, 0, .05) !important;
  132.         --neutralQuaternaryAlt: rgba(0, 0, 0, .2) !important;
  133.        
  134.         .customScrollBar {
  135.             scrollbar-width: none !important;
  136.         }
  137.         .o365sx-navbar {
  138.             background: rgba(0, 0, 0, .1) !important;
  139.         }
  140.         .o365cs-base .o365sx-button, .o365cs-base .o365sx-appName {
  141.             background: transparent !important;
  142.         }
  143.     }
  144. }
  145.  
  146. @-moz-document domain(monkeytype.com) {
  147.   body {
  148.     background: transparent !important;
  149.   }
  150. }
  151.  
  152. @-moz-document domain(zen-browser.app) {
  153.   body,
  154.   html {
  155.     background: transparent !important;
  156.   }
  157. }
  158.  
  159. @-moz-document domain(reddit.com) {
  160.   body,
  161.   html {
  162.     background: transparent !important;
  163.   }
  164.   #comment-tree {
  165.     background: transparent !important;
  166.   }
  167.   .bg-neutral-background,
  168.   .bg-neutral-background-weak {
  169.     background: rgba(0, 0, 0, 0.1) !important;
  170.   }
  171.   .bg-\[color\:var\(--shreddit-content-background\)\] {
  172.     background-color: transparent !important;
  173.   }
  174.   .threadline,
  175.   .shreddit-post,
  176.   aside,
  177.   comment-body-header,
  178.   shreddit-comment-tree {
  179.     background-color: transparent !important;
  180.   }
  181. }
  182.  
  183. @-moz-document domain(chatgpt.com) {
  184.   body, html,
  185.     .bg-token-main-surface-primary, /* Navbar */
  186.     .bg-token-sidebar-surface-primary, /* Sidebar */
  187.     .bg-token-sidebar-surface-primary * /* All sidebar elements */ {
  188.     background: transparent !important;
  189.   }
  190. }
  191.  
  192. @-moz-document domain(monica.im) {
  193.   body,
  194.   html {
  195.     background: transparent !important;
  196.   }
  197. }
  198.  
  199. @-moz-document url-prefix("https://www.google.com/") {
  200. /* Make the entire page transparent */
  201.     html, body, div, section, article, header, footer, main, aside, nav, span, form, input, button, table, tbody, tr, td {
  202.         background: transparent !important;
  203.     }
  204.  
  205.     /* Add blur to search suggestions to make them readable */
  206.     .erkvQe, .OBMEnb {  
  207.         background: rgba(0, 0, 0, 0.3) !important; /* Semi-transparent dark background */
  208.         backdrop-filter: blur(10px) !important; /* Blur effect */
  209.         -webkit-backdrop-filter: blur(10px) !important; /* Ensure compatibility */
  210.     }
  211. }
  212.  
  213.  
  214. @-moz-document domain(github.com) {
  215.   body,
  216.   html,
  217.   header,
  218.   #repository-container-header,
  219.   .gh-header,
  220.   .bgColor-muted,
  221.   section,
  222.   .feed-background,
  223.   .color-bg-default {
  224.     background-color: transparent !important;
  225.   }
  226.  
  227.   .feed-item-content,
  228.   .discussion-timeline-actions {
  229.     background-color: rgba(0, 0, 0, 0.1) !important;
  230.   }
  231. }
  232.  
  233. @-moz-document domain(duckduckgo.com) {
  234.   body,
  235.   html,
  236.   .site-wrapper,
  237.   .zci-wrap,
  238.   .zci,
  239.   .header-wrap,
  240.   .metabar,
  241.   .footer,
  242.   *::before,
  243.   .module--translations-translatedtext {
  244.     background: transparent !important;
  245.   }
  246. }
  247.  
  248. @-moz-document domain(discord.com) {
  249.   :root {
  250.     .layer_cd0de5 :is([role="dialog"], .streamPreview_adbea6) {
  251.       background: hsl(var(--primary-700-hsl)) !important;
  252.     }
  253.  
  254.     --primary-560: rgba(0, 0, 0, 0.05) !important;
  255.     --primary-600: rgba(0, 0, 0, 0.05) !important;
  256.     --primary-630: rgba(0, 0, 0, 0.05) !important;
  257.     --primary-645: rgba(0, 0, 0, 0.05) !important;
  258.     --primary-660: rgba(0, 0, 0, 0.05) !important;
  259.     --primary-700: rgba(0, 0, 0, 0.05) !important;
  260.     --primary-730: rgba(0, 0, 0, 0.05) !important;
  261.     --primary-760: rgba(0, 0, 0, 0.05) !important;
  262.     --primary-830: rgba(0, 0, 0, 0.05) !important;
  263.     --primary-860: rgba(0, 0, 0, 0.05) !important;
  264.     --primary-900: rgba(0, 0, 0, 0.05) !important;
  265.   }
  266.  
  267.   [class^="focusLock_"] {
  268.     --saturation-factor: 1;
  269.     --primary-600: hsl(var(--primary-600-hsl) / 1) !important;
  270.     --primary-600-hsl: 222.857 calc(var(--saturation-factor, 1) * 6.667%)
  271.       20.588% !important;
  272.     --modal-background: var(--primary-600);
  273.   }
  274.  
  275.   .no-webkit-scrollbar * {
  276.     scrollbar-width: none !important;
  277.   }
  278. }
  279.  
  280. @-moz-document domain(x.com) {
  281.   :root {
  282.     --theme-popup: rgba(0, 0, 0, 0.8);
  283.     --theme-bg-dim: rgba(0 ,0, 0, 0.4);
  284.   }
  285.  
  286.   body {
  287.     background-color: var(--theme-bg-dim) !important;
  288.   }
  289.  
  290.   [data-testid="primaryColumn"],
  291.   [aria-label="Trending"] > * > *,
  292.   [aria-label="Home timeline"] > *> *,
  293.   [aria-label="Search"] > * {
  294.     background: transparent !important;
  295.   }
  296.  
  297.   select,
  298.     [data-testid="Dropdown"],
  299.     [data-testid="hoverCardParent"],
  300.     [data-testid="DMDrawer"] > div,
  301.     div[role="dialog"],
  302.     div[role="listbox"],
  303.     div[role="radio"] {
  304.         background: var(--theme-popup) !important;
  305.     }
  306.  
  307.   .r-kemksi, .r-5zmot {
  308.     background: transparent !important;
  309.   }
  310. }
  311.  
  312. /*New Tab transparency*/
  313. @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing), url(chrome://browser/content/browser.xul) {
  314.     body {
  315.         width: 100%;
  316.         height: 100vh;
  317.         position: relative !important;
  318.         overflow: hidden !important;
  319.     }
  320.    
  321.     body::before {
  322.         content: "";
  323.         position: absolute;
  324.         height: 130vh;
  325.         width: auto;
  326.         aspect-ratio: 1/1 !important;
  327.         transform: translate(-50%, -50%);
  328.         top:100%;
  329.         left:100%;
  330.         background-color: #ffffff; /* Color fill */
  331.         mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;}</style><path class="st0" d="M16,22.2c3.4,0,6.2-2.8,6.2-6.2c0-3.4-2.8-6.2-6.2-6.2c-3.4,0-6.2,2.8-6.2,6.2C9.8,19.4,12.6,22.2,16,22.2z M20.9,16c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9s2.2-4.9,4.9-4.9S20.9,13.3,20.9,16z"/><path class="st0" d="M26.7,16c0,5.9-4.8,10.7-10.7,10.7S5.3,21.9,5.3,16S10.1,5.3,16,5.3S26.7,10.1,26.7,16z M16,24.6c4.8,0,8.6-3.9,8.6-8.6S20.8,7.4,16,7.4S7.4,11.2,7.4,16S11.2,24.6,16,24.6z"/><path class="st0" d="M32,16c0,8.8-7.2,16-16,16S0,24.8,0,16S7.2,0,16,0S32,7.2,32,16z M16,29.1c7.3,0,13.1-5.9,13.1-13.1S23.3,2.9,16,2.9S2.9,8.7,2.9,16S8.7,29.1,16,29.1z"/></svg>');
  332.         mask-repeat: no-repeat;
  333.         mask-position: center;
  334.         opacity: 5% !important;  
  335.     }
  336. }
  337.  
  338. @-moz-document url(about:home), url(about:newtab){
  339.     :root {
  340.         --newtab-background-color: rgba(43, 42, 51, 0.0) !important;
  341.     }
  342.    
  343.     .search-wrapper {
  344.         position: absolute;
  345.         transform: translate(-50%, -50%);
  346.         top:50% !important;
  347.         left: 50% !important;
  348.         display: flex;
  349.         flex-direction: column;
  350.     }
  351.    
  352.     .logo {
  353.         aspect-ratio: 1/1 !important;
  354.         /*For Stable*/
  355.         background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23f46e51; opacity:90%}</style><path class="st0" d="M16,22.2c3.4,0,6.2-2.8,6.2-6.2c0-3.4-2.8-6.2-6.2-6.2c-3.4,0-6.2,2.8-6.2,6.2C9.8,19.4,12.6,22.2,16,22.2z M20.9,16c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9s2.2-4.9,4.9-4.9S20.9,13.3,20.9,16z"/><path class="st0" d="M26.7,16c0,5.9-4.8,10.7-10.7,10.7S5.3,21.9,5.3,16S10.1,5.3,16,5.3S26.7,10.1,26.7,16z M16,24.6c4.8,0,8.6-3.9,8.6-8.6S20.8,7.4,16,7.4S7.4,11.2,7.4,16S11.2,24.6,16,24.6z"/><path class="st0" d="M32,16c0,8.8-7.2,16-16,16S0,24.8,0,16S7.2,0,16,0S32,7.2,32,16z M16,29.1c7.3,0,13.1-5.9,13.1-13.1S23.3,2.9,16,2.9S2.9,8.7,2.9,16S8.7,29.1,16,29.1z"/></svg>') !important ;        
  356.  
  357.         /*For twilight
  358.         background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%237493f1; opacity:90%}</style><path class="st0" d="M16,22.2c3.4,0,6.2-2.8,6.2-6.2c0-3.4-2.8-6.2-6.2-6.2c-3.4,0-6.2,2.8-6.2,6.2C9.8,19.4,12.6,22.2,16,22.2z M20.9,16c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9s2.2-4.9,4.9-4.9S20.9,13.3,20.9,16z"/><path class="st0" d="M26.7,16c0,5.9-4.8,10.7-10.7,10.7S5.3,21.9,5.3,16S10.1,5.3,16,5.3S26.7,10.1,26.7,16z M16,24.6c4.8,0,8.6-3.9,8.6-8.6S20.8,7.4,16,7.4S7.4,11.2,7.4,16S11.2,24.6,16,24.6z"/><path class="st0" d="M32,16c0,8.8-7.2,16-16,16S0,24.8,0,16S7.2,0,16,0S32,7.2,32,16z M16,29.1c7.3,0,13.1-5.9,13.1-13.1S23.3,2.9,16,2.9S2.9,8.7,2.9,16S8.7,29.1,16,29.1z"/></svg>') !important ;        
  359.         */
  360.         background-position: center;
  361.         background-size: 80px !important;
  362.         width: fit-content !important;
  363.         height: 80px !important;
  364.     }
  365.    
  366.     .wordmark {
  367.         opacity: 80%;
  368.         background-size: 172px !important;
  369.         width: 172px !important;
  370.         height: 81px !important;
  371.     }
  372.    
  373.     .search-handoff-button {
  374.         display: flex !important;
  375.         align-items: center !important;
  376.         justify-content: space-evenly;
  377.         background-color: rgba(128, 128, 128, 0.2) !important;
  378.         backdrop-filter: blur(20px) !important;
  379.     }
  380.    
  381.     .search-inner-wrapper .fake-editable {
  382.         opacity: 10% !important;
  383.         border:1px solid white !important;
  384.     }
  385.    
  386.     .search-inner-wrapper {
  387.         background-color: transparent !important;
  388.         backdrop-filter: blur(10px) !important;
  389.         display: none !important;
  390.     }
  391.     .search-wrapper .search-inner-wrapper {
  392.         border-radius: 10px !important;
  393.     }
  394.    
  395.     .logo-and-wordmark {
  396.         margin-block-end: 14px !important;
  397.     }
  398. }
  399.  
  400. @-moz-document url(about:privatebrowsing){
  401.     .info {
  402.         display:none !important;
  403.     }
  404.    
  405.     .search-wrapper {
  406.         position: absolute;
  407.         transform: translate(-50%, -50%);
  408.         top:50% !important;
  409.         left: 50% !important;
  410.         display: flex;
  411.         flex-direction: column;
  412.     }
  413.    
  414.     .wordmark {
  415.         opacity: 80%
  416.     }
  417.    
  418.     .search-handoff-button {
  419.         display: flex !important;
  420.         align-items: center !important;
  421.         justify-content: space-evenly;
  422.         background-color: rgba(128, 128, 128, 0.2) !important;
  423.         backdrop-filter: blur(20px) !important;
  424.         border-radius: 8px !important;
  425.     }
  426.    
  427.     .focused:not(.disabled) {
  428.         border:1px solid #b069db !important;
  429.         box-shadow: 0 0 0 1px #b069db, 0 0 0 4px rgba(109, 10, 225, 0.3) !important;
  430.     }
  431.    
  432.     .search-inner-wrapper .fake-editable {
  433.         background-color: transparent !important;
  434.         border:1px solid white !important;
  435.         border-radius: 200px !important;
  436.     }
  437.    
  438.    
  439.     .search-inner-wrapper {
  440.         background-color: transparent !important;
  441.         backdrop-filter: blur(10px) !important;
  442.         padding: unset !important;
  443.         border-radius: 8px !important;
  444.        
  445.     }
  446.     .search-wrapper .search-inner-wrapper {
  447.         border-radius: 10px !important;
  448.     }
  449.    
  450.     .logo-and-wordmark {
  451.         margin-block-end: 14px !important;
  452.     }
  453.    
  454.     .fake-textbox {
  455.         color:white !important;
  456.         opacity: 100% !important;
  457.     }
  458. }
  459.  
  460. @-moz-document domain(instagram.com){
  461.   *{
  462.     background-color: transparent !important;
  463.   }
  464.   div.xixxii4:nth-child(2){
  465.     background-color: rgba(0, 0, 0, 0.15) !important;
  466.     border-right: transparent !important;
  467.     border-radius: 5px !important;
  468.   }
  469.   div.x1hnuoi9:nth-child(1) > div:nth-child(1){
  470.     background-color: rgba(0, 0, 0, 0.6) !important;
  471.   }
  472.   .xseo6mj{
  473.     padding-top: 10px !important;
  474.     background-color: rgba(0, 0, 0, 0.15) !important;
  475.     border-radius: 5px !important;
  476.   }
  477.   .x1uipg7g{
  478.     border-left: transparent !important;
  479.     border-right: transparent !important;
  480.   }
  481.   div.xjp7ctv:nth-child(1) > div:nth-child(1) > div:nth-child(2){
  482.     background-color: rgba(0, 0, 0, 0.1) !important;
  483.     border-radius: 5px !important;
  484.   }
  485.   *{
  486.     --mwp-message-row-background: transparent !important;
  487.   }
  488.   .x1u3tz30{
  489.     background-color: rgba(0, 0, 0, 0.55) !important;
  490.     border-radius: 5px !important;
  491.     backdrop-filter: blur(10px) !important;
  492.   }
  493.   .xmnaoh6 > div:nth-child(1) > div:nth-child(1){
  494.     padding-left: 8px !important;
  495.     padding-right: 8px !important;
  496.     background-color: rgba(0, 0, 0, 0.15) !important;
  497.     border-radius: 5px !important;
  498.   }
  499.   .x1p0ryx0{
  500.     border-right: 0 !important;
  501.   }
  502.   .xq9evs9{
  503.     background-color: rgba(0, 0, 0, 0.4) !important;
  504.     border-radius: 5px !important;
  505.     backdrop-filter: blur(10px) !important;
  506.   }
  507.   .x1l895ks:hover{
  508.     background-color: rgba(0, 0, 0, 0.3) !important;
  509.     border-radius: 5px !important;
  510.   }
  511.   .x19g9edo{
  512.     background-color: rgba(0, 0, 0, 0.3) !important;
  513.     border-radius: 5px !important;
  514.   }
  515.   .xrrpcnn{
  516.     background-color: rgba(0, 0, 0, 0.3) !important;
  517.     border-radius: 20px !important;
  518.   }
  519.   .xpmdkuv{
  520.     background-color: rgba(255, 255, 255, 0.2) !important;
  521.     border-radius: 20px !important;
  522.   }
  523.   .x1yvgwvq{
  524.     background-color: rgba(255, 255, 255, 0.2) !important;
  525.     border-radius: 15px !important;
  526.   }
  527. }
  528.  
  529.   @-moz-document domain(threads.net){
  530.     *{
  531.       background-color: transparent !important;
  532.     }
  533.     .x7c8izy{
  534.       background-color: rgba(0, 0, 0, 0.15) !important;
  535.     }
  536.     .xjbqb8w:hover{
  537.       background-color: rgba(0, 0, 0, 0.3) !important;
  538.       border-radius: 10px !important;
  539.     }
  540.     div.x1pq812k:nth-child(2){
  541.       background-color: rgba(0, 0, 0, 0.15) !important;
  542.       border-radius: 15px !important;    
  543.     }
  544.     div.x1afcbsf:nth-child(1) > div:nth-child(2){
  545.       background-color: rgba(0, 0, 0, 0.7) !important;
  546.       border-radius: 10px !important;
  547.       backdrop-filter: blur(8px) !important;
  548.     }
  549.     .x1e3a9a0{
  550.       background-color: rgba(0, 0, 0, 0.4) !important;
  551.       border-radius: 10px !important;
  552.       backdrop-filter: blur(8px) !important;
  553.     }
  554.     div.xfex06f:nth-child(2){
  555.       background-color: rgba(255, 255, 255, 0.15) !important;
  556.       border-radius: 20px !important;
  557.       backdrop-filter: blur(20px) !important;
  558.     }
  559.     .x1pim928{
  560.       box-shadow: none !important;
  561.     }
  562.     .x13fuv20{
  563.       border-top-style: none !important;
  564.     }
  565.     .xu3j5b3{
  566.       border-right-style: none !important;
  567.     }
  568.     .x26u7qi{
  569.       border-left-style: none !important;
  570.     }
  571.     .x1l19134{
  572.       border-bottom: transparent !important;
  573.       margin-top: 8px !important;
  574.     }
  575.     div.xz401s1:nth-child(3){
  576.       background-color: rgba(255, 255, 255, 0.15) !important;
  577.     }
  578.   }
  579.  
  580.  
  581.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment