Nightly theme for sql-ex.ru
sql-ex.ru - Night by Snegovikufa
Details
AuthorSnegovikufa
LicenseNo License
Categoryuserstyles
Created
Updated
Size950 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 sql-ex.ru - Night
@version 20231208.06.53
@namespace userstyles.world/user/Snegovikufa
@description Nightly theme for sql-ex.ru
@author Snegovikufa
@license No License
==/UserStyle== */
@-moz-document domain("sql-ex.ru") {
div,
body,
p,
.st th,
td,
tr,
.dt0,
.dt1,
th,
table,
textarea,
#txtsql,
input[type=submit] {
background-color: #292929 !important;
color: #d7d7d7;
font-family: "PT Sans";
font-size: 1.2rem;
}
#txtsql {
border: 1px solid #ffffff7a;
border-width: 1pt;
border-radius: 4pt;
}
#txtsql:focus {
outline: none !important;
border: 1px solid #ffffff7a;
border-radius: 4pt;
box-shadow: 0 0 10px #004680;
}
input[type=submit] {
width: auto !important;
border: 1px solid #004680;
border-radius: 4pt;
}
a.let:link,
a.none:visited,
a.none:link {
color: #004680 !important;
}
a.info_not,
div#divRating {
display: none;
}
}