Adminer dark theme
adminer by serge22
Details
Authorserge22
LicenseNo License
Categoryadminer
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name adminer
@version 20220424.12.31
@namespace userstyles.world/user/serge22
@description Adminer dark theme
@author serge22
@license No License
==/UserStyle== */
@-moz-document regexp(".+\\/adminer.php.*"), regexp(".+\\/am.php.*") {
:root {
--black: hsl(0, 0%, 0%);
--black2: hsl(60, 17%, 11%);
--black3: hsl(70, 8%, 15%);
--blue: hsl(190, 81%, 67%);
--grey: hsl(55, 8%, 26%);
--orange: hsl(32, 98%, 56%);
--orange2: hsl(30, 83%, 34%);
--orange3: hsl(47, 100%, 79%);
--purple: hsl(261, 100%, 75%);
--red: hsl(0, 93%, 59%);
--red2: hsl(338, 95%, 56%);
--white: hsl(0, 0%, 97%);
--white2: hsl(60, 36%, 96%);
--white3: hsl(60, 30%, 96%);
--yellow: hsl(54, 70%, 68%);
--yellow2: hsl(80, 76%, 53%);
--yellow3: hsl(60, 12%, 79%);
--yellow4: hsl(55, 11%, 22%);
--yellow5: hsl(50, 11%, 41%);
}
body,
#tables span {
color: var(--white3);
background: var(--black3);
}
code {
background: var(--grey);
}
a,
a:visited,
#logins a, #tables a {
color: var(--white3);
background: none;
}
.error a, .message a {
color: var(--orange2);
}
h1, h2 {
color: var(--white3);
background: var(--yellow5);
}
#h1 {
color: var(--white3);
}
th,
.odd td,
.footer > div,
#breadcrumb {
background: var(--black3);
}
.jush {
color: var(--white3);
/*width: auto !important;*/
}
.jush a {
/*color: hsl(261, 100%, 75%);*/
color: var(--red2);
}
a.jush-custom:link, a.jush-custom:visited {
color: var(--white);
}
.jush-num, .jush-clr {
color: var(--purple);
}
.jush-php_quo, .jush-quo, .jush-quo_one, .jush-php_eot, .jush-apo, .jush-sql_apo, .jush-sqlite_apo, .jush-sql_quo, .jush-sql_eot {
color: hsl(54, 70%, 68%);
}
.jush-bac,
.jush-bac a.jush-custom {
color: hsl(54, 70%, 68%);
}
thead td, thead th,
tbody tr:hover td,
tbody tr:hover th,
.js .column {
background: hsl(0, 0%, 0%);
}
.js .checkable .checked td,
.js .checkable .checked th {
background: var(--yellow5);
}
}