MediaWiki:Common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(wiki bug fix until fixed properly)
(Hide the semantic wiki notices for now)
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* --- General look and feel of the site --- */
/* --- General look and feel of the site --- */


@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('/resources/dark/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('/resources/dark/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url('/resources/dark/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url('/resources/dark/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('/resources/dark/fonts/TitilliumWeb-Bold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('/resources/dark/fonts/TitilliumWeb-Bold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* --- remove sidebar label and upper border of custom toolbox to make it look like that point is part of the tools section --- */
/* --- remove sidebar label and upper border of custom toolbox to make it look like that point is part of the tools section --- */
Line 30: Line 77:
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
     padding: 0.15em 0.45em
     padding: 0.15em 0.45em
}
/* Hide the semantic wiki notices for now */
.smw-editpage-help {
  display: none;
}
}


Line 575: Line 628:
  border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-align: center;
  cursor: pointer
  cursor: pointer;
margin: 3px
}
}
.bps-box:active {
.bps-box:active {
Line 589: Line 643:
}
}


/* arrow in recent changes fix, icon next to username in top right fix, listfiles button icons (bugs in wiki) */
@keyframes rail-signal-blink {
 
  33% { color: #55FF55; }
.mw-icon-arrow-collapsed, .mw-collapsible-arrow.mw-collapsible-toggle-collapsed {
  66% { color: #FFFF55; }
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M4%201.533v9.671l4.752-4.871z%22%20fill%3D%22%23797979%22%2F%3E%3C%2Fsvg%3E);
}
 
.mw-icon-arrow-expanded, .mw-collapsible-arrow.mw-collapsible-toggle-expanded {
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M1.165%203.624h9.671l-4.871%204.752z%22%20fill%3D%22%23797979%22%2F%3E%3C%2Fsvg%3E)
}
 
#pt-userpage, #pt-anonuserpage {
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2212px%22%20height%3D%2213.836px%22%20viewBox%3D%220%200%2012%2013.836%22%20enable-background%3D%22new%200%200%2012%2013.836%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375%0A%09c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405%0A%09c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719%0A%09c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22%2F%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155%0A%09c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
 
.oo-ui-icon-previous, .mw-ui-icon-previous::before {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Cg fill=%22%232a2a2a%22%3E%3Ctitle xmlns:default=%22http://www.w3.org/2000/svg%22%3Eprevious%3C/title%3E%3Cpath xmlns:default=%22http://www.w3.org/2000/svg%22 d=%22M4.8 10l9 9 1.4-1.5L7.8 10l7.4-7.5L13.8 1z%22/%3E%3C/g%3E%3C/svg%3E")
}
.oo-ui-icon-first, .mw-ui-icon-first::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Cg fill=%22%232a2a2a%22%3E%3Ctitle xmlns:default=%22http://www.w3.org/2000/svg%22%3Efirst%3C/title%3E%3Cpath xmlns:default=%22http://www.w3.org/2000/svg%22 d=%22M3 1h2v18H3zm13.5 1.5L15 1l-9 9 9 9 1.5-1.5L9 10l7.5-7.5z%22/%3E%3C/g%3E%3C/svg%3E")
}
}
@-webkit-keyframes rail-signal-blink {
.oo-ui-icon-next, .mw-ui-icon-next::before {
  33% { color: #55FF55; }
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Cg fill=%22%232a2a2a%22%3E%3Ctitle xmlns:default=%22http://www.w3.org/2000/svg%22%3Enext%3C/title%3E%3Cpath xmlns:default=%22http://www.w3.org/2000/svg%22 d=%22M6.2 1L4.8 2.5l7.4 7.5-7.4 7.5L6.2 19l9-9z%22/%3E%3C/g%3E%3C/svg%3E")
  66% { color: #FFFF55; }
}
}
.rail-signal-blink {
.oo-ui-icon-last, .mw-ui-icon-last::before {
  animation: rail-signal-blink 3s step-start 0s infinite;
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Cg fill=%22%232a2a2a%22%3E%3Ctitle xmlns:default=%22http://www.w3.org/2000/svg%22%3Elast%3C/title%3E%3Cpath xmlns:default=%22http://www.w3.org/2000/svg%22 d=%22M15 1h2v18h-2zM3.5 2.5L11 10l-7.5 7.5L5 19l9-9-9-9-1.5 1.5z%22/%3E%3C/g%3E%3C/svg%3E")
  -webkit-animation: rail-signal-blink 3s step-start 0s infinite;
  color: #ee7777;
}
}

Revision as of 16:57, 7 June 2019

/* CSS placed here will be applied to all skins */

/* --- General look and feel of the site --- */

/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('/resources/dark/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('/resources/dark/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url('/resources/dark/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url('/resources/dark/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('/resources/dark/fonts/TitilliumWeb-Bold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('/resources/dark/fonts/TitilliumWeb-Bold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* --- remove sidebar label and upper border of custom toolbox to make it look like that point is part of the tools section --- */

#p-tb {
 padding-bottom: 0 !important;
}

#p-custom-tb {
 border-top: none !important;
 padding-top: 0 !important;
}

#p-custom-tb-label {
 display: none;
}

/* Remove overdone top margin on slideshow galleries */

ul.gallery.mw-gallery-slideshow {
 margin: 1em 0;
}

/* Adjust wikitable padding */

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    padding: 0.15em 0.45em
}

/* Hide the semantic wiki notices for now */

.smw-editpage-help {
  display: none;
}

/* --- End of General look and feel of the site --- */

/* --- boilerplate style class for templates that deal with the wiki organisation etc examples: template:archive, template:merge, template:delete, template:stub, template:disambiguation --- */

.factorio-boilerplate {
 margin:auto auto 10px;
 width:100%
}

.factorio-boilerplate table {
 margin:auto;
 text-align:left;
 border:2px solid #aaa;
 background-color: #e4f0f7;
 width:calc(100% - 23em)
}

/* --- Template:Achievement --- */

.achievement {
 border:none;
 background:none;
 width:30%
}

/* --- Template:Key --- */

.keyboard-key {
 border: 1px solid #aaa;
 background-color: #f9f9f9;
 border-radius: 0.2em;
 box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
 padding: 0.1em 0.3em;
 font-family: inherit;
 font-size: 0.85em;
}

/* --- Template:ContentCell --- */

.factorio-contentcell {
 background: #F9F9F9;
 border: 1px solid #AAAAAA;
 vertical-align: top;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 7px;
}

.factorio-contentcell .titlebar {
 background: #E4F0F7;
 padding: 5px;
 margin: 3px;
 font-weight: bold;
 text-align: center;
 color: #033251;
 font-size: 120%;
}

/* --- TEMPLATE:Icon --- */

.factorio-icon {
 display:inline-block;
 margin:5px; 
 position:relative;
 padding:3px;
 width:32px;
 height:32px;
 border:1px solid #4B4543;
}

.factorio-icon-text {
 position:absolute;
 bottom: -3px;
 right: 2px;
 color:#fff;
 font-size:larger;
 font-weight: bold;
 text-shadow: 0px 1px 1px #000, 0px -1px 1px #000, 1px 0px 1px #000,-1px 0px 1px #000;
 pointer-events: none
}

/* --- TEMPLATE:NavboxIconLink --- */
.navbox-icon {
 position: relative;
}

.navbox-icon-text {
 position: absolute;
 bottom: -5px;
 right: 1px;
 color:#fff;
 font-size:10px;
 font-weight: bold;
 text-shadow: 0px 1px 1px #000, 0px -1px 1px #000, 1px 0px 1px #000,-1px 0px 1px #000;
 pointer-events: none
}

span.whiteLink a { color: white; }

/* --- Gerneral --- */
.hidden {
 display: none;
}

/* --- Languages template --- */
.languages-container {
 background: #EFEFEF;
 padding: 5px;
 border-color: #ACACAC;
 border-width: 1px;
 border-style: solid;
 border-bottom-width: medium;
}

.languages-container p {
 margin: 0;
}

.languages-message {
 font-weight: bold;
 font-size: smaller;
}

/* --- Spoilers --- */
.spoiler-container .button {
  background: #E4F0F7;
  border: 1px solid #b1d3e7;
  box-shadow: -1px 1px 5px #777777;
  display: inline-block;
  padding: 2px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 4px;
}

.spoiler-container .button:active {
  box-shadow: -1px 1px 1px #777777;
}

/* --- Infobox --- */
.infobox {
 width: 22em;
 float: right;
 border: 1px solid #aaa;
 border-radius: 10px 10px 0 0;
 margin-left: 5px;
}

.infobox table, .infobox tr {
 width: 100%;
}

.infobox table {
 border-spacing: 0;
 padding: 4px;
}

.infobox .infobox-image img{
 width: 100%;
 height: auto;
}

.infobox-header > div:first-child {
 text-align: center;
}

.infobox-header > div {
 padding: 5px 0;
}

.infobox-header-text {
 padding:0;
 text-align: left !important;
}

.infobox-header-text span{
 font-size: 1.2em;
 font-weight: bold;
 line-height: 1.2em;
}

.infobox-header-text p{
 margin: 0;
}

.infobox-edit-link {
 font-weight:normal;
 font-size:small;
 padding-right: 0.5em;
 text-align: right;
}

.infobox-edit-link a {
 color: inherit !important;
 font-style: italic;
 text-decoration: underline;
}

 /* switching the infobox-header colors per category using classes so that they can be easily modified by user css */

.infobox .combat {
 background: #FF0000;
 color: white;
}

.infobox .intermediates {
 background: #AAAAAA;
}

.infobox .production {
 background: #FFA600;
}

.infobox .logistics {
 background: #A1056F;
 color: white;
}

.infobox .technology {
 background: #228B22;
}

.infobox .default-infobox {
 background: lightblue;
}

 /* end of the style classes for the infobox header color switcher */

.infobox p {
 margin: 0;
}
.infobox .infobox-header th {
 white-space: nowrap;
}

.infobox .infobox-header > div {
 display: inline-block;
}

.infobox .infobox-header .header-icon {
 vertical-align: top;
}

.infobox .infobox-header {
 border-radius: 7px 7px 0 0;
 overflow: hidden;
}

.infobox tr.border-top td {
 border-top: 1px solid #aaa;
}

.infobox tr td:nth-child(2) {
 text-align: right;
}

.infobox .infobox-header th > div {
 display: inline-block;
}

.infobox-vrow-value {
 text-align: center;
}

.infobox .tabber .tabbernav {
 margin-top: 5px;
}

.infobox .tabber .tabbertab {
 border: 0px;
 padding: 0px;

}
.infobox .tabber table {
 padding-bottom: 0px;
}

.infobox .more-button {
 text-align: center;
 font-size: 1.2em;
 cursor: pointer;
}

.infobox .more-content {
 padding-left: 5px;
}

/* --- Navbox --- */
.navbox {
 padding-top: 1.5em;
}

.navbox th {
 background: rgba(173, 216, 230, 1.0);
 border-radius: 10px;
}

.navbox, .navbox tr, .navbox table, .navbox p {
 width: 100%;
}

.navbox-header p {
 text-align: center;
 font-size: 125%;
}

.navbox p {
 margin: 0;
}

.navbox td > div, .navbox th > div {
 margin: 0px 10px;
}

.navbox .navbox-header {
 width: 100%;
}

.navbox .list-data {
 width: 100%;
 border-radius: 0 10px 10px 0;
 background: rgba(173, 216, 230, 0.4);
}

.navbox .group-data {
 white-space: nowrap;
 text-align: right;
 border-radius: 10px 0 0 10px;
 background: rgba(173, 216, 230, 0.7);
}

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 9 (2016-08-10)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li,
.hlist .mw-empty-elt {
    display: none;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) "\a0";
}

