Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- PROFILE & NOTES TEXT --
- font-family: basiic;
- right: 3px;
- Profile\s\s\s\s\s\s\sNotes!
- -- MESSAGES & HOME TEXT --
- font-family: basiic;
- right: 12.5px;
- Messages\s\s\s\s\sHome!
- -- ABOUT, LIKES , NOTES --
- font-family: hearts;
- background: white;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-left: 6px;
- padding-right: 6px;
- border-radius: 10px;
- -webkit-box-shadow: 0px 0px 3px #000;
- BOLD TEXT:
- font-family: basiic;
- font-size: 1.2em;
- color: #000;
- HIGHLIGHTS:
- background: transparent;
- font-family: emoji;
- -- BYF & DNI --
- it's pretty much the same as the previous, the byf only has positioning!
- height: 9em;
- overflow: auto;
- font-family: hearts;
- background: white;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-left: 6px;
- padding-right: 6px;
- border-radius: 10px;
- -webkit-box-shadow: 0px 0px 3px #000;
- bottom: 9px;
- -- LEFT MESSAGE --
- font-family: hearts;
- background: #CFCFCF;
- border-radius: 4px;
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 5px;
- padding-right: 5px;
- width: 90%;
- left: -4em;
- MOBILE:
- width: 85%;
- left: -2.2em;
- -- RIGHT MESSAGE --
- font-family: hearts;
- background: #CFCFCF;
- border-radius: 4px;
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 5px;
- padding-right: 5px;
- width: 90%;
- right: -6em;
- MOBILE:
- right: -5em;
- width: 85%;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement