A violet-purple theme.
mozz.us Gemini portal - Violet by november
Details
Authornovember
LicenseCC-0
Categoryportal.mozz.us
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mozz.us Gemini portal - Violet
@description A violet-purple theme.
@version 1.01
@namespace https://greasyfork.org/users/3759
@license CC-0
@downloadURL https://update.greasyfork.org/scripts/441298/mozzus%20Gemini%20portal%20-%20Violet.user.css
==/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;
}
}