MediaWiki:Common.css

From Little Tail Wiki
Revision as of 20:03, 13 February 2025 by Admin (talk | contribs)
Jump to navigationJump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Interwiki SVG Formatting*/
.wikipedia:after {
  content:"";
  background: url(https://littletail.wiki/images/5/5a/Wikipedia%27s_W.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 0.55em; /* sizing */
  padding-top: 1.2em;
  margin-left: -0.4em;
  margin-right: -0.2em;
  padding-left: 0.05em;
}

/* Tabs Content */
.bullet-0 .jw-tabs-content > ul > li:first-child::marker {
    content: "";
}

/* Misc */
.excerpt-block .noexcerpt {
	display: none;
}

.gradient {
	background: rgb(114,181,226); background: linear-gradient(0deg, rgba(114,181,226,1) 0%, rgba(211,235,255,1) 100%);
}