MediaWiki:Timeless.css

From 18TRIP 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.
/* All CSS here will be loaded for users of the Timeless skin */

body {
	font-family: "IBM Plex Sans", sans-serif;
}

/* Fonts */
#mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
	font-family: "18TRIPSans-Regular", sans-serif;
    font-weight: bold;
}

:lang(zh-Hant) {
	font-family: "IBM Plex Sans", sans-serif;
}
/* Content Block */
#mw-content-block {
	background-image: url("https://static.miraheze.org/18tripwiki/9/9d/Bg_Homepage.png");
	background-attachment: fixed;
	background-size: cover;
} 

/* Content */
#mw-content {
    background: #f4f3ef;
}


/* Header */
#mw-header-container {
	background: url(https://static.miraheze.org/18tripwiki/a/ad/Detail_bg.png);
	background-attachment: fixed;
    background-size: contain;
}

.color-left {
    background: #C8FF46;
}

.color-middle {
    background: #C8FF46;
}

.color-right {
    background: #C8FF46;
}

.mw-collapsed {
	width: 85%;