Jump to content

MediaWiki:Common.css

From Marspedia
Revision as of 21:54, 1 July 2026 by Jburk (talk | contribs) (Footer redesign: orange pillbox, logos, larger fonts)

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


/* Begin James Gholston Test CSS */
/* @import "https://marspedia.org/MediaWiki:Exoproject.css&action=raw&ctype=text/css"; */
#wazootoo
  /* Testing $wgUseSiteCss */
  {
   color:      #FF007F;
   background: #00FFFF
   }
/* End James Gholston Test CSS */


@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")

body {font-family: "Noto Sans", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */

div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */

/* Shrink images when on mobile (needs improvement) */
img {
  max-width: 100%;
  height:auto;
}

/* Main Page CSS from Mediawiki.org */

.mainpage_heybox {
  border:3px solid #9B301C; 
  background:#F97242; 
  padding:0.225em;
  text-align:center;
}

.mainpage_heybox a {
  color:#FFF;
}

.mainpage_topbox {
	background: #f9f9f9;
	margin: 1em 0;
}

.mainpage_layouttable {
	border: 0;
	margin: 0;
	width: 100%;
	border-spacing: 10px;
}
.mainpage_layouttable * > tr > td {
	vertical-align: top;
}

.mainpage_boxtitle {
    font-size: 105%;
    padding: 0.4em;
    background-color: #eeeeee;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}

.mainpage_hubbox mainpage_featuredcell {
    padding-left:5px;
  img {
    padding-left:0;
  }
}


.mainpage_pagetitle {
    color: #cf7606;
    font-size: 200%;
    padding: 0.2em 0.4em;
}

.mainpage_sitelinks {
    padding: 0.2em;
    text-align: center;
    background-color: white;
    font-weight: bold;
}

.mainpage_hubtitle {
    text-align: center;
}

.mainpage_boxcontents {
    background: #ffffff;
    padding: 0.2em 0.4em;
}

.mainpage_boxcontents_small {
    font-size: 95%;
}

.mainpage_boxcontents_title {
    display: block;
    border-bottom: 1px solid #AAA;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.mainpage_middleblock .mainpage_hubbox {
    width: 50%;
}

.mainpage_hubbox, .mainpage_topbox {
    padding: 0;
    border: 1px solid #aaaaaa;
}

.mainpage_mwtitle {
    color: #9b301c;
}

.mainpage_languages {
	margin: 0.5em 10px;
}

.mainpage_row2,
.mainpage_row3 {
	/*display: -webkit-box;*/
	/*display: -moz-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	display: flex;

	flex-flow: row wrap;
  
  	justify-content: space-between;
  	margin: 1em 0;
}
@media screen and (min-width: 45em) {
	.mainpage_row2 .mainpage_hubbox {
		box-sizing: border-box;
		float: left;
		width:50%;
	}
	.mainpage_row2 .mainpage_featuredcell {
		flex:1 0;
		margin-right:5px;
	}
	.mainpage_row2 .mainpage_helpcell {
		flex:1 0;
		margin-left:5px;
	}
}
@media screen and (max-width: 45em) {
	.mainpage_row2 .mainpage_hubbox {
		box-sizing: border-box;
		flex: 1 0 100%;
		width: 100%;
		margin: 0.5em 0;
	}
}
@media screen and (min-width: 45em) {
	.mainpage_row3 .mainpage_hubbox {
		box-sizing: border-box;
		float: left;
	}
	.mainpage_row3 .mainpage_newscell {
		flex: 2 0 20em;
		margin-right:5px;
	}
	.mainpage_row3 .mainpage_aboutcell {
		flex: 1 2 15em;
		margin-left:5px;
	}
}
@media screen and (max-width: 45em) {
	.mainpage_row3 .mainpage_hubbox {
		box-sizing: border-box;
		flex: 1 0 100%;
		width: 100%;
		margin: 0.5em 0;
	}
}
@media screen and (max-width: 55em) {
	.mainpage_row3 .mainpage_newscell {
		order: -1;
		flex: 1 0 100%;
		width: 100%;
		margin: 0 0 0.5em 0;
	}
}


/* ===== Marspedia footer network pillbox (v2, 2026-07-01) ===== */
/* Marspedia footer "network" pillbox — paste into MediaWiki:Common.css.
   Pairs with footer-network.php (SkinAddFooterLinks hook). Vector 2022. */

/* The injected item sits in the #footer-places <ul>; make it full-width, no bullet. */
#footer-places li:has(.mp-footer-network),
.mw-footer-places li:has(.mp-footer-network) {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-basis: 100%;
}

/* The orange rounded pillbox — nearly full width within the footer container. */
.mp-footer-network {
	box-sizing: border-box;
	width: calc(100% - 1em);
	max-width: 1400px;
	margin: 1.5em auto 0.75em;
	padding: 1.6em 2.2em 1.8em;
	background: linear-gradient(180deg, #ea7b34 0%, #db6a24 100%);
	border-radius: 22px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18);
	color: #fff;
}

.mp-fn-heading {
	text-align: center;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 1.1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.mp-fn-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4em 2em;
	align-items: stretch;
	justify-content: space-around;
}

.mp-fn-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.55em;
	flex: 1 1 190px;
	min-width: 160px;
}

/* White chip behind each logo so transparent/dark logos read on orange. */
.mp-fn-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
	padding: 0.55em 1em;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.mp-fn-logo img {
	height: 56px;
	width: auto;
	max-width: 190px;
	display: block;
}

.mp-fn-logo-text {
	font-weight: 700;
	color: #db6a24;
	font-size: 1.1em;
}

.mp-fn-name {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
}

.mp-fn-links {
	display: flex;
	flex-direction: column;
	gap: 0.15em;
	font-size: 1.02em;
}

/* Links: white, larger, readable. */
.mp-footer-network a {
	color: #fff;
	text-decoration: none;
}

.mp-footer-network .mp-fn-name a {
	font-size: 1em;
}

.mp-footer-network a:hover,
.mp-footer-network a:focus {
	text-decoration: underline;
}

.mp-footer-network .mp-fn-links a::before {
	content: "\203A\00a0"; /* › */
	font-weight: 700;
}

/* Stack on narrow screens. */
@media ( max-width: 720px ) {
	.mp-footer-network { padding: 1.2em 1.2em 1.4em; }
	.mp-fn-cards { gap: 1.2em; }
	.mp-fn-card { flex-basis: 45%; }
}
@media ( max-width: 440px ) {
	.mp-fn-card { flex-basis: 100%; }
}