Advertisement
Guest User

Untitled

a guest
Aug 7th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. /* post space left - userinfo */
  2. .postbit-postdetails .postbit-postbody {
  3.     margin-left: 212px !important;
  4. }
  5.  
  6. .userinfo-row {
  7.     margin: 0!important;
  8.     padding: 7px 0!important;
  9.     border-bottom: 1px dotted #b7b7b7!important;
  10.     display: flex;
  11.     flex-direction: column;
  12.     align-content: center;
  13.     flex-wrap: wrap;
  14.     justify-content: center;
  15. }
  16.  
  17. /* moderator's info */
  18. .MItem.RoleTitle {
  19.     white-space: normal;
  20.     max-width: 20ch;
  21.     font-size: 11.9px;
  22.     font-style: oblique;
  23.     text-shadow: -2px -0.25px #0404041f;
  24.     color: #263673;
  25.     padding: 10px 0px 4px 8px;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement