Advertisement
Guest User

the avatars say the posts

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