Satisfactory Wiki
Advertisement

In other languages: DeutschFrançaisРусский


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/*****************
* Base framework *
******************/
body {
  background-image:url(https://satisfactory.gamepedia.com/media/b/b2/Background_decoration.png); /*[[File:Background decoration.png]]*/
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:bottom;
  background-size:100% auto;
  background-color:#eee;
}

#mw-page-base {
 background:transparent; 
}

div#content,
div#footer {
  background-color:rgba(238,238,238,0.95);
  color:#0C0C0C;
  border: 2px solid #aaaaaa;
  border-radius:15px;
  padding:0.75em;
}

div#content {
  margin-top:calc(3.5em - 1px);
  padding-top:2.45em;
}

div#footer {
  margin-top:4em;
  margin-bottom:2em;
}

.mw-body {
  margin-left:11em;
}

#pageWrapper {
  margin-right: 10px;
}

/*********************
* end base framework *
**********************/

/**************************
* Gamepedia footer tweaks *
***************************/
footer {
  border-top:#f48020 1px solid;
}

/* prevents the footer from breaking at narrow widths */
footer#curse-footer .footer-box {
  flex:unset;
}

footer#curse-footer ul li {
  white-space:nowrap;
}
/********************
* End footer tweaks *
*********************/

/********
* Links *
*********/
.pseudo-link {
  color:#0645ad;
  cursor:pointer;
}

.pseudo-link:hover,
.pseudo-link:focus {
  text-decoration: underline;
}
/************
* End links *
*************/

/*******
* Logo *
********/
#p-logo {
  position:absolute;
  height: 8.5em;
  width: 22em;
  background-size: contain;
  background-repeat:no-repeat;
  left:calc(50vw - 11em);
  top:-9.5em;
}

#p-logo a {
  background-size: contain;
  height: 8.3em;
  width: 22em;
}
/***********
* end logo *
************/

/***********
* Headings *
************/
h1#firstHeading {
  font-family: Verdana, Geneva, sans-serif;
  color:#575757;
  border-top: 2px solid #D1D0D0;
  border-bottom:1px solid #E89E58;
  margin-left: -0.42em;
  margin-right: -0.42em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#content h2,
.fakeh2 {
  color:#3F3F3F;
  border-bottom:1px solid #E89E58;
}

.fakeh2 {
  font-size: 1.5em;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.25em;
  line-height: 1.3;
  padding: 0;
  background: none;
  font-weight: normal;
  overflow: hidden;
}

/***************
* End headings *
****************/

/**************
* Vector tabs *
***************/
div.vectorTabs {
  background: none;
}

#left-navigation {
  margin-left:11.8em;
}

#right-navigation {
  margin-right:30px;
}

#right-navigation,
#left-navigation {
  margin-top:8.5em;
}

div#mw-head div.vectorTabs ul li a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
  color:#7F7F7F;
  font-size:0.8em;
  font-weight:bold;
  text-decoration:none;
}

div.vectorTabs li a {
  padding-left:0.7em;
  padding-right:0.7em;
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
  background:none;
}

div#mw-head div.vectorTabs ul li.selected span {
  background:#E59344;
}

div#mw-head div.vectorTabs ul li.selected span a {
  color:#fff;
}

div.vectorTabs span a {
  padding-top:1em;
}

div#mw-head div.vectorTabs ul li:not(.selected) span:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span:focus {
  background-color:#CCCBCB;
}

div#mw-head div.vectorTabs ul li:not(.selected) span a:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span a:focus {        
  color:#fff;
}

h3#p-sharing-label span,
h3#p-cactions-label span {
  margin-top:-0.25em;
}

div.vectorTabs {
  padding-left:0;
}

div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected   {
    background: none;
}

div#right-navigation div#p-search {
  margin-top:0.8em;
  margin-right:10.5px;
}

div.vectorMenu div.menu {
  border: 2px solid #3F3E3B;
  border-radius:3px;
  background-color:rgba(0,0,0,0.8);
  color: ##fff6e7;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3);
  box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.75);
}

div.vectorMenu div.menu ul {
 background-color:transparent;
}

div.vectorMenu div.menu a {
  color:#D7DEE8;
  font-weight:bold;
  text-decoration:none;
}

div.vectorMenu div.menu li:hover {
  background-color:rgba(255,255,255,0.2);
  box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
}

div#p-cactions .menu {
  top:2.5em;
}

div#p-sharing .menu {
  margin-left: .5em;
  min-width: 0px;
  width: 48px;
  top:2.5em;
}

div#simpleSearch {
  margin-top:-0.5em;
}

/******************
* End Vector Tabs *
*******************/

/**********
* Sidebar *
***********/
div#mw-panel {
  padding-top:2em;
  padding-left:.5em;
}

div#mw-panel div.portal {
  padding:0;
  margin-left:0;
  margin-bottom:1em;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos),
div#mw-panel div.portal.collapsed {
  background-color:rgba(238,238,238,0.9);
  padding-top:0;
  border-radius:10px;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:link,
#mw-panel.collapsible-nav a:visited{
  font-weight:bold;
  color:#3F3F3F;
}

div#mw-panel div.portal div.body ul li a:hover,
div#mw-panel div.portal div.body ul li a:focus {
  color:#e59344;
}

#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
  margin-right:0.5em;
  margin-bottom:0.3em;
}

#mw-panel.collapsible-nav .portal div.body ul li,
#mw-panel .portal div.body ul li {
  padding-left:0.2em;
}

#mw-panel .portal div.body ul li a{
  margin-left:0.2em;
  font-size:0.9em;
}

div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  margin:0;
  padding:5px;
  text-align:center;
  font-weight:bold;
  font-size:0.9em;
  border-bottom:1px solid #E89E58;
}

div#mw-panel div.portal.collapsed h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  border-bottom:0;
}

div#mw-panel div.portal h3 a,
div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a {
  font-weight:bold;
  color:#3F3F3F;
}

div#mw-panel div.portal div.body {
  background-image:none;
}

div#mw-panel {
  top:9.65em;
}

/**************
* End Sidebar *
***************/

/**************
* Preferences *
***************/
.client-js div#preferences {
  background:rgba(0,0,0,0.01);
  border:1px solid #7f7f7f;
  margin-top:1px;
}

.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc li a,
.client-js #preftoc li {
  background-image: none;
  background-color: transparent;
  font-family: sans-serif;
  text-shadow:1px 1px 1px rgba(0,0,0,0.1);
  font-size:1em;
}

.client-js #preftoc li a:active {
  font-size:1em;
}

.client-js ul#preftoc {
  margin-left:-0.1em;
  margin-bottom:5px;
}

.client-js #preftoc li.selected a {
  background-image: none;
  color: #000;
  text-decoration:none;
}

.client-js #preftoc li.selected {
  border:0;
  border-bottom: 2px solid #e59344;
  border-radius: 5px / 1px;
  padding-right:0;
}

.client-js #preftoc li:not(.selected) a:hover {
  color:#e59344;
  text-decoration:none;
  text-shadow:4px 4px 1px rgba(0,0,0,0.25);
}

.client-js #preferences legend {
  color: #000;
}

#preferences fieldset.prefsection fieldset {
  border-color:#7f7f7f;
}

.client-js .htmlform-tip {
  color:#333;
}
/******************
* End Preferences *
*******************/
/***************
* Page History *
****************/
ul#pagehistory > li {
  border:none;
}

#pagehistory li.selected {
  background-color:rgba(0,0,0,0.1);
  border:1px solid #484951;
}

table.diff {
  background-color:rgba(0,0,0,0.1);
  border-radius:20px;
}
/*******************
* End Page History *
********************/

/*********************
* tablepager styling *
**********************/
table.TablePager td {
  border:1px solid #aaa;
}

table.TablePager tr th {
  color: #fff;
  border: 1px solid #aaaaaa;
  background-color: #575757;
  font-family: Verdana, Geneva, sans-serif;
}

table.TablePager tr > td {
  background:rgba(0,0,0,0.01);
}

table.TablePager tbody tr:hover td {
  background-color:rgba(127,127,127,0.25);
}
/*************************
* end tablepager styling *
**************************/

/********************
* wikitable styling *
*********************/
table.wikitable {
  color:#000;
  border:1px solid #aaaaaa;
  background-color:rgba(0,0,0,0.01);
  box-shadow:4px 4px 0 rgba(0,0,0,0.3);
}

table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  color: #fff;
  border: 1px solid #aaaaaa;
  background-color: #575757;
  font-family: Verdana, Geneva, sans-serif;
}

table.wikitable tbody tr td {
  border:1px solid #aaaaaa;
}
/************************
* End wikitable styling *
*************************/

/*****************
* Infobox styles *
******************/
.infobox {
  float: right;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  color: #575757;
  border: 3px solid #aaaaaa;
  border-radius: 15px;
  background-color: #f9f9f9;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 89%;
  padding: 0 0.9em 0.7em 0.9em;
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color:transparent;
  border: 0;
}

.infobox-header {
  padding:0.5em;
  font-size: 200%;
  text-align: center;
}

.infobox-section {
  text-align:center;
  font-weight:bold;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #e59344;
  margin: 0 0 10px 0;
}

.infobox-centered {
  text-align: center;
}

.infobox-centered img {
  max-width:100%;
  height:auto;
  margin-bottom: 10px;
}

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  text-align: left;
  white-space: nowrap;
}

.infobox-row-value {
  word-break:break-word;
}

.infobox-spacer {
  height: 0.5em;
}

.ingredient-cost-container {
    margin: 0;
    padding: 0;
    border: none;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    grid-auto-rows: 75px;
}

.ingredient-cost-wrapper {
    width: 65px;
    height: 65px;
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

.ingredient-cost {
    width: inherit;
    height: inherit;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ingredient-cost-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #666666;
    border-radius: 5px;
    color: #ffffff;
    padding: 3px 5px;
}

.infobox-group {
  display:flex;
  flex-wrap:wrap;
}

/*
 .infobox-group .infobox-header {
 height:3.2em
}
*/
/*********************
* End infobox styles *
**********************/

/*****************
* Search styling *
******************/
div.mw-search-profile-tabs {
  border:1px solid #aaa;
  background-color:#fff;
}

fieldset#mw-searchoptions {
  border:1px solid #000;
  border-top:none;
  background-color:rgba(0,0,0,0.01);
}

.mw-search-profile-tabs .search-types {
  padding-left:0;
}

div#content .mw-search-profile-tabs .search-types ul li a {
  border-right: 1px solid #000;
}

.mw-search-profile-tabs ul li.current a {
  background-color:#e59344;
  color:#fff;
}

.mw-search-profile-tabs ul li:last-child {
  border-bottom:0;
}

/*********************
* end search styling *
**********************/

/*****************
* Editor Styling *
******************/
div.wikiEditor-ui .wikiEditor-ui-view {
  border:1px solid #000;
}

div.wikiEditor-ui {
   background: transparent;
   border:0;
}

div.wikiEditor-ui-controls {
  background-color: transparent;
  border:0;
  margin-bottom:0.5px;
}

div.wikiEditor-ui-toolbar {
  background:rgba(0,0,0,0.05);
}

div.wikiEditor-ui-toolbar .group {
  border-right: 1px solid #000; 
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #000;
   border-right: none;
}

.tab {
   border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: #000;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: #000;
}

#content div.wikiEditor-ui-toolbar .group .tool-select .label,
#content div.wikiEditor-ui-toolbar .menu .options a.option {
   color: #000000;
}

.wikiEditor-ui-toolbar .group .label,
.wikiEditor-ui-toolbar .page-table th {
  color:#434343;
}

div.wikiEditor-ui-toolbar .sections .section {
  background:rgba(50,50,50,0.1);
  border-top: 1px solid #61544B;
}

div.wikiEditor-ui-toolbar .booklet .pages {
  background-color:rgba(0,0,0,0.25);
}

div.wikiEditor-ui-toolbar .page-characters div span {
  border: 1px solid rgba(0,0,0,0.75);
  color: #f0f0f0;
  background:transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
  background-color:rgba(127,127,127,0.5);
}

div.wikiEditor-ui-toolbar .page-table td {
   border-top: 1px solid #000;
   color: #e5e5e5;
}

div.editOptions {  
  background-color: transparent;
  border:none;
}
/*********************
* End Editor Styling *
**********************/

/******************
* thumbnail tweak *
*******************/
div.thumbinner,
li.gallerybox div.thumb {
  border: 1px solid #262626;
  background-color: rgba(229,229,229,0.8);
}

/**********************
* end thumbnail tweak *
***********************/

/**************************
* Table of contents (toc) *
***************************/
div#toc {
  border: 1px outset #333;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.5), inset 0 0 1px 0px rgba(0,0,0,0.25);
  border-radius: 10px;
  background:url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat top left padding-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat top right padding-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat bottom left padding-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat bottom right padding-box; /*[[File:Bolt.png]]*/
  background-color: #ddd;
  background-size:5px;
  padding:5px 15px;
  background-position-x:7px, calc(100% - 7px), 7px, calc(100% - 7px);
  background-position-y:2px, 2px, calc(100% - 2px), calc(100% - 2px);
}
/************************
* End table of contents *
*************************/

/*************************
* FP (front page) tweaks *
**************************/
.fpbox,
.fpbox .heading,
.fpbox .welcome{
  color:#000;
}

div.fplink:not(.fplink-plain) {
  background:transparent;/* reset */
  background-color:#efefef;/* for browsers that don't support gradient background */
  background: radial-gradient(#efefef, #fff);
  box-shadow:inset 0 0 2px #000;
  border: 3px double #fff;
  border-radius: 10px / 20px;
}

div.fplink:hover {
  background:#fff;
}

.fpbox {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #505050;
  box-shadow: 0 2px 5px #505050;
}

.linkslabel {
  border-bottom: 2px solid #505050;
}
/****************
* end FP tweaks *
*****************/

/***********************
* Category bar styling *
************************/
#catlinks,
ul#filetoc {
  border: 1px outset #333;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.5), inset 0 0 1px 0px rgba(0,0,0,0.25);
  border-radius: 10px;
  background:url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat top left padding-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat top right padding-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat bottom left padding-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat bottom right padding-box;
  background-color: #ddd;
  background-size:5px;
  padding:5px 15px;
  background-position-x:7px, calc(100% - 7px), 7px, calc(100% - 7px);
  background-position-y:2px, 2px, calc(100% - 2px), calc(100% - 2px);
}
/***************************
* end category bar styling *
****************************/

/**************************
* Used by Template:Header *
***************************/
.fpHeader {
  position:relative;
  background: url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat bottom left border-box,
    url(https://satisfactory.gamepedia.com/media/8/8e/Bolt.png) no-repeat bottom right border-box,
    url(https://satisfactory.gamepedia.com/media/5/50/Middle.png) repeat-x center left border-box, /*[[File:Middle.png]]*/
    linear-gradient(to bottom, #465461, #4F4136);
  font-size:1.7em;
  padding:0 1em;
  box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.25);
  background-size: 0.6em, 0.6em, 1px 0.3em, auto;
  border-radius:0.7em 20px 0 0;
}

.fpHeader::before {
  position:absolute;
  width:100%;
  height:100%;
  top: -0.13em;
  left: -0.13em;
  content:"";
  background:url(https://satisfactory.gamepedia.com/media/c/c9/Corner_top_left.png) no-repeat top left border-box; /*[[File:Corner top left.png]]*/
  background-size: 0.9em;
  z-index:3;
  pointer-events:none;
}

.fpHeader::after {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  border-radius:30px 30px 1px 1px;
  background:url(https://satisfactory.gamepedia.com/media/a/a8/Texture.png) repeat; /*[[File:Texture.png]]*/
  opacity:0.05;
  z-index:1;
  pointer-events:none;
}

.fpHeaderText {
  position:relative;
  font-family: 'Satisfontory_v1.5', sans-serif;
  color: #f2f2f2;
  background: -webkit-linear-gradient(bottom, #ADC8DD, #FEFFFE, #E2E9EF);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index:2;
}
/**********************
* end Template:Header *
***********************/

/********************************************
* Improved responsiveness for narrow widths *
*********************************************/
.mw-body,
#footer {
  margin-left:11em;
}

.level img { /* wikipoints level on profile */
  max-width:100%;
}

@media screen and (max-width:720px) {
  div#content {
    border-left:none;
    border-right:none;
    margin:0;
  }

  #pageWrapper {
    margin-right:0;
  }

  div#left-navigation,
  div#right-navigation {
    top:5.1em;
  }

  div#left-navigation {
    margin-left:1px;
  }
  
  div#right-navigation {
    margin-right:5px;
  }

  #left-navigation ul > li.selected:first-child span {
    border-radius:13px 0 0 0;
  }

  div#p-namespaces,
  div#p-views,
  div#p-variants,
  div#p-cactions {
    top:0;
  }

  div#p-sharing {
    top:0;
  }

  div#p-search {
    top:-3em;
  }

  div#right-navigation div#p-search {
    margin-right:0;
  }

  div#mw-navigation div#mw-panel .portal {
    width:auto;
    text-align:center;
  }
  
  div#mw-navigation div#mw-panel {
    width:100%;
    margin: 0;
    margin-top:2em;
    padding:0;
    top:0;
  }

  .curseprofile .leftcolumn,
  .curseprofile .rightcolumn {
    width:unset;
  }

  .headline ul {
    clear:left
  }
  
  .infobox {
    float:none;
    margin:auto;
  }
}

/******************************
* end improved responsiveness *
*******************************/

/****************
* Navbox tweaks *
*****************/
.navbox-title, table.navbox th,
.navbox-group {
  background-color:#4f4f4a;
  color:#fff;
}

div#content .navbox th a,
.navbox .navbox-group a {
  color:#e59344;
}
/*********************
* End navbox tweaks *
*********************/

/****************************************************************************************************
* Used by [[Template:CraftingTable]], [[Template:ResearchTable]] and [[Template:MilestoneTable]] *
****************************************************************************************************/
.craftingTable .firstRow,
.researchTable .firstRow,
.milestoneTable .firstRow {
  border-top:2px solid #575757;
}
/*****************************
* End Template:CraftingTable *
******************************/

/***************************
* Used by [[Template:Key]] *
****************************/
.key {
  display:inline-block;
  white-space:nowrap;
}

.key kbd {
  padding: 0.1em 0.6em 0.1em 0.6em; 
  margin-right:2px; 
  font-size:85%; 
  font-family:inherit; 
  font-style:normal;
  border-radius: .2em; 
}

/* Dark Variation */
.keysDark {
  color:black; 
  border: 1px solid rgb(170, 170, 170); 
  box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221); 
  background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238)); 
  background-color: rgb(249, 249, 249); 
}

/* Light Variation */
.keysLight {
  color:white; 
  border: 1px solid rgb(0, 0, 0); 
  box-shadow: 0.1em 0.2em 0.2em rgb(0, 0, 0); 
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15), rgb(30, 30, 30)); 
  background-color: rgb(30, 30, 30); 
}
/**************************
* End Template:Key styles *
***************************/

/****************
* Tabber tweaks *
*****************/
.tabber .tabbertab {
	border:none;
}
/*********************
* End Tabber tweaks *
*********************/

/*********************
* Site Notice Tweaks *
*********************/
#siteNotice {
    font-size: 0.8em;
    background-color: #e0e0e08f;
}
.globalNotice {
    box-sizing: border-box;
    padding: .1em .5em;
}
#localNotice {
    margin-bottom: 0.5em;
    border-width: 2px;
    border-color: #aaaaaa;
    border-style: solid;
    border-radius: 10px;
}
.globalNotice .globalNoticeDismiss {
    display: block;
    text-align: right;
    height: 1px;
}
Advertisement