Indiana Jones Wiki
Advertisement

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.
/* ========
   Imports 
   that support
   the 2023 redesign
   ======= */
@import url('/load.php?debug=false&&allinone=0&lang=en&mode=articles&articles=MediaWiki:Mainpage.css&only=styles');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
@import url("https://use.typekit.net/kse8pgm.css");

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

h2 {margin-top: 20px;}

.toc {margin-top: 20px;}

/* Reintroduce slightly different link color for links to external sites */
a.extiw, a.external { color: rgb(51, 102, 187); }
.theme-fandomdesktop-dark a.extiw, a.external { color: rgb(241, 90, 34); }

/* Infobox template style */
.indy-infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.indy-infobox td,
.indy-infobox th {
   vertical-align: top;
}
.indy-infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.indy-infobox.bordered {
   border-collapse: collapse;
}
.indy-infobox.bordered td,
.indy-infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.indy-infobox.bordered .borderless td,
.indy-infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;

}

.theme-fandomdesktop-dark .forumheader {
	border: 1px solid #a6906a;
    background-color: #573423; margin-top: 1em; padding: 12px;
}

/* Forum formatting -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td span { display: block; padding-left: 10px; font-size: smaller }
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_edited a { text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

.infobox
{
margin: 0px 0px 10px 10px; 
background: #eeeeee; 
border: 1px #aaaaaa solid; 
border-collapse: collapse; 
font-size: 85%; 
float: right; 
width: 220px;
}

.infobox-type
{
text-align:center; 
padding:0px; 
background: #f8f8f8; 
font-size: smaller;
}

.infobox-title
{
font-size: larger; 
background-color:#000; 
color:#fff; 
padding:4px 0px 0px 0px; 
text-align: center;
}

.infobox-image
{
text-align: center; 
padding: 0px;
}

.infobox-label
{
text-align: right;
padding: 4px;
border-width: 1px 0px 1px 0px; 
border-style: solid; 
border-color: #aaaaaa;}

.infobox-text
{
padding: 4px; 
background-color: #dddddd; 
border-width: 1px 0px 1px 0px; 
border-style: solid; 
border-color: #aaaaaa;
}

.references li
{
font-size: 85%;
}
Advertisement