Advertisement
Guest User

RST CHAT STYLE

a guest
Feb 13th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.50 KB | None | 0 0
  1. /*
  2. Instalati:
  3.  
  4. Pentru Chrome: https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en
  5. Pentru Firefox: https://addons.mozilla.org/en-US/firefox/addon/stylish/?src=external-userstyleshome
  6.  
  7. Adaugati codul de mai jos pentru rstforums.com
  8.  
  9. -angrygecko
  10. */
  11.  
  12. #elChatWrapper {
  13.     position: fixed;
  14.     background-color: #1a1a1a;
  15.     top: 0;
  16.     left: 0;
  17.     right: 0;
  18.     bottom: 0;
  19. }
  20.  
  21. .cChatContainer {
  22.     height: 79vh;
  23. }
  24.  
  25. #ipsLayout_header {
  26.     z-index: 10;
  27. }
  28.  
  29. .ipsColumn_wide {
  30.     width: 200px;
  31. }
  32.  
  33. .cChatCompose {
  34.     bottom: -75px  
  35. ;
  36. }
  37.  
  38. .cChatRow .cChatRow_user, .cChatRow .cChatRow_content, .cChatRow .cChatRow_date {
  39.     border: none;
  40.     padding: 7px 10px;
  41. }
  42.  
  43. .cChatRow .cChatRow_user {
  44.     color: #999;
  45. }
  46.  
  47. .ipsTabs {
  48.     padding: 50px 0 0;
  49. }
  50.  
  51. .ipsTabs_item {
  52.     padding: 10px 20px;
  53.     line-height: normal;
  54. }
  55.  
  56. #elUserList {
  57.     max-width: 100%;
  58. }
  59.  
  60. .topBarWrap .ipsLayout_container {
  61.     max-width: 400px;
  62.     z-index: 9999;
  63. }
  64.  
  65. .topBarWrap #searchWrap {
  66.     display: none;
  67. }
  68.  
  69. #header > .ipsLayout_container {
  70.     display: none;
  71. }
  72.  
  73. .cChatRow_date {
  74.     color: #444;
  75. }
  76.  
  77. @media (max-width: 768px) {
  78.     .ipsColumn.ipsColumn_wide {
  79.         display: none !important;
  80.     }
  81.    
  82.     .cChatTab {
  83.         height: auto;
  84.     }
  85.    
  86.     .cEmoticonsButton,
  87.     .cSendButton {
  88.         display: none !important;
  89.     }
  90.    
  91.     .cChatCompose .ipsColumn.ipsColumn_fluid {
  92.         margin-bottom: 3px !important;
  93.     }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement