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 56: Line 56:


.portable-infobox .pi-image img {
.portable-infobox .pi-image img {
border: 1px solid #800000;
max-width: 100%;
max-width: 100%;
margin: 0;
margin: 0;

Revision as of 07:25, 7 March 2024

/***** 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;
	font-size: 90%;
}

.portable-infobox {
	border: 1px solid #800000;
	background-color: #efefef;
	line-height: 1.5;
	float: right;
	margin: 0 0 1em 21px;
	padding: 0;
	width: 300px;
}

.portable-infobox .pi-title {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #800000;
	text-align: center;
	font-size: 180%;	
	font-weight: bold;
	color: #ffffff;
	width: 300px;
}

.portable-infobox .pi-secondary-font {
	font-weight: bold;
}

.portable-infobox .pi-image {
	margin: 0;
	padding: 0;
	width: 300px;
}

.portable-infobox .pi-image img {
	border: 1px solid #800000;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: 300px;
}

.portable-infobox .pi-data.pi-item {
	border: 1px solid #800000;
	padding: 0;
}

.portable-infobox .pi-data-label {
	border: 0;
	font-size: 85%;
	margin: -4px 0 0 0;
	padding: 5px;
}

.portable-infobox .pi-data-value {
	border: 0;
	font-size: 85%;
	margin: 0;
	padding: 5px;
}

div.backcover {
	border-radius: 30px;
	padding: 1em;
	margin: 0 0 1em 0;
	float: left;
	width: calc(100% - 355px);
}

table.wikitable.tweek th, .tweek tr {
	background-color: #eeeeee;
	padding-top: .75em;
	padding-bottom: .75em;
}

.mw-editfont-monospace {font-size: 1em;}
div {line-height: 120%;}
a.new:link {color: #ee0000;}
a:link {color: #0148c2;}
a:visited {color: #0148c2;}
a:active {color: #ee0000;}
a:hover {color: #0148c2;}
p {line-height: 120%;}
.single {line-height: 120%;}
.nomargin {margin: 0;}
li  {line-height: 120%;}
p.backblurb {line-height: 180%; margin-top: .3em; margin-bottom: 0; padding-bottom: 0 !important;}
p.backquote {font-size: 160%; margin: 0; line-height: normal !important;}
cite {line-height: 120%;}
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }

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: .1em; line-height: 100%;}
h3.itemhead3 {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: .1em; line-height: 100%;}
h3.headline {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: .1em; line-height: 100%;}
h3.mw-headline {font-size: 150%; font-weight: bold; margin-bottom: 0; padding-bottom: .1em; line-height: 100%;}

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

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