Last active
September 7, 2015 14:36
-
-
Save ecornell/0b45bc45ffc33d4fa735 to your computer and use it in GitHub Desktop.
UoP Forum Cleanup - works with Chorme and the Stylish extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.replyMessageBody, .replyMessageBody p, .replyMessageBody span, .replyMessageBody strong { | |
font-size: 15px !important; | |
line-height: 19px !important; | |
font-family: arial, helvetica, clean, sans-serif !important; | |
color: #333; | |
font-weight: normal !important; | |
} | |
.discussionthread-view-mod .aes-thread { | |
margin-left: 4px !important; | |
margin-right: 2px !important; | |
padding: 0px 0px 0 5px !important; | |
} | |
.aes-thread section { | |
border-left: #eaeaea; | |
border-left-width: 1px; | |
border-left-style: outset; | |
} | |
.discussionthread-view-mod .aes-thread li section>.desp>.top>.aes-thread.aes-child>li.items section>.desp header.messagetitle-container { | |
padding: 10px 0 10px 56px; | |
} | |
.discussionthread-view-mod .aes-thread li section>.desp>.top>.aes-thread.aes-child>li.items section>.image { | |
top: 8px; | |
left: 7px; | |
} | |
.discussionthread-view-mod .aes-thread.aes-child li section .desp .aes-state-unread header.messagetitle-container .unread-dot { | |
margin-left: 4px; | |
} | |
discussionthread-view-mod .aes-thread li section .desp header.messagetitle-container a.anchor.commenttitle { | |
font-size: 18px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment