Facebook
From Huseyn Locked, 4 Years ago, written in CSS.
This paste is a reply to Untitled from Huseyn Locked - go back
Embed
Viewing differences between Untitled and Re: Untitled
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-weight: normal;
line-height: 1.42857143;
font-size: 14px;
box-sizing: border-box;
user-select: none!important;
position: absolute;
display: inline-block;
overflow: hidden;
transform-origin: bottom left;
font-family: "Open Sans";
#chat-panel {
    
background-color: transparent;
transparent;
    
border-radius: 0px;
0px;
    
border: none;
none;
    
color: white;
white;
    
bottom: 15px;
15px;
    
left: 10px;
min-width: 200px;
min-height: 125px;
max-width: 400px;
max-height: 250px;
pointer-events: none;
border-color: 
10px;
    border: 2px solid 
rgba(255, 255, 255, 0.255, .2);
transform: scale(1.05);
    border-radius: 5px;
    
width: 360px;
400px;
    
height: 250px;250px;
    min-width: 200px;
    min-height: 125px;
    max-width: 800px;
    max-height: 500px;
    overflow: hidden;
    transform-origin: bottom left;
    font-family: "Open Sans";
}

.chat-name {
    margin-right: 2px;
    pointer-events: all;
}