/* ==UserStyle==
@name dsaforum.de - Ilarify + Cleaning + Color adjustment
@version 20220422.09.29
@namespace userstyles.world/user/xaverstiensmeier
@description Hola,
this will
1. Make all text-colors darker so you can actually read what people are writing in the quick answer chats
2. Removes unnecessary stuff. You can just remove the "Removes stuff" section to keep all the bloat in your version.
3. Adds Ilaris colors
4. Changes font for username topic title and forumtitle to Aniron the godly color of Ilaris
5. Changes size of usernames in postprofile to a larger size. (12)
@author xaverstiensmeier
@license No License
==/UserStyle== */
@-moz-document domain("dsaforum.de") {
/* Fixes Colors */
.post span {
text-decoration: none;
/* color: black!important; */
filter: brightness(0.5);
}
/* Removes stuff: Remove this if not wanted */
div.profile-flair, button.flair-toggle, dd.profile-gender, dd.profile-contact, dd.profile-posts, dd.profile-joined, dd.profile-custom-field, p.author, [class='nav-main linklist'], .smiley-box, dd.profile-rank {
display: none!important;
}
/* IlarisColor 501010 */
a.lastsubject, a.forumtitle, a.topictitle, .topic-title a, .topicHeader a, a.username, span.mention, h1 a,h2 a{
color: #501010!important;
}
/* Change Font */
:not(span)>a.username, :not(span)>a.username-coloured, a.topictitle, a.forumtitle, span.mention ,h1 a,h2 a{
font-family: Aniron!important;
}
/* Change Size */
.postprofile a.username, .postprofile a.username-coloured{
font-size: 12px;
}
/* Promote Ilaris Writers */
a.username[href="./memberlist.php?mode=viewprofile&u=14633"], a.username[href="./memberlist.php?mode=viewprofile&u=8796"], a.username[href="./memberlist.php?mode=viewprofile&u=17183"], a.username[href="./memberlist.php?mode=viewprofile&u=10065"]{
color: #AA0000!important;
}
}