Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Created April 18, 2013 02:07
Show Gist options
  • Select an option

  • Save Cameron-D/5409425 to your computer and use it in GitHub Desktop.

Select an option

Save Cameron-D/5409425 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("broniesaustralia.com.au") {
/* Only affects admin panel */
#template {
font-family: monospace !important;
font-size: 13px !important;
}
/* MUFFINS! */
/*a[href *="thankyoulike.php"] {
font-size: 0 !important;
}
a[href *="thankyoulike.php?action=add"]:after {
font-size: 11px !important;
content: "Muffin";
}
a[href *="thankyoulike.php?action=del"]:after {
font-size: 11px !important;
content: "Unmuffin";
}
span[id *="tyl_title_"] {
font-size: 0 !important;
}
span[id *="tyl_title_"]:after {
font-size: 11px !important;
content: "gave muffins to this post";
}*/
a[href $="forumdisplay.php?fid=10"],a[href $="forumdisplay.php?fid=9"],a[href $="forumdisplay.php?fid=117"] {
color: #f00 !important;
font-size: 0 !important;
}
a[href $="forumdisplay.php?fid=9"]:after {
content: "Fanmade (NSFW)";
font-size: 12px !important;
color: #f00 !important;
}
a[href $="forumdisplay.php?fid=10"]:after {
content: "Off Topic (NSFW)";
font-size: 12px !important;
color: #f00 !important;
}
a[href $="forumdisplay.php?fid=117"]:after {
content: "Ramblings (NSFW)";
font-size: 12px !important;
color: #f00 !important;
}
/* Hide header */
/*body {
margin-top: 45px !important;
}
#header {
display:none;
}*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment