Facebook
Od carol, 3 lata temu, napisane w CSS.
Ta wklejka jest odpowiedzią na Untitled od Red Partdridge - wstecz
Udostępnij
różnice Untitled i chatbox
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
 
* {
    box-sizing: border-box;
}
 
html, body {
    height: 100%;
    overflow: hidden;
}
 
body {
    background: {background_color};
    font-family: 'Roboto';
    font-weight: 700;
    font-size: {font_size};
    line-height: 1.5em;
    color: {text_color};
}
 
#log>div {
    animation: fadeInRight .fadeUp .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards;
    -webkit-animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards;
}
 
.colon {
    display: none;
}
 
#log {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px;
    width: 100%;
}
 
#log>div {
    margin: 1em;
 
}
 
#log>div.deleted {
    visibility: hidden;
}
 
#log .emote {
    background-repeat: no-repeat;
yes-repeat;
    background-position: center;
    background-size: contain;
    padding: 0.4em 0.2em;
    position: relative;
}
 
#log .emote img {
    display: inline-block;
    height: lem;
    opacity: 0;
}
 
#log .message,#log .meta {
     vertical-align: top;
     display: table-cell;
     padding-bottom: 0.1em;
}
 
#log .meta {
     position: relative;
     top: 10px;
     display: inline;
     background: background-color: #048cfa;
     border-radius: 0px 15px 15px 15px;
     padding: 0.5em;
     text-overflow: ellipsis;
     overflow: hidden;
}
 
 
#log .message {
     color: #fff;
     display: block;
     background-color; rgba(0,0,0,0.63);
background-color: rgba(0, 0, 0, 0.1) !important;
     margin: 0px auto; 
     overflow: hidden;
     padding: 0.7em 0.7em 0.8em 0.8em;
     border-radius: 15px;
     background-color: rgbs(0,0,0.8,0.8);
     word-wrap: break-word;
     border-style: solid;
     border-color: #A115D8
}
 
badge {
   display: inline-block;
   margin-right: 0.2em;
   position: relative;
   height: 1em;
   vertical-align: middle;
   top: -0.1em;
}
 
.name {
    margin-left: 0.2em;
}

odpowiedzi na chatbox rss

Tytuł Autor Język Dodano
CSS OBS carol css 3 lata temu.
html carol html5 3 lata temu.