Advertisement
Twilypastes

cleverbot css for stylish

Jun 21st, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. /* CLEVERBOT.COM */
  2. @-moz-document regexp("https?://.*.cleverbot.com.*") {
  3.     html,body { background: #17181A !important; color: #CECFD1 !important; }
  4.     p { display: inline-block !important; width: 100% !important; padding: 0 0 12px !important; }
  5.    
  6.     #cleverbotlogo, #snipTextIcon, #footer, #cbsocial { display: none !important; }
  7.     .sayitbutton, .stimulus { background: #27282B !important; color: #CECFD1 !important; border: 0 !important; }
  8.    
  9.     #newconv { color: #8c86fc !important; border-bottom: 2px solid #27282B !important; margin-bottom: 12px !important; }
  10.     #newconv:hover { color: #ea75bc !important; text-decoration: underline !important; }
  11.    
  12.     .user { color: #84bd3f !important; float: right !important; }
  13.     .bot { color: #aaabad !important; }
  14.     .user, .bot { background: transparent !important; border-radius: 2px !important; padding: 12px 0 !important; }
  15.    
  16.     #wrapper { position: relative !important; width: 100% !important; height: 100% !important; }
  17.     #content { margin: 0 !important; position: absolute !important; top: 50% !important; left: 50% !important;
  18.                margin-right: -50% !important; transform: translate(-50%,-50%) !important; }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement