Dark theme for the Pixiv messages page.
Pixiv Messages. Dark. by RBVKT
Details
AuthorRBVKT
LicenseNo License
CategoryPIXIV.NET
Created
Updated
Code size1.1 kB
Code checksum6b42f1a6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Pixiv has not yet created a dark theme for it, so I did.
Source code
/* ==UserStyle==
@name Pixiv Messages. Dark.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark display of messages page at Pixiv.
@license CC0 1.0 Universal
@author RBVKT
==/UserStyle== */
@-moz-document url-prefix("https://www.pixiv.net/messages.php")
{
body#body-messages
{
background-color : #300 !important ;
color : #FEC !important ;
}
div.text ,
div.star ,
form
{ background-color : #444 !important ; }
div.star > span ,
div.messages-container li.message-content div.time
{ color : #FFF !important ; }
div.star > div { color : #FEC !important ; }
:visited { color : #99F !important ; }
:link { color : #77F !important ; }
a:hover { color : #C8F !important ; }
a:active { color : #F00 !important ; }
div.thread-list-container ,
div.header ,
nav ,
ul.message-content-list ,
div.thread-content-container ,
div.body ,
div.input ,
textarea
{ background-color : #000 !important ; }
li.active
{ background-color : #054 !important ; }
div.text
{color : #FEC !important ;}
button[type='submit']
{ background-color : #339 !important ; }
}