Last update: 16/01/2017 (dd/mm/yyyy)
EN:
- Important fixes: spoiler section now have a gray background so you will need to select the text to read it.
- Some texts in black color were replaced by gray.
P.S. If you find an issue, please attach an image and a link where the screenshot has been taken so I can take a look.
ES:
- Correcciones importante: Sección spoiler, ahora tiene fondo gris, tendrás que seleccionar el texto para leerlo.
- Algunos textos en color negro fueron reemplazados por gris.
PD: Si encuentra un problema, por favor adjunte una imagen y un enlace donde se ha tomado la imagen para que pueda echar un vistazo.
------how works spoiler now-------
No text selected: https://k61.kn3.net/5/4/7/2/2/9/2E3.png
Text selected: https://k61.kn3.net/8/B/D/6/0/8/A68.png
--------------------------------------------------
Addon Stylish
Addon stylish for firefox: https://addons.mozilla.org/es/firefox/addon/stylish/
Addon stylish for chrome: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=es-419
This code applies on account settings
How? Go to my account -> Settings -> Advanced Settings -> Custom CSS style. Copy and paste the code below.
div#news-updates { background: #000; border-bottom: 1px solid #666; color: #b5b5b5; } #top { background-color: #181818; } body { background-color: #040001; } #page { background-color: rgba(0, 0, 0, 0); } header#top menu { background: #191919; border-top: 1px solid #2f2e2e; } header#top menu.main li.current a { background: #2f2e2e; } h1 { color: #FB4B2B; } h2 { color: #06c1c1; } p { color:gray; } div#c-comments div#a-index div.header span.info { color: #8a8a8a; } div#page { margin: 0 20px; padding: 0; } aside#sidebar { background: #181818; padding-left: 10px; } div#posts { background: #181818; margin-left: 10px; padding-top: 10px; } a:focus { outline: none; } menu#post-sections { background: #181818; margin-left: 10px; padding-top: 10px; margin-bottom: 0px; padding-left: 10px; } div#c-posts div#a-index menu#post-sections { margin-bottom: 0em; } li.active { padding-left: 22px; } /*--comments--*/ div#c-comments div#a-index div.post, div#c-comments div#a-show div.post { margin-bottom: 10px; padding-top: 10px; background-color: #14171A; } div.body.prose { color:#808080; } blockquote { background: #292929; } time { color: #505050; } /*--paginator--*/ menu li { color: #4c4c4c; } div.paginator li a { border: 1px solid #243138; } /*--artist--*/ table.striped tr.even { background-color: #181D20; } table.striped tbody tr { border-bottom: 1px solid #384248; background: #14171A; color: #9c9c9c; } table.striped td:hover,table.striped th:hover { background:#222222; } label { color:#808080; } /*--??-*/ table.striped tr.even:hover { background:transparent; } table.striped tbody tr:hover { background:transparent; } div.prose li { list-style-type: disc; color: #556079; } table { color: #808080; } /*--settings--*/ div#c-users div#a-edit .active { color: #b12727; } /*--footer--*/ footer#page-footer { border-top: 1px solid #242a2f; } #page-footer { background-color: #14171a; color: #808080; } /*-fixes-*/ div.prose div.expandable { border: 1px inset #0073ff; } div.prose div.expandable-header span { color: #f00; } div#c-posts div#a-show #artist-commentary { border: 0px solid #CCC; border-left: 3px solid #80b9ff; border-radius: 0px; background-color: #1b1b1b; } h3 { color: #ce3b3b; } div#c-posts div.nav-notice { background: #1b1b1b; border: 0px solid red; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0px; } .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0px; } div#c-posts div#a-show #search-seq-nav li:hover { background: rgba(0, 0, 0, 0); } span.search-name { color: #27a25f; } div#c-posts aside#sidebar>section>ul li { color: #903636; } div.prose h4 { color: #19b77e; } input { background-color: transparent; border: 0px solid red; border-left: 3px solid #0073ff; padding-left: 3px; color: #12a59f; } header#top menu form input { color: #00fdff; } button, input[type="button"], input[type="reset"], input[type="submit"] { color: #00fff5; } /*-spoiler-*/ .spoiler a { color: #946802; } .spoiler { color: #808080; } .spoiler { background: #808080 !important; } /*-new-*/ strong,li,h3, h4, h5, h6 { color: #909090; } div.prose h6,div.prose h5 { color: #00945f; }
This code applies on Stylish (for firefox)
@-moz-document domain("donmai.us") { div#news-updates { background: #000; border-bottom: 1px solid #666; color: #b5b5b5; } #top { background-color: #181818; } body { background-color: #040001; } #page { background-color: rgba(0, 0, 0, 0); } header#top menu { background: #191919; border-top: 1px solid #2f2e2e; } header#top menu.main li.current a { background: #2f2e2e; } h1 { color: #FB4B2B; } h2 { color: #06c1c1; } p { color:gray; } div#c-comments div#a-index div.header span.info { color: #8a8a8a; } div#page { margin: 0 20px; padding: 0; } aside#sidebar { background: #181818; padding-left: 10px; } div#posts { background: #181818; margin-left: 10px; padding-top: 10px; } a:focus { outline: none; } menu#post-sections { background: #181818; margin-left: 10px; padding-top: 10px; margin-bottom: 0px; padding-left: 10px; } div#c-posts div#a-index menu#post-sections { margin-bottom: 0em; } li.active { padding-left: 22px; } /*--comments--*/ div#c-comments div#a-index div.post, div#c-comments div#a-show div.post { margin-bottom: 10px; padding-top: 10px; background-color: #14171A; } div.body.prose { color:#808080; } blockquote { background: #292929; } time { color: #505050; } /*--paginator--*/ menu li { color: #4c4c4c; } div.paginator li a { border: 1px solid #243138; } /*--artist--*/ table.striped tr.even { background-color: #181D20; } table.striped tbody tr { border-bottom: 1px solid #384248; background: #14171A; color: #9c9c9c; } table.striped td:hover,table.striped th:hover { background:#222222; } label { color:#808080; } /*--??-*/ table.striped tr.even:hover { background:transparent; } table.striped tbody tr:hover { background:transparent; } div.prose li { list-style-type: disc; color: #556079; } table { color: #808080; } /*--settings--*/ div#c-users div#a-edit .active { color: #b12727; } /*--footer--*/ footer#page-footer { border-top: 1px solid #242a2f; } #page-footer { background-color: #14171a; color: #808080; } /*-fixes-*/ div.prose div.expandable { border: 1px inset #0073ff; } div.prose div.expandable-header span { color: #f00; } div#c-posts div#a-show #artist-commentary { border: 0px solid #CCC; border-left: 3px solid #80b9ff; border-radius: 0px; background-color: #1b1b1b; } h3 { color: #ce3b3b; } div#c-posts div.nav-notice { background: #1b1b1b; border: 0px solid red; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0px; } .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0px; } div#c-posts div#a-show #search-seq-nav li:hover { background: rgba(0, 0, 0, 0); } span.search-name { color: #27a25f; } div#c-posts aside#sidebar>section>ul li { color: #903636; } div.prose h4 { color: #19b77e; } input { background-color: transparent; border: 0px solid red; border-left: 3px solid #0073ff; padding-left: 3px; color: #12a59f; } header#top menu form input { color: #00fdff; } button, input[type="button"], input[type="reset"], input[type="submit"] { color: #00fff5; } /*-spoiler-*/ .spoiler a { color: #946802; } .spoiler { color: #808080; } .spoiler { background: #808080 !important; } /*-new-*/ strong,li,h3, h4, h5, h6 { color: #909090; } div.prose h6,div.prose h5 { color: #00945f; } }
This code applies on Stylish (for chrome)
div#news-updates { background: #000; border-bottom: 1px solid #666; color: #b5b5b5; } #top { background-color: #181818; } body { background-color: #040001; } #page { background-color: rgba(0, 0, 0, 0); } header#top menu { background: #191919; border-top: 1px solid #2f2e2e; } header#top menu.main li.current a { background: #2f2e2e; } h1 { color: #FB4B2B; } h2 { color: #06c1c1; } p { color:gray; } div#c-comments div#a-index div.header span.info { color: #8a8a8a; } div#page { margin: 0 20px; padding: 0; } aside#sidebar { background: #181818; padding-left: 10px; } div#posts { background: #181818; margin-left: 10px; padding-top: 10px; } a:focus { outline: none; } menu#post-sections { background: #181818; margin-left: 10px; padding-top: 10px; margin-bottom: 0px; padding-left: 10px; } div#c-posts div#a-index menu#post-sections { margin-bottom: 0em; } li.active { padding-left: 22px; } /*--comments--*/ div#c-comments div#a-index div.post, div#c-comments div#a-show div.post { margin-bottom: 10px; padding-top: 10px; background-color: #14171A; } div.body.prose { color:#808080; } blockquote { background: #292929; } time { color: #505050; } /*--paginator--*/ menu li { color: #4c4c4c; } div.paginator li a { border: 1px solid #243138; } /*--artist--*/ table.striped tr.even { background-color: #181D20; } table.striped tbody tr { border-bottom: 1px solid #384248; background: #14171A; color: #9c9c9c; } table.striped td:hover,table.striped th:hover { background:#222222; } label { color:#808080; } /*--??-*/ table.striped tr.even:hover { background:transparent; } table.striped tbody tr:hover { background:transparent; } div.prose li { list-style-type: disc; color: #556079; } table { color: #808080; } /*--settings--*/ div#c-users div#a-edit .active { color: #b12727; } /*--footer--*/ footer#page-footer { border-top: 1px solid #242a2f; } #page-footer { background-color: #14171a; color: #808080; } /*-fixes-*/ div.prose div.expandable { border: 1px inset #0073ff; } div.prose div.expandable-header span { color: #f00; } div#c-posts div#a-show #artist-commentary { border: 0px solid #CCC; border-left: 3px solid #80b9ff; border-radius: 0px; background-color: #1b1b1b; } h3 { color: #ce3b3b; } div#c-posts div.nav-notice { background: #1b1b1b; border: 0px solid red; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0px; } .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0px; } div#c-posts div#a-show #search-seq-nav li:hover { background: rgba(0, 0, 0, 0); } span.search-name { color: #27a25f; } div#c-posts aside#sidebar>section>ul li { color: #903636; } div.prose h4 { color: #19b77e; } input { background-color: transparent; border: 0px solid red; border-left: 3px solid #0073ff; padding-left: 3px; color: #12a59f; } header#top menu form input { color: #00fdff; } button, input[type="button"], input[type="reset"], input[type="submit"] { color: #00fff5; } /*-spoiler-*/ .spoiler a { color: #946802; } .spoiler { color: #808080; } .spoiler { background: #808080 !important; } /*-new-*/ strong,li,h3, h4, h5, h6 { color: #909090; } div.prose h6,div.prose h5 { color: #00945f; }
EN:
Hi, I do a style for this website but "Userstyles" don't accept this website so I put it here.
I do it as a request from a user who has contacted to my in another website, so the idea is share this with all.
Hope you like it.
ES: Hola, Hice un estilo para este sitio web pero "userstyles" no acepta este sitio web, así que lo pongo aquí.
Lo hice como una petición de un usuario que me contacto de otro sitio web, así que la idea es compartirlo con todos.
Espero te guste.
Last edit: 25/10/2016 (dd/mm/yyyy)
Updated