MediaWiki:Mobile.css

From Machina Main Cluster Official Wiki
Revision as of 05:52, 6 December 2021 by Prisma (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the mobile site: →‎CSS placed here will be applied to all skins: @font-face { font-family: "Cyborg45 Regular"; src: url("h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* All CSS here will be loaded for users of the mobile site */
/* CSS placed here will be applied to all skins */
@font-face {
  font-family: "Cyborg45 Regular";
  src: url("https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF") format("truetype")
}

.no-list-styling {
    list-style-type: none;
}

/* Changes the default font used for MediaWiki headings to Cyborg45: */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: "Cyborg45 Regular", sans-serif;
    padding-bottom: 6px;
    font-weight: 400;
    border-bottom: 1px solid #e5e7e9;
}


#content .mw-body h1, .mw-body h2, .mw-body #firstHeading {
    font-family: "Cyborg45 Regular", sans-serif;
}

/* Infoboxes */
.infobox {
	float: right;
	clear: right;
	padding: 2px;
	margin: 0 0 1em 1em;
}
/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
	margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
	margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}
th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background-color: #fdfdfd; /* Background color */
}
.navbox-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background-color: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
	background-color: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
	background-color: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline-block;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}


/* NSFW Warning Box */
.mw-cookiewarning-container {
	position: fixed;
	background-color: rgba( 90, 90, 90, 0.85 );
	box-sizing: border-box;
	padding: 16px 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1999;
	display: flex;
	justify-content: center;
	// Narrow mobile screens
	// 550px is a mostly arbitrary number, though it's used by a few other exts and skins
	@media screen and ( max-width: 550px ) {
		flex-wrap: wrap;
		.mw-cookiewarning-text {
			margin-bottom: 0.7em;
		}
	}
	.mw-cookiewarning-text {
		display: flex;
		align-items: center;
		color: #fff;
		font-weight: bold;
		font-size: 92%;
	}
	form {
		flex-shrink: 0;
		.oo-ui-widget {
			margin: 0 0 0 8px;
		}
	}
}
This Wiki contains NSFW content. All people mentioned are above the age of 18. By using this wiki you agree that you are of 18 years of age or over.