Skip to content

Instantly share code, notes, and snippets.

@alyssacohen
Last active March 2, 2021 08:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssacohen/635bb8cff81ab75692da84ee37e46ba7 to your computer and use it in GitHub Desktop.
Save alyssacohen/635bb8cff81ab75692da84ee37e46ba7 to your computer and use it in GitHub Desktop.
Correzione del tema purplexion su xdress.it/forum
/* ==UserStyle==
@name XDress forum
@namespace github.com/openstyles/stylus
@version 1.0.0
@description xdress forum purplexion fix
@author Alyssa C.
==/UserStyle== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab:wght@300&display=swap');
@-moz-document url-prefix("https://www.xdress.it/xdforum/")
{
/* FONTS! */
body {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, .topictitle, .forumtitle {
font-family: 'Roboto Slab', serif !important;
}
/* correzione colori */
.jv_shoutbox_post_top li.row {
background-color: #333 !important;
border-bottom-color: #352540 !important;
}
.jv_shoutbox_message_box {
border-bottom-color: #352540 !important;
}
.jv_shoutbox_message_box:hover {
background-color: #453d0d!important;
}
.jv_shoutbox_user_msg blockquote {
color: #999 !important;
}
a[style*="color: #00AA00"], .username-coloured[style*="color: #00AA00"] {
color: #6c3 !important;
}
a[style*="color: #0033FF"], .username-coloured[style*="color: #0033FF"] {
color: #396dc3 !important;
}
#message-box textarea {
background-color: #333;
}
/* immagini nella firma */
.signature img.postimage, .signature img {
max-height: 150px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment