adding dark-sccode-org.user.css
parent
d11936c5d5
commit
4dcd125d98
|
@ -0,0 +1,49 @@
|
||||||
|
/* ==UserStyle==
|
||||||
|
@name Dark sccode.org - 12/3/2020, 1:05:07 PM
|
||||||
|
@namespace github.com/openstyles/stylus
|
||||||
|
@version 1.0.0
|
||||||
|
@description A dark - inverted - style for sccode.org
|
||||||
|
@author Luka Prinčič - luka@lukaprincic.si
|
||||||
|
==/UserStyle== */
|
||||||
|
|
||||||
|
@-moz-document domain("sccode.org") {
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #222;
|
||||||
|
color: #333;
|
||||||
|
-webkit-filter: invert(100%) !important;
|
||||||
|
filter: invert(100%) !important;
|
||||||
|
_max-width: 700px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
header.b-head div.auth span.user a {
|
||||||
|
color: black;
|
||||||
|
text-shadow: 0px 1px 0px #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.b-content {
|
||||||
|
background-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.b-content div.format {
|
||||||
|
background-color: #c8c8c8
|
||||||
|
}
|
||||||
|
|
||||||
|
div.b-code div.format div.line pre {
|
||||||
|
color: #ff8e9775 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
form input[type="text"],
|
||||||
|
textarea {
|
||||||
|
background-color: #ddd;
|
||||||
|
border: 1px dotted white;
|
||||||
|
}
|
||||||
|
|
||||||
|
form input[type="submit"] {
|
||||||
|
background-color: #cccaca;
|
||||||
|
border: 1px solid #dddada;
|
||||||
|
padding: 2 8;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue