Advertisement
Guest User

Untitled

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