Advertisement
Guest User

the avs say the posts

a guest
Jul 4th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. .post {
  2.     backdrop-filter: grayscale(100%) brightness(60%);
  3. }
  4.  
  5. .post {
  6.     border: 0 !important;
  7. }
  8.  
  9. .title img {
  10.     transform: scaleX(-1);
  11. }
  12.  
  13. .post tbody {
  14.     height: 100%;
  15.     display: block;
  16.     float: right;
  17. }
  18.  
  19. .postbody {
  20.     position: relative;
  21.     text-align: right;
  22.     float: right;
  23.     border-radius: 1em;
  24.     margin: 0.5em 2em 0 0;
  25.     border: 2px solid black  !important;
  26.     overflow: visible !important;
  27.     background-color: white !important;
  28.     padding: 1em 1em 0.5em 1em !important;
  29. }
  30.  
  31. .postbody:after {
  32.     content: url(http://i.somethingawful.com/images/funbox-9-bottom-arrow.gif);
  33.     transform: rotate(-90deg);
  34.     position: absolute;
  35.     right: 15px;
  36.     top: 2.5em;
  37.     width: 0;
  38.     height: 0;
  39. }
  40.  
  41. .userinfo {
  42.     background-color: transparent !important;
  43.     background-image: none !important;
  44. }
  45.  
  46. .author, .registered {
  47.     color: white !important;
  48.     font-family: "Comic Sans MS";
  49. }
  50.  
  51. .postlinks, .postdate {
  52.     background-color: transparent !important;
  53. }
  54.  
  55. .profilelinks li a {
  56.     background-color: white;
  57. }
  58.  
  59. tr.altcolor1, tr.altcolor2 { background-color: transparent; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement