Guest User

Untitled

a guest
Jul 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. #upload_target {
  2. display:none ! important;
  3. }
  4. div.bottom {
  5. padding:0px ! important;
  6. margin:0px ! important;
  7. background-image: none ! important;
  8. }
  9. div#last_message{
  10. display:none ! important;
  11. }
  12. div#clipper {
  13. display:none ! important;
  14. }
  15. div.speak {
  16. width: 100% ! important;
  17. padding:0px ! important;
  18. margin:0px ! important;
  19. }
  20. div.Left div.col {
  21. margin:0px ! important;
  22. padding-top: 0px ! important;
  23. padding-bottom: 0px ! important;
  24. background-image:none ! important;
  25. }
  26. div#Header {
  27. display:none ! important;
  28. }
  29. div#Sidebar {
  30. display:fixed ! important;
  31. right:-800px ! important;
  32. margin:0px ! important;
  33. padding:0px ! important;
  34. }
  35. div#corner_logo {
  36. display:none ! important;
  37. }
  38. tbody#chat div, tbody#chat span {
  39. font-size: .9em ! important;
  40. }
  41. div.Left {
  42. width: 100% ! important;
  43. padding: 0px ! important;
  44. margin: 0px ! important;
  45. }
  46. div#Wrapper {
  47. padding: 0px ! important;
  48. margin: 0px ! important;
  49. }
  50. div#Container {
  51. margin:0px auto 0pt ! important;
  52. padding:0px ! important;
  53. padding-bottom:5px ! important;
  54. background-color:#FFFFFF ! important;
  55. color: #FFFFFF ! important;
  56. }
  57.  
  58. #todays_transcript {
  59. color: #fff ! important;
  60. }
  61. code, pre {
  62. background: #636363 ! important;
  63. color: #fff ! important;
  64. }
  65. tbody#chat div, tbody#chat span {
  66. font-size: 1.5em ! important;
  67. font-family: "Whitney HTF", "Myriad Pro" ! important;
  68. line-height: 130%;
  69. }
  70. a {
  71. color: #8EBCDD ! important;
  72. }
  73. a:hover {
  74. background: none ! important;
  75. text-decoration: underline ! important;
  76. }
  77. div.col {
  78. background: #3E3E3E ! important;
  79. }
  80. table.chat tr.you td {
  81. background: none ! important;
  82. color: #DFE74C ! important;
  83. }
  84. table.chat tr.leave_message td, table.chat tr.enter_message td, table.chat tr.kick_message td {
  85. background: #636363 ! important;
  86. color: #ddd ! important;
  87. border: 0px ! important;
  88. }
  89. table.chat tr.timestamp_message td.time {
  90. border: 0px !important;
  91. }
  92. table.chat td.date {
  93. border: 0px !important;
  94. }
  95. table.chat td.person {
  96. border: 0px !important;
  97. }
  98. table.chat td {
  99. border-bottom:1px solid #4C4C4C ! important;
  100. border-left:0px solid #000 ! important;
  101. }
  102. table.chat td.person {
  103. background: none ! important;
  104. }
  105. tr.propane_search td { background-color: #ffd8d8 ! important; }
  106.  
  107. tr.propane_current_search td { background-color: #ff9090 ! important; }
  108.  
  109. form#search_form { display: none ! important; }
Add Comment
Please, Sign In to add comment