cleaning tabs

main
Luka Prinčič 2020-12-03 15:22:02 +01:00
parent 426ca3a3d0
commit aeecd0de64
1 changed files with 40 additions and 39 deletions

View File

@ -1,57 +1,58 @@
/* ==UserStyle== /* ==UserStyle==
@name sccode.org - dark gray @name sccode.org - dark gray
@namespace git.tmp.si/luka @namespace git.tmp.si/luka
@version 1.0.2 @version 1.0.3
@description A dark - inverted - style for sccode.org @description A dark - inverted - style for sccode.org
@author Luka Prinčič - luka@lukaprincic.si @author Luka Prinčič - luka@lukaprincic.si
==/UserStyle== */ ==/UserStyle== */
@-moz-document domain("sccode.org") { @-moz-document domain("sccode.org") {
body {
background: #222; body {
color: #333; background: #222;
-webkit-filter: invert(100%) !important; color: #333;
filter: invert(100%) !important; -webkit-filter: invert(100%) !important;
_max-width: 700px; filter: invert(100%) !important;
margin: auto; _max-width: 700px;
} margin: auto;
}
header.b-head div.auth span.user a { header.b-head div.auth span.user a {
color: black; color: black;
text-shadow: 0px 1px 0px #fff; text-shadow: 0px 1px 0px #fff;
} }
div.b-content { div.b-content {
background-color: #ccc; background-color: #ccc;
} }
div.b-content div.format { div.b-content div.format {
background-color: #c8c8c8 background-color: #e0dfdf;
} }
div.b-code div.format div.line pre { div.b-code div.format div.line pre {
color: #ff8e9775 !important; color: #ff8e9775;
} }
form input[type="text"], form input[type="text"],
textarea { textarea {
background-color: #ddd; background-color: #ddd;
border: 1px dotted white; border: 1px dotted white;
} }
form input[type="submit"] { form input[type="submit"] {
background-color: #cccaca; background-color: #cccaca;
border: 1px solid #dddada; border: 1px solid #dddada;
padding: 2 8; padding: 2 8;
} }
footer.b-footer div { footer.b-footer div {
color:#333; color:#333;
} }
footer.b-footer div a { footer.b-footer div a {
color: #607890; color: #607890;
} }
} }