Created
November 18, 2013 18:39
-
-
Save fancyremarker/7532977 to your computer and use it in GitHub Desktop.
CSS styles to silence annoying IRC status messages
This file contains hidden or 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
.x-status_container.purple, | |
.x-status_container.purple > .x-text, | |
.x-status_container.purple > .x-time | |
{ | |
padding: 0 !important; | |
margin: 0 !important; | |
border: none !important; | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this CSS snippet (either directly, or via
@import url('silence.css')
) to themain.css
file in your message style of choice. You can find this at, for example: