mostly invert
magnetdl.com dark mode by BioBrainX
Details
AuthorBioBrainX
LicenseNo License
Categorymagnetdl.com
Created
Updated
Size945 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name magnetdl.com
@version 20240221.02.28
@namespace ?
==/UserStyle== */
@-moz-document domain("magnetdl.com") {
body {
background:#222 top left;
/*filter:brightness(50%);*/
}
/*div>#top:before{
background-image:url(/img/index-menu.gif);
}
*/
input,
/* #top, */
#content,
.fill-table,
dl.col1 *, dl.col2 * {
color:#eee;
background-color:#222;
background-image:none;
}
/* .form {
border:1px solid #444;
}
*/
.form,
#search{
color:#eee;
background-color:#1a1a1a;
background-image:none;
}
#top,
#logo,
#search-png {
filter:invert(88%);
}
tr.header,
tr.header a,
#c7s, #c8s {
color:#eee;
background-color:#111;
background-image:none;
}
.header-content,
.fill-content {
background-image:none;
}
tbody>tr:hover {
background:#333;
}
#q a:link, #q a:visited,
a:link, a:visited {
color:#7af;
}
.s {
color:#2d2;
}
.l {
color:#d22;
}
#search-bot {
display:none;
}
#footer {
color:inherit;
}
}