1
Fork 0

Update Notabug Dracula

This commit is contained in:
Bauke 2018-06-21 18:12:47 +02:00
parent 9a7c6f17f1
commit bd6b91371d
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 131 additions and 3 deletions

View File

@ -11,6 +11,61 @@
color: #ff79c6 color: #ff79c6
} }
.domain,.domain a,.search-result-meta a,.tagline a {
color: #50fa7b
}
.link .rank,.search-result-meta,.tagline {
color: #f8f8f2
}
.entry .buttons li a {
color: #50fa7b
}
.next-suggestions,.nextprev {
color: #f8f8f2
}
.next-suggestions a,.nextprev a {
margin: 0px 4px;
padding: 4px;
border: 1px solid #282a36;
border-radius: 0;
color: #f8f8f2;
background-color: #282a36
}
.next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus {
border: 1px solid #282a36;
border-radius: 0;
color: #f8f8f2;
background-color: #6272a4
}
.footer-parent {
margin-top: 10px;
color: #f8f8f2;
background-color: #282a36
}
.footer-parent .bottommenu {
color: #f8f8f2;
background-color: #282a36
}
.footer-parent .bottommenu a {
color: #8be9fd
}
.footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus {
color: #ff79c6
}
p.debuginfo {
background-color: #282a36
}
#header { #header {
border-bottom: 2px solid #44475a; border-bottom: 2px solid #44475a;
background-color: #282a36 background-color: #282a36
@ -166,6 +221,15 @@
display: none display: none
} }
.stamp {
border-radius: 0
}
.nsfw-stamp {
color: #f55;
border-color: #f55
}
.error,.red { .error,.red {
color: #282a36; color: #282a36;
background-color: #f55 background-color: #f55

View File

@ -1,7 +1,7 @@
/* ==UserStyle== /* ==UserStyle==
@name Notabug Dracula @name Notabug Dracula
@namespace notabug.io @namespace notabug.io
@version 1.0.2 @version 1.0.3
@author Bauke @author Bauke
@description Dracula theme for notabug.io @description Dracula theme for notabug.io
@homepageURL https://gitlab.com/Bauke/styles @homepageURL https://gitlab.com/Bauke/styles
@ -21,6 +21,61 @@
color: #ff79c6 color: #ff79c6
} }
.domain,.domain a,.search-result-meta a,.tagline a {
color: #50fa7b
}
.link .rank,.search-result-meta,.tagline {
color: #f8f8f2
}
.entry .buttons li a {
color: #50fa7b
}
.next-suggestions,.nextprev {
color: #f8f8f2
}
.next-suggestions a,.nextprev a {
margin: 0px 4px;
padding: 4px;
border: 1px solid #282a36;
border-radius: 0;
color: #f8f8f2;
background-color: #282a36
}
.next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus {
border: 1px solid #282a36;
border-radius: 0;
color: #f8f8f2;
background-color: #6272a4
}
.footer-parent {
margin-top: 10px;
color: #f8f8f2;
background-color: #282a36
}
.footer-parent .bottommenu {
color: #f8f8f2;
background-color: #282a36
}
.footer-parent .bottommenu a {
color: #8be9fd
}
.footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus {
color: #ff79c6
}
p.debuginfo {
background-color: #282a36
}
#header { #header {
border-bottom: 2px solid #44475a; border-bottom: 2px solid #44475a;
background-color: #282a36 background-color: #282a36
@ -176,6 +231,15 @@
display: none display: none
} }
.stamp {
border-radius: 0
}
.nsfw-stamp {
color: #f55;
border-color: #f55
}
.error,.red { .error,.red {
color: #282a36; color: #282a36;
background-color: #f55 background-color: #f55

View File

@ -4,11 +4,11 @@
"options": { "options": {
"name": "Notabug Dracula", "name": "Notabug Dracula",
"namespace": "notabug.io", "namespace": "notabug.io",
"version": "1.0.2", "version": "1.0.3",
"author": "Bauke", "author": "Bauke",
"description": "Dracula theme for notabug.io", "description": "Dracula theme for notabug.io",
"homepageURL": "https://gitlab.com/Bauke/styles", "homepageURL": "https://gitlab.com/Bauke/styles",
"supportURL": "https://gitlab.com/Bauke/styles/issues", "supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT" "license": "MIT"
} }
} }