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
 
(20 intermediate revisions by the same user not shown)
Line 91: Line 91:
table.wikitable.tweek th, .tweek tr {
table.wikitable.tweek th, .tweek tr {
background-color: #eeeeee;
background-color: #eeeeee;
padding-top: .75em;
padding-bottom: .75em;
}
}


Line 105: Line 103:
}
}


.menu {
    clear: both;
    width: fit-content;
    text-align: center;
    margin: 1.5em auto 0em;
    padding: .3em 1em;
    font-size: small;
    border-radius: 30px;
    background: #dddddd;
}
.clear {clear: both;}
.fitwidth {max-width:100%; height:auto;}
.fitwidth {max-width:100%; height:auto;}
.npc {margin-bottom: .1em; padding-bottom: .1em; font-weight: bold; font-size: 130%;}
.hanging {margin: 0; padding: 0 0 0 1.5em; text-indent: -1.5em;}
.hanging {margin: 0; padding: 0 0 0 1.5em; text-indent: -1.5em;}
.mw-editfont-monospace {font-size: 1em;}
.mw-editfont-monospace {font-size: 1em;}
div {line-height: 120%;}
div {line-height: 120%;}
.topdiv {margin-top: 1em;}
.topdiv {margin-top: 1em;}
.spacerhalf {margin-top: 0.75em;}
.spacer {margin-top: 1.5em;}
.spacer {margin-top: 1.5em;}
.spacer2 {margin-top: 3em;}
.negspacer {margin-bottom: -.3em; padding-bottom: -.3em;}
.sidebar {font-size: smaller;}
.sidebar {font-size: smaller;}
.sidebartablepad {width: 100%; padding: 0.5m;}
.sidebartablepad {width: 100%; padding: 0.5m;}
Line 125: Line 139:
.botmargin {margin: 0 0 1em 0; }
.botmargin {margin: 0 0 1em 0; }
.topmargin {margin: 1em 0 0 0; }
.topmargin {margin: 1em 0 0 0; }
.notopmargin {margin-top: 0; }
ul.nested { margin-top: 0; padding-top: 0; }
ul.nobullet {list-style-type: none;}
ul.nobullet {list-style-type: none;}
ul.noindent {margin-left: 0; padding-left: 0;}
ul.dashed {list-style-type: none;}
ul.dashed > li {text-indent: -0.3em;}
ul.dashed > li:before {content: '\2014';}
li  {line-height: 120%;}
li  {line-height: 120%;}
p.backblurb {line-height: 180%; margin-top: .3em; margin-bottom: 0; padding-bottom: 0 !important;}
p.backblurb {line-height: 180%; margin-top: .3em; margin-bottom: 0; padding-bottom: 0 !important;}
Line 133: Line 153:
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }


h2 {font-size: 200%; line-height: 100%; margin-bottom: .1em; }
h2 {font-size: 175%; line-height: 100%; margin-bottom: .1em; }
h2.headline {font-size: 200%; line-height: 100%; margin-bottom: .1em; }
h2.headline {font-size: 175%; line-height: 100%; margin-bottom: .1em; }


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

Latest revision as of 02:44, 8 September 2025

/***** 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 0 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 {
	max-width: 100%;
	margin: -1px 0 0 0;
	padding: 0;
	width: 300px;
}

.portable-infobox .pi-data.pi-item {
	border-top: 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;
}

div.arch {
	overflow: auto;
	clear: both;
	height: auto;
	border: 1px #000000 solid;
	margin: 2.5em 5px 0 0;
	padding: 0.2em;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.menu {
    clear: both;
    width: fit-content;
    text-align: center;
    margin: 1.5em auto 0em;
    padding: .3em 1em;
    font-size: small;
    border-radius: 30px;
    background: #dddddd;
}

.clear {clear: both;}
.fitwidth {max-width:100%; height:auto;}
.npc {margin-bottom: .1em; padding-bottom: .1em; font-weight: bold; font-size: 130%;}
.hanging {margin: 0; padding: 0 0 0 1.5em; text-indent: -1.5em;}
.mw-editfont-monospace {font-size: 1em;}
div {line-height: 120%;}
.topdiv {margin-top: 1em;}
.spacerhalf {margin-top: 0.75em;}
.spacer {margin-top: 1.5em;}
.spacer2 {margin-top: 3em;}
.negspacer {margin-bottom: -.3em; padding-bottom: -.3em;}
.sidebar {font-size: smaller;}
.sidebartablepad {width: 100%; padding: 0.5m;}
.sidepad {padding: 0 0 0.3em 0;}
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%;}
sup {font-size: 60%; line-height: 80%;}
.single {line-height: 120%;}
.nomargin {margin: 0;}
.botmargin {margin: 0 0 1em 0; }
.topmargin {margin: 1em 0 0 0; }
.notopmargin {margin-top: 0; }
ul.nested { margin-top: 0; padding-top: 0; }
ul.nobullet {list-style-type: none;}
ul.noindent {margin-left: 0; padding-left: 0;}
ul.dashed {list-style-type: none;}
ul.dashed > li {text-indent: -0.3em;}
ul.dashed > li:before {content: '\2014';}
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: 175%; line-height: 100%; margin-bottom: .1em; }
h2.headline {font-size: 175%; line-height: 100%; margin-bottom: .1em; }

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

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%;}
h4.arch { margin-top: 0; padding-top: 0;}

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