Skip to content

Instantly share code, notes, and snippets.

@e0da
Last active August 7, 2017 03:25
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 e0da/4b15ff14b225f5b4d500be4ee49a8757 to your computer and use it in GitHub Desktop.
Save e0da/4b15ff14b225f5b4d500be4ee49a8757 to your computer and use it in GitHub Desktop.
Custom styles for IPTorrents
/* https://gist.github.com/justinforce/4b15ff14b225f5b4d500be4ee49a8757 */
#iptStart .topRow {
padding-bottom: 0 !important;
}
#iptStart .banner {
background-image: none !important;
height: 57px !important;
}
#iptStart .banner .bannerPlaceholder {
display: none !important;
}
#iptStart .butRow {
height: 30px
}
#iptStart .butRow a span {
height: 0 !important;
}
#body > tbody > tr > td > a[href="/donate.php"],
#body > tbody > tr > td > h1:first-of-type {
display: none;
}
#body > tbody > tr > td > br {
display: none;
}
#iptStart {
margin-bottom: 0;
}
#toggleCatA, #toggleCatA:hover, #toggleCatA:active {
transition: all 0.2s;
margin-top: 0 !important;
margin-bottom: 0 !important;
width: 70% !important;
box-shadow: none !important;
padding: 3px !important;
}
#body a[href*="mark-read"] {
display: inline-block;
position: absolute;
margin-left: -15em;
margin-top: -0.75em;
}
#body a[href*="mark-read"] .fa {
font-size: 0;
padding: 0 5px;
color: #ffba25;
}
#body a[href*="mark-read"] .fa::after {
font-size: 12px;
font-family: sans-serif;
}
#poll {
display: none;
}
/* [cfapps] Ridiculous new CloudFlare or whatever-based injected top bar ad bullshit. 7/29/17 */
html[cfapps-welcome-bar-show="true"] > body > .cfapps-welcome-bar,
html[data-cf-welcome-bar-visibility="visible"] > body > cloudflare-app[app="welcome-bar"] {
display: none !important;
}
html {
top: 0 !important;
}
/* [/cfapps]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment