Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .thread-data .post-block .post-user .user-avatar img,
- .profile-content .profile-left .profile-avatar-container img.loaded{
- border-radius: 8px;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- -ms-border-radius: 8px;
- -o-border-radius: 8px;
- border-width: 3px !important;
- }
- .thread-data .post-block .post-content .post-title {
- margin-bottom: 8px !important;
- }
- .post-content .post-body {
- padding-left: 15px !important;
- }
- /*hide Post Hidden!*/
- .thread-data .post-block.deleted {
- display: none !important;
- }
- .post-content .post-title .username {
- border-radius: 5px;
- }
- /* change username font-weight */
- .thread-data .post-block .post-content .post-title a.username {
- font-weight: 700 !important;
- }
- /* change online username icon */
- .online .fa-circle-o:before {
- content: ' ' !important;
- }
- .online:before {
- font-family: FontAwesome;
- content: "\f111";
- display: inline-block;
- font-size: 11px;
- }
- /* quote style
- -------------------*/
- .quoteHeader {
- border:0;
- margin: 0.4rem 0 0 0;
- }
- .quote {
- border-left: 2px solid #d3d3d3 !important;
- margin: 0 0 0.6rem 0.6rem;
- padding: 0 0.6rem !important;
- }
- .quoteHeader a {
- color: #afafaf !important;
- font-size: 14px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement