Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Original CSS by u/chaos_8, slight modifications by u/1998CR*/
- /*---COLOR CONFIG---*/
- h1 {
- color: #ffffff; /*Change title text color*/
- background-color:#0079D3 /*Change the title header background color*/
- }
- blockquote>blockquote{ /* retweets */
- background-color:#00000026;
- border-left-color: #67bef5!important; /*Change the left border of an embedded retweet*/
- }
- p>em>a{
- color: #1da1f2 !important; /*Color of the tweeter's name*/
- }
- a:link{
- color:#1da1f2; /*A link*/
- }
- a:visited{
- color: #862adb /*A link you already clicked on and visited*/
- }
- /*---*/
- blockquote {
- font-size: 13.8px;
- line-height: 16px;
- margin: 10px 10px;
- position: relative;
- top: -18px;
- }
- blockquote>blockquote{
- top: 10px;
- left: -11px;
- border-left: 2px solid;
- border-bottom-color: currentcolor;
- border-top: 1px solid;
- border-top-color: transparent!important;
- width: 100%;
- }
- 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;
- font-style: italic;
- text-decoration: none;
- font-family: "Courier New", Courier, monospace;
- text-align: center;
- display: block;
- height: 3px;
- }
- del:first-child {
- top: -20px;
- }
- p{
- margin-bottom:0;
- }
- a{
- overflow-wrap:break-word;
- }
- h1 {
- text-indent: 5px;
- padding: 10px 0px 10px 5px;
- margin: 0;
- font-size: 14px;
- font-family: IBMPlexSans,sans-serif;
- letter-spacing: 0.5px;
- background-size: 45px;
- /*background-image: url(%%logo%%);*/
- background-repeat: no-repeat;
- background-position: right;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
- html{
- background-color:transparent;
- color: #7d7d7d;
- }
- blockquote{
- background-color:transparent;
- color: #7d7d7d;
- }
- em{
- color: #7d7d7d;
- }
- hr {
- border-color: #00000026;
- }
- h2::before, h3::before, h4::before, h5::before, h6::before{
- background-color: #00000026;
- }
- /*If you want to customize colors based on the DEVICE's scheme (not reddit's night mode feature)*/
- /*@media (prefers-color-scheme: dark) {}*/
- /*@media (prefers-color-scheme: light) {}*/
- 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>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%;
- }
- /* MODIFY THIS FOR PROFILE PICTURES */
- h2::before{background-image: url(%%profile1%%);} /* 1 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement