P9夜间模式

本CSS样式为P9的夜间模式,为了方便夜间使用而编写的。

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name          P9夜间模式
// @namespace     http://userstyles.org
// @description	  本CSS样式为P9的夜间模式,为了方便夜间使用而编写的。
// @author        InfinityLoop
// @homepage      https://userstyles.org/styles/167244
// @include       http://psnine.com/*
// @include       https://psnine.com/*
// @include       http://*.psnine.com/*
// @include       https://*.psnine.com/*
// @include       http://d7vg.com/*
// @include       https://d7vg.com/*
// @include       http://*.d7vg.com/*
// @include       https://*.d7vg.com/*
// @run-at        document-start
// @version       0.20200726091216
// ==/UserScript==
(function() {var css = [
	"/*主页*/",
	"li[style=\"background:#f5faec\"] {",
	"  background: #344836 !important;",
	"}",
	"",
	"li[style=\"background:#fdf7f7\"] {",
	"  background: #4f3945 !important;",
	"}",
	"",
	"li[style=\"background:#faf8f0\"] {",
	"  background: #4e4c39 !important;",
	"}",
	"",
	"li[style=\"background:#f4f8fa\"] {",
	"  background: #505050 !important;",
	"}",
	"",
	"span[style=\"color:blue;\"] {",
	"  color: #64a5ff !important;",
	"}",
	"",
	"span[style=\"color:red;\"],",
	"span[style=\"color:#a10000\"]",
	"{",
	"  color: #ff6464 !important;",
	"}",
	"",
	"span[style=\"color:brown;\"] {",
	"  color: #ff8864 !important;",
	"}",
	"",
	".tit3 {",
	"  color: white !important;",
	"}",
	"",
	"/*mark黑条鼠标放置反白*/",
	".mark {",
	"  background: #bbb !important;",
	"  color: #bbb;",
	"}",
	"",
	"/*.mark:hover {*/",
	"/*    color: #2b2b2b !important;*/",
	"/*}*/",
	".mark:hover {",
	"    color: #2b2b2b !important;",
	"}",
	"",
	"/*背景底色*/",
	"body.bg {",
	"  background: #2b2b2b !important;",
	"}",
	"",
	"/*回帖背景色*/",
	".list li,.box .post,td, th {",
	"  border-bottom: 1px solid #333;",
	"}",
	"",
	"/*回帖用户名底色*/",
	".psnnode {",
	"  background: #656565;",
	"}",
	"",
	"/*奖杯帖子标题头底色*/",
	".box {",
	"  background: #3d3d3d !important;",
	"}",
	"",
	"/*游戏列表标题*/",
	".title a {",
	"  color: #bbb;",
	"}",
	"",
	"/*个别短标签颜色*/",
	".text-strong,",
	"strong,",
	".storeinfo, /*store*/",
	".content /*回帖字体颜色*/",
	"{",
	"  color: #bbb !important;",
	"}",
	"",
	"/* alert */",
	".alert-warning,",
	".alert-error,",
	".alert-success,",
	".alert-info",
	"{",
	"  background: #4b4b4b !important;",
	"}",
	"",
	"h1,",
	".title2",
	"{",
	"  color: #ffffff !important;",
	"}",
	"",
	".twoge /*排名字体*/",
	"{",
	"  color: #ffffff !important;",
	"}",
	"",
	"/* 个人主页导航 - 未选定 */",
	".inav {",
	"  background: #3d3d3d !important;",
	"}",
	"",
	".inav li.current {",
	"  background: #4b4b4b !important;",
	"}",
	"",
	"/*tip背景色*/",
	"/*类型奖杯底色*/",
	".ml100 p {",
	"  color: #ffffff !important;",
	"}",
	"",
	".t1 {",
	"  background: #657caf !important;",
	"}",
	"",
	".t2 {",
	"  background: #845e2f !important;",
	"}",
	"",
	".t3 {",
	"  background: #707070 !important;",
	"}",
	"",
	".t4 {",
	"  background: #8b4d2d !important;",
	"}",
	"",
	"blockquote {",
	"  background: #bababa !important;",
	"}",
	"",
	"/* Tips 文字色*/",
	".text-gray {",
	"  color: #bbb !important;",
	"}",
	"",
	"/*交易页面*/",
	".tradelist li {",
	"  color: white !important;",
	"}",
	"",
	"/*主题贴中的表格底色*/",
	".tbl {",
	"  background: #3c3c3c !important;",
	"}",
	"",
	"/*悬浮选中帖子高亮*/",
	".genelist li:hover, .touchclick:hover {",
	"  background: #333 !important;",
	"}",
	"/* 首页相关 */",
	".showbar{",
	"  background: radial-gradient(at center top,#7B8492,#3c3c3c);",
	"}",
	".darklist, /* 首页侧边栏 */",
	".cloud /* 首页顶部标签框背景 */",
	"{",
	"  background-color: #3c3c3c;",
	"}",
	".side .hd3,",
	".header, /* 顶部导航栏 */",
	".dropdown ul /* 顶部导航栏下拉菜单 */",
	"{",
	"  background-color: #222;",
	"}",
	"",
	"/* 交易问答等页面中楼中楼的颜色 */",
	".list li .sonlist li {",
	"    background-color: #333;",
	"}",
	"/* tags底色 */",
	".node {",
	"    background-color: #3b4861;",
	"}",
	"/* 首页右侧的评论条数tags底色 */",
	".rep {",
	"    background-color: #3b4861;",
	"}",
	"/* 查看更早评论按键底色 */",
	".btn-gray {",
	"    background-color: #666;",
	"}"
].join("\n");
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var node = document.createElement("style");
	node.type = "text/css";
	node.appendChild(document.createTextNode(css));
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		heads[0].appendChild(node);
	} else {
		// no head yet, stick it whereever
		document.documentElement.appendChild(node);
	}
}
})();