Add autosemicolon
Add --bump=all functionality Update styles
This commit is contained in:
parent
8b985efc43
commit
732194f089
|
@ -1,30 +1,30 @@
|
||||||
@-moz-document domain('notabug.io') {
|
@-moz-document domain('notabug.io') {
|
||||||
.thing .title {
|
.thing .title {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thing .title:hover,.thing .title:active,.thing .title:focus {
|
.thing .title:hover,.thing .title:active,.thing .title:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thing .title:visited {
|
.thing .title:visited {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.domain,.domain a,.search-result-meta a,.tagline a {
|
.domain,.domain a,.search-result-meta a,.tagline a {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link .rank,.search-result-meta,.tagline {
|
.link .rank,.search-result-meta,.tagline {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry .buttons li a {
|
.entry .buttons li a {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-suggestions,.nextprev {
|
.next-suggestions,.nextprev {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-suggestions a,.nextprev a {
|
.next-suggestions a,.nextprev a {
|
||||||
|
@ -33,108 +33,108 @@
|
||||||
border: 1px solid #282a36;
|
border: 1px solid #282a36;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus {
|
.next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus {
|
||||||
border: 1px solid #282a36;
|
border: 1px solid #282a36;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent {
|
.footer-parent {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent .bottommenu {
|
.footer-parent .bottommenu {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent .bottommenu a {
|
.footer-parent .bottommenu a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus {
|
.footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.debuginfo {
|
p.debuginfo {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
border-bottom: 2px solid #44475a;
|
border-bottom: 2px solid #44475a;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabmenu li a {
|
.tabmenu li a {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
padding: 5px 10px 0px 10px
|
padding: 5px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabmenu li.selected a {
|
.tabmenu li.selected a {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-bottom-right {
|
#header-bottom-right {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
padding: 6px 10px
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus {
|
a:hover,a:active,a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote,.md blockquote {
|
blockquote,.md blockquote {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border-left-color: #f8f8f2
|
border-left-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr,.md hr {
|
hr,.md hr {
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre,.md pre {
|
pre,.md pre {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side {
|
.side {
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
margin: 0
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side {
|
.side .login-form-side {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .status {
|
.side .login-form-side .status {
|
||||||
margin: 7px 0px 0px 0px;
|
margin: 7px 0px 0px 0px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side input[type='password'],.side .login-form-side input[type='text'] {
|
.side .login-form-side input[type='password'],.side .login-form-side input[type='text'] {
|
||||||
|
@ -144,17 +144,17 @@
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder {
|
.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .submit {
|
.side .login-form-side .submit {
|
||||||
margin: 7px 0px 0px 0px
|
margin: 7px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .submit button {
|
.side .login-form-side .submit button {
|
||||||
|
@ -162,76 +162,76 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus {
|
.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus {
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .reddit-infobar {
|
.side .reddit-infobar {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #f1fa8c;
|
background-color: #f1fa8c;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0px 10px
|
margin: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink {
|
.side .morelink {
|
||||||
margin: 0px 10px;
|
margin: 0px 10px;
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
background: none;
|
background: none;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink .nub {
|
.side .morelink .nub {
|
||||||
background: none
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink a {
|
.side .morelink a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus {
|
.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .titlebox {
|
.side .titlebox {
|
||||||
margin: 0px 10px
|
margin: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .md {
|
.side .md {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side pre,.side .md pre {
|
.side pre,.side .md pre {
|
||||||
overflow: hidden
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .bottom {
|
.side .bottom {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 4px
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .spacer {
|
.side .spacer {
|
||||||
margin: 7px 0px
|
margin: 7px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side hr {
|
.side hr {
|
||||||
display: none
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stamp {
|
.stamp {
|
||||||
border-radius: 0
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nsfw-stamp {
|
.nsfw-stamp {
|
||||||
color: #f55;
|
color: #f55;
|
||||||
border-color: #f55
|
border-color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error,.red {
|
.error,.red {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #f55
|
background-color: #f55;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Notabug Dracula
|
@name Notabug Dracula
|
||||||
@namespace notabug.io
|
@namespace notabug.io
|
||||||
@version 1.0.3
|
@version 1.0.4
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Dracula theme for notabug.io
|
@description Dracula theme for notabug.io
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@homepageURL https://gitlab.com/Bauke/styles
|
||||||
|
@ -10,31 +10,31 @@
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@-moz-document domain('notabug.io') {
|
@-moz-document domain('notabug.io') {
|
||||||
.thing .title {
|
.thing .title {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thing .title:hover,.thing .title:active,.thing .title:focus {
|
.thing .title:hover,.thing .title:active,.thing .title:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thing .title:visited {
|
.thing .title:visited {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.domain,.domain a,.search-result-meta a,.tagline a {
|
.domain,.domain a,.search-result-meta a,.tagline a {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link .rank,.search-result-meta,.tagline {
|
.link .rank,.search-result-meta,.tagline {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry .buttons li a {
|
.entry .buttons li a {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-suggestions,.nextprev {
|
.next-suggestions,.nextprev {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-suggestions a,.nextprev a {
|
.next-suggestions a,.nextprev a {
|
||||||
|
@ -43,108 +43,108 @@
|
||||||
border: 1px solid #282a36;
|
border: 1px solid #282a36;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus {
|
.next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus {
|
||||||
border: 1px solid #282a36;
|
border: 1px solid #282a36;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent {
|
.footer-parent {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent .bottommenu {
|
.footer-parent .bottommenu {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent .bottommenu a {
|
.footer-parent .bottommenu a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus {
|
.footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.debuginfo {
|
p.debuginfo {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
border-bottom: 2px solid #44475a;
|
border-bottom: 2px solid #44475a;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabmenu li a {
|
.tabmenu li a {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
padding: 5px 10px 0px 10px
|
padding: 5px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabmenu li.selected a {
|
.tabmenu li.selected a {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-bottom-right {
|
#header-bottom-right {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
padding: 6px 10px
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus {
|
a:hover,a:active,a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote,.md blockquote {
|
blockquote,.md blockquote {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border-left-color: #f8f8f2
|
border-left-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr,.md hr {
|
hr,.md hr {
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre,.md pre {
|
pre,.md pre {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side {
|
.side {
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
margin: 0
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side {
|
.side .login-form-side {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .status {
|
.side .login-form-side .status {
|
||||||
margin: 7px 0px 0px 0px;
|
margin: 7px 0px 0px 0px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side input[type='password'],.side .login-form-side input[type='text'] {
|
.side .login-form-side input[type='password'],.side .login-form-side input[type='text'] {
|
||||||
|
@ -154,17 +154,17 @@
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a;
|
background-color: #44475a;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder {
|
.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .submit {
|
.side .login-form-side .submit {
|
||||||
margin: 7px 0px 0px 0px
|
margin: 7px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .submit button {
|
.side .login-form-side .submit button {
|
||||||
|
@ -172,76 +172,76 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus {
|
.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus {
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .reddit-infobar {
|
.side .reddit-infobar {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #f1fa8c;
|
background-color: #f1fa8c;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0px 10px
|
margin: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink {
|
.side .morelink {
|
||||||
margin: 0px 10px;
|
margin: 0px 10px;
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
background: none;
|
background: none;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink .nub {
|
.side .morelink .nub {
|
||||||
background: none
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink a {
|
.side .morelink a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus {
|
.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .titlebox {
|
.side .titlebox {
|
||||||
margin: 0px 10px
|
margin: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .md {
|
.side .md {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side pre,.side .md pre {
|
.side pre,.side .md pre {
|
||||||
overflow: hidden
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .bottom {
|
.side .bottom {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 4px
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .spacer {
|
.side .spacer {
|
||||||
margin: 7px 0px
|
margin: 7px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side hr {
|
.side hr {
|
||||||
display: none
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stamp {
|
.stamp {
|
||||||
border-radius: 0
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nsfw-stamp {
|
.nsfw-stamp {
|
||||||
color: #f55;
|
color: #f55;
|
||||||
border-color: #f55
|
border-color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error,.red {
|
.error,.red {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #f55
|
background-color: #f55;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
|
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata,.post-listing .topic-metadata {
|
.topic-listing .topic-metadata,.post-listing .topic-metadata {
|
||||||
|
@ -7,25 +7,25 @@
|
||||||
height: 1.3em !important;
|
height: 1.3em !important;
|
||||||
max-width: 200px !important;
|
max-width: 200px !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
white-space: nowrap !important
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
|
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
|
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
|
||||||
display: inherit !important
|
display: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-info,.post-listing .topic-info {
|
.topic-listing .topic-info,.post-listing .topic-info {
|
||||||
width: 500px !important
|
width: 500px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
|
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .post-buttons,.post-listing .comment-votes {
|
.post-listing .post-buttons,.post-listing .comment-votes {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@-moz-document domain('tildes.net') {
|
@-moz-document domain('tildes.net') {
|
||||||
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
|
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata,.post-listing .topic-metadata {
|
.topic-listing .topic-metadata,.post-listing .topic-metadata {
|
||||||
|
@ -8,26 +8,26 @@
|
||||||
height: 1.3em !important;
|
height: 1.3em !important;
|
||||||
max-width: 200px !important;
|
max-width: 200px !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
white-space: nowrap !important
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
|
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
|
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
|
||||||
display: inherit !important
|
display: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-info,.post-listing .topic-info {
|
.topic-listing .topic-info,.post-listing .topic-info {
|
||||||
width: 500px !important
|
width: 500px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
|
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .post-buttons,.post-listing .comment-votes {
|
.post-listing .post-buttons,.post-listing .comment-votes {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Tildes Compact
|
@name Tildes Compact
|
||||||
@namespace tildes.net
|
@namespace tildes.net
|
||||||
@version 1.0.2
|
@version 1.0.3
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
|
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@homepageURL https://gitlab.com/Bauke/styles
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@-moz-document domain('tildes.net') {
|
@-moz-document domain('tildes.net') {
|
||||||
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
|
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata,.post-listing .topic-metadata {
|
.topic-listing .topic-metadata,.post-listing .topic-metadata {
|
||||||
|
@ -18,26 +18,26 @@
|
||||||
height: 1.3em !important;
|
height: 1.3em !important;
|
||||||
max-width: 200px !important;
|
max-width: 200px !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
white-space: nowrap !important
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
|
.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
|
.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3) {
|
||||||
display: inherit !important
|
display: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-info,.post-listing .topic-info {
|
.topic-listing .topic-info,.post-listing .topic-info {
|
||||||
width: 500px !important
|
width: 500px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
|
.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .post-buttons,.post-listing .comment-votes {
|
.post-listing .post-buttons,.post-listing .comment-votes {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,109 +1,109 @@
|
||||||
body:not(.theme) .btn-comment-collapse,body.theme-light .btn-comment-collapse,body.theme-dark .btn-comment-collapse,body.theme-black .btn-comment-collapse {
|
body:not(.theme) .btn-comment-collapse,body.theme-light .btn-comment-collapse,body.theme-dark .btn-comment-collapse,body.theme-black .btn-comment-collapse {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .btn-comment-collapse:hover,body:not(.theme) .btn-comment-collapse:active,body:not(.theme) .btn-comment-collapse:focus,body.theme-light .btn-comment-collapse:hover,body.theme-light .btn-comment-collapse:active,body.theme-light .btn-comment-collapse:focus,body.theme-dark .btn-comment-collapse:hover,body.theme-dark .btn-comment-collapse:active,body.theme-dark .btn-comment-collapse:focus,body.theme-black .btn-comment-collapse:hover,body.theme-black .btn-comment-collapse:active,body.theme-black .btn-comment-collapse:focus {
|
body:not(.theme) .btn-comment-collapse:hover,body:not(.theme) .btn-comment-collapse:active,body:not(.theme) .btn-comment-collapse:focus,body.theme-light .btn-comment-collapse:hover,body.theme-light .btn-comment-collapse:active,body.theme-light .btn-comment-collapse:focus,body.theme-dark .btn-comment-collapse:hover,body.theme-dark .btn-comment-collapse:active,body.theme-dark .btn-comment-collapse:focus,body.theme-black .btn-comment-collapse:hover,body.theme-black .btn-comment-collapse:active,body.theme-black .btn-comment-collapse:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,body.theme-black .comment {
|
body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,body.theme-black .comment {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header {
|
body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link,body.theme-light .comment .comment-nav-link,body.theme-dark .comment .comment-nav-link,body.theme-black .comment .comment-nav-link {
|
body:not(.theme) .comment .comment-nav-link,body.theme-light .comment .comment-nav-link,body.theme-dark .comment .comment-nav-link,body.theme-black .comment .comment-nav-link {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:hover,body:not(.theme) .comment .comment-nav-link:active,body:not(.theme) .comment .comment-nav-link:focus,body.theme-light .comment .comment-nav-link:hover,body.theme-light .comment .comment-nav-link:active,body.theme-light .comment .comment-nav-link:focus,body.theme-dark .comment .comment-nav-link:hover,body.theme-dark .comment .comment-nav-link:active,body.theme-dark .comment .comment-nav-link:focus,body.theme-black .comment .comment-nav-link:hover,body.theme-black .comment .comment-nav-link:active,body.theme-black .comment .comment-nav-link:focus {
|
body:not(.theme) .comment .comment-nav-link:hover,body:not(.theme) .comment .comment-nav-link:active,body:not(.theme) .comment .comment-nav-link:focus,body.theme-light .comment .comment-nav-link:hover,body.theme-light .comment .comment-nav-link:active,body.theme-light .comment .comment-nav-link:focus,body.theme-dark .comment .comment-nav-link:hover,body.theme-dark .comment .comment-nav-link:active,body.theme-dark .comment .comment-nav-link:focus,body.theme-black .comment .comment-nav-link:hover,body.theme-black .comment .comment-nav-link:active,body.theme-black .comment .comment-nav-link:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:visited,body.theme-light .comment .comment-nav-link:visited,body.theme-dark .comment .comment-nav-link:visited,body.theme-black .comment .comment-nav-link:visited {
|
body:not(.theme) .comment .comment-nav-link:visited,body.theme-light .comment .comment-nav-link:visited,body.theme-dark .comment .comment-nav-link:visited,body.theme-black .comment .comment-nav-link:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:visited:hover,body:not(.theme) .comment .comment-nav-link:visited:active,body:not(.theme) .comment .comment-nav-link:visited:focus,body.theme-light .comment .comment-nav-link:visited:hover,body.theme-light .comment .comment-nav-link:visited:active,body.theme-light .comment .comment-nav-link:visited:focus,body.theme-dark .comment .comment-nav-link:visited:hover,body.theme-dark .comment .comment-nav-link:visited:active,body.theme-dark .comment .comment-nav-link:visited:focus,body.theme-black .comment .comment-nav-link:visited:hover,body.theme-black .comment .comment-nav-link:visited:active,body.theme-black .comment .comment-nav-link:visited:focus {
|
body:not(.theme) .comment .comment-nav-link:visited:hover,body:not(.theme) .comment .comment-nav-link:visited:active,body:not(.theme) .comment .comment-nav-link:visited:focus,body.theme-light .comment .comment-nav-link:visited:hover,body.theme-light .comment .comment-nav-link:visited:active,body.theme-light .comment .comment-nav-link:visited:focus,body.theme-dark .comment .comment-nav-link:visited:hover,body.theme-dark .comment .comment-nav-link:visited:active,body.theme-dark .comment .comment-nav-link:visited:focus,body.theme-black .comment .comment-nav-link:visited:hover,body.theme-black .comment .comment-nav-link:visited:active,body.theme-black .comment .comment-nav-link:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-user-info,body.theme-light .comment .comment-user-info,body.theme-dark .comment .comment-user-info,body.theme-black .comment .comment-user-info {
|
body:not(.theme) .comment .comment-user-info,body.theme-light .comment .comment-user-info,body.theme-dark .comment .comment-user-info,body.theme-black .comment .comment-user-info {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .time-responsive-full,body.theme-light .comment .time-responsive-full,body.theme-dark .comment .time-responsive-full,body.theme-black .comment .time-responsive-full {
|
body:not(.theme) .comment .time-responsive-full,body.theme-light .comment .time-responsive-full,body.theme-dark .comment .time-responsive-full,body.theme-black .comment .time-responsive-full {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
|
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .is-comment-collapsed header .link-user,body.theme-light .is-comment-collapsed header .link-user,body.theme-dark .is-comment-collapsed header .link-user,body.theme-black .is-comment-collapsed header .link-user {
|
body:not(.theme) .is-comment-collapsed header .link-user,body.theme-light .is-comment-collapsed header .link-user,body.theme-dark .is-comment-collapsed header .link-user,body.theme-black .is-comment-collapsed header .link-user {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons {
|
body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons {
|
||||||
padding: 0
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button {
|
body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-bottom: 0px
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus {
|
body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used {
|
body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus {
|
body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) #page-list,body.theme-light #page-list,body.theme-dark #page-list,body.theme-black #page-list {
|
body:not(.theme) #page-list,body.theme-light #page-list,body.theme-dark #page-list,body.theme-black #page-list {
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .toc,body.theme-light .toc,body.theme-dark .toc,body.theme-black .toc {
|
body:not(.theme) .toc,body.theme-light .toc,body.theme-dark .toc,body.theme-black .toc {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .highlight,body.theme-light .highlight,body.theme-dark .highlight,body.theme-black .highlight {
|
body:not(.theme) .highlight,body.theme-light .highlight,body.theme-dark .highlight,body.theme-black .highlight {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .conspicuous,body.theme-light .conspicuous,body.theme-dark .conspicuous,body.theme-black .conspicuous {
|
body:not(.theme) .conspicuous,body.theme-light .conspicuous,body.theme-dark .conspicuous,body.theme-black .conspicuous {
|
||||||
color: #f55;
|
color: #f55;
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .date-info,body.theme-light .date-info,body.theme-dark .date-info,body.theme-black .date-info {
|
body:not(.theme) .date-info,body.theme-light .date-info,body.theme-dark .date-info,body.theme-black .date-info {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .article-summary,body.theme-light .article-summary,body.theme-dark .article-summary,body.theme-black .article-summary {
|
body:not(.theme) .article-summary,body.theme-light .article-summary,body.theme-dark .article-summary,body.theme-black .article-summary {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .article-summary h2 a,body.theme-light .article-summary h2 a,body.theme-dark .article-summary h2 a,body.theme-black .article-summary h2 a {
|
body:not(.theme) .article-summary h2 a,body.theme-light .article-summary h2 a,body.theme-dark .article-summary h2 a,body.theme-black .article-summary h2 a {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer,#site-footer {
|
body>footer,#site-footer {
|
||||||
|
@ -111,336 +111,336 @@ body>footer,#site-footer {
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a,#site-footer a {
|
body>footer a,#site-footer a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:hover,body>footer a:active,body>footer a:focus,#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
body>footer a:hover,body>footer a:active,body>footer a:focus,#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:visited,#site-footer a:visited {
|
body>footer a:visited,#site-footer a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:visited:hover,body>footer a:visited:active,body>footer a:visited:focus,#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
body>footer a:visited:hover,body>footer a:visited:active,body>footer a:visited:focus,#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list tbody tr:nth-of-type(n),body.theme-light .group-list tbody tr:nth-of-type(n),body.theme-dark .group-list tbody tr:nth-of-type(n),body.Theme-black .group-list tbody tr:nth-of-type(n) {
|
body:not(.theme) .group-list tbody tr:nth-of-type(n),body.theme-light .group-list tbody tr:nth-of-type(n),body.theme-dark .group-list tbody tr:nth-of-type(n),body.Theme-black .group-list tbody tr:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list tbody tr:nth-of-type(n) td,body.theme-light .group-list tbody tr:nth-of-type(n) td,body.theme-dark .group-list tbody tr:nth-of-type(n) td,body.Theme-black .group-list tbody tr:nth-of-type(n) td {
|
body:not(.theme) .group-list tbody tr:nth-of-type(n) td,body.theme-light .group-list tbody tr:nth-of-type(n) td,body.theme-dark .group-list tbody tr:nth-of-type(n) td,body.Theme-black .group-list tbody tr:nth-of-type(n) td {
|
||||||
border-color: #44475a
|
border-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list .group-list-description,body.theme-light .group-list .group-list-description,body.theme-dark .group-list .group-list-description,body.Theme-black .group-list .group-list-description {
|
body:not(.theme) .group-list .group-list-description,body.theme-light .group-list .group-list-description,body.theme-dark .group-list .group-list-description,body.Theme-black .group-list .group-list-description {
|
||||||
font-style: normal
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .table th,body.theme-light .table th,body.theme-dark .table th,body.Theme-black .table th {
|
body:not(.theme) .table th,body.theme-light .table th,body.theme-dark .table th,body.Theme-black .table th {
|
||||||
border-bottom-color: #6272a4
|
border-bottom-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme),body.theme-light,body.theme-dark,body.theme-black {
|
body:not(.theme),body.theme-light,body.theme-dark,body.theme-black {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) main,body:not(.theme) #sidebar,body.theme-light main,body.theme-light #sidebar,body.theme-dark main,body.theme-dark #sidebar,body.theme-black main,body.theme-black #sidebar {
|
body:not(.theme) main,body:not(.theme) #sidebar,body.theme-light main,body.theme-light #sidebar,body.theme-dark main,body.theme-dark #sidebar,body.theme-black main,body.theme-black #sidebar {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) pre,body:not(.theme) code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
body:not(.theme) pre,body:not(.theme) code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace
|
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
body:not(.theme) blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) figure,body:not(.theme) section,body.theme-light figure,body.theme-light section,body.theme-dark figure,body.theme-dark section,body.theme-black figure,body.theme-black section {
|
body:not(.theme) figure,body:not(.theme) section,body.theme-light figure,body.theme-light section,body.theme-dark figure,body.theme-dark section,body.theme-black figure,body.theme-black section {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) input,body:not(.theme) textarea,body:not(.theme) .form-input,body.theme-light input,body.theme-light textarea,body.theme-light .form-input,body.theme-dark input,body.theme-dark textarea,body.theme-dark .form-input,body.theme-black input,body.theme-black textarea,body.theme-black .form-input {
|
body:not(.theme) input,body:not(.theme) textarea,body:not(.theme) .form-input,body.theme-light input,body.theme-light textarea,body.theme-light .form-input,body.theme-dark input,body.theme-dark textarea,body.theme-dark .form-input,body.theme-black input,body.theme-black textarea,body.theme-black .form-input {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border-color: #6272a4;
|
border-color: #6272a4;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus {
|
a:hover,a:active,a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .listing-options button,body.theme-light .listing-options button,body.theme-black .listing-options button,body.theme-dark .listing-options button {
|
body:not(.theme) .listing-options button,body.theme-light .listing-options button,body.theme-black .listing-options button,body.theme-dark .listing-options button {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .listing-options button:hover,body:not(.theme) .listing-options button:active,body:not(.theme) .listing-options button:focus,body.theme-light .listing-options button:hover,body.theme-light .listing-options button:active,body.theme-light .listing-options button:focus,body.theme-black .listing-options button:hover,body.theme-black .listing-options button:active,body.theme-black .listing-options button:focus,body.theme-dark .listing-options button:hover,body.theme-dark .listing-options button:active,body.theme-dark .listing-options button:focus {
|
body:not(.theme) .listing-options button:hover,body:not(.theme) .listing-options button:active,body:not(.theme) .listing-options button:focus,body.theme-light .listing-options button:hover,body.theme-light .listing-options button:active,body.theme-light .listing-options button:focus,body.theme-black .listing-options button:hover,body.theme-black .listing-options button:active,body.theme-black .listing-options button:focus,body.theme-dark .listing-options button:hover,body.theme-dark .listing-options button:active,body.theme-dark .listing-options button:focus {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order,body.theme-light .tab.tab-listing-order,body.theme-black .tab.tab-listing-order,body.theme-dark .tab.tab-listing-order {
|
body:not(.theme) .tab.tab-listing-order,body.theme-light .tab.tab-listing-order,body.theme-black .tab.tab-listing-order,body.theme-dark .tab.tab-listing-order {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item,body.theme-light .tab.tab-listing-order .tab-item,body.theme-black .tab.tab-listing-order .tab-item,body.theme-dark .tab.tab-listing-order .tab-item {
|
body:not(.theme) .tab.tab-listing-order .tab-item,body.theme-light .tab.tab-listing-order .tab-item,body.theme-black .tab.tab-listing-order .tab-item,body.theme-dark .tab.tab-listing-order .tab-item {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item:first-child,body.theme-light .tab.tab-listing-order .tab-item:first-child,body.theme-black .tab.tab-listing-order .tab-item:first-child,body.theme-dark .tab.tab-listing-order .tab-item:first-child {
|
body:not(.theme) .tab.tab-listing-order .tab-item:first-child,body.theme-light .tab.tab-listing-order .tab-item:first-child,body.theme-black .tab.tab-listing-order .tab-item:first-child,body.theme-dark .tab.tab-listing-order .tab-item:first-child {
|
||||||
margin-left: 0
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item:last-child,body.theme-light .tab.tab-listing-order .tab-item:last-child,body.theme-black .tab.tab-listing-order .tab-item:last-child,body.theme-dark .tab.tab-listing-order .tab-item:last-child {
|
body:not(.theme) .tab.tab-listing-order .tab-item:last-child,body.theme-light .tab.tab-listing-order .tab-item:last-child,body.theme-black .tab.tab-listing-order .tab-item:last-child,body.theme-dark .tab.tab-listing-order .tab-item:last-child {
|
||||||
margin-right: 0
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item a,body.theme-light .tab.tab-listing-order .tab-item a,body.theme-black .tab.tab-listing-order .tab-item a,body.theme-dark .tab.tab-listing-order .tab-item a {
|
body:not(.theme) .tab.tab-listing-order .tab-item a,body.theme-light .tab.tab-listing-order .tab-item a,body.theme-black .tab.tab-listing-order .tab-item a,body.theme-dark .tab.tab-listing-order .tab-item a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 8px
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item a:hover,body:not(.theme) .tab.tab-listing-order .tab-item a:active,body:not(.theme) .tab.tab-listing-order .tab-item a:focus,body.theme-light .tab.tab-listing-order .tab-item a:hover,body.theme-light .tab.tab-listing-order .tab-item a:active,body.theme-light .tab.tab-listing-order .tab-item a:focus,body.theme-black .tab.tab-listing-order .tab-item a:hover,body.theme-black .tab.tab-listing-order .tab-item a:active,body.theme-black .tab.tab-listing-order .tab-item a:focus,body.theme-dark .tab.tab-listing-order .tab-item a:hover,body.theme-dark .tab.tab-listing-order .tab-item a:active,body.theme-dark .tab.tab-listing-order .tab-item a:focus {
|
body:not(.theme) .tab.tab-listing-order .tab-item a:hover,body:not(.theme) .tab.tab-listing-order .tab-item a:active,body:not(.theme) .tab.tab-listing-order .tab-item a:focus,body.theme-light .tab.tab-listing-order .tab-item a:hover,body.theme-light .tab.tab-listing-order .tab-item a:active,body.theme-light .tab.tab-listing-order .tab-item a:focus,body.theme-black .tab.tab-listing-order .tab-item a:hover,body.theme-black .tab.tab-listing-order .tab-item a:active,body.theme-black .tab.tab-listing-order .tab-item a:focus,body.theme-dark .tab.tab-listing-order .tab-item a:hover,body.theme-dark .tab.tab-listing-order .tab-item a:active,body.theme-dark .tab.tab-listing-order .tab-item a:focus {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item.active a,body.theme-light .tab.tab-listing-order .tab-item.active a,body.theme-black .tab.tab-listing-order .tab-item.active a,body.theme-dark .tab.tab-listing-order .tab-item.active a {
|
body:not(.theme) .tab.tab-listing-order .tab-item.active a,body.theme-light .tab.tab-listing-order .tab-item.active a,body.theme-black .tab.tab-listing-order .tab-item.active a,body.theme-dark .tab.tab-listing-order .tab-item.active a {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
border-color: #ff79c6
|
border-color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]) {
|
body:not(.theme) .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]) {
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list thead th,body.theme-light .message-list thead th,body.theme-dark .message-list thead th,body.theme-black .message-list thead th {
|
body:not(.theme) .message-list thead th,body.theme-light .message-list thead th,body.theme-dark .message-list thead th,body.theme-black .message-list thead th {
|
||||||
border-color: #6272a4
|
border-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n),body.theme-light .message-list tbody tr:nth-of-type(n),body.theme-dark .message-list tbody tr:nth-of-type(n),body.theme-black .message-list tbody tr:nth-of-type(n) {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n),body.theme-light .message-list tbody tr:nth-of-type(n),body.theme-dark .message-list tbody tr:nth-of-type(n),body.theme-black .message-list tbody tr:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) td,body.theme-light .message-list tbody tr:nth-of-type(n) td,body.theme-dark .message-list tbody tr:nth-of-type(n) td,body.theme-black .message-list tbody tr:nth-of-type(n) td {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) td,body.theme-light .message-list tbody tr:nth-of-type(n) td,body.theme-dark .message-list tbody tr:nth-of-type(n) td,body.theme-black .message-list tbody tr:nth-of-type(n) td {
|
||||||
border-color: #44475a
|
border-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
body:not(.theme) .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
body:not(.theme) .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .divider,body.theme-light .divider,body.theme-dark .divider,body.theme-black .divider {
|
body:not(.theme) .divider,body.theme-light .divider,body.theme-dark .divider,body.theme-black .divider {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .empty-subtitle,body.theme-light .empty-subtitle,body.theme-dark .empty-subtitle,body.theme-black .empty-subtitle {
|
body:not(.theme) .empty-subtitle,body.theme-light .empty-subtitle,body.theme-dark .empty-subtitle,body.theme-black .empty-subtitle {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
|
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:hover,body:not(.theme) .link-user:active,body:not(.theme) .link-user:focus,body.theme-light .link-user:hover,body.theme-light .link-user:active,body.theme-light .link-user:focus,body.theme-dark .link-user:hover,body.theme-dark .link-user:active,body.theme-dark .link-user:focus,body.theme-black .link-user:hover,body.theme-black .link-user:active,body.theme-black .link-user:focus {
|
body:not(.theme) .link-user:hover,body:not(.theme) .link-user:active,body:not(.theme) .link-user:focus,body.theme-light .link-user:hover,body.theme-light .link-user:active,body.theme-light .link-user:focus,body.theme-dark .link-user:hover,body.theme-dark .link-user:active,body.theme-dark .link-user:focus,body.theme-black .link-user:hover,body.theme-black .link-user:active,body.theme-black .link-user:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:visited,body.theme-light .link-user:visited,body.theme-dark .link-user:visited,body.theme-black .link-user:visited {
|
body:not(.theme) .link-user:visited,body.theme-light .link-user:visited,body.theme-dark .link-user:visited,body.theme-black .link-user:visited {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:visited:hover,body:not(.theme) .link-user:visited:active,body:not(.theme) .link-user:visited:focus,body.theme-light .link-user:visited:hover,body.theme-light .link-user:visited:active,body.theme-light .link-user:visited:focus,body.theme-dark .link-user:visited:hover,body.theme-dark .link-user:visited:active,body.theme-dark .link-user:visited:focus,body.theme-black .link-user:visited:hover,body.theme-black .link-user:visited:active,body.theme-black .link-user:visited:focus {
|
body:not(.theme) .link-user:visited:hover,body:not(.theme) .link-user:visited:active,body:not(.theme) .link-user:visited:focus,body.theme-light .link-user:visited:hover,body.theme-light .link-user:visited:active,body.theme-light .link-user:visited:focus,body.theme-dark .link-user:visited:hover,body.theme-dark .link-user:visited:active,body.theme-dark .link-user:visited:focus,body.theme-black .link-user:visited:hover,body.theme-black .link-user:visited:active,body.theme-black .link-user:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .label-topic-tag a,body.theme-light .label-topic-tag a,body.theme-dark .label-topic-tag a,body.theme-black .label-topic-tag a {
|
body:not(.theme) .label-topic-tag a,body.theme-light .label-topic-tag a,body.theme-dark .label-topic-tag a,body.theme-black .label-topic-tag a {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .label-topic-tag a:hover,body:not(.theme) .label-topic-tag a:active,body:not(.theme) .label-topic-tag a:focus,body.theme-light .label-topic-tag a:hover,body.theme-light .label-topic-tag a:active,body.theme-light .label-topic-tag a:focus,body.theme-dark .label-topic-tag a:hover,body.theme-dark .label-topic-tag a:active,body.theme-dark .label-topic-tag a:focus,body.theme-black .label-topic-tag a:hover,body.theme-black .label-topic-tag a:active,body.theme-black .label-topic-tag a:focus {
|
body:not(.theme) .label-topic-tag a:hover,body:not(.theme) .label-topic-tag a:active,body:not(.theme) .label-topic-tag a:focus,body.theme-light .label-topic-tag a:hover,body.theme-light .label-topic-tag a:active,body.theme-light .label-topic-tag a:focus,body.theme-dark .label-topic-tag a:hover,body.theme-dark .label-topic-tag a:active,body.theme-dark .label-topic-tag a:focus,body.theme-black .label-topic-tag a:hover,body.theme-black .label-topic-tag a:active,body.theme-black .label-topic-tag a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .text-secondary,body.theme-light .text-secondary,body.theme-dark .text-secondary,body.theme-black .text-secondary {
|
body:not(.theme) .text-secondary,body.theme-light .text-secondary,body.theme-dark .text-secondary,body.theme-black .text-secondary {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .text-warning,body.theme-light .text-warning,body.theme-dark .text-warning,body.theme-black .text-warning {
|
body:not(.theme) .text-warning,body.theme-light .text-warning,body.theme-dark .text-warning,body.theme-black .text-warning {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #ffb86c;
|
background-color: #ffb86c;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) blockquote.text-warning,body.theme-light blockquote.text-warning,body.theme-dark blockquote.text-warning,body.theme-black blockquote.text-warning {
|
body:not(.theme) blockquote.text-warning,body.theme-light blockquote.text-warning,body.theme-dark blockquote.text-warning,body.theme-black blockquote.text-warning {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-status-success,body.theme-light .form-status-success,body.theme-dark .form-status-success,body.theme-black .form-status-success {
|
body:not(.theme) .form-status-success,body.theme-light .form-status-success,body.theme-dark .form-status-success,body.theme-black .form-status-success {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.theme-dark .form-status-error,body.theme-black .form-status-error {
|
body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.theme-dark .form-status-error,body.theme-black .form-status-error {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
|
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-voting.btn {
|
.topic-voting.btn {
|
||||||
border-style: solid
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn,.btn.btn-link {
|
.btn,.btn.btn-link {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus {
|
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited,.btn.btn-link:visited {
|
.btn:visited,.btn.btn-link:visited {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited:hover,.btn:visited:active,.btn:visited:focus,.btn.btn-link:visited:hover,.btn.btn-link:visited:active,.btn.btn-link:visited:focus {
|
.btn:visited:hover,.btn:visited:active,.btn:visited:focus,.btn.btn-link:visited:hover,.btn.btn-link:visited:active,.btn.btn-link:visited:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-used {
|
.btn-used {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background: #8be9fd;
|
background: #8be9fd;
|
||||||
border-color: #8be9fd
|
border-color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official {
|
.is-topic-official {
|
||||||
border-left-color: #f55 !important
|
border-left-color: #f55 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official h1 a {
|
.is-topic-official h1 a {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine {
|
.is-topic-mine {
|
||||||
border-left-color: #bd93f9 !important
|
border-left-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine h1 a {
|
.is-topic-mine h1 a {
|
||||||
color: #bd93f9
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine .topic-voting {
|
.is-topic-mine .topic-voting {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official h1 a:visited {
|
.is-topic-official h1 a:visited {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine h1 a:visited {
|
.is-topic-mine h1 a:visited {
|
||||||
color: #bd93f9
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-icon {
|
.topic-icon {
|
||||||
border-color: #8be9fd
|
border-color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself {
|
.is-comment-by-op>.comment-itself {
|
||||||
border-color: #f1fa8c !important
|
border-color: #f1fa8c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-mine>.comment-itself {
|
.is-comment-mine>.comment-itself {
|
||||||
border-color: #bd93f9 !important
|
border-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-new>.comment-itself {
|
.is-comment-new>.comment-itself {
|
||||||
border-color: #ffb86c !important
|
border-color: #ffb86c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-message-mine {
|
.is-message-mine {
|
||||||
border-left-color: #bd93f9 !important
|
border-left-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list,body.theme-light .settings-list,body.theme-dark .settings-list,body.theme-black .settings-list {
|
body:not(.theme) .settings-list,body.theme-light .settings-list,body.theme-dark .settings-list,body.theme-black .settings-list {
|
||||||
margin-left: 0px
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme-dark .settings-list li,body.theme-black .settings-list li {
|
body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme-dark .settings-list li,body.theme-black .settings-list li {
|
||||||
|
@ -448,72 +448,72 @@ body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-bottom: 15px
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a,body.theme-light .settings-list a,body.theme-dark .settings-list a,body.theme-black .settings-list a {
|
body:not(.theme) .settings-list a,body.theme-light .settings-list a,body.theme-dark .settings-list a,body.theme-black .settings-list a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:hover,body:not(.theme) .settings-list a:active,body:not(.theme) .settings-list a:focus,body.theme-light .settings-list a:hover,body.theme-light .settings-list a:active,body.theme-light .settings-list a:focus,body.theme-dark .settings-list a:hover,body.theme-dark .settings-list a:active,body.theme-dark .settings-list a:focus,body.theme-black .settings-list a:hover,body.theme-black .settings-list a:active,body.theme-black .settings-list a:focus {
|
body:not(.theme) .settings-list a:hover,body:not(.theme) .settings-list a:active,body:not(.theme) .settings-list a:focus,body.theme-light .settings-list a:hover,body.theme-light .settings-list a:active,body.theme-light .settings-list a:focus,body.theme-dark .settings-list a:hover,body.theme-dark .settings-list a:active,body.theme-dark .settings-list a:focus,body.theme-black .settings-list a:hover,body.theme-black .settings-list a:active,body.theme-black .settings-list a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:visited,body.theme-light .settings-list a:visited,body.theme-dark .settings-list a:visited,body.theme-black .settings-list a:visited {
|
body:not(.theme) .settings-list a:visited,body.theme-light .settings-list a:visited,body.theme-dark .settings-list a:visited,body.theme-black .settings-list a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:visited:hover,body:not(.theme) .settings-list a:visited:active,body:not(.theme) .settings-list a:visited:focus,body.theme-light .settings-list a:visited:hover,body.theme-light .settings-list a:visited:active,body.theme-light .settings-list a:visited:focus,body.theme-dark .settings-list a:visited:hover,body.theme-dark .settings-list a:visited:active,body.theme-dark .settings-list a:visited:focus,body.theme-black .settings-list a:visited:hover,body.theme-black .settings-list a:visited:active,body.theme-black .settings-list a:visited:focus {
|
body:not(.theme) .settings-list a:visited:hover,body:not(.theme) .settings-list a:visited:active,body:not(.theme) .settings-list a:visited:focus,body.theme-light .settings-list a:visited:hover,body.theme-light .settings-list a:visited:active,body.theme-light .settings-list a:visited:focus,body.theme-dark .settings-list a:visited:hover,body.theme-dark .settings-list a:visited:active,body.theme-dark .settings-list a:visited:focus,body.theme-black .settings-list a:visited:hover,body.theme-black .settings-list a:visited:active,body.theme-black .settings-list a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a {
|
#sidebar .nav .nav-item a {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:hover,#sidebar .nav .nav-item a:active,#sidebar .nav .nav-item a:focus {
|
#sidebar .nav .nav-item a:hover,#sidebar .nav .nav-item a:active,#sidebar .nav .nav-item a:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:visited {
|
#sidebar .nav .nav-item a:visited {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:visited:hover,#sidebar .nav .nav-item a:visited:active,#sidebar .nav .nav-item a:visited:focus {
|
#sidebar .nav .nav-item a:visited:hover,#sidebar .nav .nav-item a:visited:active,#sidebar .nav .nav-item a:visited:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .topic-tags {
|
#sidebar .topic-tags {
|
||||||
margin-bottom: 0.5rem
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .label-topic-tag {
|
#sidebar .label-topic-tag {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .label-topic-tag:hover {
|
#sidebar .label-topic-tag:hover {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-logo,body.theme-light .site-header-logo,body.theme-black .site-header-logo,body.theme-dark .site-header-logo {
|
body:not(.theme) .site-header-logo,body.theme-light .site-header-logo,body.theme-black .site-header-logo,body.theme-dark .site-header-logo {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-context,body.theme-light .site-header-context,body.theme-black .site-header-context,body.theme-dark .site-header-context {
|
body:not(.theme) .site-header-context,body.theme-light .site-header-context,body.theme-black .site-header-context,body.theme-dark .site-header-context {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-context:hover,body:not(.theme) .site-header-context:active,body:not(.theme) .site-header-context:focus,body.theme-light .site-header-context:hover,body.theme-light .site-header-context:active,body.theme-light .site-header-context:focus,body.theme-black .site-header-context:hover,body.theme-black .site-header-context:active,body.theme-black .site-header-context:focus,body.theme-dark .site-header-context:hover,body.theme-dark .site-header-context:active,body.theme-dark .site-header-context:focus {
|
body:not(.theme) .site-header-context:hover,body:not(.theme) .site-header-context:active,body:not(.theme) .site-header-context:focus,body.theme-light .site-header-context:hover,body.theme-light .site-header-context:active,body.theme-light .site-header-context:focus,body.theme-black .site-header-context:hover,body.theme-black .site-header-context:active,body.theme-black .site-header-context:focus,body.theme-dark .site-header-context:hover,body.theme-dark .site-header-context:active,body.theme-dark .site-header-context:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-username,body.theme-light .logged-in-user-username,body.theme-black .logged-in-user-username,body.theme-dark .logged-in-user-username {
|
body:not(.theme) .logged-in-user-username,body.theme-light .logged-in-user-username,body.theme-black .logged-in-user-username,body.theme-dark .logged-in-user-username {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-username:hover,body:not(.theme) .logged-in-user-username:active,body:not(.theme) .logged-in-user-username:focus,body.theme-light .logged-in-user-username:hover,body.theme-light .logged-in-user-username:active,body.theme-light .logged-in-user-username:focus,body.theme-black .logged-in-user-username:hover,body.theme-black .logged-in-user-username:active,body.theme-black .logged-in-user-username:focus,body.theme-dark .logged-in-user-username:hover,body.theme-dark .logged-in-user-username:active,body.theme-dark .logged-in-user-username:focus {
|
body:not(.theme) .logged-in-user-username:hover,body:not(.theme) .logged-in-user-username:active,body:not(.theme) .logged-in-user-username:focus,body.theme-light .logged-in-user-username:hover,body.theme-light .logged-in-user-username:active,body.theme-light .logged-in-user-username:focus,body.theme-black .logged-in-user-username:hover,body.theme-black .logged-in-user-username:active,body.theme-black .logged-in-user-username:focus,body.theme-dark .logged-in-user-username:hover,body.theme-dark .logged-in-user-username:active,body.theme-dark .logged-in-user-username:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,body.theme-black .logged-in-user-alert,body.theme-dark .logged-in-user-alert {
|
body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,body.theme-black .logged-in-user-alert,body.theme-dark .logged-in-user-alert {
|
||||||
|
@ -521,149 +521,149 @@ body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,bo
|
||||||
background-color: #ffb86c;
|
background-color: #ffb86c;
|
||||||
padding: 0.1rem 0.3rem;
|
padding: 0.1rem 0.3rem;
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
justify-content: left
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-alert:hover,body:not(.theme) .logged-in-user-alert:active,body:not(.theme) .logged-in-user-alert:focus,body.theme-light .logged-in-user-alert:hover,body.theme-light .logged-in-user-alert:active,body.theme-light .logged-in-user-alert:focus,body.theme-black .logged-in-user-alert:hover,body.theme-black .logged-in-user-alert:active,body.theme-black .logged-in-user-alert:focus,body.theme-dark .logged-in-user-alert:hover,body.theme-dark .logged-in-user-alert:active,body.theme-dark .logged-in-user-alert:focus {
|
body:not(.theme) .logged-in-user-alert:hover,body:not(.theme) .logged-in-user-alert:active,body:not(.theme) .logged-in-user-alert:focus,body.theme-light .logged-in-user-alert:hover,body.theme-light .logged-in-user-alert:active,body.theme-light .logged-in-user-alert:focus,body.theme-black .logged-in-user-alert:hover,body.theme-black .logged-in-user-alert:active,body.theme-black .logged-in-user-alert:focus,body.theme-dark .logged-in-user-alert:hover,body.theme-dark .logged-in-user-alert:active,body.theme-dark .logged-in-user-alert:focus {
|
||||||
background-color: #f1fa8c
|
background-color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>a:nth-child(1):not(.no-header-logo) {
|
body>header>a:nth-child(1):not(.no-header-logo) {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==")
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==");
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-label {
|
.user-label {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 3px 5px !important
|
padding: 3px 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box {
|
.label-edit-box {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
background-color: #282a36 !important
|
background-color: #282a36 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box input {
|
.label-edit-box input {
|
||||||
border: 1px solid #6272a4 !important;
|
border: 1px solid #6272a4 !important;
|
||||||
background-color: #44475a !important
|
background-color: #44475a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-light,.label-dark {
|
.label-light,.label-dark {
|
||||||
color: transparent !important
|
color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-none {
|
.bg-none {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
border-color: #6272a4 !important
|
border-color: #6272a4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #f55 !important
|
background-color: #f55 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orangered {
|
.bg-orangered {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #ffb86c !important
|
background-color: #ffb86c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #f1fa8c !important
|
background-color: #f1fa8c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dodgerblue {
|
.bg-dodgerblue {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #8be9fd !important
|
background-color: #8be9fd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-forestgreen {
|
.bg-forestgreen {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #50fa7b !important
|
background-color: #50fa7b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-slategray {
|
.bg-slategray {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
background-color: #44475a !important
|
background-color: #44475a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-byline,body.theme-light .topic-full .topic-full-byline,body.theme-dark .topic-full .topic-full-byline,body.theme-black .topic-full .topic-full-byline {
|
body:not(.theme) .topic-full .topic-full-byline,body.theme-light .topic-full .topic-full-byline,body.theme-dark .topic-full .topic-full-byline,body.theme-black .topic-full .topic-full-byline {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a,body.theme-light .topic-full .topic-full-text a,body.theme-dark .topic-full .topic-full-text a,body.theme-black .topic-full .topic-full-text a {
|
body:not(.theme) .topic-full .topic-full-text a,body.theme-light .topic-full .topic-full-text a,body.theme-dark .topic-full .topic-full-text a,body.theme-black .topic-full .topic-full-text a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:hover,body:not(.theme) .topic-full .topic-full-text a:active,body:not(.theme) .topic-full .topic-full-text a:focus,body.theme-light .topic-full .topic-full-text a:hover,body.theme-light .topic-full .topic-full-text a:active,body.theme-light .topic-full .topic-full-text a:focus,body.theme-dark .topic-full .topic-full-text a:hover,body.theme-dark .topic-full .topic-full-text a:active,body.theme-dark .topic-full .topic-full-text a:focus,body.theme-black .topic-full .topic-full-text a:hover,body.theme-black .topic-full .topic-full-text a:active,body.theme-black .topic-full .topic-full-text a:focus {
|
body:not(.theme) .topic-full .topic-full-text a:hover,body:not(.theme) .topic-full .topic-full-text a:active,body:not(.theme) .topic-full .topic-full-text a:focus,body.theme-light .topic-full .topic-full-text a:hover,body.theme-light .topic-full .topic-full-text a:active,body.theme-light .topic-full .topic-full-text a:focus,body.theme-dark .topic-full .topic-full-text a:hover,body.theme-dark .topic-full .topic-full-text a:active,body.theme-dark .topic-full .topic-full-text a:focus,body.theme-black .topic-full .topic-full-text a:hover,body.theme-black .topic-full .topic-full-text a:active,body.theme-black .topic-full .topic-full-text a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:visited,body.theme-light .topic-full .topic-full-text a:visited,body.theme-dark .topic-full .topic-full-text a:visited,body.theme-black .topic-full .topic-full-text a:visited {
|
body:not(.theme) .topic-full .topic-full-text a:visited,body.theme-light .topic-full .topic-full-text a:visited,body.theme-dark .topic-full .topic-full-text a:visited,body.theme-black .topic-full .topic-full-text a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:visited:hover,body:not(.theme) .topic-full .topic-full-text a:visited:active,body:not(.theme) .topic-full .topic-full-text a:visited:focus,body.theme-light .topic-full .topic-full-text a:visited:hover,body.theme-light .topic-full .topic-full-text a:visited:active,body.theme-light .topic-full .topic-full-text a:visited:focus,body.theme-dark .topic-full .topic-full-text a:visited:hover,body.theme-dark .topic-full .topic-full-text a:visited:active,body.theme-dark .topic-full .topic-full-text a:visited:focus,body.theme-black .topic-full .topic-full-text a:visited:hover,body.theme-black .topic-full .topic-full-text a:visited:active,body.theme-black .topic-full .topic-full-text a:visited:focus {
|
body:not(.theme) .topic-full .topic-full-text a:visited:hover,body:not(.theme) .topic-full .topic-full-text a:visited:active,body:not(.theme) .topic-full .topic-full-text a:visited:focus,body.theme-light .topic-full .topic-full-text a:visited:hover,body.theme-light .topic-full .topic-full-text a:visited:active,body.theme-light .topic-full .topic-full-text a:visited:focus,body.theme-dark .topic-full .topic-full-text a:visited:hover,body.theme-dark .topic-full .topic-full-text a:visited:active,body.theme-dark .topic-full .topic-full-text a:visited:focus,body.theme-black .topic-full .topic-full-text a:visited:hover,body.theme-black .topic-full .topic-full-text a:visited:active,body.theme-black .topic-full .topic-full-text a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .time-responsive-full,body.theme-light .time-responsive-full,body.theme-dark .time-responsive-full,body.theme-black .time-responsive-full {
|
body:not(.theme) .time-responsive-full,body.theme-light .time-responsive-full,body.theme-dark .time-responsive-full,body.theme-black .time-responsive-full {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-content-metadata,body.theme-light .topic-content-metadata,body.theme-dark .topic-content-metadata,body.theme-black .topic-content-metadata {
|
body:not(.theme) .topic-content-metadata,body.theme-light .topic-content-metadata,body.theme-dark .topic-content-metadata,body.theme-black .topic-content-metadata {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt,body.theme-light .topic-text-excerpt,body.theme-dark .topic-text-excerpt,body.theme-black .topic-text-excerpt {
|
body:not(.theme) .topic-text-excerpt,body.theme-light .topic-text-excerpt,body.theme-dark .topic-text-excerpt,body.theme-black .topic-text-excerpt {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt[open],body.theme-light .topic-text-excerpt[open],body.theme-dark .topic-text-excerpt[open],body.theme-black .topic-text-excerpt[open] {
|
body:not(.theme) .topic-text-excerpt[open],body.theme-light .topic-text-excerpt[open],body.theme-dark .topic-text-excerpt[open],body.theme-black .topic-text-excerpt[open] {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt summary,body:not(.theme) .topic-text-excerpt summary::after,body.theme-light .topic-text-excerpt summary,body.theme-light .topic-text-excerpt summary::after,body.theme-dark .topic-text-excerpt summary,body.theme-dark .topic-text-excerpt summary::after,body.theme-black .topic-text-excerpt summary,body.theme-black .topic-text-excerpt summary::after {
|
body:not(.theme) .topic-text-excerpt summary,body:not(.theme) .topic-text-excerpt summary::after,body.theme-light .topic-text-excerpt summary,body.theme-light .topic-text-excerpt summary::after,body.theme-dark .topic-text-excerpt summary,body.theme-dark .topic-text-excerpt summary::after,body.theme-black .topic-text-excerpt summary,body.theme-black .topic-text-excerpt summary::after {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-group,body.theme-light .link-group,body.theme-dark .link-group,body.theme-black .link-group {
|
body:not(.theme) .link-group,body.theme-light .link-group,body.theme-dark .link-group,body.theme-black .link-group {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-group:hover,body:not(.theme) .link-group:active,body:not(.theme) .link-group:focus,body.theme-light .link-group:hover,body.theme-light .link-group:active,body.theme-light .link-group:focus,body.theme-dark .link-group:hover,body.theme-dark .link-group:active,body.theme-dark .link-group:focus,body.theme-black .link-group:hover,body.theme-black .link-group:active,body.theme-black .link-group:focus {
|
body:not(.theme) .link-group:hover,body:not(.theme) .link-group:active,body:not(.theme) .link-group:focus,body.theme-light .link-group:hover,body.theme-light .link-group:active,body.theme-light .link-group:focus,body.theme-dark .link-group:hover,body.theme-dark .link-group:active,body.theme-dark .link-group:focus,body.theme-black .link-group:hover,body.theme-black .link-group:active,body.theme-black .link-group:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a .topic-info-comments-new,body.theme-light .topic-info-comments a .topic-info-comments-new,body.theme-dark .topic-info-comments a .topic-info-comments-new,body.theme-black .topic-info-comments a .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a .topic-info-comments-new,body.theme-light .topic-info-comments a .topic-info-comments-new,body.theme-dark .topic-info-comments a .topic-info-comments-new,body.theme-black .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:hover,body:not(.theme) .topic-info-comments a:active,body:not(.theme) .topic-info-comments a:focus,body.theme-light .topic-info-comments a:hover,body.theme-light .topic-info-comments a:active,body.theme-light .topic-info-comments a:focus,body.theme-dark .topic-info-comments a:hover,body.theme-dark .topic-info-comments a:active,body.theme-dark .topic-info-comments a:focus,body.theme-black .topic-info-comments a:hover,body.theme-black .topic-info-comments a:active,body.theme-black .topic-info-comments a:focus {
|
body:not(.theme) .topic-info-comments a:hover,body:not(.theme) .topic-info-comments a:active,body:not(.theme) .topic-info-comments a:focus,body.theme-light .topic-info-comments a:hover,body.theme-light .topic-info-comments a:active,body.theme-light .topic-info-comments a:focus,body.theme-dark .topic-info-comments a:hover,body.theme-dark .topic-info-comments a:active,body.theme-dark .topic-info-comments a:focus,body.theme-black .topic-info-comments a:hover,body.theme-black .topic-info-comments a:active,body.theme-black .topic-info-comments a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:active .topic-info-comments-new,body.theme-light .topic-info-comments a:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:active .topic-info-comments-new,body.theme-black .topic-info-comments a:focus .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:active .topic-info-comments-new,body.theme-light .topic-info-comments a:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:active .topic-info-comments-new,body.theme-black .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited,body.theme-light .topic-info-comments a:visited,body.theme-dark .topic-info-comments a:visited,body.theme-black .topic-info-comments a:visited {
|
body:not(.theme) .topic-info-comments a:visited,body.theme-light .topic-info-comments a:visited,body.theme-dark .topic-info-comments a:visited,body.theme-black .topic-info-comments a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited:hover,body:not(.theme) .topic-info-comments a:visited:active,body:not(.theme) .topic-info-comments a:visited:focus,body.theme-light .topic-info-comments a:visited:hover,body.theme-light .topic-info-comments a:visited:active,body.theme-light .topic-info-comments a:visited:focus,body.theme-dark .topic-info-comments a:visited:hover,body.theme-dark .topic-info-comments a:visited:active,body.theme-dark .topic-info-comments a:visited:focus,body.theme-black .topic-info-comments a:visited:hover,body.theme-black .topic-info-comments a:visited:active,body.theme-black .topic-info-comments a:visited:focus {
|
body:not(.theme) .topic-info-comments a:visited:hover,body:not(.theme) .topic-info-comments a:visited:active,body:not(.theme) .topic-info-comments a:visited:focus,body.theme-light .topic-info-comments a:visited:hover,body.theme-light .topic-info-comments a:visited:active,body.theme-light .topic-info-comments a:visited:focus,body.theme-dark .topic-info-comments a:visited:hover,body.theme-dark .topic-info-comments a:visited:active,body.theme-dark .topic-info-comments a:visited:focus,body.theme-black .topic-info-comments a:visited:hover,body.theme-black .topic-info-comments a:visited:active,body.theme-black .topic-info-comments a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:focus .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a:visited:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,109 +2,109 @@
|
||||||
body:not(.theme) .btn-comment-collapse,body.theme-light .btn-comment-collapse,body.theme-dark .btn-comment-collapse,body.theme-black .btn-comment-collapse {
|
body:not(.theme) .btn-comment-collapse,body.theme-light .btn-comment-collapse,body.theme-dark .btn-comment-collapse,body.theme-black .btn-comment-collapse {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .btn-comment-collapse:hover,body:not(.theme) .btn-comment-collapse:active,body:not(.theme) .btn-comment-collapse:focus,body.theme-light .btn-comment-collapse:hover,body.theme-light .btn-comment-collapse:active,body.theme-light .btn-comment-collapse:focus,body.theme-dark .btn-comment-collapse:hover,body.theme-dark .btn-comment-collapse:active,body.theme-dark .btn-comment-collapse:focus,body.theme-black .btn-comment-collapse:hover,body.theme-black .btn-comment-collapse:active,body.theme-black .btn-comment-collapse:focus {
|
body:not(.theme) .btn-comment-collapse:hover,body:not(.theme) .btn-comment-collapse:active,body:not(.theme) .btn-comment-collapse:focus,body.theme-light .btn-comment-collapse:hover,body.theme-light .btn-comment-collapse:active,body.theme-light .btn-comment-collapse:focus,body.theme-dark .btn-comment-collapse:hover,body.theme-dark .btn-comment-collapse:active,body.theme-dark .btn-comment-collapse:focus,body.theme-black .btn-comment-collapse:hover,body.theme-black .btn-comment-collapse:active,body.theme-black .btn-comment-collapse:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,body.theme-black .comment {
|
body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,body.theme-black .comment {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header {
|
body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link,body.theme-light .comment .comment-nav-link,body.theme-dark .comment .comment-nav-link,body.theme-black .comment .comment-nav-link {
|
body:not(.theme) .comment .comment-nav-link,body.theme-light .comment .comment-nav-link,body.theme-dark .comment .comment-nav-link,body.theme-black .comment .comment-nav-link {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:hover,body:not(.theme) .comment .comment-nav-link:active,body:not(.theme) .comment .comment-nav-link:focus,body.theme-light .comment .comment-nav-link:hover,body.theme-light .comment .comment-nav-link:active,body.theme-light .comment .comment-nav-link:focus,body.theme-dark .comment .comment-nav-link:hover,body.theme-dark .comment .comment-nav-link:active,body.theme-dark .comment .comment-nav-link:focus,body.theme-black .comment .comment-nav-link:hover,body.theme-black .comment .comment-nav-link:active,body.theme-black .comment .comment-nav-link:focus {
|
body:not(.theme) .comment .comment-nav-link:hover,body:not(.theme) .comment .comment-nav-link:active,body:not(.theme) .comment .comment-nav-link:focus,body.theme-light .comment .comment-nav-link:hover,body.theme-light .comment .comment-nav-link:active,body.theme-light .comment .comment-nav-link:focus,body.theme-dark .comment .comment-nav-link:hover,body.theme-dark .comment .comment-nav-link:active,body.theme-dark .comment .comment-nav-link:focus,body.theme-black .comment .comment-nav-link:hover,body.theme-black .comment .comment-nav-link:active,body.theme-black .comment .comment-nav-link:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:visited,body.theme-light .comment .comment-nav-link:visited,body.theme-dark .comment .comment-nav-link:visited,body.theme-black .comment .comment-nav-link:visited {
|
body:not(.theme) .comment .comment-nav-link:visited,body.theme-light .comment .comment-nav-link:visited,body.theme-dark .comment .comment-nav-link:visited,body.theme-black .comment .comment-nav-link:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:visited:hover,body:not(.theme) .comment .comment-nav-link:visited:active,body:not(.theme) .comment .comment-nav-link:visited:focus,body.theme-light .comment .comment-nav-link:visited:hover,body.theme-light .comment .comment-nav-link:visited:active,body.theme-light .comment .comment-nav-link:visited:focus,body.theme-dark .comment .comment-nav-link:visited:hover,body.theme-dark .comment .comment-nav-link:visited:active,body.theme-dark .comment .comment-nav-link:visited:focus,body.theme-black .comment .comment-nav-link:visited:hover,body.theme-black .comment .comment-nav-link:visited:active,body.theme-black .comment .comment-nav-link:visited:focus {
|
body:not(.theme) .comment .comment-nav-link:visited:hover,body:not(.theme) .comment .comment-nav-link:visited:active,body:not(.theme) .comment .comment-nav-link:visited:focus,body.theme-light .comment .comment-nav-link:visited:hover,body.theme-light .comment .comment-nav-link:visited:active,body.theme-light .comment .comment-nav-link:visited:focus,body.theme-dark .comment .comment-nav-link:visited:hover,body.theme-dark .comment .comment-nav-link:visited:active,body.theme-dark .comment .comment-nav-link:visited:focus,body.theme-black .comment .comment-nav-link:visited:hover,body.theme-black .comment .comment-nav-link:visited:active,body.theme-black .comment .comment-nav-link:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-user-info,body.theme-light .comment .comment-user-info,body.theme-dark .comment .comment-user-info,body.theme-black .comment .comment-user-info {
|
body:not(.theme) .comment .comment-user-info,body.theme-light .comment .comment-user-info,body.theme-dark .comment .comment-user-info,body.theme-black .comment .comment-user-info {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .time-responsive-full,body.theme-light .comment .time-responsive-full,body.theme-dark .comment .time-responsive-full,body.theme-black .comment .time-responsive-full {
|
body:not(.theme) .comment .time-responsive-full,body.theme-light .comment .time-responsive-full,body.theme-dark .comment .time-responsive-full,body.theme-black .comment .time-responsive-full {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
|
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .is-comment-collapsed header .link-user,body.theme-light .is-comment-collapsed header .link-user,body.theme-dark .is-comment-collapsed header .link-user,body.theme-black .is-comment-collapsed header .link-user {
|
body:not(.theme) .is-comment-collapsed header .link-user,body.theme-light .is-comment-collapsed header .link-user,body.theme-dark .is-comment-collapsed header .link-user,body.theme-black .is-comment-collapsed header .link-user {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons {
|
body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons {
|
||||||
padding: 0
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button {
|
body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-bottom: 0px
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus {
|
body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used {
|
body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus {
|
body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) #page-list,body.theme-light #page-list,body.theme-dark #page-list,body.theme-black #page-list {
|
body:not(.theme) #page-list,body.theme-light #page-list,body.theme-dark #page-list,body.theme-black #page-list {
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .toc,body.theme-light .toc,body.theme-dark .toc,body.theme-black .toc {
|
body:not(.theme) .toc,body.theme-light .toc,body.theme-dark .toc,body.theme-black .toc {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .highlight,body.theme-light .highlight,body.theme-dark .highlight,body.theme-black .highlight {
|
body:not(.theme) .highlight,body.theme-light .highlight,body.theme-dark .highlight,body.theme-black .highlight {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .conspicuous,body.theme-light .conspicuous,body.theme-dark .conspicuous,body.theme-black .conspicuous {
|
body:not(.theme) .conspicuous,body.theme-light .conspicuous,body.theme-dark .conspicuous,body.theme-black .conspicuous {
|
||||||
color: #f55;
|
color: #f55;
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .date-info,body.theme-light .date-info,body.theme-dark .date-info,body.theme-black .date-info {
|
body:not(.theme) .date-info,body.theme-light .date-info,body.theme-dark .date-info,body.theme-black .date-info {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .article-summary,body.theme-light .article-summary,body.theme-dark .article-summary,body.theme-black .article-summary {
|
body:not(.theme) .article-summary,body.theme-light .article-summary,body.theme-dark .article-summary,body.theme-black .article-summary {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .article-summary h2 a,body.theme-light .article-summary h2 a,body.theme-dark .article-summary h2 a,body.theme-black .article-summary h2 a {
|
body:not(.theme) .article-summary h2 a,body.theme-light .article-summary h2 a,body.theme-dark .article-summary h2 a,body.theme-black .article-summary h2 a {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer,#site-footer {
|
body>footer,#site-footer {
|
||||||
|
@ -112,336 +112,336 @@
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a,#site-footer a {
|
body>footer a,#site-footer a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:hover,body>footer a:active,body>footer a:focus,#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
body>footer a:hover,body>footer a:active,body>footer a:focus,#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:visited,#site-footer a:visited {
|
body>footer a:visited,#site-footer a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:visited:hover,body>footer a:visited:active,body>footer a:visited:focus,#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
body>footer a:visited:hover,body>footer a:visited:active,body>footer a:visited:focus,#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list tbody tr:nth-of-type(n),body.theme-light .group-list tbody tr:nth-of-type(n),body.theme-dark .group-list tbody tr:nth-of-type(n),body.Theme-black .group-list tbody tr:nth-of-type(n) {
|
body:not(.theme) .group-list tbody tr:nth-of-type(n),body.theme-light .group-list tbody tr:nth-of-type(n),body.theme-dark .group-list tbody tr:nth-of-type(n),body.Theme-black .group-list tbody tr:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list tbody tr:nth-of-type(n) td,body.theme-light .group-list tbody tr:nth-of-type(n) td,body.theme-dark .group-list tbody tr:nth-of-type(n) td,body.Theme-black .group-list tbody tr:nth-of-type(n) td {
|
body:not(.theme) .group-list tbody tr:nth-of-type(n) td,body.theme-light .group-list tbody tr:nth-of-type(n) td,body.theme-dark .group-list tbody tr:nth-of-type(n) td,body.Theme-black .group-list tbody tr:nth-of-type(n) td {
|
||||||
border-color: #44475a
|
border-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list .group-list-description,body.theme-light .group-list .group-list-description,body.theme-dark .group-list .group-list-description,body.Theme-black .group-list .group-list-description {
|
body:not(.theme) .group-list .group-list-description,body.theme-light .group-list .group-list-description,body.theme-dark .group-list .group-list-description,body.Theme-black .group-list .group-list-description {
|
||||||
font-style: normal
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .table th,body.theme-light .table th,body.theme-dark .table th,body.Theme-black .table th {
|
body:not(.theme) .table th,body.theme-light .table th,body.theme-dark .table th,body.Theme-black .table th {
|
||||||
border-bottom-color: #6272a4
|
border-bottom-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme),body.theme-light,body.theme-dark,body.theme-black {
|
body:not(.theme),body.theme-light,body.theme-dark,body.theme-black {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) main,body:not(.theme) #sidebar,body.theme-light main,body.theme-light #sidebar,body.theme-dark main,body.theme-dark #sidebar,body.theme-black main,body.theme-black #sidebar {
|
body:not(.theme) main,body:not(.theme) #sidebar,body.theme-light main,body.theme-light #sidebar,body.theme-dark main,body.theme-dark #sidebar,body.theme-black main,body.theme-black #sidebar {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) pre,body:not(.theme) code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
body:not(.theme) pre,body:not(.theme) code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace
|
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
body:not(.theme) blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) figure,body:not(.theme) section,body.theme-light figure,body.theme-light section,body.theme-dark figure,body.theme-dark section,body.theme-black figure,body.theme-black section {
|
body:not(.theme) figure,body:not(.theme) section,body.theme-light figure,body.theme-light section,body.theme-dark figure,body.theme-dark section,body.theme-black figure,body.theme-black section {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) input,body:not(.theme) textarea,body:not(.theme) .form-input,body.theme-light input,body.theme-light textarea,body.theme-light .form-input,body.theme-dark input,body.theme-dark textarea,body.theme-dark .form-input,body.theme-black input,body.theme-black textarea,body.theme-black .form-input {
|
body:not(.theme) input,body:not(.theme) textarea,body:not(.theme) .form-input,body.theme-light input,body.theme-light textarea,body.theme-light .form-input,body.theme-dark input,body.theme-dark textarea,body.theme-dark .form-input,body.theme-black input,body.theme-black textarea,body.theme-black .form-input {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border-color: #6272a4;
|
border-color: #6272a4;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus {
|
a:hover,a:active,a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .listing-options button,body.theme-light .listing-options button,body.theme-black .listing-options button,body.theme-dark .listing-options button {
|
body:not(.theme) .listing-options button,body.theme-light .listing-options button,body.theme-black .listing-options button,body.theme-dark .listing-options button {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .listing-options button:hover,body:not(.theme) .listing-options button:active,body:not(.theme) .listing-options button:focus,body.theme-light .listing-options button:hover,body.theme-light .listing-options button:active,body.theme-light .listing-options button:focus,body.theme-black .listing-options button:hover,body.theme-black .listing-options button:active,body.theme-black .listing-options button:focus,body.theme-dark .listing-options button:hover,body.theme-dark .listing-options button:active,body.theme-dark .listing-options button:focus {
|
body:not(.theme) .listing-options button:hover,body:not(.theme) .listing-options button:active,body:not(.theme) .listing-options button:focus,body.theme-light .listing-options button:hover,body.theme-light .listing-options button:active,body.theme-light .listing-options button:focus,body.theme-black .listing-options button:hover,body.theme-black .listing-options button:active,body.theme-black .listing-options button:focus,body.theme-dark .listing-options button:hover,body.theme-dark .listing-options button:active,body.theme-dark .listing-options button:focus {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order,body.theme-light .tab.tab-listing-order,body.theme-black .tab.tab-listing-order,body.theme-dark .tab.tab-listing-order {
|
body:not(.theme) .tab.tab-listing-order,body.theme-light .tab.tab-listing-order,body.theme-black .tab.tab-listing-order,body.theme-dark .tab.tab-listing-order {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item,body.theme-light .tab.tab-listing-order .tab-item,body.theme-black .tab.tab-listing-order .tab-item,body.theme-dark .tab.tab-listing-order .tab-item {
|
body:not(.theme) .tab.tab-listing-order .tab-item,body.theme-light .tab.tab-listing-order .tab-item,body.theme-black .tab.tab-listing-order .tab-item,body.theme-dark .tab.tab-listing-order .tab-item {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item:first-child,body.theme-light .tab.tab-listing-order .tab-item:first-child,body.theme-black .tab.tab-listing-order .tab-item:first-child,body.theme-dark .tab.tab-listing-order .tab-item:first-child {
|
body:not(.theme) .tab.tab-listing-order .tab-item:first-child,body.theme-light .tab.tab-listing-order .tab-item:first-child,body.theme-black .tab.tab-listing-order .tab-item:first-child,body.theme-dark .tab.tab-listing-order .tab-item:first-child {
|
||||||
margin-left: 0
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item:last-child,body.theme-light .tab.tab-listing-order .tab-item:last-child,body.theme-black .tab.tab-listing-order .tab-item:last-child,body.theme-dark .tab.tab-listing-order .tab-item:last-child {
|
body:not(.theme) .tab.tab-listing-order .tab-item:last-child,body.theme-light .tab.tab-listing-order .tab-item:last-child,body.theme-black .tab.tab-listing-order .tab-item:last-child,body.theme-dark .tab.tab-listing-order .tab-item:last-child {
|
||||||
margin-right: 0
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item a,body.theme-light .tab.tab-listing-order .tab-item a,body.theme-black .tab.tab-listing-order .tab-item a,body.theme-dark .tab.tab-listing-order .tab-item a {
|
body:not(.theme) .tab.tab-listing-order .tab-item a,body.theme-light .tab.tab-listing-order .tab-item a,body.theme-black .tab.tab-listing-order .tab-item a,body.theme-dark .tab.tab-listing-order .tab-item a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 8px
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item a:hover,body:not(.theme) .tab.tab-listing-order .tab-item a:active,body:not(.theme) .tab.tab-listing-order .tab-item a:focus,body.theme-light .tab.tab-listing-order .tab-item a:hover,body.theme-light .tab.tab-listing-order .tab-item a:active,body.theme-light .tab.tab-listing-order .tab-item a:focus,body.theme-black .tab.tab-listing-order .tab-item a:hover,body.theme-black .tab.tab-listing-order .tab-item a:active,body.theme-black .tab.tab-listing-order .tab-item a:focus,body.theme-dark .tab.tab-listing-order .tab-item a:hover,body.theme-dark .tab.tab-listing-order .tab-item a:active,body.theme-dark .tab.tab-listing-order .tab-item a:focus {
|
body:not(.theme) .tab.tab-listing-order .tab-item a:hover,body:not(.theme) .tab.tab-listing-order .tab-item a:active,body:not(.theme) .tab.tab-listing-order .tab-item a:focus,body.theme-light .tab.tab-listing-order .tab-item a:hover,body.theme-light .tab.tab-listing-order .tab-item a:active,body.theme-light .tab.tab-listing-order .tab-item a:focus,body.theme-black .tab.tab-listing-order .tab-item a:hover,body.theme-black .tab.tab-listing-order .tab-item a:active,body.theme-black .tab.tab-listing-order .tab-item a:focus,body.theme-dark .tab.tab-listing-order .tab-item a:hover,body.theme-dark .tab.tab-listing-order .tab-item a:active,body.theme-dark .tab.tab-listing-order .tab-item a:focus {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item.active a,body.theme-light .tab.tab-listing-order .tab-item.active a,body.theme-black .tab.tab-listing-order .tab-item.active a,body.theme-dark .tab.tab-listing-order .tab-item.active a {
|
body:not(.theme) .tab.tab-listing-order .tab-item.active a,body.theme-light .tab.tab-listing-order .tab-item.active a,body.theme-black .tab.tab-listing-order .tab-item.active a,body.theme-dark .tab.tab-listing-order .tab-item.active a {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
border-color: #ff79c6
|
border-color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]) {
|
body:not(.theme) .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]) {
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list thead th,body.theme-light .message-list thead th,body.theme-dark .message-list thead th,body.theme-black .message-list thead th {
|
body:not(.theme) .message-list thead th,body.theme-light .message-list thead th,body.theme-dark .message-list thead th,body.theme-black .message-list thead th {
|
||||||
border-color: #6272a4
|
border-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n),body.theme-light .message-list tbody tr:nth-of-type(n),body.theme-dark .message-list tbody tr:nth-of-type(n),body.theme-black .message-list tbody tr:nth-of-type(n) {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n),body.theme-light .message-list tbody tr:nth-of-type(n),body.theme-dark .message-list tbody tr:nth-of-type(n),body.theme-black .message-list tbody tr:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) td,body.theme-light .message-list tbody tr:nth-of-type(n) td,body.theme-dark .message-list tbody tr:nth-of-type(n) td,body.theme-black .message-list tbody tr:nth-of-type(n) td {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) td,body.theme-light .message-list tbody tr:nth-of-type(n) td,body.theme-dark .message-list tbody tr:nth-of-type(n) td,body.theme-black .message-list tbody tr:nth-of-type(n) td {
|
||||||
border-color: #44475a
|
border-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
body:not(.theme) .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
body:not(.theme) .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .divider,body.theme-light .divider,body.theme-dark .divider,body.theme-black .divider {
|
body:not(.theme) .divider,body.theme-light .divider,body.theme-dark .divider,body.theme-black .divider {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .empty-subtitle,body.theme-light .empty-subtitle,body.theme-dark .empty-subtitle,body.theme-black .empty-subtitle {
|
body:not(.theme) .empty-subtitle,body.theme-light .empty-subtitle,body.theme-dark .empty-subtitle,body.theme-black .empty-subtitle {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
|
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:hover,body:not(.theme) .link-user:active,body:not(.theme) .link-user:focus,body.theme-light .link-user:hover,body.theme-light .link-user:active,body.theme-light .link-user:focus,body.theme-dark .link-user:hover,body.theme-dark .link-user:active,body.theme-dark .link-user:focus,body.theme-black .link-user:hover,body.theme-black .link-user:active,body.theme-black .link-user:focus {
|
body:not(.theme) .link-user:hover,body:not(.theme) .link-user:active,body:not(.theme) .link-user:focus,body.theme-light .link-user:hover,body.theme-light .link-user:active,body.theme-light .link-user:focus,body.theme-dark .link-user:hover,body.theme-dark .link-user:active,body.theme-dark .link-user:focus,body.theme-black .link-user:hover,body.theme-black .link-user:active,body.theme-black .link-user:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:visited,body.theme-light .link-user:visited,body.theme-dark .link-user:visited,body.theme-black .link-user:visited {
|
body:not(.theme) .link-user:visited,body.theme-light .link-user:visited,body.theme-dark .link-user:visited,body.theme-black .link-user:visited {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:visited:hover,body:not(.theme) .link-user:visited:active,body:not(.theme) .link-user:visited:focus,body.theme-light .link-user:visited:hover,body.theme-light .link-user:visited:active,body.theme-light .link-user:visited:focus,body.theme-dark .link-user:visited:hover,body.theme-dark .link-user:visited:active,body.theme-dark .link-user:visited:focus,body.theme-black .link-user:visited:hover,body.theme-black .link-user:visited:active,body.theme-black .link-user:visited:focus {
|
body:not(.theme) .link-user:visited:hover,body:not(.theme) .link-user:visited:active,body:not(.theme) .link-user:visited:focus,body.theme-light .link-user:visited:hover,body.theme-light .link-user:visited:active,body.theme-light .link-user:visited:focus,body.theme-dark .link-user:visited:hover,body.theme-dark .link-user:visited:active,body.theme-dark .link-user:visited:focus,body.theme-black .link-user:visited:hover,body.theme-black .link-user:visited:active,body.theme-black .link-user:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .label-topic-tag a,body.theme-light .label-topic-tag a,body.theme-dark .label-topic-tag a,body.theme-black .label-topic-tag a {
|
body:not(.theme) .label-topic-tag a,body.theme-light .label-topic-tag a,body.theme-dark .label-topic-tag a,body.theme-black .label-topic-tag a {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .label-topic-tag a:hover,body:not(.theme) .label-topic-tag a:active,body:not(.theme) .label-topic-tag a:focus,body.theme-light .label-topic-tag a:hover,body.theme-light .label-topic-tag a:active,body.theme-light .label-topic-tag a:focus,body.theme-dark .label-topic-tag a:hover,body.theme-dark .label-topic-tag a:active,body.theme-dark .label-topic-tag a:focus,body.theme-black .label-topic-tag a:hover,body.theme-black .label-topic-tag a:active,body.theme-black .label-topic-tag a:focus {
|
body:not(.theme) .label-topic-tag a:hover,body:not(.theme) .label-topic-tag a:active,body:not(.theme) .label-topic-tag a:focus,body.theme-light .label-topic-tag a:hover,body.theme-light .label-topic-tag a:active,body.theme-light .label-topic-tag a:focus,body.theme-dark .label-topic-tag a:hover,body.theme-dark .label-topic-tag a:active,body.theme-dark .label-topic-tag a:focus,body.theme-black .label-topic-tag a:hover,body.theme-black .label-topic-tag a:active,body.theme-black .label-topic-tag a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .text-secondary,body.theme-light .text-secondary,body.theme-dark .text-secondary,body.theme-black .text-secondary {
|
body:not(.theme) .text-secondary,body.theme-light .text-secondary,body.theme-dark .text-secondary,body.theme-black .text-secondary {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .text-warning,body.theme-light .text-warning,body.theme-dark .text-warning,body.theme-black .text-warning {
|
body:not(.theme) .text-warning,body.theme-light .text-warning,body.theme-dark .text-warning,body.theme-black .text-warning {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #ffb86c;
|
background-color: #ffb86c;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) blockquote.text-warning,body.theme-light blockquote.text-warning,body.theme-dark blockquote.text-warning,body.theme-black blockquote.text-warning {
|
body:not(.theme) blockquote.text-warning,body.theme-light blockquote.text-warning,body.theme-dark blockquote.text-warning,body.theme-black blockquote.text-warning {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-status-success,body.theme-light .form-status-success,body.theme-dark .form-status-success,body.theme-black .form-status-success {
|
body:not(.theme) .form-status-success,body.theme-light .form-status-success,body.theme-dark .form-status-success,body.theme-black .form-status-success {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.theme-dark .form-status-error,body.theme-black .form-status-error {
|
body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.theme-dark .form-status-error,body.theme-black .form-status-error {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
|
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-voting.btn {
|
.topic-voting.btn {
|
||||||
border-style: solid
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn,.btn.btn-link {
|
.btn,.btn.btn-link {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus {
|
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited,.btn.btn-link:visited {
|
.btn:visited,.btn.btn-link:visited {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited:hover,.btn:visited:active,.btn:visited:focus,.btn.btn-link:visited:hover,.btn.btn-link:visited:active,.btn.btn-link:visited:focus {
|
.btn:visited:hover,.btn:visited:active,.btn:visited:focus,.btn.btn-link:visited:hover,.btn.btn-link:visited:active,.btn.btn-link:visited:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-used {
|
.btn-used {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background: #8be9fd;
|
background: #8be9fd;
|
||||||
border-color: #8be9fd
|
border-color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official {
|
.is-topic-official {
|
||||||
border-left-color: #f55 !important
|
border-left-color: #f55 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official h1 a {
|
.is-topic-official h1 a {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine {
|
.is-topic-mine {
|
||||||
border-left-color: #bd93f9 !important
|
border-left-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine h1 a {
|
.is-topic-mine h1 a {
|
||||||
color: #bd93f9
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine .topic-voting {
|
.is-topic-mine .topic-voting {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official h1 a:visited {
|
.is-topic-official h1 a:visited {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine h1 a:visited {
|
.is-topic-mine h1 a:visited {
|
||||||
color: #bd93f9
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-icon {
|
.topic-icon {
|
||||||
border-color: #8be9fd
|
border-color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself {
|
.is-comment-by-op>.comment-itself {
|
||||||
border-color: #f1fa8c !important
|
border-color: #f1fa8c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-mine>.comment-itself {
|
.is-comment-mine>.comment-itself {
|
||||||
border-color: #bd93f9 !important
|
border-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-new>.comment-itself {
|
.is-comment-new>.comment-itself {
|
||||||
border-color: #ffb86c !important
|
border-color: #ffb86c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-message-mine {
|
.is-message-mine {
|
||||||
border-left-color: #bd93f9 !important
|
border-left-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list,body.theme-light .settings-list,body.theme-dark .settings-list,body.theme-black .settings-list {
|
body:not(.theme) .settings-list,body.theme-light .settings-list,body.theme-dark .settings-list,body.theme-black .settings-list {
|
||||||
margin-left: 0px
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme-dark .settings-list li,body.theme-black .settings-list li {
|
body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme-dark .settings-list li,body.theme-black .settings-list li {
|
||||||
|
@ -449,72 +449,72 @@
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-bottom: 15px
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a,body.theme-light .settings-list a,body.theme-dark .settings-list a,body.theme-black .settings-list a {
|
body:not(.theme) .settings-list a,body.theme-light .settings-list a,body.theme-dark .settings-list a,body.theme-black .settings-list a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:hover,body:not(.theme) .settings-list a:active,body:not(.theme) .settings-list a:focus,body.theme-light .settings-list a:hover,body.theme-light .settings-list a:active,body.theme-light .settings-list a:focus,body.theme-dark .settings-list a:hover,body.theme-dark .settings-list a:active,body.theme-dark .settings-list a:focus,body.theme-black .settings-list a:hover,body.theme-black .settings-list a:active,body.theme-black .settings-list a:focus {
|
body:not(.theme) .settings-list a:hover,body:not(.theme) .settings-list a:active,body:not(.theme) .settings-list a:focus,body.theme-light .settings-list a:hover,body.theme-light .settings-list a:active,body.theme-light .settings-list a:focus,body.theme-dark .settings-list a:hover,body.theme-dark .settings-list a:active,body.theme-dark .settings-list a:focus,body.theme-black .settings-list a:hover,body.theme-black .settings-list a:active,body.theme-black .settings-list a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:visited,body.theme-light .settings-list a:visited,body.theme-dark .settings-list a:visited,body.theme-black .settings-list a:visited {
|
body:not(.theme) .settings-list a:visited,body.theme-light .settings-list a:visited,body.theme-dark .settings-list a:visited,body.theme-black .settings-list a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:visited:hover,body:not(.theme) .settings-list a:visited:active,body:not(.theme) .settings-list a:visited:focus,body.theme-light .settings-list a:visited:hover,body.theme-light .settings-list a:visited:active,body.theme-light .settings-list a:visited:focus,body.theme-dark .settings-list a:visited:hover,body.theme-dark .settings-list a:visited:active,body.theme-dark .settings-list a:visited:focus,body.theme-black .settings-list a:visited:hover,body.theme-black .settings-list a:visited:active,body.theme-black .settings-list a:visited:focus {
|
body:not(.theme) .settings-list a:visited:hover,body:not(.theme) .settings-list a:visited:active,body:not(.theme) .settings-list a:visited:focus,body.theme-light .settings-list a:visited:hover,body.theme-light .settings-list a:visited:active,body.theme-light .settings-list a:visited:focus,body.theme-dark .settings-list a:visited:hover,body.theme-dark .settings-list a:visited:active,body.theme-dark .settings-list a:visited:focus,body.theme-black .settings-list a:visited:hover,body.theme-black .settings-list a:visited:active,body.theme-black .settings-list a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a {
|
#sidebar .nav .nav-item a {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:hover,#sidebar .nav .nav-item a:active,#sidebar .nav .nav-item a:focus {
|
#sidebar .nav .nav-item a:hover,#sidebar .nav .nav-item a:active,#sidebar .nav .nav-item a:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:visited {
|
#sidebar .nav .nav-item a:visited {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:visited:hover,#sidebar .nav .nav-item a:visited:active,#sidebar .nav .nav-item a:visited:focus {
|
#sidebar .nav .nav-item a:visited:hover,#sidebar .nav .nav-item a:visited:active,#sidebar .nav .nav-item a:visited:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .topic-tags {
|
#sidebar .topic-tags {
|
||||||
margin-bottom: 0.5rem
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .label-topic-tag {
|
#sidebar .label-topic-tag {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .label-topic-tag:hover {
|
#sidebar .label-topic-tag:hover {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-logo,body.theme-light .site-header-logo,body.theme-black .site-header-logo,body.theme-dark .site-header-logo {
|
body:not(.theme) .site-header-logo,body.theme-light .site-header-logo,body.theme-black .site-header-logo,body.theme-dark .site-header-logo {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-context,body.theme-light .site-header-context,body.theme-black .site-header-context,body.theme-dark .site-header-context {
|
body:not(.theme) .site-header-context,body.theme-light .site-header-context,body.theme-black .site-header-context,body.theme-dark .site-header-context {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-context:hover,body:not(.theme) .site-header-context:active,body:not(.theme) .site-header-context:focus,body.theme-light .site-header-context:hover,body.theme-light .site-header-context:active,body.theme-light .site-header-context:focus,body.theme-black .site-header-context:hover,body.theme-black .site-header-context:active,body.theme-black .site-header-context:focus,body.theme-dark .site-header-context:hover,body.theme-dark .site-header-context:active,body.theme-dark .site-header-context:focus {
|
body:not(.theme) .site-header-context:hover,body:not(.theme) .site-header-context:active,body:not(.theme) .site-header-context:focus,body.theme-light .site-header-context:hover,body.theme-light .site-header-context:active,body.theme-light .site-header-context:focus,body.theme-black .site-header-context:hover,body.theme-black .site-header-context:active,body.theme-black .site-header-context:focus,body.theme-dark .site-header-context:hover,body.theme-dark .site-header-context:active,body.theme-dark .site-header-context:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-username,body.theme-light .logged-in-user-username,body.theme-black .logged-in-user-username,body.theme-dark .logged-in-user-username {
|
body:not(.theme) .logged-in-user-username,body.theme-light .logged-in-user-username,body.theme-black .logged-in-user-username,body.theme-dark .logged-in-user-username {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-username:hover,body:not(.theme) .logged-in-user-username:active,body:not(.theme) .logged-in-user-username:focus,body.theme-light .logged-in-user-username:hover,body.theme-light .logged-in-user-username:active,body.theme-light .logged-in-user-username:focus,body.theme-black .logged-in-user-username:hover,body.theme-black .logged-in-user-username:active,body.theme-black .logged-in-user-username:focus,body.theme-dark .logged-in-user-username:hover,body.theme-dark .logged-in-user-username:active,body.theme-dark .logged-in-user-username:focus {
|
body:not(.theme) .logged-in-user-username:hover,body:not(.theme) .logged-in-user-username:active,body:not(.theme) .logged-in-user-username:focus,body.theme-light .logged-in-user-username:hover,body.theme-light .logged-in-user-username:active,body.theme-light .logged-in-user-username:focus,body.theme-black .logged-in-user-username:hover,body.theme-black .logged-in-user-username:active,body.theme-black .logged-in-user-username:focus,body.theme-dark .logged-in-user-username:hover,body.theme-dark .logged-in-user-username:active,body.theme-dark .logged-in-user-username:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,body.theme-black .logged-in-user-alert,body.theme-dark .logged-in-user-alert {
|
body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,body.theme-black .logged-in-user-alert,body.theme-dark .logged-in-user-alert {
|
||||||
|
@ -522,150 +522,150 @@
|
||||||
background-color: #ffb86c;
|
background-color: #ffb86c;
|
||||||
padding: 0.1rem 0.3rem;
|
padding: 0.1rem 0.3rem;
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
justify-content: left
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-alert:hover,body:not(.theme) .logged-in-user-alert:active,body:not(.theme) .logged-in-user-alert:focus,body.theme-light .logged-in-user-alert:hover,body.theme-light .logged-in-user-alert:active,body.theme-light .logged-in-user-alert:focus,body.theme-black .logged-in-user-alert:hover,body.theme-black .logged-in-user-alert:active,body.theme-black .logged-in-user-alert:focus,body.theme-dark .logged-in-user-alert:hover,body.theme-dark .logged-in-user-alert:active,body.theme-dark .logged-in-user-alert:focus {
|
body:not(.theme) .logged-in-user-alert:hover,body:not(.theme) .logged-in-user-alert:active,body:not(.theme) .logged-in-user-alert:focus,body.theme-light .logged-in-user-alert:hover,body.theme-light .logged-in-user-alert:active,body.theme-light .logged-in-user-alert:focus,body.theme-black .logged-in-user-alert:hover,body.theme-black .logged-in-user-alert:active,body.theme-black .logged-in-user-alert:focus,body.theme-dark .logged-in-user-alert:hover,body.theme-dark .logged-in-user-alert:active,body.theme-dark .logged-in-user-alert:focus {
|
||||||
background-color: #f1fa8c
|
background-color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>a:nth-child(1):not(.no-header-logo) {
|
body>header>a:nth-child(1):not(.no-header-logo) {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==")
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==");
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-label {
|
.user-label {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 3px 5px !important
|
padding: 3px 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box {
|
.label-edit-box {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
background-color: #282a36 !important
|
background-color: #282a36 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box input {
|
.label-edit-box input {
|
||||||
border: 1px solid #6272a4 !important;
|
border: 1px solid #6272a4 !important;
|
||||||
background-color: #44475a !important
|
background-color: #44475a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-light,.label-dark {
|
.label-light,.label-dark {
|
||||||
color: transparent !important
|
color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-none {
|
.bg-none {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
border-color: #6272a4 !important
|
border-color: #6272a4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #f55 !important
|
background-color: #f55 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orangered {
|
.bg-orangered {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #ffb86c !important
|
background-color: #ffb86c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #f1fa8c !important
|
background-color: #f1fa8c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dodgerblue {
|
.bg-dodgerblue {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #8be9fd !important
|
background-color: #8be9fd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-forestgreen {
|
.bg-forestgreen {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #50fa7b !important
|
background-color: #50fa7b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-slategray {
|
.bg-slategray {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
background-color: #44475a !important
|
background-color: #44475a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-byline,body.theme-light .topic-full .topic-full-byline,body.theme-dark .topic-full .topic-full-byline,body.theme-black .topic-full .topic-full-byline {
|
body:not(.theme) .topic-full .topic-full-byline,body.theme-light .topic-full .topic-full-byline,body.theme-dark .topic-full .topic-full-byline,body.theme-black .topic-full .topic-full-byline {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a,body.theme-light .topic-full .topic-full-text a,body.theme-dark .topic-full .topic-full-text a,body.theme-black .topic-full .topic-full-text a {
|
body:not(.theme) .topic-full .topic-full-text a,body.theme-light .topic-full .topic-full-text a,body.theme-dark .topic-full .topic-full-text a,body.theme-black .topic-full .topic-full-text a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:hover,body:not(.theme) .topic-full .topic-full-text a:active,body:not(.theme) .topic-full .topic-full-text a:focus,body.theme-light .topic-full .topic-full-text a:hover,body.theme-light .topic-full .topic-full-text a:active,body.theme-light .topic-full .topic-full-text a:focus,body.theme-dark .topic-full .topic-full-text a:hover,body.theme-dark .topic-full .topic-full-text a:active,body.theme-dark .topic-full .topic-full-text a:focus,body.theme-black .topic-full .topic-full-text a:hover,body.theme-black .topic-full .topic-full-text a:active,body.theme-black .topic-full .topic-full-text a:focus {
|
body:not(.theme) .topic-full .topic-full-text a:hover,body:not(.theme) .topic-full .topic-full-text a:active,body:not(.theme) .topic-full .topic-full-text a:focus,body.theme-light .topic-full .topic-full-text a:hover,body.theme-light .topic-full .topic-full-text a:active,body.theme-light .topic-full .topic-full-text a:focus,body.theme-dark .topic-full .topic-full-text a:hover,body.theme-dark .topic-full .topic-full-text a:active,body.theme-dark .topic-full .topic-full-text a:focus,body.theme-black .topic-full .topic-full-text a:hover,body.theme-black .topic-full .topic-full-text a:active,body.theme-black .topic-full .topic-full-text a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:visited,body.theme-light .topic-full .topic-full-text a:visited,body.theme-dark .topic-full .topic-full-text a:visited,body.theme-black .topic-full .topic-full-text a:visited {
|
body:not(.theme) .topic-full .topic-full-text a:visited,body.theme-light .topic-full .topic-full-text a:visited,body.theme-dark .topic-full .topic-full-text a:visited,body.theme-black .topic-full .topic-full-text a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:visited:hover,body:not(.theme) .topic-full .topic-full-text a:visited:active,body:not(.theme) .topic-full .topic-full-text a:visited:focus,body.theme-light .topic-full .topic-full-text a:visited:hover,body.theme-light .topic-full .topic-full-text a:visited:active,body.theme-light .topic-full .topic-full-text a:visited:focus,body.theme-dark .topic-full .topic-full-text a:visited:hover,body.theme-dark .topic-full .topic-full-text a:visited:active,body.theme-dark .topic-full .topic-full-text a:visited:focus,body.theme-black .topic-full .topic-full-text a:visited:hover,body.theme-black .topic-full .topic-full-text a:visited:active,body.theme-black .topic-full .topic-full-text a:visited:focus {
|
body:not(.theme) .topic-full .topic-full-text a:visited:hover,body:not(.theme) .topic-full .topic-full-text a:visited:active,body:not(.theme) .topic-full .topic-full-text a:visited:focus,body.theme-light .topic-full .topic-full-text a:visited:hover,body.theme-light .topic-full .topic-full-text a:visited:active,body.theme-light .topic-full .topic-full-text a:visited:focus,body.theme-dark .topic-full .topic-full-text a:visited:hover,body.theme-dark .topic-full .topic-full-text a:visited:active,body.theme-dark .topic-full .topic-full-text a:visited:focus,body.theme-black .topic-full .topic-full-text a:visited:hover,body.theme-black .topic-full .topic-full-text a:visited:active,body.theme-black .topic-full .topic-full-text a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .time-responsive-full,body.theme-light .time-responsive-full,body.theme-dark .time-responsive-full,body.theme-black .time-responsive-full {
|
body:not(.theme) .time-responsive-full,body.theme-light .time-responsive-full,body.theme-dark .time-responsive-full,body.theme-black .time-responsive-full {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-content-metadata,body.theme-light .topic-content-metadata,body.theme-dark .topic-content-metadata,body.theme-black .topic-content-metadata {
|
body:not(.theme) .topic-content-metadata,body.theme-light .topic-content-metadata,body.theme-dark .topic-content-metadata,body.theme-black .topic-content-metadata {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt,body.theme-light .topic-text-excerpt,body.theme-dark .topic-text-excerpt,body.theme-black .topic-text-excerpt {
|
body:not(.theme) .topic-text-excerpt,body.theme-light .topic-text-excerpt,body.theme-dark .topic-text-excerpt,body.theme-black .topic-text-excerpt {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt[open],body.theme-light .topic-text-excerpt[open],body.theme-dark .topic-text-excerpt[open],body.theme-black .topic-text-excerpt[open] {
|
body:not(.theme) .topic-text-excerpt[open],body.theme-light .topic-text-excerpt[open],body.theme-dark .topic-text-excerpt[open],body.theme-black .topic-text-excerpt[open] {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt summary,body:not(.theme) .topic-text-excerpt summary::after,body.theme-light .topic-text-excerpt summary,body.theme-light .topic-text-excerpt summary::after,body.theme-dark .topic-text-excerpt summary,body.theme-dark .topic-text-excerpt summary::after,body.theme-black .topic-text-excerpt summary,body.theme-black .topic-text-excerpt summary::after {
|
body:not(.theme) .topic-text-excerpt summary,body:not(.theme) .topic-text-excerpt summary::after,body.theme-light .topic-text-excerpt summary,body.theme-light .topic-text-excerpt summary::after,body.theme-dark .topic-text-excerpt summary,body.theme-dark .topic-text-excerpt summary::after,body.theme-black .topic-text-excerpt summary,body.theme-black .topic-text-excerpt summary::after {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-group,body.theme-light .link-group,body.theme-dark .link-group,body.theme-black .link-group {
|
body:not(.theme) .link-group,body.theme-light .link-group,body.theme-dark .link-group,body.theme-black .link-group {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-group:hover,body:not(.theme) .link-group:active,body:not(.theme) .link-group:focus,body.theme-light .link-group:hover,body.theme-light .link-group:active,body.theme-light .link-group:focus,body.theme-dark .link-group:hover,body.theme-dark .link-group:active,body.theme-dark .link-group:focus,body.theme-black .link-group:hover,body.theme-black .link-group:active,body.theme-black .link-group:focus {
|
body:not(.theme) .link-group:hover,body:not(.theme) .link-group:active,body:not(.theme) .link-group:focus,body.theme-light .link-group:hover,body.theme-light .link-group:active,body.theme-light .link-group:focus,body.theme-dark .link-group:hover,body.theme-dark .link-group:active,body.theme-dark .link-group:focus,body.theme-black .link-group:hover,body.theme-black .link-group:active,body.theme-black .link-group:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a .topic-info-comments-new,body.theme-light .topic-info-comments a .topic-info-comments-new,body.theme-dark .topic-info-comments a .topic-info-comments-new,body.theme-black .topic-info-comments a .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a .topic-info-comments-new,body.theme-light .topic-info-comments a .topic-info-comments-new,body.theme-dark .topic-info-comments a .topic-info-comments-new,body.theme-black .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:hover,body:not(.theme) .topic-info-comments a:active,body:not(.theme) .topic-info-comments a:focus,body.theme-light .topic-info-comments a:hover,body.theme-light .topic-info-comments a:active,body.theme-light .topic-info-comments a:focus,body.theme-dark .topic-info-comments a:hover,body.theme-dark .topic-info-comments a:active,body.theme-dark .topic-info-comments a:focus,body.theme-black .topic-info-comments a:hover,body.theme-black .topic-info-comments a:active,body.theme-black .topic-info-comments a:focus {
|
body:not(.theme) .topic-info-comments a:hover,body:not(.theme) .topic-info-comments a:active,body:not(.theme) .topic-info-comments a:focus,body.theme-light .topic-info-comments a:hover,body.theme-light .topic-info-comments a:active,body.theme-light .topic-info-comments a:focus,body.theme-dark .topic-info-comments a:hover,body.theme-dark .topic-info-comments a:active,body.theme-dark .topic-info-comments a:focus,body.theme-black .topic-info-comments a:hover,body.theme-black .topic-info-comments a:active,body.theme-black .topic-info-comments a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:active .topic-info-comments-new,body.theme-light .topic-info-comments a:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:active .topic-info-comments-new,body.theme-black .topic-info-comments a:focus .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:active .topic-info-comments-new,body.theme-light .topic-info-comments a:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:active .topic-info-comments-new,body.theme-black .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited,body.theme-light .topic-info-comments a:visited,body.theme-dark .topic-info-comments a:visited,body.theme-black .topic-info-comments a:visited {
|
body:not(.theme) .topic-info-comments a:visited,body.theme-light .topic-info-comments a:visited,body.theme-dark .topic-info-comments a:visited,body.theme-black .topic-info-comments a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited:hover,body:not(.theme) .topic-info-comments a:visited:active,body:not(.theme) .topic-info-comments a:visited:focus,body.theme-light .topic-info-comments a:visited:hover,body.theme-light .topic-info-comments a:visited:active,body.theme-light .topic-info-comments a:visited:focus,body.theme-dark .topic-info-comments a:visited:hover,body.theme-dark .topic-info-comments a:visited:active,body.theme-dark .topic-info-comments a:visited:focus,body.theme-black .topic-info-comments a:visited:hover,body.theme-black .topic-info-comments a:visited:active,body.theme-black .topic-info-comments a:visited:focus {
|
body:not(.theme) .topic-info-comments a:visited:hover,body:not(.theme) .topic-info-comments a:visited:active,body:not(.theme) .topic-info-comments a:visited:focus,body.theme-light .topic-info-comments a:visited:hover,body.theme-light .topic-info-comments a:visited:active,body.theme-light .topic-info-comments a:visited:focus,body.theme-dark .topic-info-comments a:visited:hover,body.theme-dark .topic-info-comments a:visited:active,body.theme-dark .topic-info-comments a:visited:focus,body.theme-black .topic-info-comments a:visited:hover,body.theme-black .topic-info-comments a:visited:active,body.theme-black .topic-info-comments a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:focus .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a:visited:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Tildes Dracula
|
@name Tildes Dracula
|
||||||
@namespace tildes.net
|
@namespace tildes.net
|
||||||
@version 2.0.1
|
@version 2.0.2
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Dracula theme for Tildes.net
|
@description Dracula theme for Tildes.net
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@homepageURL https://gitlab.com/Bauke/styles
|
||||||
|
@ -12,109 +12,109 @@
|
||||||
body:not(.theme) .btn-comment-collapse,body.theme-light .btn-comment-collapse,body.theme-dark .btn-comment-collapse,body.theme-black .btn-comment-collapse {
|
body:not(.theme) .btn-comment-collapse,body.theme-light .btn-comment-collapse,body.theme-dark .btn-comment-collapse,body.theme-black .btn-comment-collapse {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .btn-comment-collapse:hover,body:not(.theme) .btn-comment-collapse:active,body:not(.theme) .btn-comment-collapse:focus,body.theme-light .btn-comment-collapse:hover,body.theme-light .btn-comment-collapse:active,body.theme-light .btn-comment-collapse:focus,body.theme-dark .btn-comment-collapse:hover,body.theme-dark .btn-comment-collapse:active,body.theme-dark .btn-comment-collapse:focus,body.theme-black .btn-comment-collapse:hover,body.theme-black .btn-comment-collapse:active,body.theme-black .btn-comment-collapse:focus {
|
body:not(.theme) .btn-comment-collapse:hover,body:not(.theme) .btn-comment-collapse:active,body:not(.theme) .btn-comment-collapse:focus,body.theme-light .btn-comment-collapse:hover,body.theme-light .btn-comment-collapse:active,body.theme-light .btn-comment-collapse:focus,body.theme-dark .btn-comment-collapse:hover,body.theme-dark .btn-comment-collapse:active,body.theme-dark .btn-comment-collapse:focus,body.theme-black .btn-comment-collapse:hover,body.theme-black .btn-comment-collapse:active,body.theme-black .btn-comment-collapse:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,body.theme-black .comment {
|
body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,body.theme-black .comment {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header {
|
body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link,body.theme-light .comment .comment-nav-link,body.theme-dark .comment .comment-nav-link,body.theme-black .comment .comment-nav-link {
|
body:not(.theme) .comment .comment-nav-link,body.theme-light .comment .comment-nav-link,body.theme-dark .comment .comment-nav-link,body.theme-black .comment .comment-nav-link {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:hover,body:not(.theme) .comment .comment-nav-link:active,body:not(.theme) .comment .comment-nav-link:focus,body.theme-light .comment .comment-nav-link:hover,body.theme-light .comment .comment-nav-link:active,body.theme-light .comment .comment-nav-link:focus,body.theme-dark .comment .comment-nav-link:hover,body.theme-dark .comment .comment-nav-link:active,body.theme-dark .comment .comment-nav-link:focus,body.theme-black .comment .comment-nav-link:hover,body.theme-black .comment .comment-nav-link:active,body.theme-black .comment .comment-nav-link:focus {
|
body:not(.theme) .comment .comment-nav-link:hover,body:not(.theme) .comment .comment-nav-link:active,body:not(.theme) .comment .comment-nav-link:focus,body.theme-light .comment .comment-nav-link:hover,body.theme-light .comment .comment-nav-link:active,body.theme-light .comment .comment-nav-link:focus,body.theme-dark .comment .comment-nav-link:hover,body.theme-dark .comment .comment-nav-link:active,body.theme-dark .comment .comment-nav-link:focus,body.theme-black .comment .comment-nav-link:hover,body.theme-black .comment .comment-nav-link:active,body.theme-black .comment .comment-nav-link:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:visited,body.theme-light .comment .comment-nav-link:visited,body.theme-dark .comment .comment-nav-link:visited,body.theme-black .comment .comment-nav-link:visited {
|
body:not(.theme) .comment .comment-nav-link:visited,body.theme-light .comment .comment-nav-link:visited,body.theme-dark .comment .comment-nav-link:visited,body.theme-black .comment .comment-nav-link:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-nav-link:visited:hover,body:not(.theme) .comment .comment-nav-link:visited:active,body:not(.theme) .comment .comment-nav-link:visited:focus,body.theme-light .comment .comment-nav-link:visited:hover,body.theme-light .comment .comment-nav-link:visited:active,body.theme-light .comment .comment-nav-link:visited:focus,body.theme-dark .comment .comment-nav-link:visited:hover,body.theme-dark .comment .comment-nav-link:visited:active,body.theme-dark .comment .comment-nav-link:visited:focus,body.theme-black .comment .comment-nav-link:visited:hover,body.theme-black .comment .comment-nav-link:visited:active,body.theme-black .comment .comment-nav-link:visited:focus {
|
body:not(.theme) .comment .comment-nav-link:visited:hover,body:not(.theme) .comment .comment-nav-link:visited:active,body:not(.theme) .comment .comment-nav-link:visited:focus,body.theme-light .comment .comment-nav-link:visited:hover,body.theme-light .comment .comment-nav-link:visited:active,body.theme-light .comment .comment-nav-link:visited:focus,body.theme-dark .comment .comment-nav-link:visited:hover,body.theme-dark .comment .comment-nav-link:visited:active,body.theme-dark .comment .comment-nav-link:visited:focus,body.theme-black .comment .comment-nav-link:visited:hover,body.theme-black .comment .comment-nav-link:visited:active,body.theme-black .comment .comment-nav-link:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .comment-user-info,body.theme-light .comment .comment-user-info,body.theme-dark .comment .comment-user-info,body.theme-black .comment .comment-user-info {
|
body:not(.theme) .comment .comment-user-info,body.theme-light .comment .comment-user-info,body.theme-dark .comment .comment-user-info,body.theme-black .comment .comment-user-info {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment .time-responsive-full,body.theme-light .comment .time-responsive-full,body.theme-dark .comment .time-responsive-full,body.theme-black .comment .time-responsive-full {
|
body:not(.theme) .comment .time-responsive-full,body.theme-light .comment .time-responsive-full,body.theme-dark .comment .time-responsive-full,body.theme-black .comment .time-responsive-full {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
|
body:not(.theme) .comment[data-comment-depth='0'],body.theme-light .comment[data-comment-depth='0'],body.theme-dark .comment[data-comment-depth='0'],body.theme-black .comment[data-comment-depth='0'] {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .is-comment-collapsed header .link-user,body.theme-light .is-comment-collapsed header .link-user,body.theme-dark .is-comment-collapsed header .link-user,body.theme-black .is-comment-collapsed header .link-user {
|
body:not(.theme) .is-comment-collapsed header .link-user,body.theme-light .is-comment-collapsed header .link-user,body.theme-dark .is-comment-collapsed header .link-user,body.theme-black .is-comment-collapsed header .link-user {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons {
|
body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons {
|
||||||
padding: 0
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button {
|
body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-bottom: 0px
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus {
|
body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used {
|
body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus {
|
body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) #page-list,body.theme-light #page-list,body.theme-dark #page-list,body.theme-black #page-list {
|
body:not(.theme) #page-list,body.theme-light #page-list,body.theme-dark #page-list,body.theme-black #page-list {
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .toc,body.theme-light .toc,body.theme-dark .toc,body.theme-black .toc {
|
body:not(.theme) .toc,body.theme-light .toc,body.theme-dark .toc,body.theme-black .toc {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .highlight,body.theme-light .highlight,body.theme-dark .highlight,body.theme-black .highlight {
|
body:not(.theme) .highlight,body.theme-light .highlight,body.theme-dark .highlight,body.theme-black .highlight {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #6272a4
|
background-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .conspicuous,body.theme-light .conspicuous,body.theme-dark .conspicuous,body.theme-black .conspicuous {
|
body:not(.theme) .conspicuous,body.theme-light .conspicuous,body.theme-dark .conspicuous,body.theme-black .conspicuous {
|
||||||
color: #f55;
|
color: #f55;
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .date-info,body.theme-light .date-info,body.theme-dark .date-info,body.theme-black .date-info {
|
body:not(.theme) .date-info,body.theme-light .date-info,body.theme-dark .date-info,body.theme-black .date-info {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .article-summary,body.theme-light .article-summary,body.theme-dark .article-summary,body.theme-black .article-summary {
|
body:not(.theme) .article-summary,body.theme-light .article-summary,body.theme-dark .article-summary,body.theme-black .article-summary {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .article-summary h2 a,body.theme-light .article-summary h2 a,body.theme-dark .article-summary h2 a,body.theme-black .article-summary h2 a {
|
body:not(.theme) .article-summary h2 a,body.theme-light .article-summary h2 a,body.theme-dark .article-summary h2 a,body.theme-black .article-summary h2 a {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer,#site-footer {
|
body>footer,#site-footer {
|
||||||
|
@ -122,336 +122,336 @@
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a,#site-footer a {
|
body>footer a,#site-footer a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:hover,body>footer a:active,body>footer a:focus,#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
body>footer a:hover,body>footer a:active,body>footer a:focus,#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:visited,#site-footer a:visited {
|
body>footer a:visited,#site-footer a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>footer a:visited:hover,body>footer a:visited:active,body>footer a:visited:focus,#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
body>footer a:visited:hover,body>footer a:visited:active,body>footer a:visited:focus,#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list tbody tr:nth-of-type(n),body.theme-light .group-list tbody tr:nth-of-type(n),body.theme-dark .group-list tbody tr:nth-of-type(n),body.Theme-black .group-list tbody tr:nth-of-type(n) {
|
body:not(.theme) .group-list tbody tr:nth-of-type(n),body.theme-light .group-list tbody tr:nth-of-type(n),body.theme-dark .group-list tbody tr:nth-of-type(n),body.Theme-black .group-list tbody tr:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list tbody tr:nth-of-type(n) td,body.theme-light .group-list tbody tr:nth-of-type(n) td,body.theme-dark .group-list tbody tr:nth-of-type(n) td,body.Theme-black .group-list tbody tr:nth-of-type(n) td {
|
body:not(.theme) .group-list tbody tr:nth-of-type(n) td,body.theme-light .group-list tbody tr:nth-of-type(n) td,body.theme-dark .group-list tbody tr:nth-of-type(n) td,body.Theme-black .group-list tbody tr:nth-of-type(n) td {
|
||||||
border-color: #44475a
|
border-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .group-list .group-list-description,body.theme-light .group-list .group-list-description,body.theme-dark .group-list .group-list-description,body.Theme-black .group-list .group-list-description {
|
body:not(.theme) .group-list .group-list-description,body.theme-light .group-list .group-list-description,body.theme-dark .group-list .group-list-description,body.Theme-black .group-list .group-list-description {
|
||||||
font-style: normal
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .table th,body.theme-light .table th,body.theme-dark .table th,body.Theme-black .table th {
|
body:not(.theme) .table th,body.theme-light .table th,body.theme-dark .table th,body.Theme-black .table th {
|
||||||
border-bottom-color: #6272a4
|
border-bottom-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme),body.theme-light,body.theme-dark,body.theme-black {
|
body:not(.theme),body.theme-light,body.theme-dark,body.theme-black {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) main,body:not(.theme) #sidebar,body.theme-light main,body.theme-light #sidebar,body.theme-dark main,body.theme-dark #sidebar,body.theme-black main,body.theme-black #sidebar {
|
body:not(.theme) main,body:not(.theme) #sidebar,body.theme-light main,body.theme-light #sidebar,body.theme-dark main,body.theme-dark #sidebar,body.theme-black main,body.theme-black #sidebar {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #44475a
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) pre,body:not(.theme) code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
body:not(.theme) pre,body:not(.theme) code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace
|
font-family: 'Space Mono', 'Iosevka', 'Fira Code', 'Consolas', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
body:not(.theme) blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) figure,body:not(.theme) section,body.theme-light figure,body.theme-light section,body.theme-dark figure,body.theme-dark section,body.theme-black figure,body.theme-black section {
|
body:not(.theme) figure,body:not(.theme) section,body.theme-light figure,body.theme-light section,body.theme-dark figure,body.theme-dark section,body.theme-black figure,body.theme-black section {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) input,body:not(.theme) textarea,body:not(.theme) .form-input,body.theme-light input,body.theme-light textarea,body.theme-light .form-input,body.theme-dark input,body.theme-dark textarea,body.theme-dark .form-input,body.theme-black input,body.theme-black textarea,body.theme-black .form-input {
|
body:not(.theme) input,body:not(.theme) textarea,body:not(.theme) .form-input,body.theme-light input,body.theme-light textarea,body.theme-light .form-input,body.theme-dark input,body.theme-dark textarea,body.theme-dark .form-input,body.theme-black input,body.theme-black textarea,body.theme-black .form-input {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
border-color: #6272a4;
|
border-color: #6272a4;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus {
|
a:hover,a:active,a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-color: #f8f8f2
|
border-color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .listing-options button,body.theme-light .listing-options button,body.theme-black .listing-options button,body.theme-dark .listing-options button {
|
body:not(.theme) .listing-options button,body.theme-light .listing-options button,body.theme-black .listing-options button,body.theme-dark .listing-options button {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .listing-options button:hover,body:not(.theme) .listing-options button:active,body:not(.theme) .listing-options button:focus,body.theme-light .listing-options button:hover,body.theme-light .listing-options button:active,body.theme-light .listing-options button:focus,body.theme-black .listing-options button:hover,body.theme-black .listing-options button:active,body.theme-black .listing-options button:focus,body.theme-dark .listing-options button:hover,body.theme-dark .listing-options button:active,body.theme-dark .listing-options button:focus {
|
body:not(.theme) .listing-options button:hover,body:not(.theme) .listing-options button:active,body:not(.theme) .listing-options button:focus,body.theme-light .listing-options button:hover,body.theme-light .listing-options button:active,body.theme-light .listing-options button:focus,body.theme-black .listing-options button:hover,body.theme-black .listing-options button:active,body.theme-black .listing-options button:focus,body.theme-dark .listing-options button:hover,body.theme-dark .listing-options button:active,body.theme-dark .listing-options button:focus {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: underline
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order,body.theme-light .tab.tab-listing-order,body.theme-black .tab.tab-listing-order,body.theme-dark .tab.tab-listing-order {
|
body:not(.theme) .tab.tab-listing-order,body.theme-light .tab.tab-listing-order,body.theme-black .tab.tab-listing-order,body.theme-dark .tab.tab-listing-order {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item,body.theme-light .tab.tab-listing-order .tab-item,body.theme-black .tab.tab-listing-order .tab-item,body.theme-dark .tab.tab-listing-order .tab-item {
|
body:not(.theme) .tab.tab-listing-order .tab-item,body.theme-light .tab.tab-listing-order .tab-item,body.theme-black .tab.tab-listing-order .tab-item,body.theme-dark .tab.tab-listing-order .tab-item {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item:first-child,body.theme-light .tab.tab-listing-order .tab-item:first-child,body.theme-black .tab.tab-listing-order .tab-item:first-child,body.theme-dark .tab.tab-listing-order .tab-item:first-child {
|
body:not(.theme) .tab.tab-listing-order .tab-item:first-child,body.theme-light .tab.tab-listing-order .tab-item:first-child,body.theme-black .tab.tab-listing-order .tab-item:first-child,body.theme-dark .tab.tab-listing-order .tab-item:first-child {
|
||||||
margin-left: 0
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item:last-child,body.theme-light .tab.tab-listing-order .tab-item:last-child,body.theme-black .tab.tab-listing-order .tab-item:last-child,body.theme-dark .tab.tab-listing-order .tab-item:last-child {
|
body:not(.theme) .tab.tab-listing-order .tab-item:last-child,body.theme-light .tab.tab-listing-order .tab-item:last-child,body.theme-black .tab.tab-listing-order .tab-item:last-child,body.theme-dark .tab.tab-listing-order .tab-item:last-child {
|
||||||
margin-right: 0
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item a,body.theme-light .tab.tab-listing-order .tab-item a,body.theme-black .tab.tab-listing-order .tab-item a,body.theme-dark .tab.tab-listing-order .tab-item a {
|
body:not(.theme) .tab.tab-listing-order .tab-item a,body.theme-light .tab.tab-listing-order .tab-item a,body.theme-black .tab.tab-listing-order .tab-item a,body.theme-dark .tab.tab-listing-order .tab-item a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 8px
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item a:hover,body:not(.theme) .tab.tab-listing-order .tab-item a:active,body:not(.theme) .tab.tab-listing-order .tab-item a:focus,body.theme-light .tab.tab-listing-order .tab-item a:hover,body.theme-light .tab.tab-listing-order .tab-item a:active,body.theme-light .tab.tab-listing-order .tab-item a:focus,body.theme-black .tab.tab-listing-order .tab-item a:hover,body.theme-black .tab.tab-listing-order .tab-item a:active,body.theme-black .tab.tab-listing-order .tab-item a:focus,body.theme-dark .tab.tab-listing-order .tab-item a:hover,body.theme-dark .tab.tab-listing-order .tab-item a:active,body.theme-dark .tab.tab-listing-order .tab-item a:focus {
|
body:not(.theme) .tab.tab-listing-order .tab-item a:hover,body:not(.theme) .tab.tab-listing-order .tab-item a:active,body:not(.theme) .tab.tab-listing-order .tab-item a:focus,body.theme-light .tab.tab-listing-order .tab-item a:hover,body.theme-light .tab.tab-listing-order .tab-item a:active,body.theme-light .tab.tab-listing-order .tab-item a:focus,body.theme-black .tab.tab-listing-order .tab-item a:hover,body.theme-black .tab.tab-listing-order .tab-item a:active,body.theme-black .tab.tab-listing-order .tab-item a:focus,body.theme-dark .tab.tab-listing-order .tab-item a:hover,body.theme-dark .tab.tab-listing-order .tab-item a:active,body.theme-dark .tab.tab-listing-order .tab-item a:focus {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .tab.tab-listing-order .tab-item.active a,body.theme-light .tab.tab-listing-order .tab-item.active a,body.theme-black .tab.tab-listing-order .tab-item.active a,body.theme-dark .tab.tab-listing-order .tab-item.active a {
|
body:not(.theme) .tab.tab-listing-order .tab-item.active a,body.theme-light .tab.tab-listing-order .tab-item.active a,body.theme-black .tab.tab-listing-order .tab-item.active a,body.theme-dark .tab.tab-listing-order .tab-item.active a {
|
||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
border-color: #ff79c6
|
border-color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]) {
|
body:not(.theme) .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]) {
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list thead th,body.theme-light .message-list thead th,body.theme-dark .message-list thead th,body.theme-black .message-list thead th {
|
body:not(.theme) .message-list thead th,body.theme-light .message-list thead th,body.theme-dark .message-list thead th,body.theme-black .message-list thead th {
|
||||||
border-color: #6272a4
|
border-color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n),body.theme-light .message-list tbody tr:nth-of-type(n),body.theme-dark .message-list tbody tr:nth-of-type(n),body.theme-black .message-list tbody tr:nth-of-type(n) {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n),body.theme-light .message-list tbody tr:nth-of-type(n),body.theme-dark .message-list tbody tr:nth-of-type(n),body.theme-black .message-list tbody tr:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) td,body.theme-light .message-list tbody tr:nth-of-type(n) td,body.theme-dark .message-list tbody tr:nth-of-type(n) td,body.theme-black .message-list tbody tr:nth-of-type(n) td {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) td,body.theme-light .message-list tbody tr:nth-of-type(n) td,body.theme-dark .message-list tbody tr:nth-of-type(n) td,body.theme-black .message-list tbody tr:nth-of-type(n) td {
|
||||||
border-color: #44475a
|
border-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:hover,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:active,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited {
|
body:not(.theme) .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-light .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-dark .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited,body.theme-black .message-list tbody tr:nth-of-type(n) .message-list-subject a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
body:not(.theme) .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
body:not(.theme) .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .divider,body.theme-light .divider,body.theme-dark .divider,body.theme-black .divider {
|
body:not(.theme) .divider,body.theme-light .divider,body.theme-dark .divider,body.theme-black .divider {
|
||||||
border-color: #282a36
|
border-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .empty-subtitle,body.theme-light .empty-subtitle,body.theme-dark .empty-subtitle,body.theme-black .empty-subtitle {
|
body:not(.theme) .empty-subtitle,body.theme-light .empty-subtitle,body.theme-dark .empty-subtitle,body.theme-black .empty-subtitle {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
|
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:hover,body:not(.theme) .link-user:active,body:not(.theme) .link-user:focus,body.theme-light .link-user:hover,body.theme-light .link-user:active,body.theme-light .link-user:focus,body.theme-dark .link-user:hover,body.theme-dark .link-user:active,body.theme-dark .link-user:focus,body.theme-black .link-user:hover,body.theme-black .link-user:active,body.theme-black .link-user:focus {
|
body:not(.theme) .link-user:hover,body:not(.theme) .link-user:active,body:not(.theme) .link-user:focus,body.theme-light .link-user:hover,body.theme-light .link-user:active,body.theme-light .link-user:focus,body.theme-dark .link-user:hover,body.theme-dark .link-user:active,body.theme-dark .link-user:focus,body.theme-black .link-user:hover,body.theme-black .link-user:active,body.theme-black .link-user:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:visited,body.theme-light .link-user:visited,body.theme-dark .link-user:visited,body.theme-black .link-user:visited {
|
body:not(.theme) .link-user:visited,body.theme-light .link-user:visited,body.theme-dark .link-user:visited,body.theme-black .link-user:visited {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-user:visited:hover,body:not(.theme) .link-user:visited:active,body:not(.theme) .link-user:visited:focus,body.theme-light .link-user:visited:hover,body.theme-light .link-user:visited:active,body.theme-light .link-user:visited:focus,body.theme-dark .link-user:visited:hover,body.theme-dark .link-user:visited:active,body.theme-dark .link-user:visited:focus,body.theme-black .link-user:visited:hover,body.theme-black .link-user:visited:active,body.theme-black .link-user:visited:focus {
|
body:not(.theme) .link-user:visited:hover,body:not(.theme) .link-user:visited:active,body:not(.theme) .link-user:visited:focus,body.theme-light .link-user:visited:hover,body.theme-light .link-user:visited:active,body.theme-light .link-user:visited:focus,body.theme-dark .link-user:visited:hover,body.theme-dark .link-user:visited:active,body.theme-dark .link-user:visited:focus,body.theme-black .link-user:visited:hover,body.theme-black .link-user:visited:active,body.theme-black .link-user:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .label-topic-tag a,body.theme-light .label-topic-tag a,body.theme-dark .label-topic-tag a,body.theme-black .label-topic-tag a {
|
body:not(.theme) .label-topic-tag a,body.theme-light .label-topic-tag a,body.theme-dark .label-topic-tag a,body.theme-black .label-topic-tag a {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .label-topic-tag a:hover,body:not(.theme) .label-topic-tag a:active,body:not(.theme) .label-topic-tag a:focus,body.theme-light .label-topic-tag a:hover,body.theme-light .label-topic-tag a:active,body.theme-light .label-topic-tag a:focus,body.theme-dark .label-topic-tag a:hover,body.theme-dark .label-topic-tag a:active,body.theme-dark .label-topic-tag a:focus,body.theme-black .label-topic-tag a:hover,body.theme-black .label-topic-tag a:active,body.theme-black .label-topic-tag a:focus {
|
body:not(.theme) .label-topic-tag a:hover,body:not(.theme) .label-topic-tag a:active,body:not(.theme) .label-topic-tag a:focus,body.theme-light .label-topic-tag a:hover,body.theme-light .label-topic-tag a:active,body.theme-light .label-topic-tag a:focus,body.theme-dark .label-topic-tag a:hover,body.theme-dark .label-topic-tag a:active,body.theme-dark .label-topic-tag a:focus,body.theme-black .label-topic-tag a:hover,body.theme-black .label-topic-tag a:active,body.theme-black .label-topic-tag a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .text-secondary,body.theme-light .text-secondary,body.theme-dark .text-secondary,body.theme-black .text-secondary {
|
body:not(.theme) .text-secondary,body.theme-light .text-secondary,body.theme-dark .text-secondary,body.theme-black .text-secondary {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .text-warning,body.theme-light .text-warning,body.theme-dark .text-warning,body.theme-black .text-warning {
|
body:not(.theme) .text-warning,body.theme-light .text-warning,body.theme-dark .text-warning,body.theme-black .text-warning {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background-color: #ffb86c;
|
background-color: #ffb86c;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) blockquote.text-warning,body.theme-light blockquote.text-warning,body.theme-dark blockquote.text-warning,body.theme-black blockquote.text-warning {
|
body:not(.theme) blockquote.text-warning,body.theme-light blockquote.text-warning,body.theme-dark blockquote.text-warning,body.theme-black blockquote.text-warning {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-status-success,body.theme-light .form-status-success,body.theme-dark .form-status-success,body.theme-black .form-status-success {
|
body:not(.theme) .form-status-success,body.theme-light .form-status-success,body.theme-dark .form-status-success,body.theme-black .form-status-success {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.theme-dark .form-status-error,body.theme-black .form-status-error {
|
body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.theme-dark .form-status-error,body.theme-black .form-status-error {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
|
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-voting.btn {
|
.topic-voting.btn {
|
||||||
border-style: solid
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn,.btn.btn-link {
|
.btn,.btn.btn-link {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus {
|
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited,.btn.btn-link:visited {
|
.btn:visited,.btn.btn-link:visited {
|
||||||
color: #8be9fd;
|
color: #8be9fd;
|
||||||
border-color: #8be9fd;
|
border-color: #8be9fd;
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited:hover,.btn:visited:active,.btn:visited:focus,.btn.btn-link:visited:hover,.btn.btn-link:visited:active,.btn.btn-link:visited:focus {
|
.btn:visited:hover,.btn:visited:active,.btn:visited:focus,.btn.btn-link:visited:hover,.btn.btn-link:visited:active,.btn.btn-link:visited:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-used {
|
.btn-used {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
background: #8be9fd;
|
background: #8be9fd;
|
||||||
border-color: #8be9fd
|
border-color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
border-color: #ff79c6;
|
border-color: #ff79c6;
|
||||||
background: #ff79c6
|
background: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official {
|
.is-topic-official {
|
||||||
border-left-color: #f55 !important
|
border-left-color: #f55 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official h1 a {
|
.is-topic-official h1 a {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine {
|
.is-topic-mine {
|
||||||
border-left-color: #bd93f9 !important
|
border-left-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine h1 a {
|
.is-topic-mine h1 a {
|
||||||
color: #bd93f9
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine .topic-voting {
|
.is-topic-mine .topic-voting {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official h1 a:visited {
|
.is-topic-official h1 a:visited {
|
||||||
color: #f55
|
color: #f55;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine h1 a:visited {
|
.is-topic-mine h1 a:visited {
|
||||||
color: #bd93f9
|
color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-icon {
|
.topic-icon {
|
||||||
border-color: #8be9fd
|
border-color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself {
|
.is-comment-by-op>.comment-itself {
|
||||||
border-color: #f1fa8c !important
|
border-color: #f1fa8c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-mine>.comment-itself {
|
.is-comment-mine>.comment-itself {
|
||||||
border-color: #bd93f9 !important
|
border-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-new>.comment-itself {
|
.is-comment-new>.comment-itself {
|
||||||
border-color: #ffb86c !important
|
border-color: #ffb86c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-message-mine {
|
.is-message-mine {
|
||||||
border-left-color: #bd93f9 !important
|
border-left-color: #bd93f9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list,body.theme-light .settings-list,body.theme-dark .settings-list,body.theme-black .settings-list {
|
body:not(.theme) .settings-list,body.theme-light .settings-list,body.theme-dark .settings-list,body.theme-black .settings-list {
|
||||||
margin-left: 0px
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme-dark .settings-list li,body.theme-black .settings-list li {
|
body:not(.theme) .settings-list li,body.theme-light .settings-list li,body.theme-dark .settings-list li,body.theme-black .settings-list li {
|
||||||
|
@ -459,72 +459,72 @@
|
||||||
border: 1px solid #6272a4;
|
border: 1px solid #6272a4;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-bottom: 15px
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a,body.theme-light .settings-list a,body.theme-dark .settings-list a,body.theme-black .settings-list a {
|
body:not(.theme) .settings-list a,body.theme-light .settings-list a,body.theme-dark .settings-list a,body.theme-black .settings-list a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:hover,body:not(.theme) .settings-list a:active,body:not(.theme) .settings-list a:focus,body.theme-light .settings-list a:hover,body.theme-light .settings-list a:active,body.theme-light .settings-list a:focus,body.theme-dark .settings-list a:hover,body.theme-dark .settings-list a:active,body.theme-dark .settings-list a:focus,body.theme-black .settings-list a:hover,body.theme-black .settings-list a:active,body.theme-black .settings-list a:focus {
|
body:not(.theme) .settings-list a:hover,body:not(.theme) .settings-list a:active,body:not(.theme) .settings-list a:focus,body.theme-light .settings-list a:hover,body.theme-light .settings-list a:active,body.theme-light .settings-list a:focus,body.theme-dark .settings-list a:hover,body.theme-dark .settings-list a:active,body.theme-dark .settings-list a:focus,body.theme-black .settings-list a:hover,body.theme-black .settings-list a:active,body.theme-black .settings-list a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:visited,body.theme-light .settings-list a:visited,body.theme-dark .settings-list a:visited,body.theme-black .settings-list a:visited {
|
body:not(.theme) .settings-list a:visited,body.theme-light .settings-list a:visited,body.theme-dark .settings-list a:visited,body.theme-black .settings-list a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .settings-list a:visited:hover,body:not(.theme) .settings-list a:visited:active,body:not(.theme) .settings-list a:visited:focus,body.theme-light .settings-list a:visited:hover,body.theme-light .settings-list a:visited:active,body.theme-light .settings-list a:visited:focus,body.theme-dark .settings-list a:visited:hover,body.theme-dark .settings-list a:visited:active,body.theme-dark .settings-list a:visited:focus,body.theme-black .settings-list a:visited:hover,body.theme-black .settings-list a:visited:active,body.theme-black .settings-list a:visited:focus {
|
body:not(.theme) .settings-list a:visited:hover,body:not(.theme) .settings-list a:visited:active,body:not(.theme) .settings-list a:visited:focus,body.theme-light .settings-list a:visited:hover,body.theme-light .settings-list a:visited:active,body.theme-light .settings-list a:visited:focus,body.theme-dark .settings-list a:visited:hover,body.theme-dark .settings-list a:visited:active,body.theme-dark .settings-list a:visited:focus,body.theme-black .settings-list a:visited:hover,body.theme-black .settings-list a:visited:active,body.theme-black .settings-list a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a {
|
#sidebar .nav .nav-item a {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:hover,#sidebar .nav .nav-item a:active,#sidebar .nav .nav-item a:focus {
|
#sidebar .nav .nav-item a:hover,#sidebar .nav .nav-item a:active,#sidebar .nav .nav-item a:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:visited {
|
#sidebar .nav .nav-item a:visited {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .nav .nav-item a:visited:hover,#sidebar .nav .nav-item a:visited:active,#sidebar .nav .nav-item a:visited:focus {
|
#sidebar .nav .nav-item a:visited:hover,#sidebar .nav .nav-item a:visited:active,#sidebar .nav .nav-item a:visited:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .topic-tags {
|
#sidebar .topic-tags {
|
||||||
margin-bottom: 0.5rem
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .label-topic-tag {
|
#sidebar .label-topic-tag {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .label-topic-tag:hover {
|
#sidebar .label-topic-tag:hover {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-logo,body.theme-light .site-header-logo,body.theme-black .site-header-logo,body.theme-dark .site-header-logo {
|
body:not(.theme) .site-header-logo,body.theme-light .site-header-logo,body.theme-black .site-header-logo,body.theme-dark .site-header-logo {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-context,body.theme-light .site-header-context,body.theme-black .site-header-context,body.theme-dark .site-header-context {
|
body:not(.theme) .site-header-context,body.theme-light .site-header-context,body.theme-black .site-header-context,body.theme-dark .site-header-context {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .site-header-context:hover,body:not(.theme) .site-header-context:active,body:not(.theme) .site-header-context:focus,body.theme-light .site-header-context:hover,body.theme-light .site-header-context:active,body.theme-light .site-header-context:focus,body.theme-black .site-header-context:hover,body.theme-black .site-header-context:active,body.theme-black .site-header-context:focus,body.theme-dark .site-header-context:hover,body.theme-dark .site-header-context:active,body.theme-dark .site-header-context:focus {
|
body:not(.theme) .site-header-context:hover,body:not(.theme) .site-header-context:active,body:not(.theme) .site-header-context:focus,body.theme-light .site-header-context:hover,body.theme-light .site-header-context:active,body.theme-light .site-header-context:focus,body.theme-black .site-header-context:hover,body.theme-black .site-header-context:active,body.theme-black .site-header-context:focus,body.theme-dark .site-header-context:hover,body.theme-dark .site-header-context:active,body.theme-dark .site-header-context:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-username,body.theme-light .logged-in-user-username,body.theme-black .logged-in-user-username,body.theme-dark .logged-in-user-username {
|
body:not(.theme) .logged-in-user-username,body.theme-light .logged-in-user-username,body.theme-black .logged-in-user-username,body.theme-dark .logged-in-user-username {
|
||||||
color: #50fa7b
|
color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-username:hover,body:not(.theme) .logged-in-user-username:active,body:not(.theme) .logged-in-user-username:focus,body.theme-light .logged-in-user-username:hover,body.theme-light .logged-in-user-username:active,body.theme-light .logged-in-user-username:focus,body.theme-black .logged-in-user-username:hover,body.theme-black .logged-in-user-username:active,body.theme-black .logged-in-user-username:focus,body.theme-dark .logged-in-user-username:hover,body.theme-dark .logged-in-user-username:active,body.theme-dark .logged-in-user-username:focus {
|
body:not(.theme) .logged-in-user-username:hover,body:not(.theme) .logged-in-user-username:active,body:not(.theme) .logged-in-user-username:focus,body.theme-light .logged-in-user-username:hover,body.theme-light .logged-in-user-username:active,body.theme-light .logged-in-user-username:focus,body.theme-black .logged-in-user-username:hover,body.theme-black .logged-in-user-username:active,body.theme-black .logged-in-user-username:focus,body.theme-dark .logged-in-user-username:hover,body.theme-dark .logged-in-user-username:active,body.theme-dark .logged-in-user-username:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,body.theme-black .logged-in-user-alert,body.theme-dark .logged-in-user-alert {
|
body:not(.theme) .logged-in-user-alert,body.theme-light .logged-in-user-alert,body.theme-black .logged-in-user-alert,body.theme-dark .logged-in-user-alert {
|
||||||
|
@ -532,150 +532,150 @@
|
||||||
background-color: #ffb86c;
|
background-color: #ffb86c;
|
||||||
padding: 0.1rem 0.3rem;
|
padding: 0.1rem 0.3rem;
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
justify-content: left
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .logged-in-user-alert:hover,body:not(.theme) .logged-in-user-alert:active,body:not(.theme) .logged-in-user-alert:focus,body.theme-light .logged-in-user-alert:hover,body.theme-light .logged-in-user-alert:active,body.theme-light .logged-in-user-alert:focus,body.theme-black .logged-in-user-alert:hover,body.theme-black .logged-in-user-alert:active,body.theme-black .logged-in-user-alert:focus,body.theme-dark .logged-in-user-alert:hover,body.theme-dark .logged-in-user-alert:active,body.theme-dark .logged-in-user-alert:focus {
|
body:not(.theme) .logged-in-user-alert:hover,body:not(.theme) .logged-in-user-alert:active,body:not(.theme) .logged-in-user-alert:focus,body.theme-light .logged-in-user-alert:hover,body.theme-light .logged-in-user-alert:active,body.theme-light .logged-in-user-alert:focus,body.theme-black .logged-in-user-alert:hover,body.theme-black .logged-in-user-alert:active,body.theme-black .logged-in-user-alert:focus,body.theme-dark .logged-in-user-alert:hover,body.theme-dark .logged-in-user-alert:active,body.theme-dark .logged-in-user-alert:focus {
|
||||||
background-color: #f1fa8c
|
background-color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>a:nth-child(1):not(.no-header-logo) {
|
body>header>a:nth-child(1):not(.no-header-logo) {
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==")
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==");
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-label {
|
.user-label {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 3px 5px !important
|
padding: 3px 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box {
|
.label-edit-box {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
background-color: #282a36 !important
|
background-color: #282a36 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box input {
|
.label-edit-box input {
|
||||||
border: 1px solid #6272a4 !important;
|
border: 1px solid #6272a4 !important;
|
||||||
background-color: #44475a !important
|
background-color: #44475a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-light,.label-dark {
|
.label-light,.label-dark {
|
||||||
color: transparent !important
|
color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-none {
|
.bg-none {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
border-color: #6272a4 !important
|
border-color: #6272a4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #f55 !important
|
background-color: #f55 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orangered {
|
.bg-orangered {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #ffb86c !important
|
background-color: #ffb86c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #f1fa8c !important
|
background-color: #f1fa8c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dodgerblue {
|
.bg-dodgerblue {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #8be9fd !important
|
background-color: #8be9fd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-forestgreen {
|
.bg-forestgreen {
|
||||||
color: #282a36 !important;
|
color: #282a36 !important;
|
||||||
background-color: #50fa7b !important
|
background-color: #50fa7b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-slategray {
|
.bg-slategray {
|
||||||
color: #f8f8f2 !important;
|
color: #f8f8f2 !important;
|
||||||
background-color: #44475a !important
|
background-color: #44475a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-byline,body.theme-light .topic-full .topic-full-byline,body.theme-dark .topic-full .topic-full-byline,body.theme-black .topic-full .topic-full-byline {
|
body:not(.theme) .topic-full .topic-full-byline,body.theme-light .topic-full .topic-full-byline,body.theme-dark .topic-full .topic-full-byline,body.theme-black .topic-full .topic-full-byline {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a,body.theme-light .topic-full .topic-full-text a,body.theme-dark .topic-full .topic-full-text a,body.theme-black .topic-full .topic-full-text a {
|
body:not(.theme) .topic-full .topic-full-text a,body.theme-light .topic-full .topic-full-text a,body.theme-dark .topic-full .topic-full-text a,body.theme-black .topic-full .topic-full-text a {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:hover,body:not(.theme) .topic-full .topic-full-text a:active,body:not(.theme) .topic-full .topic-full-text a:focus,body.theme-light .topic-full .topic-full-text a:hover,body.theme-light .topic-full .topic-full-text a:active,body.theme-light .topic-full .topic-full-text a:focus,body.theme-dark .topic-full .topic-full-text a:hover,body.theme-dark .topic-full .topic-full-text a:active,body.theme-dark .topic-full .topic-full-text a:focus,body.theme-black .topic-full .topic-full-text a:hover,body.theme-black .topic-full .topic-full-text a:active,body.theme-black .topic-full .topic-full-text a:focus {
|
body:not(.theme) .topic-full .topic-full-text a:hover,body:not(.theme) .topic-full .topic-full-text a:active,body:not(.theme) .topic-full .topic-full-text a:focus,body.theme-light .topic-full .topic-full-text a:hover,body.theme-light .topic-full .topic-full-text a:active,body.theme-light .topic-full .topic-full-text a:focus,body.theme-dark .topic-full .topic-full-text a:hover,body.theme-dark .topic-full .topic-full-text a:active,body.theme-dark .topic-full .topic-full-text a:focus,body.theme-black .topic-full .topic-full-text a:hover,body.theme-black .topic-full .topic-full-text a:active,body.theme-black .topic-full .topic-full-text a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:visited,body.theme-light .topic-full .topic-full-text a:visited,body.theme-dark .topic-full .topic-full-text a:visited,body.theme-black .topic-full .topic-full-text a:visited {
|
body:not(.theme) .topic-full .topic-full-text a:visited,body.theme-light .topic-full .topic-full-text a:visited,body.theme-dark .topic-full .topic-full-text a:visited,body.theme-black .topic-full .topic-full-text a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-full .topic-full-text a:visited:hover,body:not(.theme) .topic-full .topic-full-text a:visited:active,body:not(.theme) .topic-full .topic-full-text a:visited:focus,body.theme-light .topic-full .topic-full-text a:visited:hover,body.theme-light .topic-full .topic-full-text a:visited:active,body.theme-light .topic-full .topic-full-text a:visited:focus,body.theme-dark .topic-full .topic-full-text a:visited:hover,body.theme-dark .topic-full .topic-full-text a:visited:active,body.theme-dark .topic-full .topic-full-text a:visited:focus,body.theme-black .topic-full .topic-full-text a:visited:hover,body.theme-black .topic-full .topic-full-text a:visited:active,body.theme-black .topic-full .topic-full-text a:visited:focus {
|
body:not(.theme) .topic-full .topic-full-text a:visited:hover,body:not(.theme) .topic-full .topic-full-text a:visited:active,body:not(.theme) .topic-full .topic-full-text a:visited:focus,body.theme-light .topic-full .topic-full-text a:visited:hover,body.theme-light .topic-full .topic-full-text a:visited:active,body.theme-light .topic-full .topic-full-text a:visited:focus,body.theme-dark .topic-full .topic-full-text a:visited:hover,body.theme-dark .topic-full .topic-full-text a:visited:active,body.theme-dark .topic-full .topic-full-text a:visited:focus,body.theme-black .topic-full .topic-full-text a:visited:hover,body.theme-black .topic-full .topic-full-text a:visited:active,body.theme-black .topic-full .topic-full-text a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
||||||
background-color: #282a36
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .time-responsive-full,body.theme-light .time-responsive-full,body.theme-dark .time-responsive-full,body.theme-black .time-responsive-full {
|
body:not(.theme) .time-responsive-full,body.theme-light .time-responsive-full,body.theme-dark .time-responsive-full,body.theme-black .time-responsive-full {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-content-metadata,body.theme-light .topic-content-metadata,body.theme-dark .topic-content-metadata,body.theme-black .topic-content-metadata {
|
body:not(.theme) .topic-content-metadata,body.theme-light .topic-content-metadata,body.theme-dark .topic-content-metadata,body.theme-black .topic-content-metadata {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt,body.theme-light .topic-text-excerpt,body.theme-dark .topic-text-excerpt,body.theme-black .topic-text-excerpt {
|
body:not(.theme) .topic-text-excerpt,body.theme-light .topic-text-excerpt,body.theme-dark .topic-text-excerpt,body.theme-black .topic-text-excerpt {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt[open],body.theme-light .topic-text-excerpt[open],body.theme-dark .topic-text-excerpt[open],body.theme-black .topic-text-excerpt[open] {
|
body:not(.theme) .topic-text-excerpt[open],body.theme-light .topic-text-excerpt[open],body.theme-dark .topic-text-excerpt[open],body.theme-black .topic-text-excerpt[open] {
|
||||||
color: #f8f8f2
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-text-excerpt summary,body:not(.theme) .topic-text-excerpt summary::after,body.theme-light .topic-text-excerpt summary,body.theme-light .topic-text-excerpt summary::after,body.theme-dark .topic-text-excerpt summary,body.theme-dark .topic-text-excerpt summary::after,body.theme-black .topic-text-excerpt summary,body.theme-black .topic-text-excerpt summary::after {
|
body:not(.theme) .topic-text-excerpt summary,body:not(.theme) .topic-text-excerpt summary::after,body.theme-light .topic-text-excerpt summary,body.theme-light .topic-text-excerpt summary::after,body.theme-dark .topic-text-excerpt summary,body.theme-dark .topic-text-excerpt summary::after,body.theme-black .topic-text-excerpt summary,body.theme-black .topic-text-excerpt summary::after {
|
||||||
color: #6272a4
|
color: #6272a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-group,body.theme-light .link-group,body.theme-dark .link-group,body.theme-black .link-group {
|
body:not(.theme) .link-group,body.theme-light .link-group,body.theme-dark .link-group,body.theme-black .link-group {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .link-group:hover,body:not(.theme) .link-group:active,body:not(.theme) .link-group:focus,body.theme-light .link-group:hover,body.theme-light .link-group:active,body.theme-light .link-group:focus,body.theme-dark .link-group:hover,body.theme-dark .link-group:active,body.theme-dark .link-group:focus,body.theme-black .link-group:hover,body.theme-black .link-group:active,body.theme-black .link-group:focus {
|
body:not(.theme) .link-group:hover,body:not(.theme) .link-group:active,body:not(.theme) .link-group:focus,body.theme-light .link-group:hover,body.theme-light .link-group:active,body.theme-light .link-group:focus,body.theme-dark .link-group:hover,body.theme-dark .link-group:active,body.theme-dark .link-group:focus,body.theme-black .link-group:hover,body.theme-black .link-group:active,body.theme-black .link-group:focus {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a .topic-info-comments-new,body.theme-light .topic-info-comments a .topic-info-comments-new,body.theme-dark .topic-info-comments a .topic-info-comments-new,body.theme-black .topic-info-comments a .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a .topic-info-comments-new,body.theme-light .topic-info-comments a .topic-info-comments-new,body.theme-dark .topic-info-comments a .topic-info-comments-new,body.theme-black .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #ffb86c
|
color: #ffb86c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:hover,body:not(.theme) .topic-info-comments a:active,body:not(.theme) .topic-info-comments a:focus,body.theme-light .topic-info-comments a:hover,body.theme-light .topic-info-comments a:active,body.theme-light .topic-info-comments a:focus,body.theme-dark .topic-info-comments a:hover,body.theme-dark .topic-info-comments a:active,body.theme-dark .topic-info-comments a:focus,body.theme-black .topic-info-comments a:hover,body.theme-black .topic-info-comments a:active,body.theme-black .topic-info-comments a:focus {
|
body:not(.theme) .topic-info-comments a:hover,body:not(.theme) .topic-info-comments a:active,body:not(.theme) .topic-info-comments a:focus,body.theme-light .topic-info-comments a:hover,body.theme-light .topic-info-comments a:active,body.theme-light .topic-info-comments a:focus,body.theme-dark .topic-info-comments a:hover,body.theme-dark .topic-info-comments a:active,body.theme-dark .topic-info-comments a:focus,body.theme-black .topic-info-comments a:hover,body.theme-black .topic-info-comments a:active,body.theme-black .topic-info-comments a:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:active .topic-info-comments-new,body.theme-light .topic-info-comments a:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:active .topic-info-comments-new,body.theme-black .topic-info-comments a:focus .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:active .topic-info-comments-new,body.theme-light .topic-info-comments a:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:active .topic-info-comments-new,body.theme-black .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited,body.theme-light .topic-info-comments a:visited,body.theme-dark .topic-info-comments a:visited,body.theme-black .topic-info-comments a:visited {
|
body:not(.theme) .topic-info-comments a:visited,body.theme-light .topic-info-comments a:visited,body.theme-dark .topic-info-comments a:visited,body.theme-black .topic-info-comments a:visited {
|
||||||
color: #8be9fd
|
color: #8be9fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited:hover,body:not(.theme) .topic-info-comments a:visited:active,body:not(.theme) .topic-info-comments a:visited:focus,body.theme-light .topic-info-comments a:visited:hover,body.theme-light .topic-info-comments a:visited:active,body.theme-light .topic-info-comments a:visited:focus,body.theme-dark .topic-info-comments a:visited:hover,body.theme-dark .topic-info-comments a:visited:active,body.theme-dark .topic-info-comments a:visited:focus,body.theme-black .topic-info-comments a:visited:hover,body.theme-black .topic-info-comments a:visited:active,body.theme-black .topic-info-comments a:visited:focus {
|
body:not(.theme) .topic-info-comments a:visited:hover,body:not(.theme) .topic-info-comments a:visited:active,body:not(.theme) .topic-info-comments a:visited:focus,body.theme-light .topic-info-comments a:visited:hover,body.theme-light .topic-info-comments a:visited:active,body.theme-light .topic-info-comments a:visited:focus,body.theme-dark .topic-info-comments a:visited:hover,body.theme-dark .topic-info-comments a:visited:active,body.theme-dark .topic-info-comments a:visited:focus,body.theme-black .topic-info-comments a:visited:hover,body.theme-black .topic-info-comments a:visited:active,body.theme-black .topic-info-comments a:visited:focus {
|
||||||
color: #ff79c6
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info-comments a:visited:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:focus .topic-info-comments-new {
|
body:not(.theme) .topic-info-comments a:visited:hover .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:active .topic-info-comments-new,body:not(.theme) .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-light .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-dark .topic-info-comments a:visited:focus .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:hover .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:active .topic-info-comments-new,body.theme-black .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #f1fa8c
|
color: #f1fa8c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,173 +1,173 @@
|
||||||
body .btn.btn-comment-collapse,body.theme-light .btn.btn-comment-collapse,body.theme-dark .btn.btn-comment-collapse,body.theme-black .btn.btn-comment-collapse {
|
body .btn.btn-comment-collapse,body.theme-light .btn.btn-comment-collapse,body.theme-dark .btn.btn-comment-collapse,body.theme-black .btn.btn-comment-collapse {
|
||||||
color: #E6DB74;
|
color: #E6DB74;
|
||||||
border-color: #E6DB74
|
border-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .btn.btn-comment-collapse:hover,body .btn.btn-comment-collapse:active,body .btn.btn-comment-collapse:focus,body.theme-light .btn.btn-comment-collapse:hover,body.theme-light .btn.btn-comment-collapse:active,body.theme-light .btn.btn-comment-collapse:focus,body.theme-dark .btn.btn-comment-collapse:hover,body.theme-dark .btn.btn-comment-collapse:active,body.theme-dark .btn.btn-comment-collapse:focus,body.theme-black .btn.btn-comment-collapse:hover,body.theme-black .btn.btn-comment-collapse:active,body.theme-black .btn.btn-comment-collapse:focus {
|
body .btn.btn-comment-collapse:hover,body .btn.btn-comment-collapse:active,body .btn.btn-comment-collapse:focus,body.theme-light .btn.btn-comment-collapse:hover,body.theme-light .btn.btn-comment-collapse:active,body.theme-light .btn.btn-comment-collapse:focus,body.theme-dark .btn.btn-comment-collapse:hover,body.theme-dark .btn.btn-comment-collapse:active,body.theme-dark .btn.btn-comment-collapse:focus,body.theme-black .btn.btn-comment-collapse:hover,body.theme-black .btn.btn-comment-collapse:active,body.theme-black .btn.btn-comment-collapse:focus {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: transparent
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn,.btn.btn-link,#next-page {
|
.btn,.btn.btn-link,#next-page {
|
||||||
color: #E6DB74;
|
color: #E6DB74;
|
||||||
border-color: #E6DB74
|
border-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,#next-page:hover,#next-page:active,#next-page:focus {
|
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,#next-page:hover,#next-page:active,#next-page:focus {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: transparent
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-used {
|
.btn.btn-used {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672
|
border-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
border-color: #E6DB74;
|
border-color: #E6DB74;
|
||||||
background-color: #E6DB74
|
background-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: #F92672
|
background-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments,body.theme-light section.topic-comments,body.theme-dark section.topic-comments,body.theme-black section.topic-comments {
|
body section.topic-comments,body.theme-light section.topic-comments,body.theme-dark section.topic-comments,body.theme-black section.topic-comments {
|
||||||
border-color: #595959
|
border-color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .comment,body.theme-light section.topic-comments .comment,body.theme-dark section.topic-comments .comment,body.theme-black section.topic-comments .comment {
|
body section.topic-comments .comment,body.theme-light section.topic-comments .comment,body.theme-dark section.topic-comments .comment,body.theme-black section.topic-comments .comment {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .is-comment-new .comment-text,body.theme-light section.topic-comments .is-comment-new .comment-text,body.theme-dark section.topic-comments .is-comment-new .comment-text,body.theme-black section.topic-comments .is-comment-new .comment-text {
|
body section.topic-comments .is-comment-new .comment-text,body.theme-light section.topic-comments .is-comment-new .comment-text,body.theme-dark section.topic-comments .is-comment-new .comment-text,body.theme-black section.topic-comments .is-comment-new .comment-text {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .comment-itself header,body.theme-light section.topic-comments .comment-itself header,body.theme-dark section.topic-comments .comment-itself header,body.theme-black section.topic-comments .comment-itself header {
|
body section.topic-comments .comment-itself header,body.theme-light section.topic-comments .comment-itself header,body.theme-dark section.topic-comments .comment-itself header,body.theme-black section.topic-comments .comment-itself header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments header a,body.theme-light section.topic-comments header a,body.theme-dark section.topic-comments header a,body.theme-black section.topic-comments header a {
|
body section.topic-comments header a,body.theme-light section.topic-comments header a,body.theme-dark section.topic-comments header a,body.theme-black section.topic-comments header a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments header a:hover,body section.topic-comments header a:active,body section.topic-comments header a:focus,body.theme-light section.topic-comments header a:hover,body.theme-light section.topic-comments header a:active,body.theme-light section.topic-comments header a:focus,body.theme-dark section.topic-comments header a:hover,body.theme-dark section.topic-comments header a:active,body.theme-dark section.topic-comments header a:focus,body.theme-black section.topic-comments header a:hover,body.theme-black section.topic-comments header a:active,body.theme-black section.topic-comments header a:focus {
|
body section.topic-comments header a:hover,body section.topic-comments header a:active,body section.topic-comments header a:focus,body.theme-light section.topic-comments header a:hover,body.theme-light section.topic-comments header a:active,body.theme-light section.topic-comments header a:focus,body.theme-dark section.topic-comments header a:hover,body.theme-dark section.topic-comments header a:active,body.theme-dark section.topic-comments header a:focus,body.theme-black section.topic-comments header a:hover,body.theme-black section.topic-comments header a:active,body.theme-black section.topic-comments header a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button,body.theme-light section.topic-comments .post-button,body.theme-dark section.topic-comments .post-button,body.theme-black section.topic-comments .post-button {
|
body section.topic-comments .post-button,body.theme-light section.topic-comments .post-button,body.theme-dark section.topic-comments .post-button,body.theme-black section.topic-comments .post-button {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button:hover,body section.topic-comments .post-button:active,body section.topic-comments .post-button:focus,body.theme-light section.topic-comments .post-button:hover,body.theme-light section.topic-comments .post-button:active,body.theme-light section.topic-comments .post-button:focus,body.theme-dark section.topic-comments .post-button:hover,body.theme-dark section.topic-comments .post-button:active,body.theme-dark section.topic-comments .post-button:focus,body.theme-black section.topic-comments .post-button:hover,body.theme-black section.topic-comments .post-button:active,body.theme-black section.topic-comments .post-button:focus {
|
body section.topic-comments .post-button:hover,body section.topic-comments .post-button:active,body section.topic-comments .post-button:focus,body.theme-light section.topic-comments .post-button:hover,body.theme-light section.topic-comments .post-button:active,body.theme-light section.topic-comments .post-button:focus,body.theme-dark section.topic-comments .post-button:hover,body.theme-dark section.topic-comments .post-button:active,body.theme-dark section.topic-comments .post-button:focus,body.theme-black section.topic-comments .post-button:hover,body.theme-black section.topic-comments .post-button:active,body.theme-black section.topic-comments .post-button:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button-used,body.theme-light section.topic-comments .post-button-used,body.theme-dark section.topic-comments .post-button-used,body.theme-black section.topic-comments .post-button-used {
|
body section.topic-comments .post-button-used,body.theme-light section.topic-comments .post-button-used,body.theme-dark section.topic-comments .post-button-used,body.theme-black section.topic-comments .post-button-used {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text a {
|
.comment-text a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text a:hover,.comment-text a:active,.comment-text a:focus {
|
.comment-text a:hover,.comment-text a:active,.comment-text a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-mine>.comment-itself {
|
.is-comment-mine>.comment-itself {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself {
|
.is-comment-by-op>.comment-itself {
|
||||||
border-left-color: #FD5FF1 !important
|
border-left-color: #FD5FF1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself .comment-user-info {
|
.is-comment-by-op>.comment-itself .comment-user-info {
|
||||||
color: #FD5FF1
|
color: #FD5FF1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-new>.comment-itself {
|
.is-comment-new>.comment-itself {
|
||||||
border-left-color: #89BDFF !important
|
border-left-color: #89BDFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,footer a,.article-summary h2 a {
|
a,footer a,.article-summary h2 a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited,footer a:visited,.article-summary h2 a:visited {
|
a:visited,footer a:visited,.article-summary h2 a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer,#page-list,.highlight {
|
footer,#page-list,.highlight {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toc {
|
div.toc {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,pre {
|
code,pre {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-info {
|
.date-info {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer {
|
#site-footer {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer .site-footer-links {
|
#site-footer .site-footer-links {
|
||||||
font-weight: normal
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a {
|
#site-footer a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:visited {
|
#site-footer a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,body.theme-light,body.theme-dark,body.theme-black {
|
body,body.theme-light,body.theme-dark,body.theme-black {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body main,body.theme-light main,body.theme-dark main,body.theme-black main {
|
body main,body.theme-light main,body.theme-dark main,body.theme-black main {
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
||||||
|
@ -175,7 +175,7 @@ body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pr
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
font-family: 'Consolas', monospace
|
font-family: 'Consolas', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.theme-light .form-input:not(:focus),body.theme-dark .form-input,body.theme-dark .form-input:not(:focus),body.theme-black .form-input,body.theme-black .form-input:not(:focus) {
|
body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.theme-light .form-input:not(:focus),body.theme-dark .form-input,body.theme-dark .form-input:not(:focus),body.theme-black .form-input,body.theme-black .form-input:not(:focus) {
|
||||||
|
@ -184,221 +184,221 @@ body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
width: 40rem;
|
width: 40rem;
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
min-width: 40rem
|
min-width: 40rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-input::placeholder,body .form-input:not(:focus)::placeholder,body.theme-light .form-input::placeholder,body.theme-light .form-input:not(:focus)::placeholder,body.theme-dark .form-input::placeholder,body.theme-dark .form-input:not(:focus)::placeholder,body.theme-black .form-input::placeholder,body.theme-black .form-input:not(:focus)::placeholder {
|
body .form-input::placeholder,body .form-input:not(:focus)::placeholder,body.theme-light .form-input::placeholder,body.theme-light .form-input:not(:focus)::placeholder,body.theme-dark .form-input::placeholder,body.theme-dark .form-input:not(:focus)::placeholder,body.theme-black .form-input::placeholder,body.theme-black .form-input:not(:focus)::placeholder {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body hr,body section,body.theme-light hr,body.theme-light section,body.theme-dark hr,body.theme-dark section,body.theme-black hr,body.theme-black section {
|
body hr,body section,body.theme-light hr,body.theme-light section,body.theme-dark hr,body.theme-dark section,body.theme-black hr,body.theme-black section {
|
||||||
border-color: #595959
|
border-color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
border-color: #E6E6E6;
|
border-color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .table td,body .table th,body.theme-light .table td,body.theme-light .table th,body.theme-dark .table td,body.theme-dark .table th,body.theme-black .table td,body.theme-black .table th {
|
body .table td,body .table th,body.theme-light .table td,body.theme-light .table th,body.theme-dark .table td,body.theme-dark .table th,body.theme-black .table td,body.theme-black .table th {
|
||||||
border-bottom: 1px solid #383830
|
border-bottom: 1px solid #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options {
|
.listing-options {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-listing-order {
|
.listing-options .tab-listing-order {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options button {
|
.listing-options button {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item a {
|
.listing-options .tab-item a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus {
|
.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item:last-child a {
|
.listing-options .tab-item:last-child a {
|
||||||
margin-right: 0
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item:last-child a:hover,.listing-options .tab-item:last-child a:active,.listing-options .tab-item:last-child a:focus {
|
.listing-options .tab-item:last-child a:hover,.listing-options .tab-item:last-child a:active,.listing-options .tab-item:last-child a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item.active a {
|
.listing-options .tab-item.active a {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672
|
border-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item.active a:hover {
|
.listing-options .tab-item.active a:hover {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]) {
|
body .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]) {
|
||||||
border-color: #595959;
|
border-color: #595959;
|
||||||
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23E6E6E6'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23E6E6E6'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .table.table-striped tbody tr:nth-of-type(n),body.theme-light .table.table-striped tbody tr:nth-of-type(n),body.theme-dark .table.table-striped tbody tr:nth-of-type(n),body.theme-black .table.table-striped tbody tr:nth-of-type(n) {
|
body .table.table-striped tbody tr:nth-of-type(n),body.theme-light .table.table-striped tbody tr:nth-of-type(n),body.theme-dark .table.table-striped tbody tr:nth-of-type(n),body.theme-black .table.table-striped tbody tr:nth-of-type(n) {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a {
|
.message-list a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:hover,.message-list a:active,.message-list a:focus {
|
.message-list a:hover,.message-list a:active,.message-list a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:visited {
|
.message-list a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus {
|
.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user,body.theme-light .message header .link-user,body.theme-dark .message header .link-user,body.theme-black .message header .link-user {
|
body .message header .link-user,body.theme-light .message header .link-user,body.theme-dark .message header .link-user,body.theme-black .message header .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:hover,body .message header .link-user:active,body .message header .link-user:focus,body.theme-light .message header .link-user:hover,body.theme-light .message header .link-user:active,body.theme-light .message header .link-user:focus,body.theme-dark .message header .link-user:hover,body.theme-dark .message header .link-user:active,body.theme-dark .message header .link-user:focus,body.theme-black .message header .link-user:hover,body.theme-black .message header .link-user:active,body.theme-black .message header .link-user:focus {
|
body .message header .link-user:hover,body .message header .link-user:active,body .message header .link-user:focus,body.theme-light .message header .link-user:hover,body.theme-light .message header .link-user:active,body.theme-light .message header .link-user:focus,body.theme-dark .message header .link-user:hover,body.theme-dark .message header .link-user:active,body.theme-dark .message header .link-user:focus,body.theme-black .message header .link-user:hover,body.theme-black .message header .link-user:active,body.theme-black .message header .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:visited,body.theme-light .message header .link-user:visited,body.theme-dark .message header .link-user:visited,body.theme-black .message header .link-user:visited {
|
body .message header .link-user:visited,body.theme-light .message header .link-user:visited,body.theme-dark .message header .link-user:visited,body.theme-black .message header .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:visited:hover,body .message header .link-user:visited:active,body .message header .link-user:visited:focus,body.theme-light .message header .link-user:visited:hover,body.theme-light .message header .link-user:visited:active,body.theme-light .message header .link-user:visited:focus,body.theme-dark .message header .link-user:visited:hover,body.theme-dark .message header .link-user:visited:active,body.theme-dark .message header .link-user:visited:focus,body.theme-black .message header .link-user:visited:hover,body.theme-black .message header .link-user:visited:active,body.theme-black .message header .link-user:visited:focus {
|
body .message header .link-user:visited:hover,body .message header .link-user:visited:active,body .message header .link-user:visited:focus,body.theme-light .message header .link-user:visited:hover,body.theme-light .message header .link-user:visited:active,body.theme-light .message header .link-user:visited:focus,body.theme-dark .message header .link-user:visited:hover,body.theme-dark .message header .link-user:visited:active,body.theme-dark .message header .link-user:visited:focus,body.theme-black .message header .link-user:visited:hover,body.theme-black .message header .link-user:visited:active,body.theme-black .message header .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a {
|
body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a:hover,body .message a:active,body .message a:focus,body.theme-light .message a:hover,body.theme-light .message a:active,body.theme-light .message a:focus,body.theme-dark .message a:hover,body.theme-dark .message a:active,body.theme-dark .message a:focus,body.theme-black .message a:hover,body.theme-black .message a:active,body.theme-black .message a:focus {
|
body .message a:hover,body .message a:active,body .message a:focus,body.theme-light .message a:hover,body.theme-light .message a:active,body.theme-light .message a:focus,body.theme-dark .message a:hover,body.theme-dark .message a:active,body.theme-dark .message a:focus,body.theme-black .message a:hover,body.theme-black .message a:active,body.theme-black .message a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited {
|
body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-message-mine {
|
.is-message-mine {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-error {
|
.text-error {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.text-warning,p.conspicuous {
|
p.text-warning,p.conspicuous {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border: 1px solid #F92672;
|
border: 1px solid #F92672;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing h2 a,body .post-listing .topic-group a,body.theme-light .post-listing h2 a,body.theme-light .post-listing .topic-group a,body.theme-dark .post-listing h2 a,body.theme-dark .post-listing .topic-group a,body.theme-black .post-listing h2 a,body.theme-black .post-listing .topic-group a {
|
body .post-listing h2 a,body .post-listing .topic-group a,body.theme-light .post-listing h2 a,body.theme-light .post-listing .topic-group a,body.theme-dark .post-listing h2 a,body.theme-dark .post-listing .topic-group a,body.theme-black .post-listing h2 a,body.theme-black .post-listing .topic-group a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing h2 a:hover,body .post-listing h2 a:active,body .post-listing h2 a:focus,body .post-listing .topic-group a:hover,body .post-listing .topic-group a:active,body .post-listing .topic-group a:focus,body.theme-light .post-listing h2 a:hover,body.theme-light .post-listing h2 a:active,body.theme-light .post-listing h2 a:focus,body.theme-light .post-listing .topic-group a:hover,body.theme-light .post-listing .topic-group a:active,body.theme-light .post-listing .topic-group a:focus,body.theme-dark .post-listing h2 a:hover,body.theme-dark .post-listing h2 a:active,body.theme-dark .post-listing h2 a:focus,body.theme-dark .post-listing .topic-group a:hover,body.theme-dark .post-listing .topic-group a:active,body.theme-dark .post-listing .topic-group a:focus,body.theme-black .post-listing h2 a:hover,body.theme-black .post-listing h2 a:active,body.theme-black .post-listing h2 a:focus,body.theme-black .post-listing .topic-group a:hover,body.theme-black .post-listing .topic-group a:active,body.theme-black .post-listing .topic-group a:focus {
|
body .post-listing h2 a:hover,body .post-listing h2 a:active,body .post-listing h2 a:focus,body .post-listing .topic-group a:hover,body .post-listing .topic-group a:active,body .post-listing .topic-group a:focus,body.theme-light .post-listing h2 a:hover,body.theme-light .post-listing h2 a:active,body.theme-light .post-listing h2 a:focus,body.theme-light .post-listing .topic-group a:hover,body.theme-light .post-listing .topic-group a:active,body.theme-light .post-listing .topic-group a:focus,body.theme-dark .post-listing h2 a:hover,body.theme-dark .post-listing h2 a:active,body.theme-dark .post-listing h2 a:focus,body.theme-dark .post-listing .topic-group a:hover,body.theme-dark .post-listing .topic-group a:active,body.theme-dark .post-listing .topic-group a:focus,body.theme-black .post-listing h2 a:hover,body.theme-black .post-listing h2 a:active,body.theme-black .post-listing h2 a:focus,body.theme-black .post-listing .topic-group a:hover,body.theme-black .post-listing .topic-group a:active,body.theme-black .post-listing .topic-group a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-content-metadata,body.theme-light .post-listing .topic-content-metadata,body.theme-dark .post-listing .topic-content-metadata,body.theme-black .post-listing .topic-content-metadata {
|
body .post-listing .topic-content-metadata,body.theme-light .post-listing .topic-content-metadata,body.theme-dark .post-listing .topic-content-metadata,body.theme-black .post-listing .topic-content-metadata {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header {
|
body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header a,body.theme-light .post-listing header a,body.theme-dark .post-listing header a,body.theme-black .post-listing header a {
|
body .post-listing header a,body.theme-light .post-listing header a,body.theme-dark .post-listing header a,body.theme-black .post-listing header a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header a:hover,body .post-listing header a:active,body .post-listing header a:focus,body.theme-light .post-listing header a:hover,body.theme-light .post-listing header a:active,body.theme-light .post-listing header a:focus,body.theme-dark .post-listing header a:hover,body.theme-dark .post-listing header a:active,body.theme-dark .post-listing header a:focus,body.theme-black .post-listing header a:hover,body.theme-black .post-listing header a:active,body.theme-black .post-listing header a:focus {
|
body .post-listing header a:hover,body .post-listing header a:active,body .post-listing header a:focus,body.theme-light .post-listing header a:hover,body.theme-light .post-listing header a:active,body.theme-light .post-listing header a:focus,body.theme-dark .post-listing header a:hover,body.theme-dark .post-listing header a:active,body.theme-dark .post-listing header a:focus,body.theme-black .post-listing header a:hover,body.theme-black .post-listing header a:active,body.theme-black .post-listing header a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button,body.theme-light .post-listing .post-button,body.theme-dark .post-listing .post-button,body.theme-black .post-listing .post-button {
|
body .post-listing .post-button,body.theme-light .post-listing .post-button,body.theme-dark .post-listing .post-button,body.theme-black .post-listing .post-button {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button:hover,body .post-listing .post-button:active,body .post-listing .post-button:focus,body.theme-light .post-listing .post-button:hover,body.theme-light .post-listing .post-button:active,body.theme-light .post-listing .post-button:focus,body.theme-dark .post-listing .post-button:hover,body.theme-dark .post-listing .post-button:active,body.theme-dark .post-listing .post-button:focus,body.theme-black .post-listing .post-button:hover,body.theme-black .post-listing .post-button:active,body.theme-black .post-listing .post-button:focus {
|
body .post-listing .post-button:hover,body .post-listing .post-button:active,body .post-listing .post-button:focus,body.theme-light .post-listing .post-button:hover,body.theme-light .post-listing .post-button:active,body.theme-light .post-listing .post-button:focus,body.theme-dark .post-listing .post-button:hover,body.theme-dark .post-listing .post-button:active,body.theme-dark .post-listing .post-button:focus,body.theme-black .post-listing .post-button:hover,body.theme-black .post-listing .post-button:active,body.theme-black .post-listing .post-button:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button-used,body.theme-light .post-listing .post-button-used,body.theme-dark .post-listing .post-button-used,body.theme-black .post-listing .post-button-used {
|
body .post-listing .post-button-used,body.theme-light .post-listing .post-button-used,body.theme-dark .post-listing .post-button-used,body.theme-black .post-listing .post-button-used {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .comment,body.theme-light .post-listing .comment,body.theme-dark .post-listing .comment,body.theme-black .post-listing .comment {
|
body .post-listing .comment,body.theme-light .post-listing .comment,body.theme-dark .post-listing .comment,body.theme-black .post-listing .comment {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
body .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
body .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .label-topic-tag:hover,body .post-listing .label-topic-tag:active,body .post-listing .label-topic-tag:focus,body.theme-light .post-listing .label-topic-tag:hover,body.theme-light .post-listing .label-topic-tag:active,body.theme-light .post-listing .label-topic-tag:focus,body.theme-dark .post-listing .label-topic-tag:hover,body.theme-dark .post-listing .label-topic-tag:active,body.theme-dark .post-listing .label-topic-tag:focus,body.theme-black .post-listing .label-topic-tag:hover,body.theme-black .post-listing .label-topic-tag:active,body.theme-black .post-listing .label-topic-tag:focus {
|
body .post-listing .label-topic-tag:hover,body .post-listing .label-topic-tag:active,body .post-listing .label-topic-tag:focus,body.theme-light .post-listing .label-topic-tag:hover,body.theme-light .post-listing .label-topic-tag:active,body.theme-light .post-listing .label-topic-tag:focus,body.theme-dark .post-listing .label-topic-tag:hover,body.theme-dark .post-listing .label-topic-tag:active,body.theme-dark .post-listing .label-topic-tag:focus,body.theme-black .post-listing .label-topic-tag:hover,body.theme-black .post-listing .label-topic-tag:active,body.theme-black .post-listing .label-topic-tag:focus {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt,body.theme-light .post-listing .topic-text-excerpt,body.theme-dark .post-listing .topic-text-excerpt,body.theme-black .post-listing .topic-text-excerpt {
|
body .post-listing .topic-text-excerpt,body.theme-light .post-listing .topic-text-excerpt,body.theme-dark .post-listing .topic-text-excerpt,body.theme-black .post-listing .topic-text-excerpt {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt[open],body.theme-light .post-listing .topic-text-excerpt[open],body.theme-dark .post-listing .topic-text-excerpt[open],body.theme-black .post-listing .topic-text-excerpt[open] {
|
body .post-listing .topic-text-excerpt[open],body.theme-light .post-listing .topic-text-excerpt[open],body.theme-dark .post-listing .topic-text-excerpt[open],body.theme-black .post-listing .topic-text-excerpt[open] {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-text-excerpt p,body .post-listing .topic-text-excerpt p *,body.theme-light .post-listing .topic-text-excerpt summary::after,body.theme-light .post-listing .topic-text-excerpt p,body.theme-light .post-listing .topic-text-excerpt p *,body.theme-dark .post-listing .topic-text-excerpt summary::after,body.theme-dark .post-listing .topic-text-excerpt p,body.theme-dark .post-listing .topic-text-excerpt p *,body.theme-black .post-listing .topic-text-excerpt summary::after,body.theme-black .post-listing .topic-text-excerpt p,body.theme-black .post-listing .topic-text-excerpt p * {
|
body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-text-excerpt p,body .post-listing .topic-text-excerpt p *,body.theme-light .post-listing .topic-text-excerpt summary::after,body.theme-light .post-listing .topic-text-excerpt p,body.theme-light .post-listing .topic-text-excerpt p *,body.theme-dark .post-listing .topic-text-excerpt summary::after,body.theme-dark .post-listing .topic-text-excerpt p,body.theme-dark .post-listing .topic-text-excerpt p *,body.theme-black .post-listing .topic-text-excerpt summary::after,body.theme-black .post-listing .topic-text-excerpt p,body.theme-black .post-listing .topic-text-excerpt p * {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user {
|
.post-listing .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus {
|
.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:visited {
|
.post-listing .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus {
|
.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .topic-icon {
|
.post-listing .topic-icon {
|
||||||
|
@ -406,182 +406,182 @@ body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .time-responsive-full {
|
.post-listing .time-responsive-full {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group,.post-listing .topic-info-comments a {
|
.post-listing .link-group,.post-listing .topic-info-comments a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new {
|
.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:hover,.post-listing .link-group:active,.post-listing .link-group:focus,.post-listing .topic-info-comments a:hover,.post-listing .topic-info-comments a:active,.post-listing .topic-info-comments a:focus {
|
.post-listing .link-group:hover,.post-listing .link-group:active,.post-listing .link-group:focus,.post-listing .topic-info-comments a:hover,.post-listing .topic-info-comments a:active,.post-listing .topic-info-comments a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:hover .topic-info-comments-new,.post-listing .link-group:active .topic-info-comments-new,.post-listing .link-group:focus .topic-info-comments-new,.post-listing .topic-info-comments a:hover .topic-info-comments-new,.post-listing .topic-info-comments a:active .topic-info-comments-new,.post-listing .topic-info-comments a:focus .topic-info-comments-new {
|
.post-listing .link-group:hover .topic-info-comments-new,.post-listing .link-group:active .topic-info-comments-new,.post-listing .link-group:focus .topic-info-comments-new,.post-listing .topic-info-comments a:hover .topic-info-comments-new,.post-listing .topic-info-comments a:active .topic-info-comments-new,.post-listing .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited {
|
.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited:hover,.post-listing .link-group:visited:active,.post-listing .link-group:visited:focus,.post-listing .topic-info-comments a:visited:hover,.post-listing .topic-info-comments a:visited:active,.post-listing .topic-info-comments a:visited:focus {
|
.post-listing .link-group:visited:hover,.post-listing .link-group:visited:active,.post-listing .link-group:visited:focus,.post-listing .topic-info-comments a:visited:hover,.post-listing .topic-info-comments a:visited:active,.post-listing .topic-info-comments a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited:hover .topic-info-comments-new,.post-listing .link-group:visited:active .topic-info-comments-new,.post-listing .link-group:visited:focus .topic-info-comments-new,.post-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.post-listing .topic-info-comments a:visited:active .topic-info-comments-new,.post-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
.post-listing .link-group:visited:hover .topic-info-comments-new,.post-listing .link-group:visited:active .topic-info-comments-new,.post-listing .link-group:visited:focus .topic-info-comments-new,.post-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.post-listing .topic-info-comments a:visited:active .topic-info-comments-new,.post-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a {
|
.settings-list a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:hover,.settings-list a:active,.settings-list a:focus {
|
.settings-list a:hover,.settings-list a:active,.settings-list a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:visited {
|
.settings-list a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus {
|
.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar {
|
body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar ul .label-topic-tag a,body.theme-light aside#sidebar ul .label-topic-tag a,body.theme-dark aside#sidebar ul .label-topic-tag a,body.theme-black aside#sidebar ul .label-topic-tag a {
|
body aside#sidebar ul .label-topic-tag a,body.theme-light aside#sidebar ul .label-topic-tag a,body.theme-dark aside#sidebar ul .label-topic-tag a,body.theme-black aside#sidebar ul .label-topic-tag a {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar ul .label-topic-tag a:hover,body aside#sidebar ul .label-topic-tag a:active,body aside#sidebar ul .label-topic-tag a:focus,body.theme-light aside#sidebar ul .label-topic-tag a:hover,body.theme-light aside#sidebar ul .label-topic-tag a:active,body.theme-light aside#sidebar ul .label-topic-tag a:focus,body.theme-dark aside#sidebar ul .label-topic-tag a:hover,body.theme-dark aside#sidebar ul .label-topic-tag a:active,body.theme-dark aside#sidebar ul .label-topic-tag a:focus,body.theme-black aside#sidebar ul .label-topic-tag a:hover,body.theme-black aside#sidebar ul .label-topic-tag a:active,body.theme-black aside#sidebar ul .label-topic-tag a:focus {
|
body aside#sidebar ul .label-topic-tag a:hover,body aside#sidebar ul .label-topic-tag a:active,body aside#sidebar ul .label-topic-tag a:focus,body.theme-light aside#sidebar ul .label-topic-tag a:hover,body.theme-light aside#sidebar ul .label-topic-tag a:active,body.theme-light aside#sidebar ul .label-topic-tag a:focus,body.theme-dark aside#sidebar ul .label-topic-tag a:hover,body.theme-dark aside#sidebar ul .label-topic-tag a:active,body.theme-dark aside#sidebar ul .label-topic-tag a:focus,body.theme-black aside#sidebar ul .label-topic-tag a:hover,body.theme-black aside#sidebar ul .label-topic-tag a:active,body.theme-black aside#sidebar ul .label-topic-tag a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar details .label-topic-tag,body.theme-light aside#sidebar details .label-topic-tag,body.theme-dark aside#sidebar details .label-topic-tag,body.theme-black aside#sidebar details .label-topic-tag {
|
body aside#sidebar details .label-topic-tag,body.theme-light aside#sidebar details .label-topic-tag,body.theme-dark aside#sidebar details .label-topic-tag,body.theme-black aside#sidebar details .label-topic-tag {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar details .label-topic-tag:hover,body.theme-light aside#sidebar details .label-topic-tag:hover,body.theme-dark aside#sidebar details .label-topic-tag:hover,body.theme-black aside#sidebar details .label-topic-tag:hover {
|
body aside#sidebar details .label-topic-tag:hover,body.theme-light aside#sidebar details .label-topic-tag:hover,body.theme-dark aside#sidebar details .label-topic-tag:hover,body.theme-black aside#sidebar details .label-topic-tag:hover {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar .nav-item a {
|
aside#sidebar .nav-item a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus {
|
aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar details a.btn {
|
aside#sidebar details a.btn {
|
||||||
margin-top: 0.4rem
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar dl a {
|
aside#sidebar dl a {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus {
|
aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header *:not(.logged-in-user-alert) {
|
body>header *:not(.logged-in-user-alert) {
|
||||||
color: #E6E6E6 !important
|
color: #E6E6E6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>a:nth-child(1):not(.no-header-logo) {
|
body>header>a:nth-child(1):not(.no-header-logo) {
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=")
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=");
|
||||||
}
|
}
|
||||||
|
|
||||||
.logged-in-user-info .logged-in-user-alert {
|
.logged-in-user-info .logged-in-user-alert {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box {
|
.label-edit-box {
|
||||||
color: #E6E6E6 !important;
|
color: #E6E6E6 !important;
|
||||||
background-color: #272822 !important
|
background-color: #272822 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-label {
|
.user-label {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 1px 3px !important
|
padding: 1px 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #F92672 !important
|
background-color: #F92672 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orangered {
|
.bg-orangered {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #75715E !important
|
background-color: #75715E !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #E6DB74 !important
|
background-color: #E6DB74 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dodgerblue {
|
.bg-dodgerblue {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #89BDFF !important
|
background-color: #89BDFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-forestgreen {
|
.bg-forestgreen {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #A6E22A !important
|
background-color: #A6E22A !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-slategray {
|
.bg-slategray {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #595959 !important
|
background-color: #595959 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .topic-full-byline,body.theme-light .topic-full header .topic-full-byline,body.theme-dark .topic-full header .topic-full-byline,body.theme-black .topic-full header .topic-full-byline {
|
body .topic-full header .topic-full-byline,body.theme-light .topic-full header .topic-full-byline,body.theme-dark .topic-full header .topic-full-byline,body.theme-black .topic-full header .topic-full-byline {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user,body.theme-light .topic-full header .link-user,body.theme-dark .topic-full header .link-user,body.theme-black .topic-full header .link-user {
|
body .topic-full header .link-user,body.theme-light .topic-full header .link-user,body.theme-dark .topic-full header .link-user,body.theme-black .topic-full header .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:hover,body .topic-full header .link-user:active,body .topic-full header .link-user:focus,body.theme-light .topic-full header .link-user:hover,body.theme-light .topic-full header .link-user:active,body.theme-light .topic-full header .link-user:focus,body.theme-dark .topic-full header .link-user:hover,body.theme-dark .topic-full header .link-user:active,body.theme-dark .topic-full header .link-user:focus,body.theme-black .topic-full header .link-user:hover,body.theme-black .topic-full header .link-user:active,body.theme-black .topic-full header .link-user:focus {
|
body .topic-full header .link-user:hover,body .topic-full header .link-user:active,body .topic-full header .link-user:focus,body.theme-light .topic-full header .link-user:hover,body.theme-light .topic-full header .link-user:active,body.theme-light .topic-full header .link-user:focus,body.theme-dark .topic-full header .link-user:hover,body.theme-dark .topic-full header .link-user:active,body.theme-dark .topic-full header .link-user:focus,body.theme-black .topic-full header .link-user:hover,body.theme-black .topic-full header .link-user:active,body.theme-black .topic-full header .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:visited,body.theme-light .topic-full header .link-user:visited,body.theme-dark .topic-full header .link-user:visited,body.theme-black .topic-full header .link-user:visited {
|
body .topic-full header .link-user:visited,body.theme-light .topic-full header .link-user:visited,body.theme-dark .topic-full header .link-user:visited,body.theme-black .topic-full header .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:visited:hover,body .topic-full header .link-user:visited:active,body .topic-full header .link-user:visited:focus,body.theme-light .topic-full header .link-user:visited:hover,body.theme-light .topic-full header .link-user:visited:active,body.theme-light .topic-full header .link-user:visited:focus,body.theme-dark .topic-full header .link-user:visited:hover,body.theme-dark .topic-full header .link-user:visited:active,body.theme-dark .topic-full header .link-user:visited:focus,body.theme-black .topic-full header .link-user:visited:hover,body.theme-black .topic-full header .link-user:visited:active,body.theme-black .topic-full header .link-user:visited:focus {
|
body .topic-full header .link-user:visited:hover,body .topic-full header .link-user:visited:active,body .topic-full header .link-user:visited:focus,body.theme-light .topic-full header .link-user:visited:hover,body.theme-light .topic-full header .link-user:visited:active,body.theme-light .topic-full header .link-user:visited:focus,body.theme-dark .topic-full header .link-user:visited:hover,body.theme-dark .topic-full header .link-user:visited:active,body.theme-dark .topic-full header .link-user:visited:focus,body.theme-black .topic-full header .link-user:visited:hover,body.theme-black .topic-full header .link-user:visited:active,body.theme-black .topic-full header .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a {
|
.topic-full .topic-full-text a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus {
|
.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a:visited {
|
.topic-full .topic-full-text a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-icon {
|
.topic-full .topic-icon {
|
||||||
|
@ -589,59 +589,59 @@ body .topic-full header .link-user:visited:hover,body .topic-full header .link-u
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a {
|
.topic-full .topic-full-link a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus {
|
.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a:visited {
|
.topic-full .topic-full-link a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
body .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) div.topic-voting,body .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-light .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-light .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-dark .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-black .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-black .topic-listing>li:nth-of-type(n) .topic-content-metadata {
|
body .topic-listing>li:nth-of-type(n) div.topic-voting,body .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-light .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-light .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-dark .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-black .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-black .topic-listing>li:nth-of-type(n) .topic-content-metadata {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open] {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open] {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p * {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p * {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a {
|
body .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus {
|
body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a {
|
.topic-listing .topic-title a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus {
|
.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a:visited {
|
.topic-listing .topic-title a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-icon {
|
.topic-listing .topic-icon {
|
||||||
|
@ -649,61 +649,61 @@ body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listi
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group,.topic-listing .topic-info-comments a {
|
.topic-listing .link-group,.topic-listing .topic-info-comments a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new {
|
.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:hover,.topic-listing .link-group:active,.topic-listing .link-group:focus,.topic-listing .topic-info-comments a:hover,.topic-listing .topic-info-comments a:active,.topic-listing .topic-info-comments a:focus {
|
.topic-listing .link-group:hover,.topic-listing .link-group:active,.topic-listing .link-group:focus,.topic-listing .topic-info-comments a:hover,.topic-listing .topic-info-comments a:active,.topic-listing .topic-info-comments a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:hover .topic-info-comments-new,.topic-listing .link-group:active .topic-info-comments-new,.topic-listing .link-group:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:active .topic-info-comments-new,.topic-listing .topic-info-comments a:focus .topic-info-comments-new {
|
.topic-listing .link-group:hover .topic-info-comments-new,.topic-listing .link-group:active .topic-info-comments-new,.topic-listing .link-group:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:active .topic-info-comments-new,.topic-listing .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited {
|
.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited:hover,.topic-listing .link-group:visited:active,.topic-listing .link-group:visited:focus,.topic-listing .topic-info-comments a:visited:hover,.topic-listing .topic-info-comments a:visited:active,.topic-listing .topic-info-comments a:visited:focus {
|
.topic-listing .link-group:visited:hover,.topic-listing .link-group:visited:active,.topic-listing .link-group:visited:focus,.topic-listing .topic-info-comments a:visited:hover,.topic-listing .topic-info-comments a:visited:active,.topic-listing .topic-info-comments a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited:hover .topic-info-comments-new,.topic-listing .link-group:visited:active .topic-info-comments-new,.topic-listing .link-group:visited:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:active .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
.topic-listing .link-group:visited:hover .topic-info-comments-new,.topic-listing .link-group:visited:active .topic-info-comments-new,.topic-listing .link-group:visited:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:active .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user {
|
.topic-listing .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus {
|
.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:visited {
|
.topic-listing .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus {
|
.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .time-responsive-full {
|
.topic-listing .time-responsive-full {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official {
|
.is-topic-official {
|
||||||
border-left-color: #F92672 !important
|
border-left-color: #F92672 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine {
|
.is-topic-mine {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,136 +1,136 @@
|
||||||
@-moz-document domain('tildes.net') {
|
@-moz-document domain('tildes.net') {
|
||||||
body .btn.btn-comment-collapse,body.theme-light .btn.btn-comment-collapse,body.theme-dark .btn.btn-comment-collapse,body.theme-black .btn.btn-comment-collapse {
|
body .btn.btn-comment-collapse,body.theme-light .btn.btn-comment-collapse,body.theme-dark .btn.btn-comment-collapse,body.theme-black .btn.btn-comment-collapse {
|
||||||
color: #E6DB74;
|
color: #E6DB74;
|
||||||
border-color: #E6DB74
|
border-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .btn.btn-comment-collapse:hover,body .btn.btn-comment-collapse:active,body .btn.btn-comment-collapse:focus,body.theme-light .btn.btn-comment-collapse:hover,body.theme-light .btn.btn-comment-collapse:active,body.theme-light .btn.btn-comment-collapse:focus,body.theme-dark .btn.btn-comment-collapse:hover,body.theme-dark .btn.btn-comment-collapse:active,body.theme-dark .btn.btn-comment-collapse:focus,body.theme-black .btn.btn-comment-collapse:hover,body.theme-black .btn.btn-comment-collapse:active,body.theme-black .btn.btn-comment-collapse:focus {
|
body .btn.btn-comment-collapse:hover,body .btn.btn-comment-collapse:active,body .btn.btn-comment-collapse:focus,body.theme-light .btn.btn-comment-collapse:hover,body.theme-light .btn.btn-comment-collapse:active,body.theme-light .btn.btn-comment-collapse:focus,body.theme-dark .btn.btn-comment-collapse:hover,body.theme-dark .btn.btn-comment-collapse:active,body.theme-dark .btn.btn-comment-collapse:focus,body.theme-black .btn.btn-comment-collapse:hover,body.theme-black .btn.btn-comment-collapse:active,body.theme-black .btn.btn-comment-collapse:focus {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: transparent
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn,.btn.btn-link,#next-page {
|
.btn,.btn.btn-link,#next-page {
|
||||||
color: #E6DB74;
|
color: #E6DB74;
|
||||||
border-color: #E6DB74
|
border-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,#next-page:hover,#next-page:active,#next-page:focus {
|
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,#next-page:hover,#next-page:active,#next-page:focus {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: transparent
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-used {
|
.btn.btn-used {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672
|
border-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
border-color: #E6DB74;
|
border-color: #E6DB74;
|
||||||
background-color: #E6DB74
|
background-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: #F92672
|
background-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments,body.theme-light section.topic-comments,body.theme-dark section.topic-comments,body.theme-black section.topic-comments {
|
body section.topic-comments,body.theme-light section.topic-comments,body.theme-dark section.topic-comments,body.theme-black section.topic-comments {
|
||||||
border-color: #595959
|
border-color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .comment,body.theme-light section.topic-comments .comment,body.theme-dark section.topic-comments .comment,body.theme-black section.topic-comments .comment {
|
body section.topic-comments .comment,body.theme-light section.topic-comments .comment,body.theme-dark section.topic-comments .comment,body.theme-black section.topic-comments .comment {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .is-comment-new .comment-text,body.theme-light section.topic-comments .is-comment-new .comment-text,body.theme-dark section.topic-comments .is-comment-new .comment-text,body.theme-black section.topic-comments .is-comment-new .comment-text {
|
body section.topic-comments .is-comment-new .comment-text,body.theme-light section.topic-comments .is-comment-new .comment-text,body.theme-dark section.topic-comments .is-comment-new .comment-text,body.theme-black section.topic-comments .is-comment-new .comment-text {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .comment-itself header,body.theme-light section.topic-comments .comment-itself header,body.theme-dark section.topic-comments .comment-itself header,body.theme-black section.topic-comments .comment-itself header {
|
body section.topic-comments .comment-itself header,body.theme-light section.topic-comments .comment-itself header,body.theme-dark section.topic-comments .comment-itself header,body.theme-black section.topic-comments .comment-itself header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments header a,body.theme-light section.topic-comments header a,body.theme-dark section.topic-comments header a,body.theme-black section.topic-comments header a {
|
body section.topic-comments header a,body.theme-light section.topic-comments header a,body.theme-dark section.topic-comments header a,body.theme-black section.topic-comments header a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments header a:hover,body section.topic-comments header a:active,body section.topic-comments header a:focus,body.theme-light section.topic-comments header a:hover,body.theme-light section.topic-comments header a:active,body.theme-light section.topic-comments header a:focus,body.theme-dark section.topic-comments header a:hover,body.theme-dark section.topic-comments header a:active,body.theme-dark section.topic-comments header a:focus,body.theme-black section.topic-comments header a:hover,body.theme-black section.topic-comments header a:active,body.theme-black section.topic-comments header a:focus {
|
body section.topic-comments header a:hover,body section.topic-comments header a:active,body section.topic-comments header a:focus,body.theme-light section.topic-comments header a:hover,body.theme-light section.topic-comments header a:active,body.theme-light section.topic-comments header a:focus,body.theme-dark section.topic-comments header a:hover,body.theme-dark section.topic-comments header a:active,body.theme-dark section.topic-comments header a:focus,body.theme-black section.topic-comments header a:hover,body.theme-black section.topic-comments header a:active,body.theme-black section.topic-comments header a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button,body.theme-light section.topic-comments .post-button,body.theme-dark section.topic-comments .post-button,body.theme-black section.topic-comments .post-button {
|
body section.topic-comments .post-button,body.theme-light section.topic-comments .post-button,body.theme-dark section.topic-comments .post-button,body.theme-black section.topic-comments .post-button {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button:hover,body section.topic-comments .post-button:active,body section.topic-comments .post-button:focus,body.theme-light section.topic-comments .post-button:hover,body.theme-light section.topic-comments .post-button:active,body.theme-light section.topic-comments .post-button:focus,body.theme-dark section.topic-comments .post-button:hover,body.theme-dark section.topic-comments .post-button:active,body.theme-dark section.topic-comments .post-button:focus,body.theme-black section.topic-comments .post-button:hover,body.theme-black section.topic-comments .post-button:active,body.theme-black section.topic-comments .post-button:focus {
|
body section.topic-comments .post-button:hover,body section.topic-comments .post-button:active,body section.topic-comments .post-button:focus,body.theme-light section.topic-comments .post-button:hover,body.theme-light section.topic-comments .post-button:active,body.theme-light section.topic-comments .post-button:focus,body.theme-dark section.topic-comments .post-button:hover,body.theme-dark section.topic-comments .post-button:active,body.theme-dark section.topic-comments .post-button:focus,body.theme-black section.topic-comments .post-button:hover,body.theme-black section.topic-comments .post-button:active,body.theme-black section.topic-comments .post-button:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button-used,body.theme-light section.topic-comments .post-button-used,body.theme-dark section.topic-comments .post-button-used,body.theme-black section.topic-comments .post-button-used {
|
body section.topic-comments .post-button-used,body.theme-light section.topic-comments .post-button-used,body.theme-dark section.topic-comments .post-button-used,body.theme-black section.topic-comments .post-button-used {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text a {
|
.comment-text a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text a:hover,.comment-text a:active,.comment-text a:focus {
|
.comment-text a:hover,.comment-text a:active,.comment-text a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-mine>.comment-itself {
|
.is-comment-mine>.comment-itself {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself {
|
.is-comment-by-op>.comment-itself {
|
||||||
border-left-color: #FD5FF1 !important
|
border-left-color: #FD5FF1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself .comment-user-info {
|
.is-comment-by-op>.comment-itself .comment-user-info {
|
||||||
color: #FD5FF1
|
color: #FD5FF1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-new>.comment-itself {
|
.is-comment-new>.comment-itself {
|
||||||
border-left-color: #89BDFF !important
|
border-left-color: #89BDFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer {
|
#site-footer {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer .site-footer-links {
|
#site-footer .site-footer-links {
|
||||||
font-weight: normal
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a {
|
#site-footer a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:visited {
|
#site-footer a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,body.theme-light,body.theme-dark,body.theme-black {
|
body,body.theme-light,body.theme-dark,body.theme-black {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body main,body.theme-light main,body.theme-dark main,body.theme-black main {
|
body main,body.theme-light main,body.theme-dark main,body.theme-black main {
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
font-family: 'Consolas', monospace
|
font-family: 'Consolas', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.theme-light .form-input:not(:focus),body.theme-dark .form-input,body.theme-dark .form-input:not(:focus),body.theme-black .form-input,body.theme-black .form-input:not(:focus) {
|
body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.theme-light .form-input:not(:focus),body.theme-dark .form-input,body.theme-dark .form-input:not(:focus),body.theme-black .form-input,body.theme-black .form-input:not(:focus) {
|
||||||
|
@ -147,221 +147,221 @@
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
width: 40rem;
|
width: 40rem;
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
min-width: 40rem
|
min-width: 40rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-input::placeholder,body .form-input:not(:focus)::placeholder,body.theme-light .form-input::placeholder,body.theme-light .form-input:not(:focus)::placeholder,body.theme-dark .form-input::placeholder,body.theme-dark .form-input:not(:focus)::placeholder,body.theme-black .form-input::placeholder,body.theme-black .form-input:not(:focus)::placeholder {
|
body .form-input::placeholder,body .form-input:not(:focus)::placeholder,body.theme-light .form-input::placeholder,body.theme-light .form-input:not(:focus)::placeholder,body.theme-dark .form-input::placeholder,body.theme-dark .form-input:not(:focus)::placeholder,body.theme-black .form-input::placeholder,body.theme-black .form-input:not(:focus)::placeholder {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body hr,body section,body.theme-light hr,body.theme-light section,body.theme-dark hr,body.theme-dark section,body.theme-black hr,body.theme-black section {
|
body hr,body section,body.theme-light hr,body.theme-light section,body.theme-dark hr,body.theme-dark section,body.theme-black hr,body.theme-black section {
|
||||||
border-color: #595959
|
border-color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
border-color: #E6E6E6;
|
border-color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .table td,body .table th,body.theme-light .table td,body.theme-light .table th,body.theme-dark .table td,body.theme-dark .table th,body.theme-black .table td,body.theme-black .table th {
|
body .table td,body .table th,body.theme-light .table td,body.theme-light .table th,body.theme-dark .table td,body.theme-dark .table th,body.theme-black .table td,body.theme-black .table th {
|
||||||
border-bottom: 1px solid #383830
|
border-bottom: 1px solid #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options {
|
.listing-options {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-listing-order {
|
.listing-options .tab-listing-order {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options button {
|
.listing-options button {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item a {
|
.listing-options .tab-item a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus {
|
.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item:last-child a {
|
.listing-options .tab-item:last-child a {
|
||||||
margin-right: 0
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item:last-child a:hover,.listing-options .tab-item:last-child a:active,.listing-options .tab-item:last-child a:focus {
|
.listing-options .tab-item:last-child a:hover,.listing-options .tab-item:last-child a:active,.listing-options .tab-item:last-child a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item.active a {
|
.listing-options .tab-item.active a {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672
|
border-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item.active a:hover {
|
.listing-options .tab-item.active a:hover {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]) {
|
body .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]) {
|
||||||
border-color: #595959;
|
border-color: #595959;
|
||||||
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23E6E6E6'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23E6E6E6'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .table.table-striped tbody tr:nth-of-type(n),body.theme-light .table.table-striped tbody tr:nth-of-type(n),body.theme-dark .table.table-striped tbody tr:nth-of-type(n),body.theme-black .table.table-striped tbody tr:nth-of-type(n) {
|
body .table.table-striped tbody tr:nth-of-type(n),body.theme-light .table.table-striped tbody tr:nth-of-type(n),body.theme-dark .table.table-striped tbody tr:nth-of-type(n),body.theme-black .table.table-striped tbody tr:nth-of-type(n) {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a {
|
.message-list a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:hover,.message-list a:active,.message-list a:focus {
|
.message-list a:hover,.message-list a:active,.message-list a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:visited {
|
.message-list a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus {
|
.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user,body.theme-light .message header .link-user,body.theme-dark .message header .link-user,body.theme-black .message header .link-user {
|
body .message header .link-user,body.theme-light .message header .link-user,body.theme-dark .message header .link-user,body.theme-black .message header .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:hover,body .message header .link-user:active,body .message header .link-user:focus,body.theme-light .message header .link-user:hover,body.theme-light .message header .link-user:active,body.theme-light .message header .link-user:focus,body.theme-dark .message header .link-user:hover,body.theme-dark .message header .link-user:active,body.theme-dark .message header .link-user:focus,body.theme-black .message header .link-user:hover,body.theme-black .message header .link-user:active,body.theme-black .message header .link-user:focus {
|
body .message header .link-user:hover,body .message header .link-user:active,body .message header .link-user:focus,body.theme-light .message header .link-user:hover,body.theme-light .message header .link-user:active,body.theme-light .message header .link-user:focus,body.theme-dark .message header .link-user:hover,body.theme-dark .message header .link-user:active,body.theme-dark .message header .link-user:focus,body.theme-black .message header .link-user:hover,body.theme-black .message header .link-user:active,body.theme-black .message header .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:visited,body.theme-light .message header .link-user:visited,body.theme-dark .message header .link-user:visited,body.theme-black .message header .link-user:visited {
|
body .message header .link-user:visited,body.theme-light .message header .link-user:visited,body.theme-dark .message header .link-user:visited,body.theme-black .message header .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:visited:hover,body .message header .link-user:visited:active,body .message header .link-user:visited:focus,body.theme-light .message header .link-user:visited:hover,body.theme-light .message header .link-user:visited:active,body.theme-light .message header .link-user:visited:focus,body.theme-dark .message header .link-user:visited:hover,body.theme-dark .message header .link-user:visited:active,body.theme-dark .message header .link-user:visited:focus,body.theme-black .message header .link-user:visited:hover,body.theme-black .message header .link-user:visited:active,body.theme-black .message header .link-user:visited:focus {
|
body .message header .link-user:visited:hover,body .message header .link-user:visited:active,body .message header .link-user:visited:focus,body.theme-light .message header .link-user:visited:hover,body.theme-light .message header .link-user:visited:active,body.theme-light .message header .link-user:visited:focus,body.theme-dark .message header .link-user:visited:hover,body.theme-dark .message header .link-user:visited:active,body.theme-dark .message header .link-user:visited:focus,body.theme-black .message header .link-user:visited:hover,body.theme-black .message header .link-user:visited:active,body.theme-black .message header .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a {
|
body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a:hover,body .message a:active,body .message a:focus,body.theme-light .message a:hover,body.theme-light .message a:active,body.theme-light .message a:focus,body.theme-dark .message a:hover,body.theme-dark .message a:active,body.theme-dark .message a:focus,body.theme-black .message a:hover,body.theme-black .message a:active,body.theme-black .message a:focus {
|
body .message a:hover,body .message a:active,body .message a:focus,body.theme-light .message a:hover,body.theme-light .message a:active,body.theme-light .message a:focus,body.theme-dark .message a:hover,body.theme-dark .message a:active,body.theme-dark .message a:focus,body.theme-black .message a:hover,body.theme-black .message a:active,body.theme-black .message a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited {
|
body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-message-mine {
|
.is-message-mine {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-error {
|
.text-error {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.text-warning,p.conspicuous {
|
p.text-warning,p.conspicuous {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border: 1px solid #F92672;
|
border: 1px solid #F92672;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing h2 a,body .post-listing .topic-group a,body.theme-light .post-listing h2 a,body.theme-light .post-listing .topic-group a,body.theme-dark .post-listing h2 a,body.theme-dark .post-listing .topic-group a,body.theme-black .post-listing h2 a,body.theme-black .post-listing .topic-group a {
|
body .post-listing h2 a,body .post-listing .topic-group a,body.theme-light .post-listing h2 a,body.theme-light .post-listing .topic-group a,body.theme-dark .post-listing h2 a,body.theme-dark .post-listing .topic-group a,body.theme-black .post-listing h2 a,body.theme-black .post-listing .topic-group a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing h2 a:hover,body .post-listing h2 a:active,body .post-listing h2 a:focus,body .post-listing .topic-group a:hover,body .post-listing .topic-group a:active,body .post-listing .topic-group a:focus,body.theme-light .post-listing h2 a:hover,body.theme-light .post-listing h2 a:active,body.theme-light .post-listing h2 a:focus,body.theme-light .post-listing .topic-group a:hover,body.theme-light .post-listing .topic-group a:active,body.theme-light .post-listing .topic-group a:focus,body.theme-dark .post-listing h2 a:hover,body.theme-dark .post-listing h2 a:active,body.theme-dark .post-listing h2 a:focus,body.theme-dark .post-listing .topic-group a:hover,body.theme-dark .post-listing .topic-group a:active,body.theme-dark .post-listing .topic-group a:focus,body.theme-black .post-listing h2 a:hover,body.theme-black .post-listing h2 a:active,body.theme-black .post-listing h2 a:focus,body.theme-black .post-listing .topic-group a:hover,body.theme-black .post-listing .topic-group a:active,body.theme-black .post-listing .topic-group a:focus {
|
body .post-listing h2 a:hover,body .post-listing h2 a:active,body .post-listing h2 a:focus,body .post-listing .topic-group a:hover,body .post-listing .topic-group a:active,body .post-listing .topic-group a:focus,body.theme-light .post-listing h2 a:hover,body.theme-light .post-listing h2 a:active,body.theme-light .post-listing h2 a:focus,body.theme-light .post-listing .topic-group a:hover,body.theme-light .post-listing .topic-group a:active,body.theme-light .post-listing .topic-group a:focus,body.theme-dark .post-listing h2 a:hover,body.theme-dark .post-listing h2 a:active,body.theme-dark .post-listing h2 a:focus,body.theme-dark .post-listing .topic-group a:hover,body.theme-dark .post-listing .topic-group a:active,body.theme-dark .post-listing .topic-group a:focus,body.theme-black .post-listing h2 a:hover,body.theme-black .post-listing h2 a:active,body.theme-black .post-listing h2 a:focus,body.theme-black .post-listing .topic-group a:hover,body.theme-black .post-listing .topic-group a:active,body.theme-black .post-listing .topic-group a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-content-metadata,body.theme-light .post-listing .topic-content-metadata,body.theme-dark .post-listing .topic-content-metadata,body.theme-black .post-listing .topic-content-metadata {
|
body .post-listing .topic-content-metadata,body.theme-light .post-listing .topic-content-metadata,body.theme-dark .post-listing .topic-content-metadata,body.theme-black .post-listing .topic-content-metadata {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header {
|
body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header a,body.theme-light .post-listing header a,body.theme-dark .post-listing header a,body.theme-black .post-listing header a {
|
body .post-listing header a,body.theme-light .post-listing header a,body.theme-dark .post-listing header a,body.theme-black .post-listing header a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header a:hover,body .post-listing header a:active,body .post-listing header a:focus,body.theme-light .post-listing header a:hover,body.theme-light .post-listing header a:active,body.theme-light .post-listing header a:focus,body.theme-dark .post-listing header a:hover,body.theme-dark .post-listing header a:active,body.theme-dark .post-listing header a:focus,body.theme-black .post-listing header a:hover,body.theme-black .post-listing header a:active,body.theme-black .post-listing header a:focus {
|
body .post-listing header a:hover,body .post-listing header a:active,body .post-listing header a:focus,body.theme-light .post-listing header a:hover,body.theme-light .post-listing header a:active,body.theme-light .post-listing header a:focus,body.theme-dark .post-listing header a:hover,body.theme-dark .post-listing header a:active,body.theme-dark .post-listing header a:focus,body.theme-black .post-listing header a:hover,body.theme-black .post-listing header a:active,body.theme-black .post-listing header a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button,body.theme-light .post-listing .post-button,body.theme-dark .post-listing .post-button,body.theme-black .post-listing .post-button {
|
body .post-listing .post-button,body.theme-light .post-listing .post-button,body.theme-dark .post-listing .post-button,body.theme-black .post-listing .post-button {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button:hover,body .post-listing .post-button:active,body .post-listing .post-button:focus,body.theme-light .post-listing .post-button:hover,body.theme-light .post-listing .post-button:active,body.theme-light .post-listing .post-button:focus,body.theme-dark .post-listing .post-button:hover,body.theme-dark .post-listing .post-button:active,body.theme-dark .post-listing .post-button:focus,body.theme-black .post-listing .post-button:hover,body.theme-black .post-listing .post-button:active,body.theme-black .post-listing .post-button:focus {
|
body .post-listing .post-button:hover,body .post-listing .post-button:active,body .post-listing .post-button:focus,body.theme-light .post-listing .post-button:hover,body.theme-light .post-listing .post-button:active,body.theme-light .post-listing .post-button:focus,body.theme-dark .post-listing .post-button:hover,body.theme-dark .post-listing .post-button:active,body.theme-dark .post-listing .post-button:focus,body.theme-black .post-listing .post-button:hover,body.theme-black .post-listing .post-button:active,body.theme-black .post-listing .post-button:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button-used,body.theme-light .post-listing .post-button-used,body.theme-dark .post-listing .post-button-used,body.theme-black .post-listing .post-button-used {
|
body .post-listing .post-button-used,body.theme-light .post-listing .post-button-used,body.theme-dark .post-listing .post-button-used,body.theme-black .post-listing .post-button-used {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .comment,body.theme-light .post-listing .comment,body.theme-dark .post-listing .comment,body.theme-black .post-listing .comment {
|
body .post-listing .comment,body.theme-light .post-listing .comment,body.theme-dark .post-listing .comment,body.theme-black .post-listing .comment {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
body .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
body .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .label-topic-tag:hover,body .post-listing .label-topic-tag:active,body .post-listing .label-topic-tag:focus,body.theme-light .post-listing .label-topic-tag:hover,body.theme-light .post-listing .label-topic-tag:active,body.theme-light .post-listing .label-topic-tag:focus,body.theme-dark .post-listing .label-topic-tag:hover,body.theme-dark .post-listing .label-topic-tag:active,body.theme-dark .post-listing .label-topic-tag:focus,body.theme-black .post-listing .label-topic-tag:hover,body.theme-black .post-listing .label-topic-tag:active,body.theme-black .post-listing .label-topic-tag:focus {
|
body .post-listing .label-topic-tag:hover,body .post-listing .label-topic-tag:active,body .post-listing .label-topic-tag:focus,body.theme-light .post-listing .label-topic-tag:hover,body.theme-light .post-listing .label-topic-tag:active,body.theme-light .post-listing .label-topic-tag:focus,body.theme-dark .post-listing .label-topic-tag:hover,body.theme-dark .post-listing .label-topic-tag:active,body.theme-dark .post-listing .label-topic-tag:focus,body.theme-black .post-listing .label-topic-tag:hover,body.theme-black .post-listing .label-topic-tag:active,body.theme-black .post-listing .label-topic-tag:focus {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt,body.theme-light .post-listing .topic-text-excerpt,body.theme-dark .post-listing .topic-text-excerpt,body.theme-black .post-listing .topic-text-excerpt {
|
body .post-listing .topic-text-excerpt,body.theme-light .post-listing .topic-text-excerpt,body.theme-dark .post-listing .topic-text-excerpt,body.theme-black .post-listing .topic-text-excerpt {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt[open],body.theme-light .post-listing .topic-text-excerpt[open],body.theme-dark .post-listing .topic-text-excerpt[open],body.theme-black .post-listing .topic-text-excerpt[open] {
|
body .post-listing .topic-text-excerpt[open],body.theme-light .post-listing .topic-text-excerpt[open],body.theme-dark .post-listing .topic-text-excerpt[open],body.theme-black .post-listing .topic-text-excerpt[open] {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-text-excerpt p,body .post-listing .topic-text-excerpt p *,body.theme-light .post-listing .topic-text-excerpt summary::after,body.theme-light .post-listing .topic-text-excerpt p,body.theme-light .post-listing .topic-text-excerpt p *,body.theme-dark .post-listing .topic-text-excerpt summary::after,body.theme-dark .post-listing .topic-text-excerpt p,body.theme-dark .post-listing .topic-text-excerpt p *,body.theme-black .post-listing .topic-text-excerpt summary::after,body.theme-black .post-listing .topic-text-excerpt p,body.theme-black .post-listing .topic-text-excerpt p * {
|
body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-text-excerpt p,body .post-listing .topic-text-excerpt p *,body.theme-light .post-listing .topic-text-excerpt summary::after,body.theme-light .post-listing .topic-text-excerpt p,body.theme-light .post-listing .topic-text-excerpt p *,body.theme-dark .post-listing .topic-text-excerpt summary::after,body.theme-dark .post-listing .topic-text-excerpt p,body.theme-dark .post-listing .topic-text-excerpt p *,body.theme-black .post-listing .topic-text-excerpt summary::after,body.theme-black .post-listing .topic-text-excerpt p,body.theme-black .post-listing .topic-text-excerpt p * {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user {
|
.post-listing .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus {
|
.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:visited {
|
.post-listing .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus {
|
.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .topic-icon {
|
.post-listing .topic-icon {
|
||||||
|
@ -369,182 +369,182 @@
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .time-responsive-full {
|
.post-listing .time-responsive-full {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group,.post-listing .topic-info-comments a {
|
.post-listing .link-group,.post-listing .topic-info-comments a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new {
|
.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:hover,.post-listing .link-group:active,.post-listing .link-group:focus,.post-listing .topic-info-comments a:hover,.post-listing .topic-info-comments a:active,.post-listing .topic-info-comments a:focus {
|
.post-listing .link-group:hover,.post-listing .link-group:active,.post-listing .link-group:focus,.post-listing .topic-info-comments a:hover,.post-listing .topic-info-comments a:active,.post-listing .topic-info-comments a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:hover .topic-info-comments-new,.post-listing .link-group:active .topic-info-comments-new,.post-listing .link-group:focus .topic-info-comments-new,.post-listing .topic-info-comments a:hover .topic-info-comments-new,.post-listing .topic-info-comments a:active .topic-info-comments-new,.post-listing .topic-info-comments a:focus .topic-info-comments-new {
|
.post-listing .link-group:hover .topic-info-comments-new,.post-listing .link-group:active .topic-info-comments-new,.post-listing .link-group:focus .topic-info-comments-new,.post-listing .topic-info-comments a:hover .topic-info-comments-new,.post-listing .topic-info-comments a:active .topic-info-comments-new,.post-listing .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited {
|
.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited:hover,.post-listing .link-group:visited:active,.post-listing .link-group:visited:focus,.post-listing .topic-info-comments a:visited:hover,.post-listing .topic-info-comments a:visited:active,.post-listing .topic-info-comments a:visited:focus {
|
.post-listing .link-group:visited:hover,.post-listing .link-group:visited:active,.post-listing .link-group:visited:focus,.post-listing .topic-info-comments a:visited:hover,.post-listing .topic-info-comments a:visited:active,.post-listing .topic-info-comments a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited:hover .topic-info-comments-new,.post-listing .link-group:visited:active .topic-info-comments-new,.post-listing .link-group:visited:focus .topic-info-comments-new,.post-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.post-listing .topic-info-comments a:visited:active .topic-info-comments-new,.post-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
.post-listing .link-group:visited:hover .topic-info-comments-new,.post-listing .link-group:visited:active .topic-info-comments-new,.post-listing .link-group:visited:focus .topic-info-comments-new,.post-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.post-listing .topic-info-comments a:visited:active .topic-info-comments-new,.post-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a {
|
.settings-list a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:hover,.settings-list a:active,.settings-list a:focus {
|
.settings-list a:hover,.settings-list a:active,.settings-list a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:visited {
|
.settings-list a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus {
|
.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar {
|
body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar ul .label-topic-tag a,body.theme-light aside#sidebar ul .label-topic-tag a,body.theme-dark aside#sidebar ul .label-topic-tag a,body.theme-black aside#sidebar ul .label-topic-tag a {
|
body aside#sidebar ul .label-topic-tag a,body.theme-light aside#sidebar ul .label-topic-tag a,body.theme-dark aside#sidebar ul .label-topic-tag a,body.theme-black aside#sidebar ul .label-topic-tag a {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar ul .label-topic-tag a:hover,body aside#sidebar ul .label-topic-tag a:active,body aside#sidebar ul .label-topic-tag a:focus,body.theme-light aside#sidebar ul .label-topic-tag a:hover,body.theme-light aside#sidebar ul .label-topic-tag a:active,body.theme-light aside#sidebar ul .label-topic-tag a:focus,body.theme-dark aside#sidebar ul .label-topic-tag a:hover,body.theme-dark aside#sidebar ul .label-topic-tag a:active,body.theme-dark aside#sidebar ul .label-topic-tag a:focus,body.theme-black aside#sidebar ul .label-topic-tag a:hover,body.theme-black aside#sidebar ul .label-topic-tag a:active,body.theme-black aside#sidebar ul .label-topic-tag a:focus {
|
body aside#sidebar ul .label-topic-tag a:hover,body aside#sidebar ul .label-topic-tag a:active,body aside#sidebar ul .label-topic-tag a:focus,body.theme-light aside#sidebar ul .label-topic-tag a:hover,body.theme-light aside#sidebar ul .label-topic-tag a:active,body.theme-light aside#sidebar ul .label-topic-tag a:focus,body.theme-dark aside#sidebar ul .label-topic-tag a:hover,body.theme-dark aside#sidebar ul .label-topic-tag a:active,body.theme-dark aside#sidebar ul .label-topic-tag a:focus,body.theme-black aside#sidebar ul .label-topic-tag a:hover,body.theme-black aside#sidebar ul .label-topic-tag a:active,body.theme-black aside#sidebar ul .label-topic-tag a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar details .label-topic-tag,body.theme-light aside#sidebar details .label-topic-tag,body.theme-dark aside#sidebar details .label-topic-tag,body.theme-black aside#sidebar details .label-topic-tag {
|
body aside#sidebar details .label-topic-tag,body.theme-light aside#sidebar details .label-topic-tag,body.theme-dark aside#sidebar details .label-topic-tag,body.theme-black aside#sidebar details .label-topic-tag {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar details .label-topic-tag:hover,body.theme-light aside#sidebar details .label-topic-tag:hover,body.theme-dark aside#sidebar details .label-topic-tag:hover,body.theme-black aside#sidebar details .label-topic-tag:hover {
|
body aside#sidebar details .label-topic-tag:hover,body.theme-light aside#sidebar details .label-topic-tag:hover,body.theme-dark aside#sidebar details .label-topic-tag:hover,body.theme-black aside#sidebar details .label-topic-tag:hover {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar .nav-item a {
|
aside#sidebar .nav-item a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus {
|
aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar details a.btn {
|
aside#sidebar details a.btn {
|
||||||
margin-top: 0.4rem
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar dl a {
|
aside#sidebar dl a {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus {
|
aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header *:not(.logged-in-user-alert) {
|
body>header *:not(.logged-in-user-alert) {
|
||||||
color: #E6E6E6 !important
|
color: #E6E6E6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>a:nth-child(1):not(.no-header-logo) {
|
body>header>a:nth-child(1):not(.no-header-logo) {
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=")
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=");
|
||||||
}
|
}
|
||||||
|
|
||||||
.logged-in-user-info .logged-in-user-alert {
|
.logged-in-user-info .logged-in-user-alert {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box {
|
.label-edit-box {
|
||||||
color: #E6E6E6 !important;
|
color: #E6E6E6 !important;
|
||||||
background-color: #272822 !important
|
background-color: #272822 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-label {
|
.user-label {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 1px 3px !important
|
padding: 1px 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #F92672 !important
|
background-color: #F92672 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orangered {
|
.bg-orangered {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #75715E !important
|
background-color: #75715E !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #E6DB74 !important
|
background-color: #E6DB74 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dodgerblue {
|
.bg-dodgerblue {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #89BDFF !important
|
background-color: #89BDFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-forestgreen {
|
.bg-forestgreen {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #A6E22A !important
|
background-color: #A6E22A !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-slategray {
|
.bg-slategray {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #595959 !important
|
background-color: #595959 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .topic-full-byline,body.theme-light .topic-full header .topic-full-byline,body.theme-dark .topic-full header .topic-full-byline,body.theme-black .topic-full header .topic-full-byline {
|
body .topic-full header .topic-full-byline,body.theme-light .topic-full header .topic-full-byline,body.theme-dark .topic-full header .topic-full-byline,body.theme-black .topic-full header .topic-full-byline {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user,body.theme-light .topic-full header .link-user,body.theme-dark .topic-full header .link-user,body.theme-black .topic-full header .link-user {
|
body .topic-full header .link-user,body.theme-light .topic-full header .link-user,body.theme-dark .topic-full header .link-user,body.theme-black .topic-full header .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:hover,body .topic-full header .link-user:active,body .topic-full header .link-user:focus,body.theme-light .topic-full header .link-user:hover,body.theme-light .topic-full header .link-user:active,body.theme-light .topic-full header .link-user:focus,body.theme-dark .topic-full header .link-user:hover,body.theme-dark .topic-full header .link-user:active,body.theme-dark .topic-full header .link-user:focus,body.theme-black .topic-full header .link-user:hover,body.theme-black .topic-full header .link-user:active,body.theme-black .topic-full header .link-user:focus {
|
body .topic-full header .link-user:hover,body .topic-full header .link-user:active,body .topic-full header .link-user:focus,body.theme-light .topic-full header .link-user:hover,body.theme-light .topic-full header .link-user:active,body.theme-light .topic-full header .link-user:focus,body.theme-dark .topic-full header .link-user:hover,body.theme-dark .topic-full header .link-user:active,body.theme-dark .topic-full header .link-user:focus,body.theme-black .topic-full header .link-user:hover,body.theme-black .topic-full header .link-user:active,body.theme-black .topic-full header .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:visited,body.theme-light .topic-full header .link-user:visited,body.theme-dark .topic-full header .link-user:visited,body.theme-black .topic-full header .link-user:visited {
|
body .topic-full header .link-user:visited,body.theme-light .topic-full header .link-user:visited,body.theme-dark .topic-full header .link-user:visited,body.theme-black .topic-full header .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:visited:hover,body .topic-full header .link-user:visited:active,body .topic-full header .link-user:visited:focus,body.theme-light .topic-full header .link-user:visited:hover,body.theme-light .topic-full header .link-user:visited:active,body.theme-light .topic-full header .link-user:visited:focus,body.theme-dark .topic-full header .link-user:visited:hover,body.theme-dark .topic-full header .link-user:visited:active,body.theme-dark .topic-full header .link-user:visited:focus,body.theme-black .topic-full header .link-user:visited:hover,body.theme-black .topic-full header .link-user:visited:active,body.theme-black .topic-full header .link-user:visited:focus {
|
body .topic-full header .link-user:visited:hover,body .topic-full header .link-user:visited:active,body .topic-full header .link-user:visited:focus,body.theme-light .topic-full header .link-user:visited:hover,body.theme-light .topic-full header .link-user:visited:active,body.theme-light .topic-full header .link-user:visited:focus,body.theme-dark .topic-full header .link-user:visited:hover,body.theme-dark .topic-full header .link-user:visited:active,body.theme-dark .topic-full header .link-user:visited:focus,body.theme-black .topic-full header .link-user:visited:hover,body.theme-black .topic-full header .link-user:visited:active,body.theme-black .topic-full header .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a {
|
.topic-full .topic-full-text a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus {
|
.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a:visited {
|
.topic-full .topic-full-text a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-icon {
|
.topic-full .topic-icon {
|
||||||
|
@ -552,59 +552,59 @@
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a {
|
.topic-full .topic-full-link a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus {
|
.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a:visited {
|
.topic-full .topic-full-link a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
body .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) div.topic-voting,body .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-light .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-light .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-dark .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-black .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-black .topic-listing>li:nth-of-type(n) .topic-content-metadata {
|
body .topic-listing>li:nth-of-type(n) div.topic-voting,body .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-light .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-light .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-dark .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-black .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-black .topic-listing>li:nth-of-type(n) .topic-content-metadata {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open] {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open] {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p * {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p * {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a {
|
body .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus {
|
body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a {
|
.topic-listing .topic-title a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus {
|
.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a:visited {
|
.topic-listing .topic-title a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-icon {
|
.topic-listing .topic-icon {
|
||||||
|
@ -612,142 +612,142 @@
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group,.topic-listing .topic-info-comments a {
|
.topic-listing .link-group,.topic-listing .topic-info-comments a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new {
|
.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:hover,.topic-listing .link-group:active,.topic-listing .link-group:focus,.topic-listing .topic-info-comments a:hover,.topic-listing .topic-info-comments a:active,.topic-listing .topic-info-comments a:focus {
|
.topic-listing .link-group:hover,.topic-listing .link-group:active,.topic-listing .link-group:focus,.topic-listing .topic-info-comments a:hover,.topic-listing .topic-info-comments a:active,.topic-listing .topic-info-comments a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:hover .topic-info-comments-new,.topic-listing .link-group:active .topic-info-comments-new,.topic-listing .link-group:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:active .topic-info-comments-new,.topic-listing .topic-info-comments a:focus .topic-info-comments-new {
|
.topic-listing .link-group:hover .topic-info-comments-new,.topic-listing .link-group:active .topic-info-comments-new,.topic-listing .link-group:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:active .topic-info-comments-new,.topic-listing .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited {
|
.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited:hover,.topic-listing .link-group:visited:active,.topic-listing .link-group:visited:focus,.topic-listing .topic-info-comments a:visited:hover,.topic-listing .topic-info-comments a:visited:active,.topic-listing .topic-info-comments a:visited:focus {
|
.topic-listing .link-group:visited:hover,.topic-listing .link-group:visited:active,.topic-listing .link-group:visited:focus,.topic-listing .topic-info-comments a:visited:hover,.topic-listing .topic-info-comments a:visited:active,.topic-listing .topic-info-comments a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited:hover .topic-info-comments-new,.topic-listing .link-group:visited:active .topic-info-comments-new,.topic-listing .link-group:visited:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:active .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
.topic-listing .link-group:visited:hover .topic-info-comments-new,.topic-listing .link-group:visited:active .topic-info-comments-new,.topic-listing .link-group:visited:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:active .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user {
|
.topic-listing .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus {
|
.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:visited {
|
.topic-listing .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus {
|
.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .time-responsive-full {
|
.topic-listing .time-responsive-full {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official {
|
.is-topic-official {
|
||||||
border-left-color: #F92672 !important
|
border-left-color: #F92672 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine {
|
.is-topic-mine {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document domain('docs.tildes.net') {
|
@-moz-document domain('docs.tildes.net') {
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,footer a,.article-summary h2 a {
|
a,footer a,.article-summary h2 a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited,footer a:visited,.article-summary h2 a:visited {
|
a:visited,footer a:visited,.article-summary h2 a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer,#page-list,.highlight {
|
footer,#page-list,.highlight {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toc {
|
div.toc {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,pre {
|
code,pre {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-info {
|
.date-info {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document domain('blog.tildes.net') {
|
@-moz-document domain('blog.tildes.net') {
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,footer a,.article-summary h2 a {
|
a,footer a,.article-summary h2 a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited,footer a:visited,.article-summary h2 a:visited {
|
a:visited,footer a:visited,.article-summary h2 a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer,#page-list,.highlight {
|
footer,#page-list,.highlight {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toc {
|
div.toc {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,pre {
|
code,pre {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-info {
|
.date-info {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Tildes Monokai
|
@name Tildes Monokai
|
||||||
@namespace tildes.net
|
@namespace tildes.net
|
||||||
@version 1.1.2
|
@version 1.1.3
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Monokai theme for Tildes.net
|
@description Monokai theme for Tildes.net
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@homepageURL https://gitlab.com/Bauke/styles
|
||||||
|
@ -11,136 +11,136 @@
|
||||||
@-moz-document domain('tildes.net') {
|
@-moz-document domain('tildes.net') {
|
||||||
body .btn.btn-comment-collapse,body.theme-light .btn.btn-comment-collapse,body.theme-dark .btn.btn-comment-collapse,body.theme-black .btn.btn-comment-collapse {
|
body .btn.btn-comment-collapse,body.theme-light .btn.btn-comment-collapse,body.theme-dark .btn.btn-comment-collapse,body.theme-black .btn.btn-comment-collapse {
|
||||||
color: #E6DB74;
|
color: #E6DB74;
|
||||||
border-color: #E6DB74
|
border-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .btn.btn-comment-collapse:hover,body .btn.btn-comment-collapse:active,body .btn.btn-comment-collapse:focus,body.theme-light .btn.btn-comment-collapse:hover,body.theme-light .btn.btn-comment-collapse:active,body.theme-light .btn.btn-comment-collapse:focus,body.theme-dark .btn.btn-comment-collapse:hover,body.theme-dark .btn.btn-comment-collapse:active,body.theme-dark .btn.btn-comment-collapse:focus,body.theme-black .btn.btn-comment-collapse:hover,body.theme-black .btn.btn-comment-collapse:active,body.theme-black .btn.btn-comment-collapse:focus {
|
body .btn.btn-comment-collapse:hover,body .btn.btn-comment-collapse:active,body .btn.btn-comment-collapse:focus,body.theme-light .btn.btn-comment-collapse:hover,body.theme-light .btn.btn-comment-collapse:active,body.theme-light .btn.btn-comment-collapse:focus,body.theme-dark .btn.btn-comment-collapse:hover,body.theme-dark .btn.btn-comment-collapse:active,body.theme-dark .btn.btn-comment-collapse:focus,body.theme-black .btn.btn-comment-collapse:hover,body.theme-black .btn.btn-comment-collapse:active,body.theme-black .btn.btn-comment-collapse:focus {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: transparent
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn,.btn.btn-link,#next-page {
|
.btn,.btn.btn-link,#next-page {
|
||||||
color: #E6DB74;
|
color: #E6DB74;
|
||||||
border-color: #E6DB74
|
border-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,#next-page:hover,#next-page:active,#next-page:focus {
|
.btn:hover,.btn:active,.btn:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,#next-page:hover,#next-page:active,#next-page:focus {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: transparent
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-used {
|
.btn.btn-used {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672
|
border-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
border-color: #E6DB74;
|
border-color: #E6DB74;
|
||||||
background-color: #E6DB74
|
background-color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
border-color: #F92672;
|
border-color: #F92672;
|
||||||
background-color: #F92672
|
background-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments,body.theme-light section.topic-comments,body.theme-dark section.topic-comments,body.theme-black section.topic-comments {
|
body section.topic-comments,body.theme-light section.topic-comments,body.theme-dark section.topic-comments,body.theme-black section.topic-comments {
|
||||||
border-color: #595959
|
border-color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .comment,body.theme-light section.topic-comments .comment,body.theme-dark section.topic-comments .comment,body.theme-black section.topic-comments .comment {
|
body section.topic-comments .comment,body.theme-light section.topic-comments .comment,body.theme-dark section.topic-comments .comment,body.theme-black section.topic-comments .comment {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .is-comment-new .comment-text,body.theme-light section.topic-comments .is-comment-new .comment-text,body.theme-dark section.topic-comments .is-comment-new .comment-text,body.theme-black section.topic-comments .is-comment-new .comment-text {
|
body section.topic-comments .is-comment-new .comment-text,body.theme-light section.topic-comments .is-comment-new .comment-text,body.theme-dark section.topic-comments .is-comment-new .comment-text,body.theme-black section.topic-comments .is-comment-new .comment-text {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .comment-itself header,body.theme-light section.topic-comments .comment-itself header,body.theme-dark section.topic-comments .comment-itself header,body.theme-black section.topic-comments .comment-itself header {
|
body section.topic-comments .comment-itself header,body.theme-light section.topic-comments .comment-itself header,body.theme-dark section.topic-comments .comment-itself header,body.theme-black section.topic-comments .comment-itself header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments header a,body.theme-light section.topic-comments header a,body.theme-dark section.topic-comments header a,body.theme-black section.topic-comments header a {
|
body section.topic-comments header a,body.theme-light section.topic-comments header a,body.theme-dark section.topic-comments header a,body.theme-black section.topic-comments header a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments header a:hover,body section.topic-comments header a:active,body section.topic-comments header a:focus,body.theme-light section.topic-comments header a:hover,body.theme-light section.topic-comments header a:active,body.theme-light section.topic-comments header a:focus,body.theme-dark section.topic-comments header a:hover,body.theme-dark section.topic-comments header a:active,body.theme-dark section.topic-comments header a:focus,body.theme-black section.topic-comments header a:hover,body.theme-black section.topic-comments header a:active,body.theme-black section.topic-comments header a:focus {
|
body section.topic-comments header a:hover,body section.topic-comments header a:active,body section.topic-comments header a:focus,body.theme-light section.topic-comments header a:hover,body.theme-light section.topic-comments header a:active,body.theme-light section.topic-comments header a:focus,body.theme-dark section.topic-comments header a:hover,body.theme-dark section.topic-comments header a:active,body.theme-dark section.topic-comments header a:focus,body.theme-black section.topic-comments header a:hover,body.theme-black section.topic-comments header a:active,body.theme-black section.topic-comments header a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button,body.theme-light section.topic-comments .post-button,body.theme-dark section.topic-comments .post-button,body.theme-black section.topic-comments .post-button {
|
body section.topic-comments .post-button,body.theme-light section.topic-comments .post-button,body.theme-dark section.topic-comments .post-button,body.theme-black section.topic-comments .post-button {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button:hover,body section.topic-comments .post-button:active,body section.topic-comments .post-button:focus,body.theme-light section.topic-comments .post-button:hover,body.theme-light section.topic-comments .post-button:active,body.theme-light section.topic-comments .post-button:focus,body.theme-dark section.topic-comments .post-button:hover,body.theme-dark section.topic-comments .post-button:active,body.theme-dark section.topic-comments .post-button:focus,body.theme-black section.topic-comments .post-button:hover,body.theme-black section.topic-comments .post-button:active,body.theme-black section.topic-comments .post-button:focus {
|
body section.topic-comments .post-button:hover,body section.topic-comments .post-button:active,body section.topic-comments .post-button:focus,body.theme-light section.topic-comments .post-button:hover,body.theme-light section.topic-comments .post-button:active,body.theme-light section.topic-comments .post-button:focus,body.theme-dark section.topic-comments .post-button:hover,body.theme-dark section.topic-comments .post-button:active,body.theme-dark section.topic-comments .post-button:focus,body.theme-black section.topic-comments .post-button:hover,body.theme-black section.topic-comments .post-button:active,body.theme-black section.topic-comments .post-button:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body section.topic-comments .post-button-used,body.theme-light section.topic-comments .post-button-used,body.theme-dark section.topic-comments .post-button-used,body.theme-black section.topic-comments .post-button-used {
|
body section.topic-comments .post-button-used,body.theme-light section.topic-comments .post-button-used,body.theme-dark section.topic-comments .post-button-used,body.theme-black section.topic-comments .post-button-used {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text a {
|
.comment-text a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-text a:hover,.comment-text a:active,.comment-text a:focus {
|
.comment-text a:hover,.comment-text a:active,.comment-text a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-mine>.comment-itself {
|
.is-comment-mine>.comment-itself {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself {
|
.is-comment-by-op>.comment-itself {
|
||||||
border-left-color: #FD5FF1 !important
|
border-left-color: #FD5FF1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-by-op>.comment-itself .comment-user-info {
|
.is-comment-by-op>.comment-itself .comment-user-info {
|
||||||
color: #FD5FF1
|
color: #FD5FF1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-comment-new>.comment-itself {
|
.is-comment-new>.comment-itself {
|
||||||
border-left-color: #89BDFF !important
|
border-left-color: #89BDFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer {
|
#site-footer {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer .site-footer-links {
|
#site-footer .site-footer-links {
|
||||||
font-weight: normal
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a {
|
#site-footer a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
#site-footer a:hover,#site-footer a:active,#site-footer a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:visited {
|
#site-footer a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,body.theme-light,body.theme-dark,body.theme-black {
|
body,body.theme-light,body.theme-dark,body.theme-black {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body main,body.theme-light main,body.theme-dark main,body.theme-black main {
|
body main,body.theme-light main,body.theme-dark main,body.theme-black main {
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
body pre,body code,body.theme-light pre,body.theme-light code,body.theme-dark pre,body.theme-dark code,body.theme-black pre,body.theme-black code {
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
font-family: 'Consolas', monospace
|
font-family: 'Consolas', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.theme-light .form-input:not(:focus),body.theme-dark .form-input,body.theme-dark .form-input:not(:focus),body.theme-black .form-input,body.theme-black .form-input:not(:focus) {
|
body .form-input,body .form-input:not(:focus),body.theme-light .form-input,body.theme-light .form-input:not(:focus),body.theme-dark .form-input,body.theme-dark .form-input:not(:focus),body.theme-black .form-input,body.theme-black .form-input:not(:focus) {
|
||||||
|
@ -157,221 +157,221 @@
|
||||||
background-color: #272822;
|
background-color: #272822;
|
||||||
width: 40rem;
|
width: 40rem;
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
min-width: 40rem
|
min-width: 40rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-input::placeholder,body .form-input:not(:focus)::placeholder,body.theme-light .form-input::placeholder,body.theme-light .form-input:not(:focus)::placeholder,body.theme-dark .form-input::placeholder,body.theme-dark .form-input:not(:focus)::placeholder,body.theme-black .form-input::placeholder,body.theme-black .form-input:not(:focus)::placeholder {
|
body .form-input::placeholder,body .form-input:not(:focus)::placeholder,body.theme-light .form-input::placeholder,body.theme-light .form-input:not(:focus)::placeholder,body.theme-dark .form-input::placeholder,body.theme-dark .form-input:not(:focus)::placeholder,body.theme-black .form-input::placeholder,body.theme-black .form-input:not(:focus)::placeholder {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body hr,body section,body.theme-light hr,body.theme-light section,body.theme-dark hr,body.theme-dark section,body.theme-black hr,body.theme-black section {
|
body hr,body section,body.theme-light hr,body.theme-light section,body.theme-dark hr,body.theme-dark section,body.theme-black hr,body.theme-black section {
|
||||||
border-color: #595959
|
border-color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
border-color: #E6E6E6;
|
border-color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .table td,body .table th,body.theme-light .table td,body.theme-light .table th,body.theme-dark .table td,body.theme-dark .table th,body.theme-black .table td,body.theme-black .table th {
|
body .table td,body .table th,body.theme-light .table td,body.theme-light .table th,body.theme-dark .table td,body.theme-dark .table th,body.theme-black .table td,body.theme-black .table th {
|
||||||
border-bottom: 1px solid #383830
|
border-bottom: 1px solid #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options {
|
.listing-options {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-listing-order {
|
.listing-options .tab-listing-order {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options button {
|
.listing-options button {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item a {
|
.listing-options .tab-item a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus {
|
.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item:last-child a {
|
.listing-options .tab-item:last-child a {
|
||||||
margin-right: 0
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item:last-child a:hover,.listing-options .tab-item:last-child a:active,.listing-options .tab-item:last-child a:focus {
|
.listing-options .tab-item:last-child a:hover,.listing-options .tab-item:last-child a:active,.listing-options .tab-item:last-child a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item.active a {
|
.listing-options .tab-item.active a {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border-color: #F92672
|
border-color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing-options .tab-item.active a:hover {
|
.listing-options .tab-item.active a:hover {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]) {
|
body .form-select:not([multiple]):not([size]),body.theme-light .form-select:not([multiple]):not([size]),body.theme-dark .form-select:not([multiple]):not([size]),body.theme-black .form-select:not([multiple]):not([size]) {
|
||||||
border-color: #595959;
|
border-color: #595959;
|
||||||
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23E6E6E6'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23E6E6E6'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .table.table-striped tbody tr:nth-of-type(n),body.theme-light .table.table-striped tbody tr:nth-of-type(n),body.theme-dark .table.table-striped tbody tr:nth-of-type(n),body.theme-black .table.table-striped tbody tr:nth-of-type(n) {
|
body .table.table-striped tbody tr:nth-of-type(n),body.theme-light .table.table-striped tbody tr:nth-of-type(n),body.theme-dark .table.table-striped tbody tr:nth-of-type(n),body.theme-black .table.table-striped tbody tr:nth-of-type(n) {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a {
|
.message-list a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:hover,.message-list a:active,.message-list a:focus {
|
.message-list a:hover,.message-list a:active,.message-list a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:visited {
|
.message-list a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus {
|
.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user,body.theme-light .message header .link-user,body.theme-dark .message header .link-user,body.theme-black .message header .link-user {
|
body .message header .link-user,body.theme-light .message header .link-user,body.theme-dark .message header .link-user,body.theme-black .message header .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:hover,body .message header .link-user:active,body .message header .link-user:focus,body.theme-light .message header .link-user:hover,body.theme-light .message header .link-user:active,body.theme-light .message header .link-user:focus,body.theme-dark .message header .link-user:hover,body.theme-dark .message header .link-user:active,body.theme-dark .message header .link-user:focus,body.theme-black .message header .link-user:hover,body.theme-black .message header .link-user:active,body.theme-black .message header .link-user:focus {
|
body .message header .link-user:hover,body .message header .link-user:active,body .message header .link-user:focus,body.theme-light .message header .link-user:hover,body.theme-light .message header .link-user:active,body.theme-light .message header .link-user:focus,body.theme-dark .message header .link-user:hover,body.theme-dark .message header .link-user:active,body.theme-dark .message header .link-user:focus,body.theme-black .message header .link-user:hover,body.theme-black .message header .link-user:active,body.theme-black .message header .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:visited,body.theme-light .message header .link-user:visited,body.theme-dark .message header .link-user:visited,body.theme-black .message header .link-user:visited {
|
body .message header .link-user:visited,body.theme-light .message header .link-user:visited,body.theme-dark .message header .link-user:visited,body.theme-black .message header .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message header .link-user:visited:hover,body .message header .link-user:visited:active,body .message header .link-user:visited:focus,body.theme-light .message header .link-user:visited:hover,body.theme-light .message header .link-user:visited:active,body.theme-light .message header .link-user:visited:focus,body.theme-dark .message header .link-user:visited:hover,body.theme-dark .message header .link-user:visited:active,body.theme-dark .message header .link-user:visited:focus,body.theme-black .message header .link-user:visited:hover,body.theme-black .message header .link-user:visited:active,body.theme-black .message header .link-user:visited:focus {
|
body .message header .link-user:visited:hover,body .message header .link-user:visited:active,body .message header .link-user:visited:focus,body.theme-light .message header .link-user:visited:hover,body.theme-light .message header .link-user:visited:active,body.theme-light .message header .link-user:visited:focus,body.theme-dark .message header .link-user:visited:hover,body.theme-dark .message header .link-user:visited:active,body.theme-dark .message header .link-user:visited:focus,body.theme-black .message header .link-user:visited:hover,body.theme-black .message header .link-user:visited:active,body.theme-black .message header .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a {
|
body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a:hover,body .message a:active,body .message a:focus,body.theme-light .message a:hover,body.theme-light .message a:active,body.theme-light .message a:focus,body.theme-dark .message a:hover,body.theme-dark .message a:active,body.theme-dark .message a:focus,body.theme-black .message a:hover,body.theme-black .message a:active,body.theme-black .message a:focus {
|
body .message a:hover,body .message a:active,body .message a:focus,body.theme-light .message a:hover,body.theme-light .message a:active,body.theme-light .message a:focus,body.theme-dark .message a:hover,body.theme-dark .message a:active,body.theme-dark .message a:focus,body.theme-black .message a:hover,body.theme-black .message a:active,body.theme-black .message a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited {
|
body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-message-mine {
|
.is-message-mine {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-error {
|
.text-error {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.text-warning,p.conspicuous {
|
p.text-warning,p.conspicuous {
|
||||||
color: #F92672;
|
color: #F92672;
|
||||||
border: 1px solid #F92672;
|
border: 1px solid #F92672;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing h2 a,body .post-listing .topic-group a,body.theme-light .post-listing h2 a,body.theme-light .post-listing .topic-group a,body.theme-dark .post-listing h2 a,body.theme-dark .post-listing .topic-group a,body.theme-black .post-listing h2 a,body.theme-black .post-listing .topic-group a {
|
body .post-listing h2 a,body .post-listing .topic-group a,body.theme-light .post-listing h2 a,body.theme-light .post-listing .topic-group a,body.theme-dark .post-listing h2 a,body.theme-dark .post-listing .topic-group a,body.theme-black .post-listing h2 a,body.theme-black .post-listing .topic-group a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing h2 a:hover,body .post-listing h2 a:active,body .post-listing h2 a:focus,body .post-listing .topic-group a:hover,body .post-listing .topic-group a:active,body .post-listing .topic-group a:focus,body.theme-light .post-listing h2 a:hover,body.theme-light .post-listing h2 a:active,body.theme-light .post-listing h2 a:focus,body.theme-light .post-listing .topic-group a:hover,body.theme-light .post-listing .topic-group a:active,body.theme-light .post-listing .topic-group a:focus,body.theme-dark .post-listing h2 a:hover,body.theme-dark .post-listing h2 a:active,body.theme-dark .post-listing h2 a:focus,body.theme-dark .post-listing .topic-group a:hover,body.theme-dark .post-listing .topic-group a:active,body.theme-dark .post-listing .topic-group a:focus,body.theme-black .post-listing h2 a:hover,body.theme-black .post-listing h2 a:active,body.theme-black .post-listing h2 a:focus,body.theme-black .post-listing .topic-group a:hover,body.theme-black .post-listing .topic-group a:active,body.theme-black .post-listing .topic-group a:focus {
|
body .post-listing h2 a:hover,body .post-listing h2 a:active,body .post-listing h2 a:focus,body .post-listing .topic-group a:hover,body .post-listing .topic-group a:active,body .post-listing .topic-group a:focus,body.theme-light .post-listing h2 a:hover,body.theme-light .post-listing h2 a:active,body.theme-light .post-listing h2 a:focus,body.theme-light .post-listing .topic-group a:hover,body.theme-light .post-listing .topic-group a:active,body.theme-light .post-listing .topic-group a:focus,body.theme-dark .post-listing h2 a:hover,body.theme-dark .post-listing h2 a:active,body.theme-dark .post-listing h2 a:focus,body.theme-dark .post-listing .topic-group a:hover,body.theme-dark .post-listing .topic-group a:active,body.theme-dark .post-listing .topic-group a:focus,body.theme-black .post-listing h2 a:hover,body.theme-black .post-listing h2 a:active,body.theme-black .post-listing h2 a:focus,body.theme-black .post-listing .topic-group a:hover,body.theme-black .post-listing .topic-group a:active,body.theme-black .post-listing .topic-group a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-content-metadata,body.theme-light .post-listing .topic-content-metadata,body.theme-dark .post-listing .topic-content-metadata,body.theme-black .post-listing .topic-content-metadata {
|
body .post-listing .topic-content-metadata,body.theme-light .post-listing .topic-content-metadata,body.theme-dark .post-listing .topic-content-metadata,body.theme-black .post-listing .topic-content-metadata {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header {
|
body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header a,body.theme-light .post-listing header a,body.theme-dark .post-listing header a,body.theme-black .post-listing header a {
|
body .post-listing header a,body.theme-light .post-listing header a,body.theme-dark .post-listing header a,body.theme-black .post-listing header a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing header a:hover,body .post-listing header a:active,body .post-listing header a:focus,body.theme-light .post-listing header a:hover,body.theme-light .post-listing header a:active,body.theme-light .post-listing header a:focus,body.theme-dark .post-listing header a:hover,body.theme-dark .post-listing header a:active,body.theme-dark .post-listing header a:focus,body.theme-black .post-listing header a:hover,body.theme-black .post-listing header a:active,body.theme-black .post-listing header a:focus {
|
body .post-listing header a:hover,body .post-listing header a:active,body .post-listing header a:focus,body.theme-light .post-listing header a:hover,body.theme-light .post-listing header a:active,body.theme-light .post-listing header a:focus,body.theme-dark .post-listing header a:hover,body.theme-dark .post-listing header a:active,body.theme-dark .post-listing header a:focus,body.theme-black .post-listing header a:hover,body.theme-black .post-listing header a:active,body.theme-black .post-listing header a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button,body.theme-light .post-listing .post-button,body.theme-dark .post-listing .post-button,body.theme-black .post-listing .post-button {
|
body .post-listing .post-button,body.theme-light .post-listing .post-button,body.theme-dark .post-listing .post-button,body.theme-black .post-listing .post-button {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button:hover,body .post-listing .post-button:active,body .post-listing .post-button:focus,body.theme-light .post-listing .post-button:hover,body.theme-light .post-listing .post-button:active,body.theme-light .post-listing .post-button:focus,body.theme-dark .post-listing .post-button:hover,body.theme-dark .post-listing .post-button:active,body.theme-dark .post-listing .post-button:focus,body.theme-black .post-listing .post-button:hover,body.theme-black .post-listing .post-button:active,body.theme-black .post-listing .post-button:focus {
|
body .post-listing .post-button:hover,body .post-listing .post-button:active,body .post-listing .post-button:focus,body.theme-light .post-listing .post-button:hover,body.theme-light .post-listing .post-button:active,body.theme-light .post-listing .post-button:focus,body.theme-dark .post-listing .post-button:hover,body.theme-dark .post-listing .post-button:active,body.theme-dark .post-listing .post-button:focus,body.theme-black .post-listing .post-button:hover,body.theme-black .post-listing .post-button:active,body.theme-black .post-listing .post-button:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .post-button-used,body.theme-light .post-listing .post-button-used,body.theme-dark .post-listing .post-button-used,body.theme-black .post-listing .post-button-used {
|
body .post-listing .post-button-used,body.theme-light .post-listing .post-button-used,body.theme-dark .post-listing .post-button-used,body.theme-black .post-listing .post-button-used {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .comment,body.theme-light .post-listing .comment,body.theme-dark .post-listing .comment,body.theme-black .post-listing .comment {
|
body .post-listing .comment,body.theme-light .post-listing .comment,body.theme-dark .post-listing .comment,body.theme-black .post-listing .comment {
|
||||||
border-color: #272822
|
border-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
body .post-listing .topic,body.theme-light .post-listing .topic,body.theme-dark .post-listing .topic,body.theme-black .post-listing .topic {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
body .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .label-topic-tag:hover,body .post-listing .label-topic-tag:active,body .post-listing .label-topic-tag:focus,body.theme-light .post-listing .label-topic-tag:hover,body.theme-light .post-listing .label-topic-tag:active,body.theme-light .post-listing .label-topic-tag:focus,body.theme-dark .post-listing .label-topic-tag:hover,body.theme-dark .post-listing .label-topic-tag:active,body.theme-dark .post-listing .label-topic-tag:focus,body.theme-black .post-listing .label-topic-tag:hover,body.theme-black .post-listing .label-topic-tag:active,body.theme-black .post-listing .label-topic-tag:focus {
|
body .post-listing .label-topic-tag:hover,body .post-listing .label-topic-tag:active,body .post-listing .label-topic-tag:focus,body.theme-light .post-listing .label-topic-tag:hover,body.theme-light .post-listing .label-topic-tag:active,body.theme-light .post-listing .label-topic-tag:focus,body.theme-dark .post-listing .label-topic-tag:hover,body.theme-dark .post-listing .label-topic-tag:active,body.theme-dark .post-listing .label-topic-tag:focus,body.theme-black .post-listing .label-topic-tag:hover,body.theme-black .post-listing .label-topic-tag:active,body.theme-black .post-listing .label-topic-tag:focus {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt,body.theme-light .post-listing .topic-text-excerpt,body.theme-dark .post-listing .topic-text-excerpt,body.theme-black .post-listing .topic-text-excerpt {
|
body .post-listing .topic-text-excerpt,body.theme-light .post-listing .topic-text-excerpt,body.theme-dark .post-listing .topic-text-excerpt,body.theme-black .post-listing .topic-text-excerpt {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt[open],body.theme-light .post-listing .topic-text-excerpt[open],body.theme-dark .post-listing .topic-text-excerpt[open],body.theme-black .post-listing .topic-text-excerpt[open] {
|
body .post-listing .topic-text-excerpt[open],body.theme-light .post-listing .topic-text-excerpt[open],body.theme-dark .post-listing .topic-text-excerpt[open],body.theme-black .post-listing .topic-text-excerpt[open] {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-text-excerpt p,body .post-listing .topic-text-excerpt p *,body.theme-light .post-listing .topic-text-excerpt summary::after,body.theme-light .post-listing .topic-text-excerpt p,body.theme-light .post-listing .topic-text-excerpt p *,body.theme-dark .post-listing .topic-text-excerpt summary::after,body.theme-dark .post-listing .topic-text-excerpt p,body.theme-dark .post-listing .topic-text-excerpt p *,body.theme-black .post-listing .topic-text-excerpt summary::after,body.theme-black .post-listing .topic-text-excerpt p,body.theme-black .post-listing .topic-text-excerpt p * {
|
body .post-listing .topic-text-excerpt summary::after,body .post-listing .topic-text-excerpt p,body .post-listing .topic-text-excerpt p *,body.theme-light .post-listing .topic-text-excerpt summary::after,body.theme-light .post-listing .topic-text-excerpt p,body.theme-light .post-listing .topic-text-excerpt p *,body.theme-dark .post-listing .topic-text-excerpt summary::after,body.theme-dark .post-listing .topic-text-excerpt p,body.theme-dark .post-listing .topic-text-excerpt p *,body.theme-black .post-listing .topic-text-excerpt summary::after,body.theme-black .post-listing .topic-text-excerpt p,body.theme-black .post-listing .topic-text-excerpt p * {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user {
|
.post-listing .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus {
|
.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:visited {
|
.post-listing .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus {
|
.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .topic-icon {
|
.post-listing .topic-icon {
|
||||||
|
@ -379,182 +379,182 @@
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .time-responsive-full {
|
.post-listing .time-responsive-full {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group,.post-listing .topic-info-comments a {
|
.post-listing .link-group,.post-listing .topic-info-comments a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new {
|
.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:hover,.post-listing .link-group:active,.post-listing .link-group:focus,.post-listing .topic-info-comments a:hover,.post-listing .topic-info-comments a:active,.post-listing .topic-info-comments a:focus {
|
.post-listing .link-group:hover,.post-listing .link-group:active,.post-listing .link-group:focus,.post-listing .topic-info-comments a:hover,.post-listing .topic-info-comments a:active,.post-listing .topic-info-comments a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:hover .topic-info-comments-new,.post-listing .link-group:active .topic-info-comments-new,.post-listing .link-group:focus .topic-info-comments-new,.post-listing .topic-info-comments a:hover .topic-info-comments-new,.post-listing .topic-info-comments a:active .topic-info-comments-new,.post-listing .topic-info-comments a:focus .topic-info-comments-new {
|
.post-listing .link-group:hover .topic-info-comments-new,.post-listing .link-group:active .topic-info-comments-new,.post-listing .link-group:focus .topic-info-comments-new,.post-listing .topic-info-comments a:hover .topic-info-comments-new,.post-listing .topic-info-comments a:active .topic-info-comments-new,.post-listing .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited {
|
.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited:hover,.post-listing .link-group:visited:active,.post-listing .link-group:visited:focus,.post-listing .topic-info-comments a:visited:hover,.post-listing .topic-info-comments a:visited:active,.post-listing .topic-info-comments a:visited:focus {
|
.post-listing .link-group:visited:hover,.post-listing .link-group:visited:active,.post-listing .link-group:visited:focus,.post-listing .topic-info-comments a:visited:hover,.post-listing .topic-info-comments a:visited:active,.post-listing .topic-info-comments a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .link-group:visited:hover .topic-info-comments-new,.post-listing .link-group:visited:active .topic-info-comments-new,.post-listing .link-group:visited:focus .topic-info-comments-new,.post-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.post-listing .topic-info-comments a:visited:active .topic-info-comments-new,.post-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
.post-listing .link-group:visited:hover .topic-info-comments-new,.post-listing .link-group:visited:active .topic-info-comments-new,.post-listing .link-group:visited:focus .topic-info-comments-new,.post-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.post-listing .topic-info-comments a:visited:active .topic-info-comments-new,.post-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a {
|
.settings-list a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:hover,.settings-list a:active,.settings-list a:focus {
|
.settings-list a:hover,.settings-list a:active,.settings-list a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:visited {
|
.settings-list a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus {
|
.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar {
|
body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar ul .label-topic-tag a,body.theme-light aside#sidebar ul .label-topic-tag a,body.theme-dark aside#sidebar ul .label-topic-tag a,body.theme-black aside#sidebar ul .label-topic-tag a {
|
body aside#sidebar ul .label-topic-tag a,body.theme-light aside#sidebar ul .label-topic-tag a,body.theme-dark aside#sidebar ul .label-topic-tag a,body.theme-black aside#sidebar ul .label-topic-tag a {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar ul .label-topic-tag a:hover,body aside#sidebar ul .label-topic-tag a:active,body aside#sidebar ul .label-topic-tag a:focus,body.theme-light aside#sidebar ul .label-topic-tag a:hover,body.theme-light aside#sidebar ul .label-topic-tag a:active,body.theme-light aside#sidebar ul .label-topic-tag a:focus,body.theme-dark aside#sidebar ul .label-topic-tag a:hover,body.theme-dark aside#sidebar ul .label-topic-tag a:active,body.theme-dark aside#sidebar ul .label-topic-tag a:focus,body.theme-black aside#sidebar ul .label-topic-tag a:hover,body.theme-black aside#sidebar ul .label-topic-tag a:active,body.theme-black aside#sidebar ul .label-topic-tag a:focus {
|
body aside#sidebar ul .label-topic-tag a:hover,body aside#sidebar ul .label-topic-tag a:active,body aside#sidebar ul .label-topic-tag a:focus,body.theme-light aside#sidebar ul .label-topic-tag a:hover,body.theme-light aside#sidebar ul .label-topic-tag a:active,body.theme-light aside#sidebar ul .label-topic-tag a:focus,body.theme-dark aside#sidebar ul .label-topic-tag a:hover,body.theme-dark aside#sidebar ul .label-topic-tag a:active,body.theme-dark aside#sidebar ul .label-topic-tag a:focus,body.theme-black aside#sidebar ul .label-topic-tag a:hover,body.theme-black aside#sidebar ul .label-topic-tag a:active,body.theme-black aside#sidebar ul .label-topic-tag a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar details .label-topic-tag,body.theme-light aside#sidebar details .label-topic-tag,body.theme-dark aside#sidebar details .label-topic-tag,body.theme-black aside#sidebar details .label-topic-tag {
|
body aside#sidebar details .label-topic-tag,body.theme-light aside#sidebar details .label-topic-tag,body.theme-dark aside#sidebar details .label-topic-tag,body.theme-black aside#sidebar details .label-topic-tag {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body aside#sidebar details .label-topic-tag:hover,body.theme-light aside#sidebar details .label-topic-tag:hover,body.theme-dark aside#sidebar details .label-topic-tag:hover,body.theme-black aside#sidebar details .label-topic-tag:hover {
|
body aside#sidebar details .label-topic-tag:hover,body.theme-light aside#sidebar details .label-topic-tag:hover,body.theme-dark aside#sidebar details .label-topic-tag:hover,body.theme-black aside#sidebar details .label-topic-tag:hover {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
cursor: default
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar .nav-item a {
|
aside#sidebar .nav-item a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus {
|
aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar details a.btn {
|
aside#sidebar details a.btn {
|
||||||
margin-top: 0.4rem
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar dl a {
|
aside#sidebar dl a {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus {
|
aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header *:not(.logged-in-user-alert) {
|
body>header *:not(.logged-in-user-alert) {
|
||||||
color: #E6E6E6 !important
|
color: #E6E6E6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>header>a:nth-child(1):not(.no-header-logo) {
|
body>header>a:nth-child(1):not(.no-header-logo) {
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=")
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=");
|
||||||
}
|
}
|
||||||
|
|
||||||
.logged-in-user-info .logged-in-user-alert {
|
.logged-in-user-info .logged-in-user-alert {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-edit-box {
|
.label-edit-box {
|
||||||
color: #E6E6E6 !important;
|
color: #E6E6E6 !important;
|
||||||
background-color: #272822 !important
|
background-color: #272822 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-label {
|
.user-label {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
padding: 1px 3px !important
|
padding: 1px 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-red {
|
.bg-red {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #F92672 !important
|
background-color: #F92672 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orangered {
|
.bg-orangered {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #75715E !important
|
background-color: #75715E !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange {
|
.bg-orange {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #E6DB74 !important
|
background-color: #E6DB74 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dodgerblue {
|
.bg-dodgerblue {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #89BDFF !important
|
background-color: #89BDFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-forestgreen {
|
.bg-forestgreen {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #A6E22A !important
|
background-color: #A6E22A !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-slategray {
|
.bg-slategray {
|
||||||
color: #272822 !important;
|
color: #272822 !important;
|
||||||
background-color: #595959 !important
|
background-color: #595959 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .topic-full-byline,body.theme-light .topic-full header .topic-full-byline,body.theme-dark .topic-full header .topic-full-byline,body.theme-black .topic-full header .topic-full-byline {
|
body .topic-full header .topic-full-byline,body.theme-light .topic-full header .topic-full-byline,body.theme-dark .topic-full header .topic-full-byline,body.theme-black .topic-full header .topic-full-byline {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user,body.theme-light .topic-full header .link-user,body.theme-dark .topic-full header .link-user,body.theme-black .topic-full header .link-user {
|
body .topic-full header .link-user,body.theme-light .topic-full header .link-user,body.theme-dark .topic-full header .link-user,body.theme-black .topic-full header .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:hover,body .topic-full header .link-user:active,body .topic-full header .link-user:focus,body.theme-light .topic-full header .link-user:hover,body.theme-light .topic-full header .link-user:active,body.theme-light .topic-full header .link-user:focus,body.theme-dark .topic-full header .link-user:hover,body.theme-dark .topic-full header .link-user:active,body.theme-dark .topic-full header .link-user:focus,body.theme-black .topic-full header .link-user:hover,body.theme-black .topic-full header .link-user:active,body.theme-black .topic-full header .link-user:focus {
|
body .topic-full header .link-user:hover,body .topic-full header .link-user:active,body .topic-full header .link-user:focus,body.theme-light .topic-full header .link-user:hover,body.theme-light .topic-full header .link-user:active,body.theme-light .topic-full header .link-user:focus,body.theme-dark .topic-full header .link-user:hover,body.theme-dark .topic-full header .link-user:active,body.theme-dark .topic-full header .link-user:focus,body.theme-black .topic-full header .link-user:hover,body.theme-black .topic-full header .link-user:active,body.theme-black .topic-full header .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:visited,body.theme-light .topic-full header .link-user:visited,body.theme-dark .topic-full header .link-user:visited,body.theme-black .topic-full header .link-user:visited {
|
body .topic-full header .link-user:visited,body.theme-light .topic-full header .link-user:visited,body.theme-dark .topic-full header .link-user:visited,body.theme-black .topic-full header .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-full header .link-user:visited:hover,body .topic-full header .link-user:visited:active,body .topic-full header .link-user:visited:focus,body.theme-light .topic-full header .link-user:visited:hover,body.theme-light .topic-full header .link-user:visited:active,body.theme-light .topic-full header .link-user:visited:focus,body.theme-dark .topic-full header .link-user:visited:hover,body.theme-dark .topic-full header .link-user:visited:active,body.theme-dark .topic-full header .link-user:visited:focus,body.theme-black .topic-full header .link-user:visited:hover,body.theme-black .topic-full header .link-user:visited:active,body.theme-black .topic-full header .link-user:visited:focus {
|
body .topic-full header .link-user:visited:hover,body .topic-full header .link-user:visited:active,body .topic-full header .link-user:visited:focus,body.theme-light .topic-full header .link-user:visited:hover,body.theme-light .topic-full header .link-user:visited:active,body.theme-light .topic-full header .link-user:visited:focus,body.theme-dark .topic-full header .link-user:visited:hover,body.theme-dark .topic-full header .link-user:visited:active,body.theme-dark .topic-full header .link-user:visited:focus,body.theme-black .topic-full header .link-user:visited:hover,body.theme-black .topic-full header .link-user:visited:active,body.theme-black .topic-full header .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a {
|
.topic-full .topic-full-text a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus {
|
.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-text a:visited {
|
.topic-full .topic-full-text a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-icon {
|
.topic-full .topic-icon {
|
||||||
|
@ -562,59 +562,59 @@
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a {
|
.topic-full .topic-full-link a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus {
|
.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-full .topic-full-link a:visited {
|
.topic-full .topic-full-link a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
body .topic-listing>li:nth-of-type(n),body.theme-light .topic-listing>li:nth-of-type(n),body.theme-dark .topic-listing>li:nth-of-type(n),body.theme-black .topic-listing>li:nth-of-type(n) {
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) div.topic-voting,body .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-light .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-light .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-dark .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-black .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-black .topic-listing>li:nth-of-type(n) .topic-content-metadata {
|
body .topic-listing>li:nth-of-type(n) div.topic-voting,body .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-light .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-light .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-dark .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-content-metadata,body.theme-black .topic-listing>li:nth-of-type(n) div.topic-voting,body.theme-black .topic-listing>li:nth-of-type(n) .topic-content-metadata {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open] {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open],body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt[open] {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p * {
|
body .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-light .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-dark .topic-listing>li:nth-of-type(n) .topic-text-excerpt p *,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt summary::after,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p,body.theme-black .topic-listing>li:nth-of-type(n) .topic-text-excerpt p * {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a {
|
body .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a {
|
||||||
color: #595959
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus {
|
body .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-light .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-dark .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:hover,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:active,body.theme-black .topic-listing>li:nth-of-type(n) .label-topic-tag a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a {
|
.topic-listing .topic-title a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus {
|
.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-title a:visited {
|
.topic-listing .topic-title a:visited {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .topic-icon {
|
.topic-listing .topic-icon {
|
||||||
|
@ -622,142 +622,142 @@
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group,.topic-listing .topic-info-comments a {
|
.topic-listing .link-group,.topic-listing .topic-info-comments a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new {
|
.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:hover,.topic-listing .link-group:active,.topic-listing .link-group:focus,.topic-listing .topic-info-comments a:hover,.topic-listing .topic-info-comments a:active,.topic-listing .topic-info-comments a:focus {
|
.topic-listing .link-group:hover,.topic-listing .link-group:active,.topic-listing .link-group:focus,.topic-listing .topic-info-comments a:hover,.topic-listing .topic-info-comments a:active,.topic-listing .topic-info-comments a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:hover .topic-info-comments-new,.topic-listing .link-group:active .topic-info-comments-new,.topic-listing .link-group:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:active .topic-info-comments-new,.topic-listing .topic-info-comments a:focus .topic-info-comments-new {
|
.topic-listing .link-group:hover .topic-info-comments-new,.topic-listing .link-group:active .topic-info-comments-new,.topic-listing .link-group:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:active .topic-info-comments-new,.topic-listing .topic-info-comments a:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited {
|
.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited:hover,.topic-listing .link-group:visited:active,.topic-listing .link-group:visited:focus,.topic-listing .topic-info-comments a:visited:hover,.topic-listing .topic-info-comments a:visited:active,.topic-listing .topic-info-comments a:visited:focus {
|
.topic-listing .link-group:visited:hover,.topic-listing .link-group:visited:active,.topic-listing .link-group:visited:focus,.topic-listing .topic-info-comments a:visited:hover,.topic-listing .topic-info-comments a:visited:active,.topic-listing .topic-info-comments a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-group:visited:hover .topic-info-comments-new,.topic-listing .link-group:visited:active .topic-info-comments-new,.topic-listing .link-group:visited:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:active .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
.topic-listing .link-group:visited:hover .topic-info-comments-new,.topic-listing .link-group:visited:active .topic-info-comments-new,.topic-listing .link-group:visited:focus .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:hover .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:active .topic-info-comments-new,.topic-listing .topic-info-comments a:visited:focus .topic-info-comments-new {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user {
|
.topic-listing .link-user {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus {
|
.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:visited {
|
.topic-listing .link-user:visited {
|
||||||
color: #A6E22A
|
color: #A6E22A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus {
|
.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-listing .time-responsive-full {
|
.topic-listing .time-responsive-full {
|
||||||
color: #E6E6E6
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-official {
|
.is-topic-official {
|
||||||
border-left-color: #F92672 !important
|
border-left-color: #F92672 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-topic-mine {
|
.is-topic-mine {
|
||||||
border-left-color: #AE81FF !important
|
border-left-color: #AE81FF !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document domain('docs.tildes.net') {
|
@-moz-document domain('docs.tildes.net') {
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,footer a,.article-summary h2 a {
|
a,footer a,.article-summary h2 a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited,footer a:visited,.article-summary h2 a:visited {
|
a:visited,footer a:visited,.article-summary h2 a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer,#page-list,.highlight {
|
footer,#page-list,.highlight {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toc {
|
div.toc {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,pre {
|
code,pre {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-info {
|
.date-info {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document domain('blog.tildes.net') {
|
@-moz-document domain('blog.tildes.net') {
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,footer a,.article-summary h2 a {
|
a,footer a,.article-summary h2 a {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
a:hover,a:active,a:focus,footer a:hover,footer a:active,footer a:focus,.article-summary h2 a:hover,.article-summary h2 a:active,.article-summary h2 a:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited,footer a:visited,.article-summary h2 a:visited {
|
a:visited,footer a:visited,.article-summary h2 a:visited {
|
||||||
color: #E6DB74
|
color: #E6DB74;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
a:visited:hover,a:visited:active,a:visited:focus,footer a:visited:hover,footer a:visited:active,footer a:visited:focus,.article-summary h2 a:visited:hover,.article-summary h2 a:visited:active,.article-summary h2 a:visited:focus {
|
||||||
color: #F92672
|
color: #F92672;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer,#page-list,.highlight {
|
footer,#page-list,.highlight {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #383830
|
background-color: #383830;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toc {
|
div.toc {
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
background-color: #272822
|
background-color: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,pre {
|
code,pre {
|
||||||
border: none
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date-info {
|
.date-info {
|
||||||
color: #89BDFF
|
color: #89BDFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,8 @@ gulp.task('build:prod', () => {
|
||||||
outputStyle: 'compressed'
|
outputStyle: 'compressed'
|
||||||
}
|
}
|
||||||
const bOptions = {
|
const bOptions = {
|
||||||
indent: ' '
|
indent: ' ',
|
||||||
|
autosemicolon: true
|
||||||
}
|
}
|
||||||
return gulp.src('sass/**/*.sass')
|
return gulp.src('sass/**/*.sass')
|
||||||
.pipe(sass(options).on('error', sass.logError))
|
.pipe(sass(options).on('error', sass.logError))
|
||||||
|
@ -81,8 +82,12 @@ gulp.task('generate', ['lint:js', 'lint:sass', 'build:prod'], () => {
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
// Requiring the .json file as the descriptor of the style
|
// Requiring the .json file as the descriptor of the style
|
||||||
const descriptor = require(file.path)
|
const descriptor = require(file.path)
|
||||||
|
// If --bump=all then bump every style
|
||||||
|
if (style === 'all') {
|
||||||
|
bump(file.path, incrementType)
|
||||||
|
}
|
||||||
// Test if the style we want to bump is the one currently generating
|
// Test if the style we want to bump is the one currently generating
|
||||||
if (style === descriptor.folder) {
|
else if (style === descriptor.folder) {
|
||||||
// Bump the style's .json with the increment type
|
// Bump the style's .json with the increment type
|
||||||
bump(file.path, incrementType)
|
bump(file.path, incrementType)
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Notabug Dracula",
|
"name": "Notabug Dracula",
|
||||||
"namespace": "notabug.io",
|
"namespace": "notabug.io",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Dracula theme for notabug.io",
|
"description": "Dracula theme for notabug.io",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Compact",
|
"name": "Tildes Compact",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.",
|
"description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Dracula",
|
"name": "Tildes Dracula",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Dracula theme for Tildes.net",
|
"description": "Dracula theme for Tildes.net",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Monokai",
|
"name": "Tildes Monokai",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Monokai theme for Tildes.net",
|
"description": "Monokai theme for Tildes.net",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
Loading…
Reference in New Issue