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==
@name sccode.org - dark gray
@namespace git.tmp.si/luka
@version 1.0.2
@version 1.0.3
@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;
}
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;
}
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 {
background-color: #ccc;
}
div.b-content div.format {
background-color: #c8c8c8
}
div.b-content div.format {
background-color: #e0dfdf;
}
div.b-code div.format div.line pre {
color: #ff8e9775 !important;
}
div.b-code div.format div.line pre {
color: #ff8e9775;
}
form input[type="text"],
textarea {
background-color: #ddd;
border: 1px dotted white;
}
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;
}
form input[type="submit"] {
background-color: #cccaca;
border: 1px solid #dddada;
padding: 2 8;
}
footer.b-footer div {
color:#333;
}
footer.b-footer div a {
color: #607890;
}
footer.b-footer div {
color:#333;
}
footer.b-footer div a {
color: #607890;
}
}