User:Aaron Liu/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*&* Ahoy, editors! These are the CSS rules that I currently use.
Vector 2022 rules have been moved to [[User:Aaron Liu/v22.css]]! *&*/
@import url(//meta.wikimedia.org/w/index.php?title=User:Aaron_Liu/v22.css&action=raw&ctype=text/css);
/*&* If you came here from my global user page... May you also use my v22 styles? 🥺
no refunds! *&*/

/* Babel hack to center all boxed boxes in centers, and the only reason this is included on my global user page :devious: or is it? */
.center .mw-babel-wrapper {
	margin:auto;
	float:none;
	clear:none;
}

/* V22/Watchlyst: Fix big font size introduced in T346062 */
.skin-vector-2022 #watchlyst {
	font-size: 0.8rem;
}

/* [[w:User:SD0001/shortdescs-in-category]] colors */
.cat-shortdesc-none { display: none; }
.cat-shortdesc-wikidata { color: DarkSlateGray !important; }

/* Fix extraneous bottom padding on the last message in [[c:Commons:Convenient Discussions]] */
.skin-vector-2022 .cd-comment-part-last.cd-comment-part-last.cd-comment-part-last {
	padding-bottom: 0;
}