From 84a6eca3db8c839fe27b405c429ccc3b3c41c7be Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 20 Jun 2018 15:40:10 +0200 Subject: [PATCH] Add css beautify to Gulp to make css readable --- css/notabug-dracula/notabug-dracula.css | 174 ++++- css/notabug-dracula/notabug-dracula.user.css | 176 ++++- css/tildes-compact/tildes-compact.css | 34 +- css/tildes-compact/tildes-compact.user.css | 36 +- css/tildes-dracula/tildes-dracula.css | 370 ++++++++- css/tildes-dracula/tildes-dracula.user.css | 372 ++++++++- css/tildes-monokai/tildes-monokai.css | 750 +++++++++++++++++- css/tildes-monokai/tildes-monokai.user.css | 752 ++++++++++++++++++- gulpfile.js | 5 + package.json | 1 + sass/notabug-dracula/notabug-dracula.json | 4 +- sass/tildes-compact/tildes-compact.json | 4 +- sass/tildes-dracula/tildes-dracula.json | 4 +- sass/tildes-monokai/tildes-monokai.json | 4 +- yarn.lock | 59 ++ 15 files changed, 2725 insertions(+), 20 deletions(-) diff --git a/css/notabug-dracula/notabug-dracula.css b/css/notabug-dracula/notabug-dracula.css index 0efef5c..fab1c63 100644 --- a/css/notabug-dracula/notabug-dracula.css +++ b/css/notabug-dracula/notabug-dracula.css @@ -1 +1,173 @@ -@-moz-document domain('notabug.io'){.thing .title{color:#8be9fd}.thing .title:hover,.thing .title:active,.thing .title:focus{color:#ff79c6}.thing .title:visited{color:#ff79c6}#header{border-bottom:2px solid #44475a;background-color:#282a36}.tabmenu li a{color:#f8f8f2;background-color:#44475a;padding:5px 10px 0px 10px}.tabmenu li.selected a{color:#f8f8f2;border:none;background-color:#6272a4}#header-bottom-right{color:#f8f8f2;border-radius:0;background-color:#44475a;padding:6px 10px}body{color:#f8f8f2;background-color:#44475a}a{color:#8be9fd}a:hover,a:active,a:focus{color:#ff79c6}blockquote,.md blockquote{color:#f8f8f2;background-color:#282a36;border-left-color:#f8f8f2}hr,.md hr{background-color:#6272a4}pre,.md pre{color:#f8f8f2;background-color:#44475a;border-radius:0;border:none}.side{background-color:#282a36;margin:0}.side .login-form-side{margin:0 10px;border:none}.side .login-form-side .status{margin:7px 0px 0px 0px;border:none;padding:10px;font-weight:bold}.side .login-form-side input[type='password'],.side .login-form-side input[type='text']{width:100%;margin:7px 0px 0px 0px;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a;font-family:sans-serif;font-weight:bold}.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder{color:#f8f8f2;font-family:sans-serif;font-weight:bold}.side .login-form-side .submit{margin:7px 0px 0px 0px}.side .login-form-side .submit button{padding:4px 48px;border-radius:0;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a}.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus{background-color:#6272a4}.side .reddit-infobar{color:#282a36;background-color:#f1fa8c;border:none;margin:0px 10px}.side .morelink{margin:0px 10px;border:1px solid #6272a4;background:none;background-color:#44475a}.side .morelink .nub{background:none}.side .morelink a{color:#8be9fd}.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus{color:#ff79c6}.side .titlebox{margin:0px 10px}.side .md{color:#f8f8f2}.side pre,.side .md pre{overflow:hidden}.side .bottom{color:#f8f8f2;border:none;padding-top:4px}.side .spacer{margin:7px 0px}.side hr{display:none}.error,.red{color:#282a36;background-color:#f55}} +@-moz-document domain('notabug.io') { + .thing .title { + color: #8be9fd + } + + .thing .title:hover,.thing .title:active,.thing .title:focus { + color: #ff79c6 + } + + .thing .title:visited { + color: #ff79c6 + } + + #header { + border-bottom: 2px solid #44475a; + background-color: #282a36 + } + + .tabmenu li a { + color: #f8f8f2; + background-color: #44475a; + padding: 5px 10px 0px 10px + } + + .tabmenu li.selected a { + color: #f8f8f2; + border: none; + background-color: #6272a4 + } + + #header-bottom-right { + color: #f8f8f2; + border-radius: 0; + background-color: #44475a; + padding: 6px 10px + } + + body { + color: #f8f8f2; + background-color: #44475a + } + + a { + color: #8be9fd + } + + a:hover,a:active,a:focus { + color: #ff79c6 + } + + blockquote,.md blockquote { + color: #f8f8f2; + background-color: #282a36; + border-left-color: #f8f8f2 + } + + hr,.md hr { + background-color: #6272a4 + } + + pre,.md pre { + color: #f8f8f2; + background-color: #44475a; + border-radius: 0; + border: none + } + + .side { + background-color: #282a36; + margin: 0 + } + + .side .login-form-side { + margin: 0 10px; + border: none + } + + .side .login-form-side .status { + margin: 7px 0px 0px 0px; + border: none; + padding: 10px; + font-weight: bold + } + + .side .login-form-side input[type='password'],.side .login-form-side input[type='text'] { + width: 100%; + margin: 7px 0px 0px 0px; + border: 1px solid #6272a4; + color: #f8f8f2; + background-color: #44475a; + font-family: sans-serif; + font-weight: bold + } + + .side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder { + color: #f8f8f2; + font-family: sans-serif; + font-weight: bold + } + + .side .login-form-side .submit { + margin: 7px 0px 0px 0px + } + + .side .login-form-side .submit button { + padding: 4px 48px; + border-radius: 0; + border: 1px solid #6272a4; + color: #f8f8f2; + background-color: #44475a + } + + .side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus { + background-color: #6272a4 + } + + .side .reddit-infobar { + color: #282a36; + background-color: #f1fa8c; + border: none; + margin: 0px 10px + } + + .side .morelink { + margin: 0px 10px; + border: 1px solid #6272a4; + background: none; + background-color: #44475a + } + + .side .morelink .nub { + background: none + } + + .side .morelink a { + color: #8be9fd + } + + .side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus { + color: #ff79c6 + } + + .side .titlebox { + margin: 0px 10px + } + + .side .md { + color: #f8f8f2 + } + + .side pre,.side .md pre { + overflow: hidden + } + + .side .bottom { + color: #f8f8f2; + border: none; + padding-top: 4px + } + + .side .spacer { + margin: 7px 0px + } + + .side hr { + display: none + } + + .error,.red { + color: #282a36; + background-color: #f55 + } +} diff --git a/css/notabug-dracula/notabug-dracula.user.css b/css/notabug-dracula/notabug-dracula.user.css index 2caa95f..54569c0 100644 --- a/css/notabug-dracula/notabug-dracula.user.css +++ b/css/notabug-dracula/notabug-dracula.user.css @@ -1,11 +1,183 @@ /* ==UserStyle== @name Notabug Dracula @namespace notabug.io -@version 1.0.1 +@version 1.0.2 @author Bauke @description Dracula theme for notabug.io @homepageURL https://gitlab.com/Bauke/styles @supportURL https://gitlab.com/Bauke/styles/issues @license MIT ==/UserStyle== */ -@-moz-document domain('notabug.io'){.thing .title{color:#8be9fd}.thing .title:hover,.thing .title:active,.thing .title:focus{color:#ff79c6}.thing .title:visited{color:#ff79c6}#header{border-bottom:2px solid #44475a;background-color:#282a36}.tabmenu li a{color:#f8f8f2;background-color:#44475a;padding:5px 10px 0px 10px}.tabmenu li.selected a{color:#f8f8f2;border:none;background-color:#6272a4}#header-bottom-right{color:#f8f8f2;border-radius:0;background-color:#44475a;padding:6px 10px}body{color:#f8f8f2;background-color:#44475a}a{color:#8be9fd}a:hover,a:active,a:focus{color:#ff79c6}blockquote,.md blockquote{color:#f8f8f2;background-color:#282a36;border-left-color:#f8f8f2}hr,.md hr{background-color:#6272a4}pre,.md pre{color:#f8f8f2;background-color:#44475a;border-radius:0;border:none}.side{background-color:#282a36;margin:0}.side .login-form-side{margin:0 10px;border:none}.side .login-form-side .status{margin:7px 0px 0px 0px;border:none;padding:10px;font-weight:bold}.side .login-form-side input[type='password'],.side .login-form-side input[type='text']{width:100%;margin:7px 0px 0px 0px;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a;font-family:sans-serif;font-weight:bold}.side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder{color:#f8f8f2;font-family:sans-serif;font-weight:bold}.side .login-form-side .submit{margin:7px 0px 0px 0px}.side .login-form-side .submit button{padding:4px 48px;border-radius:0;border:1px solid #6272a4;color:#f8f8f2;background-color:#44475a}.side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus{background-color:#6272a4}.side .reddit-infobar{color:#282a36;background-color:#f1fa8c;border:none;margin:0px 10px}.side .morelink{margin:0px 10px;border:1px solid #6272a4;background:none;background-color:#44475a}.side .morelink .nub{background:none}.side .morelink a{color:#8be9fd}.side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus{color:#ff79c6}.side .titlebox{margin:0px 10px}.side .md{color:#f8f8f2}.side pre,.side .md pre{overflow:hidden}.side .bottom{color:#f8f8f2;border:none;padding-top:4px}.side .spacer{margin:7px 0px}.side hr{display:none}.error,.red{color:#282a36;background-color:#f55}} +@-moz-document domain('notabug.io') { + .thing .title { + color: #8be9fd + } + + .thing .title:hover,.thing .title:active,.thing .title:focus { + color: #ff79c6 + } + + .thing .title:visited { + color: #ff79c6 + } + + #header { + border-bottom: 2px solid #44475a; + background-color: #282a36 + } + + .tabmenu li a { + color: #f8f8f2; + background-color: #44475a; + padding: 5px 10px 0px 10px + } + + .tabmenu li.selected a { + color: #f8f8f2; + border: none; + background-color: #6272a4 + } + + #header-bottom-right { + color: #f8f8f2; + border-radius: 0; + background-color: #44475a; + padding: 6px 10px + } + + body { + color: #f8f8f2; + background-color: #44475a + } + + a { + color: #8be9fd + } + + a:hover,a:active,a:focus { + color: #ff79c6 + } + + blockquote,.md blockquote { + color: #f8f8f2; + background-color: #282a36; + border-left-color: #f8f8f2 + } + + hr,.md hr { + background-color: #6272a4 + } + + pre,.md pre { + color: #f8f8f2; + background-color: #44475a; + border-radius: 0; + border: none + } + + .side { + background-color: #282a36; + margin: 0 + } + + .side .login-form-side { + margin: 0 10px; + border: none + } + + .side .login-form-side .status { + margin: 7px 0px 0px 0px; + border: none; + padding: 10px; + font-weight: bold + } + + .side .login-form-side input[type='password'],.side .login-form-side input[type='text'] { + width: 100%; + margin: 7px 0px 0px 0px; + border: 1px solid #6272a4; + color: #f8f8f2; + background-color: #44475a; + font-family: sans-serif; + font-weight: bold + } + + .side .login-form-side input[type='password']::placeholder,.side .login-form-side input[type='text']::placeholder { + color: #f8f8f2; + font-family: sans-serif; + font-weight: bold + } + + .side .login-form-side .submit { + margin: 7px 0px 0px 0px + } + + .side .login-form-side .submit button { + padding: 4px 48px; + border-radius: 0; + border: 1px solid #6272a4; + color: #f8f8f2; + background-color: #44475a + } + + .side .login-form-side .submit button:hover,.side .login-form-side .submit button:active,.side .login-form-side .submit button:focus { + background-color: #6272a4 + } + + .side .reddit-infobar { + color: #282a36; + background-color: #f1fa8c; + border: none; + margin: 0px 10px + } + + .side .morelink { + margin: 0px 10px; + border: 1px solid #6272a4; + background: none; + background-color: #44475a + } + + .side .morelink .nub { + background: none + } + + .side .morelink a { + color: #8be9fd + } + + .side .morelink a:hover,.side .morelink a:active,.side .morelink a:focus { + color: #ff79c6 + } + + .side .titlebox { + margin: 0px 10px + } + + .side .md { + color: #f8f8f2 + } + + .side pre,.side .md pre { + overflow: hidden + } + + .side .bottom { + color: #f8f8f2; + border: none; + padding-top: 4px + } + + .side .spacer { + margin: 7px 0px + } + + .side hr { + display: none + } + + .error,.red { + color: #282a36; + background-color: #f55 + } +} diff --git a/css/tildes-compact/tildes-compact.css b/css/tildes-compact/tildes-compact.css index 9575dad..c252367 100644 --- a/css/tildes-compact/tildes-compact.css +++ b/css/tildes-compact/tildes-compact.css @@ -1 +1,33 @@ -@-moz-document domain('tildes.net'){.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt{display:none !important}.topic-listing .topic-metadata,.post-listing .topic-metadata{display:inline-flex !important;height:1.3em !important;max-width:200px !important;overflow:hidden !important;white-space:nowrap !important}.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li{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){display:inherit !important}.topic-listing .topic-info,.post-listing .topic-info{width:500px !important}.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label{display:none !important}.post-listing .post-buttons,.post-listing .comment-votes{display:none !important}} +@-moz-document domain('tildes.net') { + .topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt { + display: none !important + } + + .topic-listing .topic-metadata,.post-listing .topic-metadata { + display: inline-flex !important; + height: 1.3em !important; + max-width: 200px !important; + overflow: hidden !important; + white-space: nowrap !important + } + + .topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li { + 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) { + display: inherit !important + } + + .topic-listing .topic-info,.post-listing .topic-info { + width: 500px !important + } + + .topic-listing .topic-info .user-label,.post-listing .topic-info .user-label { + display: none !important + } + + .post-listing .post-buttons,.post-listing .comment-votes { + display: none !important + } +} diff --git a/css/tildes-compact/tildes-compact.user.css b/css/tildes-compact/tildes-compact.user.css index 8566ee9..8105216 100755 --- a/css/tildes-compact/tildes-compact.user.css +++ b/css/tildes-compact/tildes-compact.user.css @@ -1,11 +1,43 @@ /* ==UserStyle== @name Tildes Compact @namespace tildes.net -@version 1.0.1 +@version 1.0.2 @author Bauke @description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact. @homepageURL https://gitlab.com/Bauke/styles @supportURL https://gitlab.com/Bauke/styles/issues @license MIT ==/UserStyle== */ -@-moz-document domain('tildes.net'){.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt{display:none !important}.topic-listing .topic-metadata,.post-listing .topic-metadata{display:inline-flex !important;height:1.3em !important;max-width:200px !important;overflow:hidden !important;white-space:nowrap !important}.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li{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){display:inherit !important}.topic-listing .topic-info,.post-listing .topic-info{width:500px !important}.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label{display:none !important}.post-listing .post-buttons,.post-listing .comment-votes{display:none !important}} +@-moz-document domain('tildes.net') { + .topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt { + display: none !important + } + + .topic-listing .topic-metadata,.post-listing .topic-metadata { + display: inline-flex !important; + height: 1.3em !important; + max-width: 200px !important; + overflow: hidden !important; + white-space: nowrap !important + } + + .topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li { + 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) { + display: inherit !important + } + + .topic-listing .topic-info,.post-listing .topic-info { + width: 500px !important + } + + .topic-listing .topic-info .user-label,.post-listing .topic-info .user-label { + display: none !important + } + + .post-listing .post-buttons,.post-listing .comment-votes { + display: none !important + } +} diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index 87fc500..284a20a 100644 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -1 +1,369 @@ -@-moz-document domain('tildes.net'){.date-info{color:#f8f8f2 !important}.btn{border-color:#8be9fd !important;color:#8be9fd !important}.btn:hover{border-color:#bd93f9 !important;background:none !important;color:#bd93f9 !important}.btn-primary{border-color:#8be9fd !important;background:#8be9fd !important;color:#6272a4 !important}.btn-primary:hover{border-color:#6272a4 !important;background:#6272a4 !important;color:#f8f8f2 !important}.btn-used{border-color:#ff79c6 !important;color:#ff79c6 !important}.btn-used:hover{border-color:#ff79c6 !important;background:#ff79c6 !important;color:#f8f8f2 !important}.btn-link{border-color:transparent !important}.btn-link:hover{border-color:transparent !important}.label-comment-tag-offtopic{border-color:#8be9fd !important;color:#8be9fd !important}.label-comment-tag-joke{border-color:#50fa7b !important;color:#50fa7b !important}.label-comment-tag-flame{border-color:#f55 !important;color:#f55 !important}.label-comment-tag-troll{border-color:#ffb86c !important;color:#ffb86c !important}.label-comment-tag-noise{border-color:#f1fa8c !important;color:#f1fa8c !important}.comment{border-color:#282a36 !important}.comment header{background-color:#282a36 !important;color:#f8f8f2 !important}.comment header a{color:#8be9fd !important}.comment header a.link-user{color:#50fa7b !important}.comment header a.link-user:visited{color:#ff79c6 !important}.comment .comment-user-info{color:#bd93f9 !important}.is-comment-mine>.comment-itself{border-color:#6272a4 !important}.is-comment-by-op>.comment-itself{border-color:#bd93f9 !important}.is-comment-new .comment-itself{border-color:#f1fa8c !important}.is-comment-new .comment-text{color:#f8f8f2 !important}.conspicuous{color:#f55 !important}.toc{background-color:#282a36 !important}.highlight{background-color:#44475a !important}.highlight>pre{margin-left:0 !important}#page-list{background-color:#44475a !important}body{color:#f8f8f2 !important;background-color:#282a36 !important}a{color:#8be9fd !important}header a{color:#f8f8f2 !important}main{font-family:sans-serif}main,aside{background-color:#44475a !important}blockquote{border-color:#f8f8f2 !important;background-color:#282a36 !important}textarea,input{border-color:#6272a4 !important;background-color:#282a36 !important;color:#f8f8f2 !important}tr{background-color:#282a36 !important}td{border-color:#44475a !important;border-bottom-width:0.2rem !important}pre,code{border:none !important;background-color:#282a36 !important;color:#f8f8f2 !important}pre{padding:5px 10px !important}code{padding:0 !important}section{border-color:#282a36 !important}footer{background-color:#282a36 !important}.tab{border-color:#6272a4 !important}.tab .tab-item a{color:#f8f8f2 !important}.tab .tab-item a:hover{color:#8be9fd !important}.tab .tab-item.active a{color:#8be9fd !important;border-bottom-color:#8be9fd !important}.tab .tab-listing-order{border-color:#6272a4 !important}.form-select{border-color:#6272a4 !important}.form-select:not([multiple]):not([size]){background-color:#44475a !important}.message{border-top:none !important;border-right:none !important;border-bottom:none !important;border-color:#282a36 !important}.message header{background-color:#282a36 !important}.message .message-text{color:#f8f8f2 !important}.is-message-mine{border-width:1px !important;margin-left:0 !important}#new-topic fieldset,#new-topic .divider{border-color:#282a36 !important}#new-topic .divider::after{color:#f8f8f2 !important;background:#282a36 !important}#new-topic input{color:#f8f8f2 !important;background-color:#282a36 !important;border-color:#6272a4 !important}body>header>a:nth-child(1):not(.no-header-logo){background-size:32px 32px !important;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important}.label-edit-box{background-color:#282a36 !important;color:#f8f8f2 !important}.user-label{border-radius:0 !important;padding:1px 3px !important}.bg-red{background-color:#f55 !important;color:#f8f8f2 !important}.bg-orangered{background-color:#ffb86c !important;color:#282a36 !important}.bg-orange{background-color:#f1fa8c !important;color:#282a36 !important}.bg-dodgerblue{background-color:#8be9fd !important;color:#282a36 !important}.bg-forestgreen{background-color:#50fa7b !important;color:#282a36 !important}.bg-slategray{background-color:#44475a !important;color:#f8f8f2 !important}.topic-full .topic-full-byline{color:#f8f8f2 !important}.topic-full .topic-full-byline .link-user{color:#50fa7b !important}.topic-full .topic-full-byline .link-user:visited{color:#ff79c6 !important}aside .topic-tags li{color:#f8f8f2 !important}.topic .topic-content-metadata{color:#50fa7b !important}.topic .topic-text-excerpt{color:#6272a4 !important}.post-listing .topic{background-color:#282a36 !important}.topic-listing{background-color:#44475a !important}.topic-listing>li{background-color:#282a36 !important}.topic-listing .label-topic-tag>*{color:#6272a4 !important}.is-topic-official{border-color:#ffb86c !important}.topic-title a{color:#8be9fd !important}.topic-title a:visited{color:#ff79c6 !important}.topic-info .time-responsive{color:#50fa7b !important}.topic-metadata .topic-tags li{color:#6272a4 !important}.topic-info-comments-new{color:#f1fa8c !important}} +@-moz-document domain('tildes.net') { + .date-info { + color: #f8f8f2 !important + } + + .btn { + border-color: #8be9fd !important; + color: #8be9fd !important + } + + .btn:hover { + border-color: #bd93f9 !important; + background: none !important; + color: #bd93f9 !important + } + + .btn-primary { + border-color: #8be9fd !important; + background: #8be9fd !important; + color: #6272a4 !important + } + + .btn-primary:hover { + border-color: #6272a4 !important; + background: #6272a4 !important; + color: #f8f8f2 !important + } + + .btn-used { + border-color: #ff79c6 !important; + color: #ff79c6 !important + } + + .btn-used:hover { + border-color: #ff79c6 !important; + background: #ff79c6 !important; + color: #f8f8f2 !important + } + + .btn-link { + border-color: transparent !important + } + + .btn-link:hover { + border-color: transparent !important + } + + .label-comment-tag-offtopic { + border-color: #8be9fd !important; + color: #8be9fd !important + } + + .label-comment-tag-joke { + border-color: #50fa7b !important; + color: #50fa7b !important + } + + .label-comment-tag-flame { + border-color: #f55 !important; + color: #f55 !important + } + + .label-comment-tag-troll { + border-color: #ffb86c !important; + color: #ffb86c !important + } + + .label-comment-tag-noise { + border-color: #f1fa8c !important; + color: #f1fa8c !important + } + + .comment { + border-color: #282a36 !important + } + + .comment header { + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + .comment header a { + color: #8be9fd !important + } + + .comment header a.link-user { + color: #50fa7b !important + } + + .comment header a.link-user:visited { + color: #ff79c6 !important + } + + .comment .comment-user-info { + color: #bd93f9 !important + } + + .is-comment-mine>.comment-itself { + border-color: #6272a4 !important + } + + .is-comment-by-op>.comment-itself { + border-color: #bd93f9 !important + } + + .is-comment-new .comment-itself { + border-color: #f1fa8c !important + } + + .is-comment-new .comment-text { + color: #f8f8f2 !important + } + + .conspicuous { + color: #f55 !important + } + + .toc { + background-color: #282a36 !important + } + + .highlight { + background-color: #44475a !important + } + + .highlight>pre { + margin-left: 0 !important + } + + #page-list { + background-color: #44475a !important + } + + body { + color: #f8f8f2 !important; + background-color: #282a36 !important + } + + a { + color: #8be9fd !important + } + + header a { + color: #f8f8f2 !important + } + + main { + font-family: sans-serif + } + + main,aside { + background-color: #44475a !important + } + + blockquote { + border-color: #f8f8f2 !important; + background-color: #282a36 !important + } + + textarea,input { + border-color: #6272a4 !important; + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + tr { + background-color: #282a36 !important + } + + td { + border-color: #44475a !important; + border-bottom-width: 0.2rem !important + } + + pre,code { + border: none !important; + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + pre { + padding: 5px 10px !important + } + + code { + padding: 0 !important + } + + section { + border-color: #282a36 !important + } + + footer { + background-color: #282a36 !important + } + + .tab { + border-color: #6272a4 !important + } + + .tab .tab-item a { + color: #f8f8f2 !important + } + + .tab .tab-item a:hover { + color: #8be9fd !important + } + + .tab .tab-item.active a { + color: #8be9fd !important; + border-bottom-color: #8be9fd !important + } + + .tab .tab-listing-order { + border-color: #6272a4 !important + } + + .form-select { + border-color: #6272a4 !important + } + + .form-select:not([multiple]):not([size]) { + background-color: #44475a !important + } + + .message { + border-top: none !important; + border-right: none !important; + border-bottom: none !important; + border-color: #282a36 !important + } + + .message header { + background-color: #282a36 !important + } + + .message .message-text { + color: #f8f8f2 !important + } + + .is-message-mine { + border-width: 1px !important; + margin-left: 0 !important + } + + #new-topic fieldset,#new-topic .divider { + border-color: #282a36 !important + } + + #new-topic .divider::after { + color: #f8f8f2 !important; + background: #282a36 !important + } + + #new-topic input { + color: #f8f8f2 !important; + background-color: #282a36 !important; + border-color: #6272a4 !important + } + + body>header>a:nth-child(1):not(.no-header-logo) { + background-size: 32px 32px !important; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important + } + + .label-edit-box { + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + .user-label { + border-radius: 0 !important; + padding: 1px 3px !important + } + + .bg-red { + background-color: #f55 !important; + color: #f8f8f2 !important + } + + .bg-orangered { + background-color: #ffb86c !important; + color: #282a36 !important + } + + .bg-orange { + background-color: #f1fa8c !important; + color: #282a36 !important + } + + .bg-dodgerblue { + background-color: #8be9fd !important; + color: #282a36 !important + } + + .bg-forestgreen { + background-color: #50fa7b !important; + color: #282a36 !important + } + + .bg-slategray { + background-color: #44475a !important; + color: #f8f8f2 !important + } + + .topic-full .topic-full-byline { + color: #f8f8f2 !important + } + + .topic-full .topic-full-byline .link-user { + color: #50fa7b !important + } + + .topic-full .topic-full-byline .link-user:visited { + color: #ff79c6 !important + } + + aside .topic-tags li { + color: #f8f8f2 !important + } + + .topic .topic-content-metadata { + color: #50fa7b !important + } + + .topic .topic-text-excerpt { + color: #6272a4 !important + } + + .post-listing .topic { + background-color: #282a36 !important + } + + .topic-listing { + background-color: #44475a !important + } + + .topic-listing>li { + background-color: #282a36 !important + } + + .topic-listing .label-topic-tag>* { + color: #6272a4 !important + } + + .is-topic-official { + border-color: #ffb86c !important + } + + .topic-title a { + color: #8be9fd !important + } + + .topic-title a:visited { + color: #ff79c6 !important + } + + .topic-info .time-responsive { + color: #50fa7b !important + } + + .topic-metadata .topic-tags li { + color: #6272a4 !important + } + + .topic-info-comments-new { + color: #f1fa8c !important + } +} diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index 30d496c..55baef6 100755 --- a/css/tildes-dracula/tildes-dracula.user.css +++ b/css/tildes-dracula/tildes-dracula.user.css @@ -1,11 +1,379 @@ /* ==UserStyle== @name Tildes Dracula @namespace tildes.net -@version 1.0.1 +@version 1.0.2 @author Bauke @description Dracula theme for Tildes.net @homepageURL https://gitlab.com/Bauke/styles @supportURL https://gitlab.com/Bauke/styles/issues @license MIT ==/UserStyle== */ -@-moz-document domain('tildes.net'){.date-info{color:#f8f8f2 !important}.btn{border-color:#8be9fd !important;color:#8be9fd !important}.btn:hover{border-color:#bd93f9 !important;background:none !important;color:#bd93f9 !important}.btn-primary{border-color:#8be9fd !important;background:#8be9fd !important;color:#6272a4 !important}.btn-primary:hover{border-color:#6272a4 !important;background:#6272a4 !important;color:#f8f8f2 !important}.btn-used{border-color:#ff79c6 !important;color:#ff79c6 !important}.btn-used:hover{border-color:#ff79c6 !important;background:#ff79c6 !important;color:#f8f8f2 !important}.btn-link{border-color:transparent !important}.btn-link:hover{border-color:transparent !important}.label-comment-tag-offtopic{border-color:#8be9fd !important;color:#8be9fd !important}.label-comment-tag-joke{border-color:#50fa7b !important;color:#50fa7b !important}.label-comment-tag-flame{border-color:#f55 !important;color:#f55 !important}.label-comment-tag-troll{border-color:#ffb86c !important;color:#ffb86c !important}.label-comment-tag-noise{border-color:#f1fa8c !important;color:#f1fa8c !important}.comment{border-color:#282a36 !important}.comment header{background-color:#282a36 !important;color:#f8f8f2 !important}.comment header a{color:#8be9fd !important}.comment header a.link-user{color:#50fa7b !important}.comment header a.link-user:visited{color:#ff79c6 !important}.comment .comment-user-info{color:#bd93f9 !important}.is-comment-mine>.comment-itself{border-color:#6272a4 !important}.is-comment-by-op>.comment-itself{border-color:#bd93f9 !important}.is-comment-new .comment-itself{border-color:#f1fa8c !important}.is-comment-new .comment-text{color:#f8f8f2 !important}.conspicuous{color:#f55 !important}.toc{background-color:#282a36 !important}.highlight{background-color:#44475a !important}.highlight>pre{margin-left:0 !important}#page-list{background-color:#44475a !important}body{color:#f8f8f2 !important;background-color:#282a36 !important}a{color:#8be9fd !important}header a{color:#f8f8f2 !important}main{font-family:sans-serif}main,aside{background-color:#44475a !important}blockquote{border-color:#f8f8f2 !important;background-color:#282a36 !important}textarea,input{border-color:#6272a4 !important;background-color:#282a36 !important;color:#f8f8f2 !important}tr{background-color:#282a36 !important}td{border-color:#44475a !important;border-bottom-width:0.2rem !important}pre,code{border:none !important;background-color:#282a36 !important;color:#f8f8f2 !important}pre{padding:5px 10px !important}code{padding:0 !important}section{border-color:#282a36 !important}footer{background-color:#282a36 !important}.tab{border-color:#6272a4 !important}.tab .tab-item a{color:#f8f8f2 !important}.tab .tab-item a:hover{color:#8be9fd !important}.tab .tab-item.active a{color:#8be9fd !important;border-bottom-color:#8be9fd !important}.tab .tab-listing-order{border-color:#6272a4 !important}.form-select{border-color:#6272a4 !important}.form-select:not([multiple]):not([size]){background-color:#44475a !important}.message{border-top:none !important;border-right:none !important;border-bottom:none !important;border-color:#282a36 !important}.message header{background-color:#282a36 !important}.message .message-text{color:#f8f8f2 !important}.is-message-mine{border-width:1px !important;margin-left:0 !important}#new-topic fieldset,#new-topic .divider{border-color:#282a36 !important}#new-topic .divider::after{color:#f8f8f2 !important;background:#282a36 !important}#new-topic input{color:#f8f8f2 !important;background-color:#282a36 !important;border-color:#6272a4 !important}body>header>a:nth-child(1):not(.no-header-logo){background-size:32px 32px !important;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important}.label-edit-box{background-color:#282a36 !important;color:#f8f8f2 !important}.user-label{border-radius:0 !important;padding:1px 3px !important}.bg-red{background-color:#f55 !important;color:#f8f8f2 !important}.bg-orangered{background-color:#ffb86c !important;color:#282a36 !important}.bg-orange{background-color:#f1fa8c !important;color:#282a36 !important}.bg-dodgerblue{background-color:#8be9fd !important;color:#282a36 !important}.bg-forestgreen{background-color:#50fa7b !important;color:#282a36 !important}.bg-slategray{background-color:#44475a !important;color:#f8f8f2 !important}.topic-full .topic-full-byline{color:#f8f8f2 !important}.topic-full .topic-full-byline .link-user{color:#50fa7b !important}.topic-full .topic-full-byline .link-user:visited{color:#ff79c6 !important}aside .topic-tags li{color:#f8f8f2 !important}.topic .topic-content-metadata{color:#50fa7b !important}.topic .topic-text-excerpt{color:#6272a4 !important}.post-listing .topic{background-color:#282a36 !important}.topic-listing{background-color:#44475a !important}.topic-listing>li{background-color:#282a36 !important}.topic-listing .label-topic-tag>*{color:#6272a4 !important}.is-topic-official{border-color:#ffb86c !important}.topic-title a{color:#8be9fd !important}.topic-title a:visited{color:#ff79c6 !important}.topic-info .time-responsive{color:#50fa7b !important}.topic-metadata .topic-tags li{color:#6272a4 !important}.topic-info-comments-new{color:#f1fa8c !important}} +@-moz-document domain('tildes.net') { + .date-info { + color: #f8f8f2 !important + } + + .btn { + border-color: #8be9fd !important; + color: #8be9fd !important + } + + .btn:hover { + border-color: #bd93f9 !important; + background: none !important; + color: #bd93f9 !important + } + + .btn-primary { + border-color: #8be9fd !important; + background: #8be9fd !important; + color: #6272a4 !important + } + + .btn-primary:hover { + border-color: #6272a4 !important; + background: #6272a4 !important; + color: #f8f8f2 !important + } + + .btn-used { + border-color: #ff79c6 !important; + color: #ff79c6 !important + } + + .btn-used:hover { + border-color: #ff79c6 !important; + background: #ff79c6 !important; + color: #f8f8f2 !important + } + + .btn-link { + border-color: transparent !important + } + + .btn-link:hover { + border-color: transparent !important + } + + .label-comment-tag-offtopic { + border-color: #8be9fd !important; + color: #8be9fd !important + } + + .label-comment-tag-joke { + border-color: #50fa7b !important; + color: #50fa7b !important + } + + .label-comment-tag-flame { + border-color: #f55 !important; + color: #f55 !important + } + + .label-comment-tag-troll { + border-color: #ffb86c !important; + color: #ffb86c !important + } + + .label-comment-tag-noise { + border-color: #f1fa8c !important; + color: #f1fa8c !important + } + + .comment { + border-color: #282a36 !important + } + + .comment header { + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + .comment header a { + color: #8be9fd !important + } + + .comment header a.link-user { + color: #50fa7b !important + } + + .comment header a.link-user:visited { + color: #ff79c6 !important + } + + .comment .comment-user-info { + color: #bd93f9 !important + } + + .is-comment-mine>.comment-itself { + border-color: #6272a4 !important + } + + .is-comment-by-op>.comment-itself { + border-color: #bd93f9 !important + } + + .is-comment-new .comment-itself { + border-color: #f1fa8c !important + } + + .is-comment-new .comment-text { + color: #f8f8f2 !important + } + + .conspicuous { + color: #f55 !important + } + + .toc { + background-color: #282a36 !important + } + + .highlight { + background-color: #44475a !important + } + + .highlight>pre { + margin-left: 0 !important + } + + #page-list { + background-color: #44475a !important + } + + body { + color: #f8f8f2 !important; + background-color: #282a36 !important + } + + a { + color: #8be9fd !important + } + + header a { + color: #f8f8f2 !important + } + + main { + font-family: sans-serif + } + + main,aside { + background-color: #44475a !important + } + + blockquote { + border-color: #f8f8f2 !important; + background-color: #282a36 !important + } + + textarea,input { + border-color: #6272a4 !important; + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + tr { + background-color: #282a36 !important + } + + td { + border-color: #44475a !important; + border-bottom-width: 0.2rem !important + } + + pre,code { + border: none !important; + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + pre { + padding: 5px 10px !important + } + + code { + padding: 0 !important + } + + section { + border-color: #282a36 !important + } + + footer { + background-color: #282a36 !important + } + + .tab { + border-color: #6272a4 !important + } + + .tab .tab-item a { + color: #f8f8f2 !important + } + + .tab .tab-item a:hover { + color: #8be9fd !important + } + + .tab .tab-item.active a { + color: #8be9fd !important; + border-bottom-color: #8be9fd !important + } + + .tab .tab-listing-order { + border-color: #6272a4 !important + } + + .form-select { + border-color: #6272a4 !important + } + + .form-select:not([multiple]):not([size]) { + background-color: #44475a !important + } + + .message { + border-top: none !important; + border-right: none !important; + border-bottom: none !important; + border-color: #282a36 !important + } + + .message header { + background-color: #282a36 !important + } + + .message .message-text { + color: #f8f8f2 !important + } + + .is-message-mine { + border-width: 1px !important; + margin-left: 0 !important + } + + #new-topic fieldset,#new-topic .divider { + border-color: #282a36 !important + } + + #new-topic .divider::after { + color: #f8f8f2 !important; + background: #282a36 !important + } + + #new-topic input { + color: #f8f8f2 !important; + background-color: #282a36 !important; + border-color: #6272a4 !important + } + + body>header>a:nth-child(1):not(.no-header-logo) { + background-size: 32px 32px !important; + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important + } + + .label-edit-box { + background-color: #282a36 !important; + color: #f8f8f2 !important + } + + .user-label { + border-radius: 0 !important; + padding: 1px 3px !important + } + + .bg-red { + background-color: #f55 !important; + color: #f8f8f2 !important + } + + .bg-orangered { + background-color: #ffb86c !important; + color: #282a36 !important + } + + .bg-orange { + background-color: #f1fa8c !important; + color: #282a36 !important + } + + .bg-dodgerblue { + background-color: #8be9fd !important; + color: #282a36 !important + } + + .bg-forestgreen { + background-color: #50fa7b !important; + color: #282a36 !important + } + + .bg-slategray { + background-color: #44475a !important; + color: #f8f8f2 !important + } + + .topic-full .topic-full-byline { + color: #f8f8f2 !important + } + + .topic-full .topic-full-byline .link-user { + color: #50fa7b !important + } + + .topic-full .topic-full-byline .link-user:visited { + color: #ff79c6 !important + } + + aside .topic-tags li { + color: #f8f8f2 !important + } + + .topic .topic-content-metadata { + color: #50fa7b !important + } + + .topic .topic-text-excerpt { + color: #6272a4 !important + } + + .post-listing .topic { + background-color: #282a36 !important + } + + .topic-listing { + background-color: #44475a !important + } + + .topic-listing>li { + background-color: #282a36 !important + } + + .topic-listing .label-topic-tag>* { + color: #6272a4 !important + } + + .is-topic-official { + border-color: #ffb86c !important + } + + .topic-title a { + color: #8be9fd !important + } + + .topic-title a:visited { + color: #ff79c6 !important + } + + .topic-info .time-responsive { + color: #50fa7b !important + } + + .topic-metadata .topic-tags li { + color: #6272a4 !important + } + + .topic-info-comments-new { + color: #f1fa8c !important + } +} diff --git a/css/tildes-monokai/tildes-monokai.css b/css/tildes-monokai/tildes-monokai.css index 2b960f4..4f82608 100644 --- a/css/tildes-monokai/tildes-monokai.css +++ b/css/tildes-monokai/tildes-monokai.css @@ -1 +1,749 @@ -@-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{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{color:#F92672;border-color:#F92672;background-color:transparent}.btn,.btn.btn-link,#next-page{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{color:#F92672;border-color:#F92672;background-color:transparent}.btn.btn-used{color:#F92672;border-color:#F92672}.btn.btn-primary{color:#272822;border-color:#E6DB74;background-color:#E6DB74}.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus{color:#272822;border-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{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{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{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{color:#E6E6E6;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{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{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{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{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{color:#F92672}.comment-text a{color:#E6DB74}.comment-text a:hover,.comment-text a:active,.comment-text a:focus{color:#F92672}.is-comment-mine>.comment-itself{border-left-color:#AE81FF !important}.is-comment-by-op>.comment-itself{border-left-color:#FD5FF1 !important}.is-comment-by-op>.comment-itself .comment-user-info{color:#FD5FF1}.is-comment-new>.comment-itself{border-left-color:#89BDFF !important}#site-footer{font-style:normal;font-weight:bold}#site-footer .site-footer-links{font-weight:normal}#site-footer a{color:#E6DB74}#site-footer a:hover,#site-footer a:active,#site-footer a:focus{color:#F92672}#site-footer a:visited{color:#E6DB74}#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus{color:#F92672}body,body.theme-light,body.theme-dark,body.theme-black{color:#E6E6E6;background-color:#272822}body main,body.theme-light main,body.theme-dark main,body.theme-black main{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{padding:0.05rem 0.3rem;line-height:inherit;color:#E6E6E6;background-color:#272822;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){color:#E6E6E6;border-color:#595959;background-color:#272822;width:40rem;max-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{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{border-color:#595959}body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote{color:#E6E6E6;border-color:#E6E6E6;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{border-bottom:1px solid #383830}.listing-options{color:#E6E6E6}.listing-options .tab-listing-order{border:none}.listing-options button{border:none}.listing-options .tab-item a{color:#E6DB74}.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus{color:#F92672}.listing-options .tab-item:last-child a{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{color:#F92672}.listing-options .tab-item.active a{color:#F92672;border-color:#F92672}.listing-options .tab-item.active a:hover{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]){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-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){background-color:#272822}.message-list a{color:#E6DB74}.message-list a:hover,.message-list a:active,.message-list a:focus{color:#F92672}.message-list a:visited{color:#E6DB74}.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus{color:#F92672}body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message{border-color:#272822}body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header{color:#E6E6E6;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{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{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{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{color:#F92672}body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a{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{color:#F92672}body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited{color:#F92672}.is-message-mine{border-left-color:#AE81FF !important}p.text-warning,p.conspicuous{color:#F92672;border:1px solid #F92672;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{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{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{color:#E6E6E6}body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header{color:#E6E6E6;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{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{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{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{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{color:#F92672}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}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}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}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;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{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]{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 *{color:#595959}.post-listing .link-user{color:#A6E22A}.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus{color:#F92672}.post-listing .link-user:visited{color:#A6E22A}.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus{color:#F92672}.post-listing .topic-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg==");background-size:14px 14px;background-position:center center;background-repeat:no-repeat;border:none}.post-listing .time-responsive-full{color:#E6E6E6}.post-listing .link-group,.post-listing .topic-info-comments a{color:#E6DB74}.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new{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{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{color:#F92672}.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited{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{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{color:#F92672}.settings-list a{color:#E6DB74}.settings-list a:hover,.settings-list a:active,.settings-list a:focus{color:#F92672}.settings-list a:visited{color:#E6DB74}.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus{color:#F92672}body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar{color:#E6E6E6;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{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{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{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{color:#E6E6E6;cursor:default}aside#sidebar .nav-item a{color:#E6DB74}aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus{color:#F92672}aside#sidebar details a.btn{margin-top:0.4rem}aside#sidebar dl a{color:#89BDFF}aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus{color:#F92672}body>header *:not(.logged-in-user-alert){color:#E6E6E6 !important}body>header>a:nth-child(1):not(.no-header-logo){background-size:32px 32px;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{color:#89BDFF}.label-edit-box{color:#E6E6E6 !important;background-color:#272822 !important}.user-label{border-radius:0 !important;padding:1px 3px !important}.bg-red{color:#272822 !important;background-color:#F92672 !important}.bg-orangered{color:#272822 !important;background-color:#75715E !important}.bg-orange{color:#272822 !important;background-color:#E6DB74 !important}.bg-dodgerblue{color:#272822 !important;background-color:#89BDFF !important}.bg-forestgreen{color:#272822 !important;background-color:#A6E22A !important}.bg-slategray{color:#272822 !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{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{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{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{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{color:#F92672}.topic-full .topic-full-text a{color:#E6DB74}.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus{color:#F92672}.topic-full .topic-full-text a:visited{color:#F92672}.topic-full .topic-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg==");background-size:14px 14px;background-position:center center;background-repeat:no-repeat;border:none}.topic-full .topic-full-link a{color:#E6DB74}.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus{color:#F92672}.topic-full .topic-full-link a:visited{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){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{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{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]{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 *{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{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{color:#F92672}.topic-listing .topic-title a{color:#E6DB74}.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus{color:#F92672}.topic-listing .topic-title a:visited{color:#F92672}.topic-listing .topic-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg==");background-size:14px 14px;background-position:center center;background-repeat:no-repeat;border:none}.topic-listing .link-group,.topic-listing .topic-info-comments a{color:#E6DB74}.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new{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{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{color:#F92672}.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited{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{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{color:#F92672}.topic-listing .link-user{color:#A6E22A}.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus{color:#F92672}.topic-listing .link-user:visited{color:#A6E22A}.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus{color:#F92672}.topic-listing .time-responsive-full{color:#E6E6E6}.is-topic-official{border-left-color:#F92672 !important}.is-topic-mine{border-left-color:#AE81FF !important}}@-moz-document domain('docs.tildes.net'){body{font-family:sans-serif}a,footer a,.article-summary h2 a{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{color:#F92672}a:visited,footer a:visited,.article-summary h2 a:visited{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{color:#F92672}footer,#page-list,.highlight{color:#E6E6E6;background-color:#383830}div.toc{color:#E6E6E6;background-color:#272822}code,pre{border:none}.date-info{color:#89BDFF}}@-moz-document domain('blog.tildes.net'){body{font-family:sans-serif}a,footer a,.article-summary h2 a{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{color:#F92672}a:visited,footer a:visited,.article-summary h2 a:visited{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{color:#F92672}footer,#page-list,.highlight{color:#E6E6E6;background-color:#383830}div.toc{color:#E6E6E6;background-color:#272822}code,pre{border:none}.date-info{color:#89BDFF}} +@-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 { + 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 { + color: #F92672; + border-color: #F92672; + background-color: transparent + } + + .btn,.btn.btn-link,#next-page { + 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 { + color: #F92672; + border-color: #F92672; + background-color: transparent + } + + .btn.btn-used { + color: #F92672; + border-color: #F92672 + } + + .btn.btn-primary { + color: #272822; + border-color: #E6DB74; + background-color: #E6DB74 + } + + .btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus { + color: #272822; + border-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 { + 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 { + 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 { + 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 { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + .comment-text a { + color: #E6DB74 + } + + .comment-text a:hover,.comment-text a:active,.comment-text a:focus { + color: #F92672 + } + + .is-comment-mine>.comment-itself { + border-left-color: #AE81FF !important + } + + .is-comment-by-op>.comment-itself { + border-left-color: #FD5FF1 !important + } + + .is-comment-by-op>.comment-itself .comment-user-info { + color: #FD5FF1 + } + + .is-comment-new>.comment-itself { + border-left-color: #89BDFF !important + } + + #site-footer { + font-style: normal; + font-weight: bold + } + + #site-footer .site-footer-links { + font-weight: normal + } + + #site-footer a { + color: #E6DB74 + } + + #site-footer a:hover,#site-footer a:active,#site-footer a:focus { + color: #F92672 + } + + #site-footer a:visited { + color: #E6DB74 + } + + #site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus { + color: #F92672 + } + + body,body.theme-light,body.theme-dark,body.theme-black { + color: #E6E6E6; + background-color: #272822 + } + + body main,body.theme-light main,body.theme-dark main,body.theme-black main { + 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 { + padding: 0.05rem 0.3rem; + line-height: inherit; + color: #E6E6E6; + background-color: #272822; + 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) { + color: #E6E6E6; + border-color: #595959; + background-color: #272822; + width: 40rem; + max-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 { + 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 { + border-color: #595959 + } + + body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote { + color: #E6E6E6; + border-color: #E6E6E6; + 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 { + border-bottom: 1px solid #383830 + } + + .listing-options { + color: #E6E6E6 + } + + .listing-options .tab-listing-order { + border: none + } + + .listing-options button { + border: none + } + + .listing-options .tab-item a { + color: #E6DB74 + } + + .listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus { + color: #F92672 + } + + .listing-options .tab-item:last-child a { + 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 { + color: #F92672 + } + + .listing-options .tab-item.active a { + color: #F92672; + border-color: #F92672 + } + + .listing-options .tab-item.active a:hover { + 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]) { + 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-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) { + background-color: #272822 + } + + .message-list a { + color: #E6DB74 + } + + .message-list a:hover,.message-list a:active,.message-list a:focus { + color: #F92672 + } + + .message-list a:visited { + color: #E6DB74 + } + + .message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus { + color: #F92672 + } + + body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message { + border-color: #272822 + } + + body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a { + 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 { + color: #F92672 + } + + body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited { + color: #F92672 + } + + .is-message-mine { + border-left-color: #AE81FF !important + } + + p.text-warning,p.conspicuous { + color: #F92672; + border: 1px solid #F92672; + 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 { + 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 { + 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 { + color: #E6E6E6 + } + + body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + 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 + } + + 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 + } + + 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 + } + + 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; + 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 { + 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] { + 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 * { + color: #595959 + } + + .post-listing .link-user { + color: #A6E22A + } + + .post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus { + color: #F92672 + } + + .post-listing .link-user:visited { + color: #A6E22A + } + + .post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus { + color: #F92672 + } + + .post-listing .topic-icon { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg=="); + background-size: 14px 14px; + background-position: center center; + background-repeat: no-repeat; + border: none + } + + .post-listing .time-responsive-full { + color: #E6E6E6 + } + + .post-listing .link-group,.post-listing .topic-info-comments a { + color: #E6DB74 + } + + .post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new { + 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 { + 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 { + color: #F92672 + } + + .post-listing .link-group:visited,.post-listing .topic-info-comments a:visited { + 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 { + 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 { + color: #F92672 + } + + .settings-list a { + color: #E6DB74 + } + + .settings-list a:hover,.settings-list a:active,.settings-list a:focus { + color: #F92672 + } + + .settings-list a:visited { + color: #E6DB74 + } + + .settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus { + color: #F92672 + } + + body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + color: #E6E6E6; + cursor: default + } + + aside#sidebar .nav-item a { + color: #E6DB74 + } + + aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus { + color: #F92672 + } + + aside#sidebar details a.btn { + margin-top: 0.4rem + } + + aside#sidebar dl a { + color: #89BDFF + } + + aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus { + color: #F92672 + } + + body>header *:not(.logged-in-user-alert) { + color: #E6E6E6 !important + } + + body>header>a:nth-child(1):not(.no-header-logo) { + background-size: 32px 32px; + 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 { + color: #89BDFF + } + + .label-edit-box { + color: #E6E6E6 !important; + background-color: #272822 !important + } + + .user-label { + border-radius: 0 !important; + padding: 1px 3px !important + } + + .bg-red { + color: #272822 !important; + background-color: #F92672 !important + } + + .bg-orangered { + color: #272822 !important; + background-color: #75715E !important + } + + .bg-orange { + color: #272822 !important; + background-color: #E6DB74 !important + } + + .bg-dodgerblue { + color: #272822 !important; + background-color: #89BDFF !important + } + + .bg-forestgreen { + color: #272822 !important; + background-color: #A6E22A !important + } + + .bg-slategray { + color: #272822 !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 { + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + .topic-full .topic-full-text a { + color: #E6DB74 + } + + .topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus { + color: #F92672 + } + + .topic-full .topic-full-text a:visited { + color: #F92672 + } + + .topic-full .topic-icon { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg=="); + background-size: 14px 14px; + background-position: center center; + background-repeat: no-repeat; + border: none + } + + .topic-full .topic-full-link a { + color: #E6DB74 + } + + .topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus { + color: #F92672 + } + + .topic-full .topic-full-link a:visited { + 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) { + 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 { + 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 { + 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] { + 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 * { + 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 { + 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 { + color: #F92672 + } + + .topic-listing .topic-title a { + color: #E6DB74 + } + + .topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus { + color: #F92672 + } + + .topic-listing .topic-title a:visited { + color: #F92672 + } + + .topic-listing .topic-icon { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg=="); + background-size: 14px 14px; + background-position: center center; + background-repeat: no-repeat; + border: none + } + + .topic-listing .link-group,.topic-listing .topic-info-comments a { + color: #E6DB74 + } + + .topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new { + 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 { + 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 { + color: #F92672 + } + + .topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited { + 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 { + 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 { + color: #F92672 + } + + .topic-listing .link-user { + color: #A6E22A + } + + .topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus { + color: #F92672 + } + + .topic-listing .link-user:visited { + color: #A6E22A + } + + .topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus { + color: #F92672 + } + + .topic-listing .time-responsive-full { + color: #E6E6E6 + } + + .is-topic-official { + border-left-color: #F92672 !important + } + + .is-topic-mine { + border-left-color: #AE81FF !important + } +} + +@-moz-document domain('docs.tildes.net') { + body { + font-family: sans-serif + } + + a,footer a,.article-summary h2 a { + 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 { + color: #F92672 + } + + a:visited,footer a:visited,.article-summary h2 a:visited { + 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 { + color: #F92672 + } + + footer,#page-list,.highlight { + color: #E6E6E6; + background-color: #383830 + } + + div.toc { + color: #E6E6E6; + background-color: #272822 + } + + code,pre { + border: none + } + + .date-info { + color: #89BDFF + } +} + +@-moz-document domain('blog.tildes.net') { + body { + font-family: sans-serif + } + + a,footer a,.article-summary h2 a { + 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 { + color: #F92672 + } + + a:visited,footer a:visited,.article-summary h2 a:visited { + 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 { + color: #F92672 + } + + footer,#page-list,.highlight { + color: #E6E6E6; + background-color: #383830 + } + + div.toc { + color: #E6E6E6; + background-color: #272822 + } + + code,pre { + border: none + } + + .date-info { + color: #89BDFF + } +} diff --git a/css/tildes-monokai/tildes-monokai.user.css b/css/tildes-monokai/tildes-monokai.user.css index 20767c3..5deb547 100644 --- a/css/tildes-monokai/tildes-monokai.user.css +++ b/css/tildes-monokai/tildes-monokai.user.css @@ -1,11 +1,759 @@ /* ==UserStyle== @name Tildes Monokai @namespace tildes.net -@version 1.1.0 +@version 1.1.1 @author Bauke @description Monokai theme for Tildes.net @homepageURL https://gitlab.com/Bauke/styles @supportURL https://gitlab.com/Bauke/styles/issues @license MIT ==/UserStyle== */ -@-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{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{color:#F92672;border-color:#F92672;background-color:transparent}.btn,.btn.btn-link,#next-page{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{color:#F92672;border-color:#F92672;background-color:transparent}.btn.btn-used{color:#F92672;border-color:#F92672}.btn.btn-primary{color:#272822;border-color:#E6DB74;background-color:#E6DB74}.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus{color:#272822;border-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{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{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{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{color:#E6E6E6;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{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{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{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{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{color:#F92672}.comment-text a{color:#E6DB74}.comment-text a:hover,.comment-text a:active,.comment-text a:focus{color:#F92672}.is-comment-mine>.comment-itself{border-left-color:#AE81FF !important}.is-comment-by-op>.comment-itself{border-left-color:#FD5FF1 !important}.is-comment-by-op>.comment-itself .comment-user-info{color:#FD5FF1}.is-comment-new>.comment-itself{border-left-color:#89BDFF !important}#site-footer{font-style:normal;font-weight:bold}#site-footer .site-footer-links{font-weight:normal}#site-footer a{color:#E6DB74}#site-footer a:hover,#site-footer a:active,#site-footer a:focus{color:#F92672}#site-footer a:visited{color:#E6DB74}#site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus{color:#F92672}body,body.theme-light,body.theme-dark,body.theme-black{color:#E6E6E6;background-color:#272822}body main,body.theme-light main,body.theme-dark main,body.theme-black main{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{padding:0.05rem 0.3rem;line-height:inherit;color:#E6E6E6;background-color:#272822;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){color:#E6E6E6;border-color:#595959;background-color:#272822;width:40rem;max-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{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{border-color:#595959}body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote{color:#E6E6E6;border-color:#E6E6E6;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{border-bottom:1px solid #383830}.listing-options{color:#E6E6E6}.listing-options .tab-listing-order{border:none}.listing-options button{border:none}.listing-options .tab-item a{color:#E6DB74}.listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus{color:#F92672}.listing-options .tab-item:last-child a{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{color:#F92672}.listing-options .tab-item.active a{color:#F92672;border-color:#F92672}.listing-options .tab-item.active a:hover{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]){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-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){background-color:#272822}.message-list a{color:#E6DB74}.message-list a:hover,.message-list a:active,.message-list a:focus{color:#F92672}.message-list a:visited{color:#E6DB74}.message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus{color:#F92672}body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message{border-color:#272822}body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header{color:#E6E6E6;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{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{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{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{color:#F92672}body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a{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{color:#F92672}body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited{color:#F92672}.is-message-mine{border-left-color:#AE81FF !important}p.text-warning,p.conspicuous{color:#F92672;border:1px solid #F92672;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{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{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{color:#E6E6E6}body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header{color:#E6E6E6;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{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{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{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{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{color:#F92672}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}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}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}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;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{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]{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 *{color:#595959}.post-listing .link-user{color:#A6E22A}.post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus{color:#F92672}.post-listing .link-user:visited{color:#A6E22A}.post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus{color:#F92672}.post-listing .topic-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg==");background-size:14px 14px;background-position:center center;background-repeat:no-repeat;border:none}.post-listing .time-responsive-full{color:#E6E6E6}.post-listing .link-group,.post-listing .topic-info-comments a{color:#E6DB74}.post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new{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{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{color:#F92672}.post-listing .link-group:visited,.post-listing .topic-info-comments a:visited{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{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{color:#F92672}.settings-list a{color:#E6DB74}.settings-list a:hover,.settings-list a:active,.settings-list a:focus{color:#F92672}.settings-list a:visited{color:#E6DB74}.settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus{color:#F92672}body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar{color:#E6E6E6;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{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{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{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{color:#E6E6E6;cursor:default}aside#sidebar .nav-item a{color:#E6DB74}aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus{color:#F92672}aside#sidebar details a.btn{margin-top:0.4rem}aside#sidebar dl a{color:#89BDFF}aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus{color:#F92672}body>header *:not(.logged-in-user-alert){color:#E6E6E6 !important}body>header>a:nth-child(1):not(.no-header-logo){background-size:32px 32px;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{color:#89BDFF}.label-edit-box{color:#E6E6E6 !important;background-color:#272822 !important}.user-label{border-radius:0 !important;padding:1px 3px !important}.bg-red{color:#272822 !important;background-color:#F92672 !important}.bg-orangered{color:#272822 !important;background-color:#75715E !important}.bg-orange{color:#272822 !important;background-color:#E6DB74 !important}.bg-dodgerblue{color:#272822 !important;background-color:#89BDFF !important}.bg-forestgreen{color:#272822 !important;background-color:#A6E22A !important}.bg-slategray{color:#272822 !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{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{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{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{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{color:#F92672}.topic-full .topic-full-text a{color:#E6DB74}.topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus{color:#F92672}.topic-full .topic-full-text a:visited{color:#F92672}.topic-full .topic-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg==");background-size:14px 14px;background-position:center center;background-repeat:no-repeat;border:none}.topic-full .topic-full-link a{color:#E6DB74}.topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus{color:#F92672}.topic-full .topic-full-link a:visited{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){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{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{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]{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 *{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{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{color:#F92672}.topic-listing .topic-title a{color:#E6DB74}.topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus{color:#F92672}.topic-listing .topic-title a:visited{color:#F92672}.topic-listing .topic-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg==");background-size:14px 14px;background-position:center center;background-repeat:no-repeat;border:none}.topic-listing .link-group,.topic-listing .topic-info-comments a{color:#E6DB74}.topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new{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{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{color:#F92672}.topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited{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{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{color:#F92672}.topic-listing .link-user{color:#A6E22A}.topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus{color:#F92672}.topic-listing .link-user:visited{color:#A6E22A}.topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus{color:#F92672}.topic-listing .time-responsive-full{color:#E6E6E6}.is-topic-official{border-left-color:#F92672 !important}.is-topic-mine{border-left-color:#AE81FF !important}}@-moz-document domain('docs.tildes.net'){body{font-family:sans-serif}a,footer a,.article-summary h2 a{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{color:#F92672}a:visited,footer a:visited,.article-summary h2 a:visited{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{color:#F92672}footer,#page-list,.highlight{color:#E6E6E6;background-color:#383830}div.toc{color:#E6E6E6;background-color:#272822}code,pre{border:none}.date-info{color:#89BDFF}}@-moz-document domain('blog.tildes.net'){body{font-family:sans-serif}a,footer a,.article-summary h2 a{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{color:#F92672}a:visited,footer a:visited,.article-summary h2 a:visited{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{color:#F92672}footer,#page-list,.highlight{color:#E6E6E6;background-color:#383830}div.toc{color:#E6E6E6;background-color:#272822}code,pre{border:none}.date-info{color:#89BDFF}} +@-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 { + 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 { + color: #F92672; + border-color: #F92672; + background-color: transparent + } + + .btn,.btn.btn-link,#next-page { + 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 { + color: #F92672; + border-color: #F92672; + background-color: transparent + } + + .btn.btn-used { + color: #F92672; + border-color: #F92672 + } + + .btn.btn-primary { + color: #272822; + border-color: #E6DB74; + background-color: #E6DB74 + } + + .btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus { + color: #272822; + border-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 { + 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 { + 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 { + 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 { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + .comment-text a { + color: #E6DB74 + } + + .comment-text a:hover,.comment-text a:active,.comment-text a:focus { + color: #F92672 + } + + .is-comment-mine>.comment-itself { + border-left-color: #AE81FF !important + } + + .is-comment-by-op>.comment-itself { + border-left-color: #FD5FF1 !important + } + + .is-comment-by-op>.comment-itself .comment-user-info { + color: #FD5FF1 + } + + .is-comment-new>.comment-itself { + border-left-color: #89BDFF !important + } + + #site-footer { + font-style: normal; + font-weight: bold + } + + #site-footer .site-footer-links { + font-weight: normal + } + + #site-footer a { + color: #E6DB74 + } + + #site-footer a:hover,#site-footer a:active,#site-footer a:focus { + color: #F92672 + } + + #site-footer a:visited { + color: #E6DB74 + } + + #site-footer a:visited:hover,#site-footer a:visited:active,#site-footer a:visited:focus { + color: #F92672 + } + + body,body.theme-light,body.theme-dark,body.theme-black { + color: #E6E6E6; + background-color: #272822 + } + + body main,body.theme-light main,body.theme-dark main,body.theme-black main { + 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 { + padding: 0.05rem 0.3rem; + line-height: inherit; + color: #E6E6E6; + background-color: #272822; + 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) { + color: #E6E6E6; + border-color: #595959; + background-color: #272822; + width: 40rem; + max-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 { + 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 { + border-color: #595959 + } + + body blockquote,body.theme-light blockquote,body.theme-dark blockquote,body.theme-black blockquote { + color: #E6E6E6; + border-color: #E6E6E6; + 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 { + border-bottom: 1px solid #383830 + } + + .listing-options { + color: #E6E6E6 + } + + .listing-options .tab-listing-order { + border: none + } + + .listing-options button { + border: none + } + + .listing-options .tab-item a { + color: #E6DB74 + } + + .listing-options .tab-item a:hover,.listing-options .tab-item a:active,.listing-options .tab-item a:focus { + color: #F92672 + } + + .listing-options .tab-item:last-child a { + 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 { + color: #F92672 + } + + .listing-options .tab-item.active a { + color: #F92672; + border-color: #F92672 + } + + .listing-options .tab-item.active a:hover { + 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]) { + 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-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) { + background-color: #272822 + } + + .message-list a { + color: #E6DB74 + } + + .message-list a:hover,.message-list a:active,.message-list a:focus { + color: #F92672 + } + + .message-list a:visited { + color: #E6DB74 + } + + .message-list a:visited:hover,.message-list a:visited:active,.message-list a:visited:focus { + color: #F92672 + } + + body .message,body.theme-light .message,body.theme-dark .message,body.theme-black .message { + border-color: #272822 + } + + body .message header,body.theme-light .message header,body.theme-dark .message header,body.theme-black .message header { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + body .message a,body.theme-light .message a,body.theme-dark .message a,body.theme-black .message a { + 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 { + color: #F92672 + } + + body .message a:visited,body.theme-light .message a:visited,body.theme-dark .message a:visited,body.theme-black .message a:visited { + color: #F92672 + } + + .is-message-mine { + border-left-color: #AE81FF !important + } + + p.text-warning,p.conspicuous { + color: #F92672; + border: 1px solid #F92672; + 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 { + 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 { + 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 { + color: #E6E6E6 + } + + body .post-listing header,body.theme-light .post-listing header,body.theme-dark .post-listing header,body.theme-black .post-listing header { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + 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 + } + + 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 + } + + 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 + } + + 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; + 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 { + 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] { + 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 * { + color: #595959 + } + + .post-listing .link-user { + color: #A6E22A + } + + .post-listing .link-user:hover,.post-listing .link-user:active,.post-listing .link-user:focus { + color: #F92672 + } + + .post-listing .link-user:visited { + color: #A6E22A + } + + .post-listing .link-user:visited:hover,.post-listing .link-user:visited:active,.post-listing .link-user:visited:focus { + color: #F92672 + } + + .post-listing .topic-icon { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg=="); + background-size: 14px 14px; + background-position: center center; + background-repeat: no-repeat; + border: none + } + + .post-listing .time-responsive-full { + color: #E6E6E6 + } + + .post-listing .link-group,.post-listing .topic-info-comments a { + color: #E6DB74 + } + + .post-listing .link-group .topic-info-comments-new,.post-listing .topic-info-comments a .topic-info-comments-new { + 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 { + 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 { + color: #F92672 + } + + .post-listing .link-group:visited,.post-listing .topic-info-comments a:visited { + 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 { + 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 { + color: #F92672 + } + + .settings-list a { + color: #E6DB74 + } + + .settings-list a:hover,.settings-list a:active,.settings-list a:focus { + color: #F92672 + } + + .settings-list a:visited { + color: #E6DB74 + } + + .settings-list a:visited:hover,.settings-list a:visited:active,.settings-list a:visited:focus { + color: #F92672 + } + + body aside#sidebar,body.theme-light aside#sidebar,body.theme-dark aside#sidebar,body.theme-black aside#sidebar { + color: #E6E6E6; + 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 { + 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 { + 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 { + 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 { + color: #E6E6E6; + cursor: default + } + + aside#sidebar .nav-item a { + color: #E6DB74 + } + + aside#sidebar .nav-item a:hover,aside#sidebar .nav-item a:active,aside#sidebar .nav-item a:focus { + color: #F92672 + } + + aside#sidebar details a.btn { + margin-top: 0.4rem + } + + aside#sidebar dl a { + color: #89BDFF + } + + aside#sidebar dl a:hover,aside#sidebar dl a:active,aside#sidebar dl a:focus { + color: #F92672 + } + + body>header *:not(.logged-in-user-alert) { + color: #E6E6E6 !important + } + + body>header>a:nth-child(1):not(.no-header-logo) { + background-size: 32px 32px; + 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 { + color: #89BDFF + } + + .label-edit-box { + color: #E6E6E6 !important; + background-color: #272822 !important + } + + .user-label { + border-radius: 0 !important; + padding: 1px 3px !important + } + + .bg-red { + color: #272822 !important; + background-color: #F92672 !important + } + + .bg-orangered { + color: #272822 !important; + background-color: #75715E !important + } + + .bg-orange { + color: #272822 !important; + background-color: #E6DB74 !important + } + + .bg-dodgerblue { + color: #272822 !important; + background-color: #89BDFF !important + } + + .bg-forestgreen { + color: #272822 !important; + background-color: #A6E22A !important + } + + .bg-slategray { + color: #272822 !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 { + 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 { + 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 { + 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 { + 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 { + color: #F92672 + } + + .topic-full .topic-full-text a { + color: #E6DB74 + } + + .topic-full .topic-full-text a:hover,.topic-full .topic-full-text a:active,.topic-full .topic-full-text a:focus { + color: #F92672 + } + + .topic-full .topic-full-text a:visited { + color: #F92672 + } + + .topic-full .topic-icon { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg=="); + background-size: 14px 14px; + background-position: center center; + background-repeat: no-repeat; + border: none + } + + .topic-full .topic-full-link a { + color: #E6DB74 + } + + .topic-full .topic-full-link a:hover,.topic-full .topic-full-link a:active,.topic-full .topic-full-link a:focus { + color: #F92672 + } + + .topic-full .topic-full-link a:visited { + 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) { + 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 { + 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 { + 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] { + 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 * { + 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 { + 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 { + color: #F92672 + } + + .topic-listing .topic-title a { + color: #E6DB74 + } + + .topic-listing .topic-title a:hover,.topic-listing .topic-title a:active,.topic-listing .topic-title a:focus { + color: #F92672 + } + + .topic-listing .topic-title a:visited { + color: #F92672 + } + + .topic-listing .topic-icon { + background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRTZEQjc0IiBkPSJNNTc2IDI0djEyNy45ODRjMCAyMS40NjEtMjUuOTYgMzEuOTgtNDAuOTcxIDE2Ljk3MWwtMzUuNzA3LTM1LjcwOS0yNDMuNTIzIDI0My41MjNjLTkuMzczIDkuMzczLTI0LjU2OCA5LjM3My0zMy45NDEgMGwtMjIuNjI3LTIyLjYyN2MtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxTDQ0Mi43NTYgNzYuNjc2bC0zNS43MDMtMzUuNzA1QzM5MS45ODIgMjUuOSA0MDIuNjU2IDAgNDI0LjAyNCAwSDU1MmMxMy4yNTUgMCAyNCAxMC43NDUgMjQgMjR6TTQwNy4wMjkgMjcwLjc5NGwtMTYgMTZBMjMuOTk5IDIzLjk5OSAwIDAgMCAzODQgMzAzLjc2NVY0NDhINjRWMTI4aDI2NGEyNC4wMDMgMjQuMDAzIDAgMCAwIDE2Ljk3LTcuMDI5bDE2LTE2QzM3Ni4wODkgODkuODUxIDM2NS4zODEgNjQgMzQ0IDY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2MzUyYzAgMjYuNTEgMjEuNDkgNDggNDggNDhoMzUyYzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMjg3Ljc2NGMwLTIxLjM4Mi0yNS44NTItMzIuMDktNDAuOTcxLTE2Ljk3eiIvPjwvc3ZnPg=="); + background-size: 14px 14px; + background-position: center center; + background-repeat: no-repeat; + border: none + } + + .topic-listing .link-group,.topic-listing .topic-info-comments a { + color: #E6DB74 + } + + .topic-listing .link-group .topic-info-comments-new,.topic-listing .topic-info-comments a .topic-info-comments-new { + 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 { + 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 { + color: #F92672 + } + + .topic-listing .link-group:visited,.topic-listing .topic-info-comments a:visited { + 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 { + 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 { + color: #F92672 + } + + .topic-listing .link-user { + color: #A6E22A + } + + .topic-listing .link-user:hover,.topic-listing .link-user:active,.topic-listing .link-user:focus { + color: #F92672 + } + + .topic-listing .link-user:visited { + color: #A6E22A + } + + .topic-listing .link-user:visited:hover,.topic-listing .link-user:visited:active,.topic-listing .link-user:visited:focus { + color: #F92672 + } + + .topic-listing .time-responsive-full { + color: #E6E6E6 + } + + .is-topic-official { + border-left-color: #F92672 !important + } + + .is-topic-mine { + border-left-color: #AE81FF !important + } +} + +@-moz-document domain('docs.tildes.net') { + body { + font-family: sans-serif + } + + a,footer a,.article-summary h2 a { + 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 { + color: #F92672 + } + + a:visited,footer a:visited,.article-summary h2 a:visited { + 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 { + color: #F92672 + } + + footer,#page-list,.highlight { + color: #E6E6E6; + background-color: #383830 + } + + div.toc { + color: #E6E6E6; + background-color: #272822 + } + + code,pre { + border: none + } + + .date-info { + color: #89BDFF + } +} + +@-moz-document domain('blog.tildes.net') { + body { + font-family: sans-serif + } + + a,footer a,.article-summary h2 a { + 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 { + color: #F92672 + } + + a:visited,footer a:visited,.article-summary h2 a:visited { + 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 { + color: #F92672 + } + + footer,#page-list,.highlight { + color: #E6E6E6; + background-color: #383830 + } + + div.toc { + color: #E6E6E6; + background-color: #272822 + } + + code,pre { + border: none + } + + .date-info { + color: #89BDFF + } +} diff --git a/gulpfile.js b/gulpfile.js index 1222401..8bed6a4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,4 @@ +const beautify = require('gulp-cssbeautify') const gulp = require('gulp') const eslint = require('gulp-eslint') const stylelint = require('gulp-stylelint') @@ -30,8 +31,12 @@ gulp.task('build:prod', () => { const options = { outputStyle: 'compressed' } + const bOptions = { + indent: ' ' + } return gulp.src('sass/**/*.sass') .pipe(sass(options).on('error', sass.logError)) + .pipe(beautify(bOptions)) .pipe(gulp.dest('css')) }) diff --git a/package.json b/package.json index 4325149..42374f0 100755 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "devDependencies": { "eslint": "^4.19.1", "gulp": "^3.9.1", + "gulp-cssbeautify": "^1.0.0", "gulp-eslint": "^4.0.2", "gulp-sass": "^4.0.1", "gulp-stylelint": "^7.0.0", diff --git a/sass/notabug-dracula/notabug-dracula.json b/sass/notabug-dracula/notabug-dracula.json index 185257f..597728e 100644 --- a/sass/notabug-dracula/notabug-dracula.json +++ b/sass/notabug-dracula/notabug-dracula.json @@ -4,11 +4,11 @@ "options": { "name": "Notabug Dracula", "namespace": "notabug.io", - "version": "1.0.1", + "version": "1.0.2", "author": "Bauke", "description": "Dracula theme for notabug.io", "homepageURL": "https://gitlab.com/Bauke/styles", "supportURL": "https://gitlab.com/Bauke/styles/issues", "license": "MIT" } -} \ No newline at end of file +} diff --git a/sass/tildes-compact/tildes-compact.json b/sass/tildes-compact/tildes-compact.json index 1b57c49..9337017 100644 --- a/sass/tildes-compact/tildes-compact.json +++ b/sass/tildes-compact/tildes-compact.json @@ -4,11 +4,11 @@ "options": { "name": "Tildes Compact", "namespace": "tildes.net", - "version": "1.0.1", + "version": "1.0.2", "author": "Bauke", "description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.", "homepageURL": "https://gitlab.com/Bauke/styles", "supportURL": "https://gitlab.com/Bauke/styles/issues", "license": "MIT" } -} \ No newline at end of file +} diff --git a/sass/tildes-dracula/tildes-dracula.json b/sass/tildes-dracula/tildes-dracula.json index 1fab57e..d51f6c2 100644 --- a/sass/tildes-dracula/tildes-dracula.json +++ b/sass/tildes-dracula/tildes-dracula.json @@ -4,11 +4,11 @@ "options": { "name": "Tildes Dracula", "namespace": "tildes.net", - "version": "1.0.1", + "version": "1.0.2", "author": "Bauke", "description": "Dracula theme for Tildes.net", "homepageURL": "https://gitlab.com/Bauke/styles", "supportURL": "https://gitlab.com/Bauke/styles/issues", "license": "MIT" } -} \ No newline at end of file +} diff --git a/sass/tildes-monokai/tildes-monokai.json b/sass/tildes-monokai/tildes-monokai.json index ab66cc3..97b8c7d 100644 --- a/sass/tildes-monokai/tildes-monokai.json +++ b/sass/tildes-monokai/tildes-monokai.json @@ -4,11 +4,11 @@ "options": { "name": "Tildes Monokai", "namespace": "tildes.net", - "version": "1.1.0", + "version": "1.1.1", "author": "Bauke", "description": "Monokai theme for Tildes.net", "homepageURL": "https://gitlab.com/Bauke/styles", "supportURL": "https://gitlab.com/Bauke/styles/issues", "license": "MIT" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index dd62876..4166c17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -74,6 +74,12 @@ ansi-colors@^1.0.1: dependencies: ansi-wrap "^0.1.0" +ansi-cyan@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873" + dependencies: + ansi-wrap "0.1.0" + ansi-escapes@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" @@ -84,6 +90,12 @@ ansi-gray@^0.1.1: dependencies: ansi-wrap "0.1.0" +ansi-red@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c" + dependencies: + ansi-wrap "0.1.0" + ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" @@ -127,6 +139,13 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" +arr-diff@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a" + dependencies: + arr-flatten "^1.0.1" + array-slice "^0.2.3" + arr-diff@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" @@ -141,6 +160,10 @@ arr-flatten@^1.0.1, arr-flatten@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" +arr-union@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d" + arr-union@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" @@ -161,6 +184,10 @@ array-iterate@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.2.tgz#f66a57e84426f8097f4197fbb6c051b8e5cdf7d8" +array-slice@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" + array-slice@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-1.1.0.tgz#e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4" @@ -593,6 +620,10 @@ cryptiles@2.x.x: dependencies: boom "2.x.x" +cssbeautify@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/cssbeautify/-/cssbeautify-0.3.1.tgz#12dd1f734035c2e6faca67dcbdcef74e42811397" + currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" @@ -901,6 +932,12 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" +extend-shallow@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071" + dependencies: + kind-of "^1.1.0" + extend-shallow@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" @@ -1361,6 +1398,14 @@ graceful-fs@~1.2.0: version "1.2.3" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-1.2.3.tgz#15a4806a57547cb2d2dbf27f42e89a8c3451b364" +gulp-cssbeautify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulp-cssbeautify/-/gulp-cssbeautify-1.0.0.tgz#b2326b9873a4fe8a49fa36e4ab3f7c5baae295e2" + dependencies: + cssbeautify "^0.3.1" + plugin-error "^0.1.2" + through2 "^2.0.3" + gulp-eslint@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/gulp-eslint/-/gulp-eslint-4.0.2.tgz#18a2a6768e4404cbf3e203239cb57474168fa606" @@ -2010,6 +2055,10 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" +kind-of@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44" + kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -2788,6 +2837,16 @@ pinkie@^2.0.0: version "2.0.4" resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" +plugin-error@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace" + dependencies: + ansi-cyan "^0.1.1" + ansi-red "^0.1.1" + arr-diff "^1.0.1" + arr-union "^2.0.1" + extend-shallow "^1.1.2" + plugin-error@^1.0.0, plugin-error@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c"