MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Added styles for editor diffs)
(Fixed toc and vector tabs color)
Line 21: Line 21:
.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown h3 {
.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown h3 {
background: none;
background: none;
}

.vector-menu-tabs .new a {
color: #db3030 !important;
}
}


Line 47: Line 51:
color: lightgray;
color: lightgray;
}
}


/* hide dark mode link */
.skin-vector .darkmode-link {
display: none;
}

/* invert echo notification badges */
.skin-vector .mw-echo-notifications-badge {
filter: invert(1);
}



/* mediawiki body */
/* mediawiki body */
Line 118: Line 110:
.tocnumber {
.tocnumber {
color: lightgray;
color: lightgray;
}

.toctogglelabel {
color: #00C0F5;
}
}


Line 209: Line 205:
}
}


/* hide dark mode link */
.skin-vector .darkmode-link {
display: none;
}

/* invert echo notification badges */
.skin-vector .mw-echo-notifications-badge {
filter: invert(1);
}


/* miscellaneous styles borrowed from https://zeldamods.org */
/* miscellaneous styles borrowed from https://zeldamods.org */