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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/***** 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 {
border: 1px solid #800000;
background-color: #efefef;
line-height: 1.5;
float: right;
margin: 0.5em;
padding: 0;
width: 300px;
}
.portable-infobox .pi-title {
border: 0;
margin: 0;
padding: 0;
background-color: #800000;
text-align: center;
font-size: 160%;
font-weight: 1100;
color: #ffffff;
width :300px;
}
.portable-infobox .pi-image {
margin: 0;
padding: 0;
width: 300px;
}
.portable-infobox .pi-image img {
border: 0;
max-width: 100%;
margin: 0;
padding: 0;
width: 300px;
}
.portable-infobox .pi-data.pi-item {
border: 1px solid #800000;
font-weight: 1100;
}
.portable-infobox .pi-data.pi-item th {
vertical-align: top;
}
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;}
