Advertisement
Guest User

Untitled

a guest
May 15th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     :root {
  2.         --background: #1f2227;
  3.         --profile-width: 150px;
  4.         --header-logo-size: 70px;
  5.         --user-thumbnail-size: 50px;
  6.     }
  7.    
  8.     #ipsLayout_sidebar,
  9.     .ipsPageHeader__meta .ipsUserPhoto,
  10.     .ipsPageHeader .ipsHr,
  11.     .cAuthorPane_badge,
  12.     .cPost::before,
  13.     .cPost .ipsBadge_popular,
  14.     .ipsPageHeader > h1.ipsType_pageTitle,
  15.     #ipsLayout_mainArea > .ipsClearfix > .ipsToolList,
  16.     .cAuthorPane_info [data-role="stats"],
  17.     .cAuthorPane_info [data-role="group"],
  18.     .cAuthorPane_info [data-role="group-icon"] {
  19.         display: none !important;
  20.     }
  21.  
  22.    
  23.     .ipsApp {
  24.         background: var(--background);
  25.     }
  26.    
  27.     #ipsLayout_body .focus-content {
  28.         background: transparent;
  29.     }
  30.  
  31.     .ipsType_sectionTitle,
  32.     .ipsItemControls {
  33.         background: transparent !important;
  34.         box-shadow: none;
  35.     }
  36.    
  37.     #ipsLayout_header .focus-logo {
  38.         height: var(--header-logo-size);
  39.     }
  40.    
  41.     .cPost .cAuthorPane {
  42.         width: var(--profile-width) !important;
  43.     }
  44.    
  45.     .cPost .ipsItemControls {
  46.         margin-left: calc(var(--profile-width) * -1) !important;
  47.     }
  48.  
  49.     [data-focus-post-controls~="wide"] .cPost .ipsItemControls::before {
  50.         flex-basis: var(--profile-width) !important;
  51.     }
  52.  
  53.     .ipsPageHeader__meta .ipsUserPhoto ~ div {
  54.         margin: 0 !important;
  55.     }
  56.  
  57.     .ipsPageHeader__meta .ipsType_normal {
  58.         display: flex;
  59.         padding-top: 0.5em;
  60.     }
  61.  
  62.     .ipsPageHeader__meta .ipsType_light {
  63.         margin-left: 1em;
  64.     }
  65.  
  66.     .cTopic .cAuthorPane_photo .ipsUserPhoto_large {
  67.         width: var(--user-thumbnail-size);
  68.         height: var(--user-thumbnail-size);
  69.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement