23 Sep, 2024: Our collection of material documenting harassment, doxing and allegations of illegal behavior against MAPs, on the part of a purportedly "MAP" group, is now complete. A second article documenting a campaign of disinformation by said group is nearing completion, and will be shared here.
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
The Admins (talk | contribs) No edit summary Tag: Reverted |
The Admins (talk | contribs) hmm Tag: Manual revert |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
body { background-color: #f9e189; } /* Coloring the surround */ | body { background-color: #f9e189; } /* Coloring the surround */ | ||
#mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */ | #mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */ | ||
#mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */ | |||
a.new { color: #1fcd00; } /* Change internal dead links back to green */ | |||
a.new:visited { color: #1fcd00; } /* Change internal dead links back to green */ | |||
a.link { color: #2c2cf9; } /* normal unvisited links */ | |||
.vector-menu-tabs li { background-image: linear-gradient(to top, rgb(119, 193, 246) 0px, #e9d179 1px, #f9e189 100%); } /* inactive tabs */ | |||
.vector-menu-tabs .selected { background-image: linear-gradient(to bottom, #f9e189 1px, rgb(255, 255, 255) 100%); } /* active tab */ | |||
#mw-page-base { background-image: none; background-color: #f9e189; } /* to remove the strange white pixels */ |
Latest revision as of 14:36, 4 June 2022
/* All CSS here will be loaded for users of the Vector skin */ body { background-color: #f9e189; } /* Coloring the surround */ #mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */ #mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */ a.new { color: #1fcd00; } /* Change internal dead links back to green */ a.new:visited { color: #1fcd00; } /* Change internal dead links back to green */ a.link { color: #2c2cf9; } /* normal unvisited links */ .vector-menu-tabs li { background-image: linear-gradient(to top, rgb(119, 193, 246) 0px, #e9d179 1px, #f9e189 100%); } /* inactive tabs */ .vector-menu-tabs .selected { background-image: linear-gradient(to bottom, #f9e189 1px, rgb(255, 255, 255) 100%); } /* active tab */ #mw-page-base { background-image: none; background-color: #f9e189; } /* to remove the strange white pixels */