Anonymous
×
Create a new article
Write your page title here:
We currently have 906 articles on Saga Edition RPG Omnibus. Type your article name above or click on one of the titles below and start writing!



Saga Edition RPG Omnibus

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 22: Line 22:
}
}


.portable-infobox.pi-background {
.portable-infobox {
  background-color: #efefef;
--pi-border-color: #800000;
border: 1px solid #800000;
border-radius: 8px;
padding: 6px;
font-size: 12px;
background-color: #efefef;
line-height: 1.5;
float: right;
margin: 0.5em 0 0.5em 1em;
width: 21em;
}
}


.portable-infobox.pi-border-color {
  border-color: #800000;
}
.portable-infobox.pi-secondary-background {
  background-color: #800000;
}


div {line-height: 120%;}
div {line-height: 120%;}

Revision as of 03:40, 31 December 2023

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */

.toclimit-2 .toclevel-1 {display: none;}
.toclimit-3 .toclevel-2 {display: none;}
.toclimit-4 .toclevel-3 {display: none;}
.toclimit-5 .toclevel-4 {display: none;}
.toclimit-6 .toclevel-5 {display: none;}
.toclimit-7 .toclevel-6 {display: none;}

body {
	background-image: url("/images/star-wars-background.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.portable-infobox {
	--pi-border-color: #800000;
	border: 1px solid #800000;
	border-radius: 8px;
	padding: 6px;
	font-size: 12px;
	background-color: #efefef;
	line-height: 1.5;
	float: right;
	margin: 0.5em 0 0.5em 1em;
	width: 21em;
}


div {line-height: 120%;}
p {line-height: 120%;}
p.single {line-height: 120%;}
li  {line-height: 120%;}
blockquote {line-height: 120%;}
blockquote.single {line-height: 120%;}
cite {line-height: 120%;}
cite.single {line-height: 120%;}

h2 {font-size: 200%; line-height: 100%;}
h2.headline {font-size: 200%; line-height: 100%;}

h3 {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}
h3.itemhead3 {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}
h3.headline {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}
h3.mw-headline {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}

h4 {font-size: 120%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}
h4.headline {font-size: 120%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}

h5 {font-size: 100%; font-weight: normal;}
h5.headline {font-size: 100%; font-weight: normal;}