Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #workskin .phone {
- max-width: 300px;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- display: table;
- margin: auto;
- }
- #workskin .header {
- min-width: 300px;
- background-color: #333333;
- border-bottom: 1px solid #858C99;
- color: #ffffff;
- font-weight: bold;
- padding-bottom: .5em;
- padding-top: .5em;
- margin-left: -.5em;
- margin-right: -.5em;
- margin-bottom: -2em;
- text-align: center;
- text-transform: capitalize;
- display: table;
- }
- #workskin img.avatar {
- border-radius: 50%;
- height: 40px;
- width: 40px;
- display: inline;
- margin-left: auto;
- margin-right: auto;
- }
- #workskin .messagebody {
- background-color: #333333;
- display: table;
- padding-left: .5em;
- padding-right: .5em;
- }
- #workskin .text {
- float: left;
- color: #000000;
- margin: 0 0 0.5em;
- border-radius: 1em;
- padding: 0.5em 1em;
- background: #E5E5EA;
- max-width: 75%;
- clear: both;
- position: relative;
- }
- #workskin .text::after {
- content: "";
- position: absolute;
- left: -.5em;
- bottom: 0;
- width: 0.5em;
- height: 1em;
- border-right: 0.5em solid #E5E5EA;
- border-bottom-right-radius: 1em 0.5em;
- }
- #workskin .breply {
- float: right;
- color: #FFFFFF;
- margin: 0 0 0.5em;
- border-radius: 1em;
- padding: 0.5em 1em;
- background: #0389C6;
- max-width: 75%;
- clear: both;
- position: relative;
- }
- #workskin .breply::after {
- content: "";
- position: absolute;
- right: -0.5em;
- bottom: 0;
- width: 0.5em;
- height: 1em;
- border-left: 0.5em solid #0389C6;
- border-bottom-left-radius: 1em 0.5em;
- }
- #workskin .time {
- min-width: 295px;
- color: #ffffff;
- font-size: .75em;
- padding-bottom: .5em;
- padding-top: .5em;
- margin-left: -.5em;
- margin-right: -.5em;
- margin-bottom: -.5em;
- text-align: center;
- display: table;
- }
- #workskin .readreceipt {
- color: #ffffff;
- font-size: .75em;
- float: right;
- position: relative;
- clear: both;
- margin: -.75em -1.25em 0.5em 0;
- padding: 0 1em 0.5em;
- }
Advertisement
Add Comment
Please, Sign In to add comment