/* Template:Stub */

.stub {
 border: 5px solid #FF6666;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 -icab-border-radius: 10px;
 -o-border-radius: 10px;
 padding: 5px;
}

/* Template:Inventory */

.tab-header div {
 display: inline-block 
}

.tab-head {
 position: relative;
 cursor: pointer
}

.tab-head:after {
 content: attr(data-name);
 pointer-events: none;
 position: absolute;
 display: none;
 z-index: 1000;
 background-color: rgba(67, 67, 72, 0.8);
 padding: 8px 8px;
 min-width: 125px;
 font-family: 'Titillium Web',sans-serif;
 color: white
}

.tab-head img {
 border-top: 2px solid #CCC;
 border-left: 2px solid #CCC;
 border-right: 2px solid #2A2A2A;
 border-bottom: 2px solid #2A2A2A;
 background: radial-gradient(#909090,#6b6b6c);
 margin: 5px 0px 5px 1px
}

.tab-head img:hover {
 background: radial-gradient(#f29c2f, #b06521)
}

.tab-head-active img {
 background: radial-gradient(#f29c2f, #b06521);
 border-top: 2px solid #2A2A2A;
 border-left: 2px solid #2A2A2A;
 border-right: 2px solid #CCC;
 border-bottom: 2px solid #CCC
}

.tab .factorio-icon {
 margin: 0.5px;
 background: radial-gradient(#909090,#6b6b6c);
 border-top: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-right: 1px solid #2A2A2A;
 border-bottom: 1px solid #2A2A2A
}

.tab .factorio-icon:hover {
 background: radial-gradient(#f29c2f, #b06521)
}

.tab .factorio-icon:after {
 position: absolute;
 pointer-events: none;
 display: none;
 z-index: 1000;
 background-color: rgba(67, 67, 72, 0.8);
 padding: 8px 8px;
 min-width: 125px;
 font-family: 'Titillium Web',sans-serif;
 color: white
}

.tab {
 min-height: 335px
}

.factorio-contentcell .inventory {
 margin: auto;
 width: 470px
}

/* Custom list symbols */

.factorio-list ul {
 list-style-image: none;
}

.factorio-list ul li ul {
 list-style-type: square;
}

.factorio-list ul li ul li ul {
 list-style-type: circle;
}

.factorio-list ul li ul li ul li ul{
 list-style-type: disc;
}

/* Template:Documentation */

.factorio-doc {
 margin-top:1em;
 clear: both;
 border: 2px dotted #666666;
 padding: 0.6em;
 background-color: #f5f5f5;
}

.factorio-doc-heading {
 padding-bottom:3px;
 border-bottom:1px solid #aaa;
 margin-bottom:1ex;
}

/* Template:BlueprintString */

.bps-box {
 background-color: #105482;
 border: 3px solid;
 border-color: #c1c1c1 #616161 #616161 #c1c1c1;
 padding: 5px;
 width: 13em;
 border-radius: 3px;
 text-align: center;
 cursor: pointer;
 margin: 3px
}
.bps-box:active {
  background-color:#074774;
  border-color: #616161 #c1c1c1 #c1c1c1 #616161;
}
.bps-box img {
 pointer-events: none;
}

.gallerytext .bps-box {
 margin: auto
}

@keyframes rail-signal-blink {
  33% { color: #55FF55; }
  66% { color: #FFFF55; }
}
@-webkit-keyframes rail-signal-blink {
  33% { color: #55FF55; }
  66% { color: #FFFF55; }
}
.rail-signal-blink {
  animation: rail-signal-blink 3s step-start 0s infinite;
  -webkit-animation: rail-signal-blink 3s step-start 0s infinite;
  color: #ee7777;
}