MediaWiki:Timeless.css: Difference between revisions

From 18TRIP Wiki
Content deleted Content added
No edit summary
No edit summary
 
Line 7: Line 7:
/* Fonts */
/* Fonts */
#mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
#mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
font-family: "IBM Plex Sans", sans-serif;
font-family: "18TRIPSans-Regular", sans-serif;
font-weight: bold;
font-weight: bold;
}
}

Latest revision as of 20:06, 24 May 2024

/* 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%;