Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.84 KB | None | 0 0
  1. /* Use this CSS with Modern maximized window theme and Bubble as minimized theme. It works for desktop only. */
  2.  
  3. #operator_avatar {
  4. border: none !important;
  5. }
  6.  
  7. #livechat-full {
  8.   bottom: 0 !important;
  9.   right: 0 !important;
  10.   height: 740px !important;
  11.   max-height: 100% !important;
  12.   width: 400px !important;
  13. }
  14.  
  15. #content {
  16. background: none !important;
  17.     box-shadow: 0 1.5rem 2rem rgba(0,0,0,.3)!important;
  18. }
  19.  
  20. #wrapper {
  21.   padding: 2rem 2rem 2rem 2rem !important;
  22.   top: -20px !important;
  23. }
  24.  
  25. #content, #wrapper {
  26.   border-radius: 0.5rem !important;
  27. }
  28.  
  29. .title-bg, #body-inner, #operators td, #survey-after-greeting, #footer td {
  30.   background: rgba(0,0,0,.65) !important;
  31.   box-shadow: none !important;
  32. }
  33.  
  34. .operators-bar .wrapper, .title-button, .title-button:hover {
  35. background: none !important;
  36. }
  37.  
  38. .operator-name, .operator-role, .icon-thumbs-down, .icon-thumbs-up, .icon-email {
  39. color: #fff !important;
  40. border-right-color: #fff !important;
  41. }
  42.  
  43. .avatar {
  44. border-radius: 100% !important;
  45. }
  46.  
  47. #title {
  48.     border-top-left-radius: 0.5rem;
  49.     border-top-right-radius: 0.5rem;
  50. }
  51.  
  52. #body-container p {
  53. padding: .25rem 1rem;
  54. }
  55.  
  56. .msg-text {
  57. padding: .9rem 1.1rem;
  58. width:auto;
  59. display: inline-block;
  60.     margin-bottom: .125rem !important;
  61. }
  62.  
  63. .msg-text a {
  64. color: inherit!important;
  65. }
  66.  
  67. .client .msg-text {
  68. background: #3e7ce4;
  69. color: #fff;
  70. border-radius: 1.4rem 1.4rem .3rem 1.4rem;
  71. }
  72.  
  73. .client.same-author .msg-text {
  74. border-radius: 1.4rem .3rem .3rem 1.4rem;
  75. }
  76.  
  77. .client.last-sent .msg-text {
  78. border-radius: 1.4rem .3rem 1.4rem 1.4rem;
  79. }
  80.  
  81. .operator .msg-text {
  82. background: #fff;
  83. color: #000;
  84. border-radius: 1.3rem 1.4rem 1.4rem .3rem;
  85. }
  86.  
  87. .operator.same-author .msg-text {
  88. border-radius: .3rem 1.4rem 1.4rem .3rem;
  89. }
  90.  
  91. .client .author, .operator .author {
  92. color: #fff !important;
  93. }
  94.  
  95. .client {
  96. text-align: right;
  97. }
  98.  
  99. .time {
  100. display: none;
  101. }
  102.  
  103. /*.delivered-indicator {
  104. display: none!important;
  105. }
  106.  
  107. .last-seen-indicator {
  108.     display: none !important;
  109. }*/
  110.  
  111. .last-sent .delivered-indicator, .last-seen .last-seen-indicator {
  112.     display: block !important;
  113.     color: hsla(0,0%,100%,.8);
  114.     font-size: .65rem;
  115.     clear: both;
  116.     padding: .2rem;
  117. }
  118.  
  119. .last-seen .delivered-indicator {
  120.   display: none !important;
  121. }
  122.  
  123. #typing-indicator {
  124.     color: hsla(0,0%,100%,.8);
  125. text-align: right;
  126. }
  127.  
  128. #rate_me_feedback_form, #email_transcript_form {
  129.     margin: 2rem 1rem 1rem !important;
  130.     border-radius: 1rem;
  131.     background: #fff;
  132.     color: #000;
  133.     text-align: center;
  134.     padding: 1rem .5rem !important;
  135.     box-shadow: 0px 0px 20px 2px rgba(0,0,0,1) !important;
  136. }
  137.  
  138. .system {
  139.     text-align: center;
  140. }
  141.  
  142. .system .msg-text, .system .msg-text a {
  143.     padding: .5rem;
  144.     color: hsla(0,0%,100%,.8);
  145. }
  146.  
  147. #email_transcript_form input[type=submit], #operators #rate_me_feedback_form input[type=submit], .submit input, #send-file {
  148. background-color: #3e7ce4 !important;
  149. box-shadow: none !important;
  150. }
  151.  
  152. .submit input:hover {
  153.     opacity: 1 !important;
  154. }
  155.  
  156. #confirm-closing p.actions {
  157. width: 100% !important;
  158. }
  159.  
  160. #confirm-closing {
  161.     color: hsla(0,0%,100%,.8);
  162. }
  163.  
  164. .form {
  165.     border-radius: 1rem;
  166.     background: #fff;
  167.     color: #000;
  168. }
  169.  
  170. #body label {
  171. color: #000;
  172. }
  173.  
  174. .message-wrapper {
  175. padding: 0 !important;
  176. }
  177.  
  178. #message-placeholder {
  179. color: transparent !important;
  180. }
  181.  
  182. #message-placeholder::before {
  183. content:'Type a message here...';
  184. color: #b3b3b3;
  185. }
  186.  
  187. #footer td {
  188.     border-bottom-left-radius: 0.5rem;
  189.     border-bottom-right-radius: 0.5rem;
  190. padding: 3px;
  191. }
  192.  
  193. #powered .footer {
  194. background: none!important;
  195. color:#fff;
  196. }
  197.  
  198. #footer #powered {
  199.     text-shadow: 0 0.1rem 0.6rem rgba(0,0,0,.7);
  200. }
  201.  
  202. #content .form .form_header {
  203.     margin: 10px 0px !important;
  204. }
  205.  
  206. #message-wrapper .btn-send {
  207. display: block;
  208. right: 2.5rem!important;
  209. position: absolute;
  210. padding: 5px;
  211. color:#fff;
  212. background-color: #3e7ce4;
  213. height: 25px;
  214. z-index: 3;
  215. bottom: 3.25rem;
  216. border: none;
  217. border-radius: .25rem;
  218. }
  219.  
  220. #message {
  221. padding-right: 2.65rem;
  222. }
  223.  
  224. #send-file-clip {
  225. right: 1.05rem;
  226. top: .5rem;
  227. }
  228.  
  229. #send-file-clip .icon-clip {
  230.     font-weight: bold;
  231.     color: #1556c1;
  232.     text-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.175);
  233. }
  234.  
  235. #popup-file {
  236.     border-radius: 1rem;
  237.     background: #fff;
  238.     color: #000;
  239.     left: 10%;
  240.     width: 80%;
  241. }
  242.  
  243. .thumbnail {
  244. border: none!important;
  245. margin: 5px auto;
  246. }
  247.  
  248. .integration {
  249. text-align:center;
  250. }
  251.  
  252. .integration .msg-text {
  253. padding: .9rem 1.1rem;
  254. width:auto;
  255. display: inline-block;
  256.     margin-bottom: .125rem !important;
  257. background: #fff;
  258. border-radius: 1.4rem;
  259. }
  260.  
  261. .url-preview {
  262.     background: #fff;
  263.     padding: .5rem;
  264.     border: none;
  265.     border-radius: 1.4rem;
  266. }
  267.  
  268. .details .title, .details .description {
  269. color: #000 !important;
  270. }
  271.  
  272. .url-preview.hover .details .title {
  273. color: #3e7ce4!important;
  274. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement