removes some of the "busier" elements of the forum such as custom fonts and textured background images.
forum.melonland.net by owlan
Details
Authorowlan
LicenseNo License
Categorymelonland
Created
Updated
Size2.4 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 forum.melonland.net
@version 20231209.00.30
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://forum.melonland.net/") {
/* DISABLES CUSTOM FONTS */
div .post div {
font-family: serif !important;
color: white !important;
font-size: 16px;
}
span.bbc_font {
font-family: serif !important;
font-size: 16px;
}
span.bbc_color {
color: white !important;
}
span.bbc_size {
font-size: 16px !important;
}
/* LINKS */
a:link,
a:visited {
background-color: transparent;
color: #f1a61c;
text-decoration: underline;
transition: 0.2s;
}
a:hover {
background-color: transparent;
color: #f1cc3e;
text-decoration: none;
}
a.nav:hover {
background-color: transparent;
color: #f1cc3e;
font-weight: 700;
text-decoration: none;
}
.nav,
.nav:link,
.nav:visited {
background-color: transparent;
color: #f1a61c;
text-decoration: underline;
}
/* MEMBER TITLES, POST INFO */
.content,
.roundframe,
#profileview,
.description,
.information,
.windowbg,
.windowbg2,
.windowbg3,
body {
color: #c49cf4 !important;
}
/* POST BACKGROUNDS */
.windowbg,
.windowbg3 {
background-color: #443e4b !important;
}
.windowbg2 {
background-color: #443e4b !important;
}
/* QUOTES */
blockquote {
background-color: #1d1b20;
border: 0;
color: white;
font-size: 0.95em;
margin: 10px 5px;
padding: 10px;
}
/* SPOILERS */
.sp-wrap-lime {
background-color: #1d1b20;
border-color: transparent;
}
.sp-wrap-lime .sp-body {
background-color: #1d1b20;
border-top: 1px solid white;
}
/* REMOVE PURPLE BG IMAGE */
.catbg tr,
.catbg,
.catbg3,
.catbg a:link,
.catbg a:visited {
background-color: #2d0e3f !important;
background-image: none;
background-size: 150px;
border: none !important;
color: #fd64ff !important;
font-weight: 700;
text-decoration: none;
}
/* POST EDITOR AND INPUT */
input,
textarea,
.sceditor-container iframe,
.sceditor-container textarea {
color: white;
font-size: 16px;
font-family: serif;
}
input,
textarea,
.sceditor-container iframe,
.sceditor-container textarea,
div.sceditor-toolbar {
background-color: #443e4b !important;
background-image: none !important;
}
select {
background-color: #443e4b;
color: white;
font-size: 12px;
font-family: serif;
font-weight: 400;
}
}