Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- blockquote {
- font-size: 13.8px;
- line-height: 16px;
- margin: 10px 5px;
- position: relative;
- top: -18px;
- margin-top: 0px;
- margin-bottom: 0px;
- }
- blockquote>blockquote{
- top: 1px;
- left: -12px;
- border-bottom: 1px solid;
- border-bottom-color: currentcolor;
- border-top: 1px solid;
- border-top-color: currentcolor;
- width: 104%;
- }
- blockquote>blockquote>p {
- left: 9px;
- position: relative;
- width: ;
- top: -8px;
- padding-right: 18px;
- }
- blockquote>blockquote>p>strong>a {
- font-size: 14px;
- top: -2px;
- position: relative;
- }
- blockquote>p:first-child {
- margin-top: 16px;
- }
- blockquote>p:not(:first-child) {
- margin-top: 8px;
- }
- .md>p>a:link{
- left: 43px;
- top: -9px;
- position: relative;
- font-size: 14px;
- text-decoration: none;
- font-family: IBMPlexSans, sans-serif;
- }
- html{
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- display: none;
- }
- body {
- font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
- margin: 0px;
- }
- div>p>strong>a{
- display: block;
- text-align: center;
- padding-top: 5px;
- padding-bottom: 5px;
- position: relative;
- bottom: 7px;
- border: 1px solid;
- text-decoration: none;
- color: #1DA1F2 !important;
- }
- strong>a{
- text-decoration: none;
- }
- em {
- font-style: normal;
- font-weight: normal;
- }
- p>em>a{
- font-style: normal;
- text-decoration: none;
- }
- p>del {
- position: relative;
- top: -9px;
- font-size: 10px;
- text-decoration: none;
- text-align: center;
- display: block;
- height: 3px;
- }
- del:first-child {
- top: -20px;
- }
- p{
- margin-bottom:0;
- }
- h1 {
- text-indent: 5px;
- color: #fff;
- padding-top: 14px;
- padding-bottom: 14px;
- padding-left: 5px;
- letter-spacing: .5px;
- background-color: rgb(0, 121, 211); /* You will need to adjust this to match your subreddit theme color */
- margin: 0;
- font-size: 16px;
- font-family: IBMPlexSans,sans-serif;
- background-size: 45px;
- border-top-right-radius: 2px;
- border-top-left-radius: 2px;
- /*background-image: url(%%logo%%);*/
- background-repeat: no-repeat;
- background-position: right;
- position: sticky;
- top: 0;
- z-index: 1;
- }
- @media (prefers-color-scheme: dark) {
- html{
- background-color:#19191B;
- color: #d7dadc;
- }
- h1 {
- color: #d7dadc;
- }
- blockquote{
- background-color:#19191B;
- color: #d7dadc;
- }
- blockquote>blockquote{ /* retweets */
- background-color:#15202d;
- border-color: #343536;
- }
- em{
- color: #646b72;
- }
- p>em>a{
- color: #1da1f2 !important;
- }
- a:link{
- color:#d7dadc;
- }
- a:visited{
- color:#757575;
- }
- hr {
- border-color: #343536;
- }
- h2::before, h3::before, h4::before, h5::before, h6::before{
- background-color: black;
- }
- }
- @media (prefers-color-scheme: light) {
- html{
- background-color: white;
- }
- blockquote{
- color: black;
- }
- blockquote>blockquote{ /* retweets */
- background-color: #F5F8FA;
- border-color: #edeff1;
- }
- em{
- color: #657786;
- }
- p>em>a{
- color: #0079D3 !important;
- }
- strong>a:visited{
- color: black;
- }
- a:link{
- color:black;
- }
- a:visited{
- color:#4e4e4e;
- }
- hr {
- border-color: #edeff1;
- }
- h2::before, h3::before, h4::before, h5::before, h6::before{
- background-color: white;
- }
- }
- hr {
- border-style: solid;
- border-width: 0.6px;
- margin: 0;
- }
- h2, h3, h4, h5, h6{
- top: -9px;
- height: 20px;
- position: relative;
- margin: 0px;
- font-size: 14px;
- font-family: IBMPlexSans,sans-serif;
- font-weight: bold;
- }
- h2,h3,h4,h5,h6 > strong > a > em {
- word-break: break-all;
- white-space: nowrap;
- }
- h2>strong, h3>strong, h4>strong, h5>strong, h6>strong{
- left: 10px;
- position: relative;
- }
- h2::before, h3::before, h4::before, h5::before, h6::before{
- display: inline-block;
- width: 33px;
- height: 33px;
- position: relative;
- top: 21px;
- left: 6px;
- background-size: 33px;
- content: "";
- background-color: #FFFFFF;
- border-radius: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement