Skip to content

Instantly share code, notes, and snippets.

@fancyremarker
Created November 18, 2013 18:39
Show Gist options
  • Save fancyremarker/7532977 to your computer and use it in GitHub Desktop.
Save fancyremarker/7532977 to your computer and use it in GitHub Desktop.
CSS styles to silence annoying IRC status messages
.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;
}
@fancyremarker
Copy link
Author

Add this CSS snippet (either directly, or via @import url('silence.css')) to the main.css file in your message style of choice. You can find this at, for example:

/Applications/Adium.app/Contents/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment