Advertisement
Guest User

Untitled

a guest
Jul 5th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.74 KB | None | 0 0
  1. .post {
  2.     backdrop-filter: brightness(60%);
  3. }
  4.  
  5.  
  6.  
  7. .post {
  8.     border: 0 !important;
  9. }
  10.  
  11. .title img {
  12.     transform: scaleX(-1);
  13. }
  14.  
  15. .post tbody {
  16.     height: 100%;
  17.     display: block;
  18.     float: right;
  19. }
  20.  
  21. .postbody {
  22.     position: relative;
  23.     text-align: right;
  24.     float: right;
  25.     border-radius: 1em;
  26.     margin: 0.5em 2em 0 0;
  27.     border: 2px solid black  !important;
  28.     overflow: visible !important;
  29.     background-color: white !important;
  30.     padding: 1em 1em 0.5em 1em !important;
  31. }
  32.  
  33. .postbody:after {
  34.     content: url(http://i.somethingawful.com/images/funbox-9-bottom-arrow.gif);
  35.     transform: rotate(-90deg);
  36.     position: absolute;
  37.     right: 15px;
  38.     top: 2.5em;
  39.     width: 0;
  40.     height: 0;
  41. }
  42.  
  43. .userinfo {
  44.     background-color: transparent !important;
  45.     background-image: none !important;
  46. }
  47.  
  48. .lastpost a {
  49.     color: inherit !important
  50. }
  51.  
  52. .author, .registered {
  53.     color: white !important;
  54.     text-shadow: inherit !important;
  55.    
  56. }
  57.  
  58.  
  59. .postlinks, .postdate {
  60.     background-color: transparent !important;
  61. }
  62.  
  63. .profilelinks li a {
  64.     background-color: white;
  65.    
  66. }
  67.  
  68. .breadcrumbs {
  69.     background-color: #f8f8f8;
  70.     border-style: outset;
  71.     border-width: 2px;
  72.     border-radius: 5px;
  73.     padding: 1em 1em 1em 1em
  74. }
  75.  
  76. .threadbar {
  77.     background-color: transparent !important;
  78.     backdrop-filter: brightness(60%) !important;
  79.     box-shadow: inherit !important;
  80.     border: inherit !important;
  81. }
  82.  
  83. .postdate  a {
  84.     color: white !important;
  85.     text-shadow: inherit !important;
  86. }
  87.  
  88. .postdate {
  89.     color: white !important;
  90. }
  91.  
  92. .title {
  93.     color:white !important;
  94. }
  95.  
  96. .profilelinks {
  97.     float: right !important;
  98. }
  99.  
  100. tr.altcolor1, tr.altcolor2 { background-color: transparent; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement