Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .grid-container {
- display: grid;
- grid-template-columns: auto 60px 60px 60px 60px 60px auto;
- padding: 10px;
- }
- .grid-item {
- padding: 10px;
- text-align: center;
- }
- .user-img,
- .otheruser-img {
- width: auto;
- height: 84px;
- /* margin-top: 5px; */
- margin-bottom: 5px;
- }
- .user-img,
- .otheruser-img {
- margin-bottom: 2em;
- }
- .user-img {
- float: right;
- }
- .contact {
- color: black;
- font-family: Arial;
- font-weight: bold;
- margin-bottom: -10px;
- margin-top: -5px;
- }
- body {
- background-color: #3b292c;
- }
- .messenger {
- max-width: 400px;
- margin: auto;
- margin-bottom: 25px;
- }
- .messagebody {
- min-width: 320px;
- max-height: 70vh;
- background: rgb(179, 0, 0);
- padding-left: .5em;
- padding-right: .5em;
- display: table;
- border-radius: 0 1em 0 0;
- overflow-y: scroll;
- overflow-x: scroll;
- }
- .header {
- font-size: 17px;
- background-color: white;
- text-align: left;
- margin: auto;
- padding-left: 1rem;
- padding-top: 1rem;
- padding-bottom: .4rem;
- margin-bottom: 1rem;
- margin-left: -.5em;
- margin-right: -.5em;
- border-bottom: rgb(125 125 125) 1.5px solid;
- border-radius: 0 1em 0 0;
- }
- .user-messages p,
- .otheruser-messages p,
- .header p,
- .otheruser-icon p,
- .user-icon p,
- .alert p,
- .mini_img p {
- margin: 0px;
- padding: 0px;
- }
- .otheruser-text,
- .user-reply,
- .tagline,
- .alert,
- .otheruser-name,
- .user-name {
- font-family: "Optima Nova", "Vera Humana", "Vanitas", "Avenir", Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: rgb(237, 237, 237);
- max-width: 80%;
- padding: .2em 1em;
- clear: both;
- font-size: 14px;
- line-height: 1.2rem;
- position: relative;
- }
- .fbhide {
- display: none;
- }
- .otheruser-name {
- padding-top: 0;
- margin-bottom: -2.5em;
- display: table;
- clear: both;
- }
- .user-name {
- padding-top: 0;
- display: table;
- margin-bottom: -2.5em;
- margin-left: auto;
- clear: both;
- }
- .user-container {
- display: grid;
- grid-template-columns: auto 80px;
- }
- .otheruser-container {
- display: grid;
- grid-template-columns: 90px auto;
- }
- .otheruser-messages {
- min-width: 220px;
- }
- .otheruser-icon,
- .user-icon {
- display: inline-block;
- width: 90px;
- }
- .user-icon {
- margin-left: auto;
- margin-right: 20px;
- }
- .icon img {
- width: 80px;
- /* that width just looked best for Akechi */
- height: auto;
- background-color: transparent;
- }
- .otheruser-icon img {
- width: 95px;
- /* nvm I actually wanted Akechi's a little bit larger lol */
- }
- .mini_img img {
- width: 20px;
- height: 20px;
- margin: 0px;
- padding: 0px;
- }
- .hide {
- display: none;
- }
- br {
- width: 1px;
- }
- .alert {
- border-width:3px;
- border-style:solid;
- border-color:white;
- margin-bottom: 1rem;
- padding-top: .3rem;
- padding-bottom: .3rem;
- text-align: center;
- font-size: 11px;
- }
- .header,
- .tagline {
- min-width: 300px;
- }
- .tagline {
- font-size: 12px;
- padding-bottom: 0;
- }
- .text-mini-summary {
- font-size: 10px;
- }
- .text-link {
- color: rgb(156, 135, 102);
- }
- .text-link:hover {
- text-decoration: underline;
- cursor: pointer;
- }
- .mini-time {
- font-size: 10px;
- }
- .user-reply {
- float: right;
- color: black;
- /* Top, right, bottom, left */
- padding: 1em 2em 1em 3em;
- background-image: url("https://archive.org/download/my_message/my_message.png");
- /* IMGUR: background-image: url("https://imgur.com/Rp7jocM.png") */
- background-origin: border-box;
- background-size: 100% 100%;
- }
- .user-reply:before {
- content:url("https://archive.org/download/userreplytail/userreplytail.png");
- position:absolute;
- left: 90%;
- /* imgur: content:url("https://imgur.com/Ml1mkaL.png") */
- }
- .otheruser-text {
- margin: 1rem;
- float: left;
- /* Top, right, bottom, left */
- padding: 1.2em 1.5em 1.2em 1.5em;
- background-image: url("https://archive.org/download/sending_message/sending_message.png");
- /* background-image: url("https://imgur.com/mWBAqFR.png"); USE THIS ONE WHEN NOT USING LIVESERVER*/
- background-origin: border-box;
- background-size: 100% 100%;
- position: relative;
- }
- .otheruser-text:after {
- content:url("https://imgur.com/XHJHdoo.png");
- /* IMGUR file: content:url("https://imgur.com/Qgl1oJA.png") */
- position:absolute;
- display: block;
- margin-left:-35px;
- margin-top:-25px;
- background-size: 100%;
- }
- .otheruser-text,
- .user-reply {
- margin-top: .8rem;
- margin-bottom: 1rem;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement