Last active
April 28, 2021 21:01
-
-
Save TheEpicFace007/909fc6a678f63c91fcf03a916f41fc69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* hide ads */ | |
.adg-rects { | |
display: none !important; | |
} | |
.button { | |
transition: all 250ms ease-in; | |
} | |
.opContainer .name { | |
color: #ACA63A !important; | |
} | |
.postContainer, .replyContainer { | |
margin: 0.8em !important; | |
} | |
#quickReply { | |
opacity: 70%; | |
backdrop-filter: saturate(50%) blur(10px); | |
} | |
.data-tip { | |
opacity: 40%; | |
} | |
.quotelink { | |
transition: all 100ms cubic-bezier(0.39, 0.58, 0.57, 1); | |
} | |
a { | |
transition: all 150ms cubic-bezier(0.39, 0.58, 0.57, 1); | |
} | |
#quote-preview { | |
backdrop-filter: saturate(50%) blur(10px); | |
-webkit-backdrop-filter: saturate(50%) blur(10px); | |
opacity: 70%; | |
border: solid 1px #1e1e1e !important; | |
} | |
a.fileThumb > img:hover { | |
transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 0.96) ease-in; | |
height: auto !important; | |
width: 20em !important; | |
} | |
a.fileThumb > img { | |
transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important; | |
height: auto !important; | |
width: 10em !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment