Skip to content

Instantly share code, notes, and snippets.

@Lynnesbian
Created August 22, 2018 12:42
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 Lynnesbian/4461a82e9d3602f66c01676c29137db5 to your computer and use it in GitHub Desktop.
Save Lynnesbian/4461a82e9d3602f66c01676c29137db5 to your computer and use it in GitHub Desktop.
Makes https://iqdb.org look a lot better
/* ==UserStyle==
@name iqdb enhanced
@namespace gist.github.com/Lynnesbian/4461a82e9d3602f66c01676c29137db5
@version 1.0.0
@license MPLv2
@author @lynnesbian@deadinsi.de
==/UserStyle== */
@-moz-document domain("iqdb.org") {
body {
font-family: sans-serif;
color: #444;
background-color: #fafafa;
}
h1:nth-of-type(1) {
text-align: center;
background-color: lightgrey;
position: absolute;
top: 0;
left: 0;
right: 0;
color: black;
}
h1:nth-of-type(1)::before {
content: "iqdb - "
}
a[href="/"] {
position: absolute;
top: 10px;
left: 5px;
content: "Home";
}
a {
color: #cc2222;
}
h2:nth-of-type(1) {
padding-top: 20px;
margin-bottom: 0;
}
p:nth-of-type(1):not(.flow) {
font-style: italic;
margin-top: 0;
}
table th {
text-align: center;
}
table:not(.form) tr:nth-of-type(4), table:not(.form) tr:nth-of-type(5) {
font-style: italic;
font-size: 10px;
}
img[src="//images.sankakucomplex.com/gfx/favicon.png"] {
background-image: url('https://images.sankakucomplex.com/gfx/favicon.png');
-moz-appearance: none;
border: none;
}
label {
font-style: unset !important;
;
}
.flow {
padding-top: 30px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment