MediaWiki:Common.css: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


.mw-wiki-logo {
.mw-wiki-logo {
filter: invert( 0 ) hue-rotate( 180deg );
filter: invert( 0 ) hue-rotate( 0 );
}
}


Line 17: Line 17:
}
}


.mwchat-message {
.mwchat-item-timestamp {
background-color: transparent;
background-color: transparent;
color: white;
}
}

Latest revision as of 02:10, 9 June 2024

#profile-top, .user-section-heading {
   border: none;
}

/* Exclude logo to be change with or without DarkMode */

.mw-wiki-logo {
   filter: invert( 0 ) hue-rotate( 0 );
}

#mwchat-topic {
	border-bottom: none;
}

#mwchat-options {
	border-top: none;
}

.mwchat-item-timestamp {
    background-color: transparent;
    color: white;
}