Advertisement
Twilypastes

twily-chat-css (for masonry)

Apr 15th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. /* TWILY.INFO/CHAT */
  2. @-moz-document regexp("https?://.*twily.info/chat.*") {
  3.     html,body, input {
  4.         font-family: "Droid Sans", "Liberation Sans", "DejaVu Sans", "Segoe UI", Sans !important;
  5.         font-size: 10pt !important;
  6.     }
  7.     #container { border: 0 !important; height: calc(100% - 1.6em) !important; }
  8.     .btn {
  9.         color: #606163 !important; width: 75px !important; transition: .2s ease;
  10.         border-radius: 0px !important; border-left-width: 1px !important;
  11.     }
  12.     #qbox a:link, #qbox a:visited { background: #111113 !important; color: #AAABAD !important; }
  13.     #qbox a:hover, #qbox a:active, .btn:hover { background: #84BD3F !important; color: #111113 !important; }
  14.     input[type="text"] {
  15.         width: calc(100% - 75px) !important; transition: .2s ease;
  16.         border-radius: 1px;
  17.     }
  18.     input[type="text"]:focus { background: #111113 !important; color: #CECFD1 !important; }
  19.     input { border-width: 0 !important; height: 1.6em !important; }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement