Skip to content

Instantly share code, notes, and snippets.

@cecekpawon
Last active February 8, 2017 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecekpawon/a5ce9a60487faec0fd4983a72c5fd614 to your computer and use it in GitHub Desktop.
Save cecekpawon/a5ce9a60487faec0fd4983a72c5fd614 to your computer and use it in GitHub Desktop.
insanelymac - not to destroy your eyes
@namespace url(http://www.w3.org/1999/xhtml);
/*
insanelymac - not to destroy your eyes
@cecekpawon - Tue Feb 7 19:37:56 2017
Requirement:
- Firefox + Stylish (https://addons.mozilla.org/en-US/firefox/addon/stylish/)
- Safari / Chrome (please convert to userscript) + Tampermonkey (https://tampermonkey.net/)
*/
@-moz-document url-prefix('http://www.insanelymac.com/forum'),
url-prefix('http://www.insanelymac.com/forum')
{
body, .post_body .post, blockquote.ipsBlockquote {
font-size: 14px;
}
#content {
line-height: 140%;
}
table.ipb_table h4, table.ipb_table .topic_title {
font-size: 14px!important;
font-weight: normal!important;
}
.unread h4 a {
color: #0054c2;
font-weight: normal!important;
}
.desc, .desc.blend_links a, p.posted_info, .ipsType_small, .ipsSideMenu h4,
.ipsSideMenu li a, .pagination .pages, .post_date,
.breadcrumb, #community_app_menu, #user_navigation, .ipsType_smaller, .statistics .name {
font-size: 12px;
}
.signature, .signature * {
font-size: 9px!important;
overflow: inherit;
max-height: inherit;
}
.ipsBadge {
font-size: 11px;
font-weight: normal;
}
.ipsBadge_lightgrey {
background: #ab4da3;
}
ul.mini_pagination li a {
background: #428425;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment