mozz.us Gemini portal - Violet

A violet-purple theme.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name        mozz.us Gemini portal - Violet
@description A violet-purple theme.
@version     1.01
@namespace   https://greasyfork.org/users/3759
@license     CC-0
==/UserStyle== */

@-moz-document domain("portal.mozz.us") {
body {
    background: #1b0b33;
    color: #fafbf7;
	font-size: 1.1em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

div {
    background: #2f1f62;
    padding: 1em 0.5em;
    margin: -1em 0;
  }

input {
    background: #715ba5;
    color: #fafbf7;
    border-color: #45396e;
  }

table, td {
    border-color: #45396e;
  }

.gemini blockquote {
	background: #1b0b33;
	border-left: none;
	padding: 5px;
	margin: 5px 1em 0 1em;
	font-style: unset;
}

.gemini h1 {
	margin-bottom: 0.5em;
	color: #dbcffc;
	text-shadow: 2px 2px #1b0b33;
}

.gemini h2 {
	margin-bottom: 0.5em;
	color: #ede6ff;
	text-shadow: 2px 2px #1b0b33;
}

.gemini h3 {
	margin-bottom: 0.5em;
	text-shadow: 2px 2px #1b0b33;
}

.gemini ul {
	margin-left: 1em;
}

a {
    color: #dbcffc;
  }

a:active {
    color: #cffcdb;
  }

a:visited {
    color: #fcdbcf;
  }
}