fruityRumpusForms dark theme

The dark theme but it's on greasyfork as a css now

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==UserStyle==
// @name           fruityRumpusForms dark theme
// @namespace      https://greasyfork.org/en/scripts/544385-fruityrumpus-forum-dark-theme
// @version        1.0.0.4
// @description    The dark theme but it's on greasyfork as a css now
// @author         Nova
// @license        GPL-3
==/UserStyle== */

@document url-prefix("https://fruityrumpus.com/forums"), url-prefix("https://www.fruityrumpus.com/forums") {
:host, :root {
	--color-mspa-0: #121212;
	--color-mspa-1: #181818;
	--color-mspa-2: #303030;
	--color-mspa-3: #535353;
  --foreground: #aaa;
  --color-white: #222;
  --popover:#535353;
  --accent:#696969;
  --secondary:#626262;
  --color-gray-50:#626262;
}
button[class*='text-primary']{
  background: #696969;
}
*[class*="bg-[#f5f5f5]"]{
  background: #626262;
}
.space-x-1{
  --color-mspa-2:#626262
}
.card{
border-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGsAAACUCAYAAACUe9fAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAdnJLH8AAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAd0SU1FB+kIAgoZKMTE55QAAAEwSURBVHja7dvBCQMhFEXRb4qxTZM2bWayym6WA/Hxz61APCgqOOacVzVr7/2uqk/auF/VtwULGCxgsKLAYNkGBQuWYAlW50bH56Z/9MQTl5UVdJ+DFQQGKwgMVhAYLEd3wYIlWIIFS7AEC5ZgCRYswRIsWIIlWLAES7BgCZZgwdKB+UVyaHe/Tqyss1uwQsFgBYHBCgKD5eguWLAES7BgCZZgwRIswYIlWIIFS7AEC5ZgCRYswRIsWIIlWLAES7BgCZZgwRIswYIlWIIFS7AEC5ZgCRYswRIsWIIlWLAES7BgCZZgwRIswYIlWIIFS7AEC5ZgCRYswRIsWIIlWLAES7BgCZZgwRIswYIlWIIFS7BgCZZgwRIswYIlWILVs1FVyzTkYP2CFoQFLAwL2MF9AbDSGBKtHS0yAAAAAElFTkSuQmCC') 47 50 8 5 fill/47px 50px 8px 5px;
/*that there long ass string is a base-64 encoded image for the captchalouge card*/
}
.prose {
	--tw-prose-body: oklch(87.2% .01 258.338);
}
.text-xl, .text-2xl{
  color: #888;
}
iframe {
filter: invert()
}
}