thisisnotras

Untitled

Oct 15th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #roomlogs {
  2. box-sizing: border-box;
  3. padding-right: 6px;
  4. }
  5.  
  6. #roomlogs tr td:nth-child(1) {
  7. text-align: right;
  8. }
  9.  
  10. #roomlogs tr:nth-child(1) td {
  11. text-align: left;
  12. }
  13.  
  14. #userlist * {
  15. font-style: normal;
  16. text-align: left;
  17. }
  18.  
  19. /* FORMAT NAMES IN ROOMS */
  20.  
  21. /* FORMAT NAMES IN ROOMS - END */
  22.  
  23. /* FORMAT TEXT IN WRITING BOX - START*/
  24.  
  25. /* FORMAT TEXT IN WRITING BOX - END*/
  26.  
  27. /* FORMAT NAMES IN PM */
  28.  
  29. span.tooltip.tooltipstered {
  30. font-weight: 400;
  31. }
  32.  
  33. td a span {
  34. /* text-shadow: 0px 0px .01px; */
  35. font-style: italic;
  36. font-weight: 400;
  37. text-align: right ;
  38. }
  39.  
  40. textarea {
  41. color: gray;
  42. }
  43.  
  44. tr a[href="https://roleplay.chat/profile.php?user="] {
  45. display: none;
  46. }
  47.  
  48. tr span[style="color: #codes;"] {
  49. display: none;
  50. }
  51.  
  52. tr td * {
  53. text-align: justify;
  54. text-justify: inter-word;
  55. }
  56.  
  57. tr td span {
  58. word-break: break-word;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment