Difference between revisions of "MediaWiki:Common.css"

From Unstable Games Wiki
 
(23 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
/* Change Font
 
/* Change Font
 
@font-face {font-family: 'Reef';src: url('Resources/Reef.otf');}  
 
@font-face {font-family: 'Reef';src: url('Resources/Reef.otf');}  
body {font-family: 'Arial';font-size:small}*/
+
body {font-family: 'Arial';font-size:x-small}*/
  
@import url("https://fonts.google.com/specimen/Source+Sans+Pro|Source+Sans+Pro")
+
@font-face {font-family: 'SourceSansPro';src: url('Resources/fonts/SourceSansPro-Regular.otf');}
 +
body {font-family: 'Arial';font-size:small}
  
/*body {font-family: "Source Sans Pro", sans-serif}
+
h1,h2,h3,h4,h5 {font-family: 'SourceSansPro'}
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: "Source Sans Pro", serif}
 
/* changes the default font used for MediaWiki headings to Noto Serif */
 
  
 
/* Standard Navigationsleisten, aka box hiding thingy
 
/* Standard Navigationsleisten, aka box hiding thingy

Latest revision as of 12:01, 9 November 2020

#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }

/* CSS placed here will be applied to all skins */
.tocnumber { display: none; }

/* Hide the Discussion Tab */
#ca-talk { display:none!important; }

/* Change Font
@font-face {font-family: 'Reef';src: url('Resources/Reef.otf');} 
body {font-family: 'Arial';font-size:x-small}*/

@font-face {font-family: 'SourceSansPro';src: url('Resources/fonts/SourceSansPro-Regular.otf');} 
body {font-family: 'Arial';font-size:small}

h1,h2,h3,h4,h5 {font-family: 'SourceSansPro'}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
	margin: 0;
	padding: 4px;
	border: 1px solid #a2a9b1;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	background-color: #fff;
	margin: 0;
	padding: 2px;
	/* @noflip */
	float: left;
}
div.NavFrame div.NavHead {
	line-height: 1.6em;
	font-weight: bold;
	background-color: #ccf;
	position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position: absolute;
	top: 0;
	/* @noflip */
	right: 3px;
	font-weight: normal;
	font-size: 90%;
}

.client-js .NavFrame.collapsed > .NavContent {
	display: none;
}