thisisnotras

CSS Styling

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