Facebook
From Huseyn Locked, 4 Years ago, written in CSS.
This paste is a reply to Untitled from Huseyn Locked - view diff
Embed
Download Paste or View Raw
Hits: 192
  1. #chat-panel {
  2.     background-color: transparent;
  3.     border-radius: 0px;
  4.     border: none;
  5.     color: white;
  6.     bottom: 15px;
  7.     left: 10px;
  8.     border: 2px solid rgba(255, 255, 255, .2);
  9.     border-radius: 5px;
  10.     width: 400px;
  11.     height: 250px;
  12.     min-width: 200px;
  13.     min-height: 125px;
  14.     max-width: 800px;
  15.     max-height: 500px;
  16.     overflow: hidden;
  17.     transform-origin: bottom left;
  18.     font-family: "Open Sans";
  19. }
  20.  
  21. .chat-name {
  22.     margin-right: 2px;
  23.     pointer-events: all;
  24. }
  25.