Robocraft Wiki

Welcome to the Official Robocraft Wiki! If you are confused about how to do something within a page, run into problems or have suggestions, refer to the Wiki Formatting Guide or contact an admin.

READ MORE

Robocraft Wiki
(GPE Bot Edit (b85c8f4c0129ea8c7dbf1a15793aa982996bb446,e8aa86e41307875541f9e806fcba437d13587982))
Tagaziel (talk | contribs)
No edit summary
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
/* Header and footer */
+
/* BASE */
  +
/* Governs the general color of the text and background image */
.header-container.header-chrome,
 
  +
body {
#mw-mf-page-center {
 
background: #212121;
+
background: black;
 
}
 
}
   
  +
.animations #mw-mf-page-center {
 
  +
background: #000000 url(https://hydra-media.cursecdn.com/robocraft.gamepedia.com/9/98/Bg.jpg) no-repeat center top fixed;
nomobile {
 
display: none;
+
color: white;
 
}
 
}
   
  +
.nomobile {
body.page-Robocraft_Wiki h1.firstHeading {
 
display:none;
+
display: none;
 
}
 
}
   
/* Framework */
+
/* HEADER */
  +
.header-container.header-chrome,
.animations #mw-mf-page-center, input.search, .mw-ui-button, .last-modified-bar #mw-mf-last-modified {
 
  +
#mw-mf-page-center {
color:white;
 
background: black !important;
+
background: rgba(33, 33, 33, 0.8);
 
}
 
}
   
  +
.notification-count {
body #pageWrapper {
 
  +
background: transparent;
margin-right: 5px;
 
 
}
 
}
   
/* Head */
+
/* BODY */
  +
/* Leave transparent if background if solid color, otherwise tweak black opacity to make text visible */
div#mw-page-base {
 
background: transparent;
 
background-image: none;
 
}
 
 
div#mw-head {
 
margin-right: 5px;
 
}
 
 
#mw-head-base {
 
background: transparent;
 
background-image: none;
 
border-bottom: 0px;
 
}
 
 
/* Content */
 
 
#content {
 
#content {
background: rgba(0, 0, 0, 0.7);
+
border-top: 0px solid #cccccc;
  +
background: rgba(0,0,0,0.5) !important;
border: 1px solid #323232;
 
border-radius: 20px 20px 0 0;
 
color: #c0c0c0;
 
overflow-y: hidden;
 
}
 
/* anchors */
 
a,
 
a:visited,
 
div#content a.extiw,
 
div#content a.extiw:visited,
 
div#content a.external,
 
div#content a.external:visited {
 
color: #fd8311;
 
 
}
 
}
   
  +
.overlay-enabled {
h1, h2, h3, h4, h5, h6 {
 
  +
border-top: 0px solid #cccccc;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
  +
background: rgba(0,0,0,1) !important;
color: #ffffff;
 
 
}
 
}
   
  +
/* FOOTER */
#catlinks {
 
  +
/* Background should match opacity of #content */
background: #424242; /* Old browsers */
 
  +
footer {
background: -moz-linear-gradient(top, #424242 0%, #323232 100%); /* FF3.6+ */
 
  +
border-top: solid 1px #c8ccd1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#323232)); /* Chrome,Safari4+ */
 
background: -webkit-linear-gradient(top, #424242 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
+
background: rgba(0, 0, 0, 0.5);
background: -o-linear-gradient(top, #424242 0%,#323232 100%); /* Opera 11.10+ */
 
background: -ms-linear-gradient(top, #424242 0%,#323232 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #424242 0%,#323232 100%); /* W3C */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
 
border: 1px solid #323232;
 
border-radius: 10px 10px 0 0;
 
margin-bottom: 5px;
 
 
}
 
}
   
  +
footer .last-modified-bar {
#toc,
 
  +
border-bottom: solid 1px #c8ccd1;
.toc,
 
  +
background-color: transparent;
.mw-warning,
 
  +
color: #505050;
ul#filetoc {
 
background: #424242; /* Old browsers */
 
background: -moz-linear-gradient(top, #424242 0%, #323232 100%); /* FF3.6+ */
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#323232)); /* Chrome,Safari4+ */
 
background: -webkit-linear-gradient(top, #424242 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
 
background: -o-linear-gradient(top, #424242 0%,#323232 100%); /* Opera 11.10+ */
 
background: -ms-linear-gradient(top, #424242 0%,#323232 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #424242 0%,#323232 100%); /* W3C */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
 
border: 1px solid #323232;
 
border-radius: 10px 10px 0 0;
 
 
}
 
}
   
  +
/* Fix to display properly with links of similar color */
.CategoryTreeEmptyBullet {
 
  +
footer .last-modified-bar.active {
color: #c0c0c0;
 
  +
background-color: rgba(0, 175, 137, 0.5);
 
}
 
}
   
  +
/* LINKS */
.catlinks li {
 
  +
/* Minimal code to affect all non-new links; notification ensures the default color always displays */
border-left: none;
 
  +
a:not(.new) {
  +
text-decoration: none;
  +
color: #fd8311 !important;
 
}
 
}
   
  +
.notification-count .circle span {
.CategoryTreeToggle {
 
color: #fd8311;
+
color: #fff !important;
 
}
 
}
   
ul {
 
list-style-image: url("http://hydra-media.cursecdn.com/robocraft.gamepedia.com/7/7a/Bullet.png");
 
}
 
   
  +
/* UI STYLING */
code {
 
  +
/* Default values for HydraDark */
background-color: #000000;
 
  +
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
  +
background-color: rgba(248, 249, 250, 0.35);
 
}
 
}
   
 
pre, .mw-code {
 
pre, .mw-code {
background-color: #dcdcdc;
+
background-color: #282828;
border: 1px dashed #323232;
+
border-color: #505050;
}
 
 
/* Footer */
 
div#footer {
 
overflow-y: hidden;
 
}
 
 
div#footer ul li {
 
color: #ffffff;
 
}
 
 
div#footer ul li a {
 
color: #fd8311;
 
}
 
 
/* Page history */
 
#pagehistory li {
 
border: none;
 
}
 
 
#pagehistory li.selected {
 
background-color: #000000;
 
background-image: none;
 
border: 1px dashed #323232;
 
padding: 3px;
 
}
 
 
table.diff {
 
background: transparent;
 
}
 
 
td.diff-context {
 
background: none repeat scroll 0 0 transparent;
 
color: #ffffff;
 
}
 
 
td.diff-deletedline {
 
background-color: #FFE49C;
 
border-color: #FFE49C;
 
color: black;
 
 
}
 
}
   
  +
.client-js .toc-mobile {
td.diff-addedline {
 
background-color: #A3D3FF;
+
background-color: transparent !important;
border-color: #A3D3FF;
+
border-color: #505050;
color: black;
 
 
}
 
}
   
  +
.mw-ui-button {
#pagehistory li {
 
 
background-color: transparent;
 
background-color: transparent;
border: none;
+
color: inherit;
padding: 3px;
+
border: 1px solid #fff;
 
}
 
}
   
  +
.mw-ui-button.mw-ui-progressive:active,
/* thumbnails and galleries and image file history */
 
  +
.mw-ui-button.mw-ui-constructive:active,
div.thumb {
 
  +
.mw-ui-button.mw-ui-progressive.is-on,
border: 1px solid #323232;
 
  +
.mw-ui-button.mw-ui-constructive.is-on,
margin: 2px;
 
  +
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
margin-left: 6px;
 
  +
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
  +
background-color: rgba(115, 115, 115, 0.33);
  +
border-color: white;
 
}
 
}
   
  +
.mw-mf-user,
img.thumbborder {
 
  +
.list-header,
border: 1px solid #323232;
 
  +
.page-list.side-list .list-thumb, .topic-title-list.side-list .list-thumb, .site-link-list.side-list .list-thumb {
padding: 5px;
 
  +
background-color: inherit;
}
 
  +
color: inherit;
   
div.thumbinner {
 
background-color: rgba(0, 0, 0, 0.2);
 
border: medium none;
 
 
}
 
}
   
  +
/* Section arrows */
li.gallerybox div.thumb {
 
background-color: rgba(0, 0, 0, 0.2);
 
border: 1px solid #323232;
 
}
 
   
  +
.mw-ui-icon-arrow::before {
html .thumbimage {
 
border: 1px solid #323232;
+
filter: invert(100%);
 
}
 
}
   
  +
/* Hambahgah menu */
div.tright div.tleft {
 
border: 1px solid #323232 !important;
 
}
 
   
  +
#mw-mf-viewport,
div.tright {
 
  +
nav {
clear: right;
 
  +
background: #212121 !important;
float: right;
 
 
}
 
}
   
  +
nav ul li {
#file img:hover,
 
  +
background: #181818 !important;
.filehistory a img {
 
background: url("http://hydra-media.cursecdn.com/robocraft.gamepedia.com/8/84/Dark_checker.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
 
 
}
 
}
   
  +
nav ul.hlist li {
.filehistory a img:hover {
 
background: rgba(0, 0, 0, 0);
+
background: transparent !important;
 
}
 
}
   
  +
nav ul li a.mw-ui-icon {
/* tables */
 
  +
filter: invert(100%);
table.wikitable {
 
background: none repeat scroll 0 0 transparent;
 
 
}
 
}
   
  +
nav ul li a {
table.wikitable > caption {
 
color: #ffffff;
+
font-weight: bold;
 
}
 
}
   
  +
nav ul.hlist li a {
table.wikitable > tr > th,
 
  +
color: #F37F20 !important;
table.wikitable > * > tr > th {
 
background: #000000;
 
border: 1px solid #323232;
 
color: #FFFFFF;
 
text-align: center;
 
 
}
 
}
   
  +
/* EDITOR OVERLAY */
table.wikitable > tr > td,
 
table.wikitable > * > tr > td {
 
border: 1px solid #323232;
 
padding: 0.2em;
 
}
 
   
.wikitable th {
 
background-color: #000000;
 
border: 1px solid #323232;
 
color: #FFFFFF;
 
padding: 0.2em;
 
}
 
   
  +
/* Search */
.wikitable td {
 
border: 1px solid #323232;
 
color: #c0c0c0;
 
padding: 0.2em;
 
}
 
   
  +
.search-overlay {
table.mw_metadata th {
 
background: #000000;
+
background: rgba(0, 0, 0, 0.9) !important;
border: 1px solid #323232;
 
color: #FFFFFF;
 
 
}
 
}
   
  +
.search-overlay .results,
table.mw_metadata td {
 
  +
.search-overlay .search-feedback {
background-color: transparent;
 
  +
background-color: #212121 !important;
border: 1px solid #323232;
 
color: #c0c0c0;
 
 
}
 
}
   
  +
.list-thumb.list-thumb-none {
.mw-datatable th {
 
  +
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%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
border: 1px solid #323232;
 
 
}
 
}
   
  +
.page-summary h2,
.mw-datatable,
 
.mw-datatable td {
+
.page-summary h3 {
border: 1px solid #323232;
+
color: #F37F20 !important;
 
}
 
}
   
  +
/* VE Overlay */
.TablePager {
 
border:1px solid #323232;
 
color: #c0c0c0;
 
padding:0 0.15em;
 
}
 
   
  +
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
.TablePager th {
 
background-color: #000000;
+
background-color: rgba(0, 0, 0, 0.9) !important;
color: #ffffff;
 
border:1px solid #323232;
 
padding:0 0.15em;
 
 
}
 
}
   
  +
.ve-ui-mwSaveDialog-options {
.TablePager tr:hover td {
 
background-color: rgba(255, 255, 255, 0.2) !important;
+
background-color: #212121 !important;
color: #FFFFFF;
 
 
}
 
}
  +
/* Editor Overlay */
   
  +
.editor-overlay-ve .overlay-content .surface {
.TablePager th a {
 
background-color: #000000;
+
overflow: hidden;
color: #FFFFFF !important;
 
}
 
 
.TablePager td {
 
background: transparent !important;
 
border: 1px solid #323232;
 
color: #c0c0c0;
 
}
 
 
 
/* Custom table "rc-table" */
 
table.rc-table {
 
border-collapse: collapse;
 
box-shadow: 1px 1px 0.25em #000000;
 
 
color: white;
 
color: white;
font-size: 89%;
 
margin-bottom: 0.5em;
 
margin-left: 1em;
 
padding: 0.2em;
 
 
}
 
}
   
  +
.editor-overlay .wikitext-editor,
table.rc-table tr:first-child th:first-child {
 
  +
.editor-overlay .summary-request {
border-top-left-radius: 10px;
 
  +
color: #E0E0E0 !important;
 
}
 
}
   
  +
/* Overlays */
table.rc-table tr:first-child th:last-child {
 
  +
.overlay.editor-overlay,
border-top-right-radius: 10px;
 
  +
.overlay-header-container,
  +
.overlay-footer-container {
  +
background: #212121 !important;
 
}
 
}
   
  +
/* RESPONSIVE 3PAGE MAIN PAGE */
table.rc-table > tr > th,
 
  +
/* this CSS governs the responsive 3 column main page layout */
table.rc-table > * > tr > th {
 
  +
/* Responsive main page stuff */
background: #e98d10; /* Old browsers */
 
  +
/*********************
background: -moz-linear-gradient(top, #e98d10 0%, #ea7132 66%, #e0653a 100%); /* FF3.6+ */
 
  +
/* Front page styles *
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e98d10), color-stop(66%,#ea7132), color-stop(100%,#e0653a)); /* Chrome,Safari4+ */
 
  +
/*********************/
background: -webkit-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* Chrome10+,Safari5.1+ */
 
  +
.fpbox {
background: -o-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* Opera 11.10+ */
 
  +
/* EDIT THIS FOR BORDER */
background: -ms-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* IE10+ */
 
  +
border: 1px solid #e0e0e0;
background: linear-gradient(to bottom, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* W3C */
 
  +
/* YES THIS */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98d10', endColorstr='#e0653a',GradientType=0 ); /* IE6-9 */
 
  +
background: rgba(0,0,0,0.5);
color: #000000;
 
font-size: 110%;
+
color: inherit;
font-weight: bold;
+
margin: 5px;
padding: 0.5em;
+
padding: 5px;
 
}
 
}
   
  +
.fpbox .welcome {
table.rc-table > tr > td,
 
  +
border-bottom: 1px solid #505050;
table.rc-table > * > tr > td {
 
  +
background: transparent;
border: 1px solid #323232;
 
padding: 0.2em;
+
font-size: 150%;
  +
text-transform: uppercase;
  +
text-align: center;
  +
margin: 0 0 10px 0;
  +
padding: 0 0 5px 0;
 
}
 
}
   
  +
.fpbox .heading {
/* colour fix for advanced search options box */
 
  +
border-bottom: 1px solid #505050;
fieldset#mw-searchoptions {
 
background-color: rgba(0, 0, 0, 0);
+
background: transparent;
  +
font-size: 132%;
border-color: #323232 !important;
 
  +
font-variant: small-caps;
  +
margin: 0 0 10px 0;
  +
padding: 0 0 5px 0;
 
}
 
}
   
  +
.fpbox .heading .smalllink {
.mw-search-formheader {
 
background-color: rgba(0, 0, 0, 0);
+
color: #3674b3;
  +
font-weight: bold;
border: 1px solid #323232;
 
margin-top: 1em;
+
font-size: 75%;
 
}
 
}
   
  +
.fpbox hr {
.mw-search-formheader div.search-types ul li.current a {
 
color: #FFFFFF;
+
border: none;
  +
border-bottom: 2px solid #505050;
 
}
 
}
   
  +
.fpplainbox {
/* Preferences */
 
  +
padding: 5px 8px 10px 8px;
#preftoc {
 
background-color: rgba(0, 0, 0, 0.5);
+
margin: 0 5px 10px 5px;
border: 0px;
+
vertical-align: top;
margin: 0 0 4px !important;
 
 
}
 
}
   
  +
.fplinks {
#preftoc,
 
  +
margin: -2px -3px;
#preftoc li,
 
#preferences,
 
#preftoc li a {
 
background-image: none;
 
background-color: transparent;
 
color: #626262;
 
 
}
 
}
   
  +
.fplinks .linkslabel {
#preftoc li.selected a {
 
  +
border-bottom: 2px solid #505050;
background-color: rgba(0, 0, 0, 0.5);
 
  +
margin: 6px 3px 0 3px;
background-image: none;
 
border-color: #323232;
 
border-style: solid solid none;
 
border-width: 1px 1px medium;
 
color: #FFFFFF;
 
 
}
 
}
   
  +
.fplink {
#preferences {
 
  +
display: inline-block;
background-color: rgba(0, 0, 0, 0.5);
 
  +
vertical-align: middle;
border: 1px solid #323232;
 
  +
width: 100%;
 
}
 
}
   
  +
/* Yeah, using display: table makes for a lot of extra markup, but it makes proportionate sizing and vertical centering a lot easier, so going with it */
#preferences fieldset {
 
  +
.fplink .box {
border-color: #fd8311;
 
  +
display: table;
  +
width: 100%;
  +
border-spacing: 2px 3px;
  +
border-collapse: separate;
 
}
 
}
   
  +
.fplink .box .row {
[type="radio"]:checked ~ label {
 
  +
display: table-row;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
border-bottom: medium none;
 
z-index: 2;
 
 
}
 
}
   
  +
.fplink .box .row .cell {
/* wiki editor styling */
 
  +
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
.wikiEditor-ui {
 
  +
border: 1px solid #29ABE2;
background: rgba(0, 0, 0, 0);
 
border: none;
+
color: #e0e0e0;
  +
display: table-cell;
  +
font-weight: bold;
  +
position: relative;
  +
text-align: center;
  +
text-transform: uppercase;
  +
vertical-align: middle;
 
}
 
}
   
  +
.fplink.wide .box .row .cell {
.wikiEditor-ui-tabs {
 
  +
padding: 0 5px;
border-left: 1px solid #323232;
 
border-top: 1px solid #323232;
 
 
}
 
}
   
  +
.fplink.image {
.wikiEditor-ui-tabs div {
 
  +
width: 78px;
border-bottom: 1px solid #323232;
 
  +
height: 78px;
border-right: 1px solid #323232;
 
 
}
 
}
   
  +
.fplink.image .box .row .cell {
.wikiEditor-ui-tabs div a {
 
  +
width: 70px;
background: #e98d10; /* Old browsers */
 
  +
height: 70px;
background: -moz-linear-gradient(top, #e98d10 0%, #ea7132 66%, #e0653a 100%); /* FF3.6+ */
 
  +
vertical-align: bottom;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e98d10), color-stop(66%,#ea7132), color-stop(100%,#e0653a)); /* Chrome,Safari4+ */
 
background: -webkit-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* Chrome10+,Safari5.1+ */
 
background: -o-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* Opera 11.10+ */
 
background: -ms-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* W3C */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98d10', endColorstr='#e0653a',GradientType=0 ); /* IE6-9 */
 
color: #323232;
 
 
}
 
}
   
  +
.fplink.image .box .row .cell .image img {
.wikiEditor-ui-buttons {
 
  +
width: 70px;
background: rgba(0, 0, 0, 0);
 
border-top: none;
+
height: 70px;
margin-right: 5px;
 
 
}
 
}
   
  +
@media (min-width: 188px) {
.wikiEditor-ui-toolbar {
 
  +
.fplink {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
  +
width: 50%;
}
 
  +
}
   
  +
.fplink.wide {
.wikiEditor-ui-toolbar .tabs span.tab a,
 
  +
width: 100%;
.wikiEditor-ui-toolbar .tabs span.tab a:visited {
 
  +
}
color: #c0c0c0;
 
 
}
 
}
   
  +
@media (min-width: 294px) {
.wikiEditor-ui-toolbar .tabs span.tab a.current,
 
  +
.fplink {
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
 
color: #fd8311;
+
width: 33.333%;
}
+
}
   
  +
.fplink.wide {
.wikiEditor-ui-toolbar .sections .section {
 
  +
width: 66.666%;
background-color: rgba(0, 0, 0, 0.2);
 
  +
}
border-top: 1px solid #323232;
 
color: #ffffff;
 
 
}
 
}
   
  +
@media (min-width: 400px) {
.wikiEditor-ui-toolbar .page-characters div span {
 
  +
.fplink {
border: 1px solid #323232;
 
color: #c0c0c0;
+
width: 25%;
}
+
}
   
  +
.fplink.wide {
.wikiEditor-ui-toolbar .booklet .pages {
 
  +
width: 50%;
background-color: rgba(0, 0, 0, 0.2);
 
}
+
}
   
  +
.fplink.image {
.wikiEditor-ui-toolbar .booklet .index .current {
 
  +
width: 108px;
background-color: rgba(0, 0, 0, 0.2);
 
color: #ffffff;
+
height: 108px;
}
+
}
   
  +
.fplink.image .box .row .cell {
.wikiEditor-ui-toolbar .page-characters div span:hover {
 
  +
width: 100px;
background-color: rgba(255, 255, 255, 0.2);
 
border-color: #323232;
+
height: 100px;
  +
}
color: #FFFFFF;
 
}
 
   
  +
.fplink.image .box .row .cell .image img {
.wikiEditor-ui-toolbar .page-table th,
 
  +
width: 100px;
.wikiEditor-ui-toolbar .page-table td {
 
color: #c0c0c0;
+
height: 100px;
  +
}
 
}
 
}
   
  +
@media (min-width: 506px) {
.wikiEditor-ui-toolbar .page-table td {
 
  +
.fplink {
border-top: 1px solid #323232;
 
  +
width: 20%;
}
 
  +
}
   
  +
.fplink.wide {
.wikiEditor-ui-tabs div.current {
 
  +
width: 40%;
border-bottom: 1px solid #323232;
 
  +
}
 
}
 
}
   
  +
@media (min-width: 612px) {
.wikiEditor-ui-tabs div.current a {
 
  +
.fplink {
color: #ffffff;
 
font-weight: bold;
+
width: 16.666%;
}
+
}
   
  +
.fplink.wide {
.wikiEditor-ui-toolbar .booklet .index div {
 
color: #fd8311;
+
width: 33.333%;
  +
}
 
}
 
}
   
  +
@media (min-width: 718px) {
.wikiEditor-ui-controls {
 
  +
.fplink {
background: rgba(0, 0, 0, 0);
 
  +
width: 14.285%;
border-bottom: 1px solid #323232;
 
}
+
}
   
  +
.fplink.wide {
.wikiEditor-preview-loading {
 
background-color: transparent;
+
width: 28.571%;
  +
}
 
}
 
}
   
  +
@media (min-width: 824px) {
.wikiEditor-preview-contents {
 
  +
.fplink {
background-color: transparent;
 
  +
width: 12.5%;
border-color: -moz-use-text-color #323232 #323232;
 
  +
}
border-image: none;
 
border-style: none solid solid;
 
border-width: medium 1px 1px;
 
}
 
   
  +
.fplink.wide {
.editOptions {
 
background-color: #000000;
+
width: 25%;
  +
}
border-color: -moz-use-text-color #323232 #323232;
 
border-image: none;
 
border-style: none solid solid;
 
border-width: medium 1px 1px;
 
 
}
 
}
   
  +
@media (min-width: 930px) {
input#wpSummary {
 
  +
.fplink {
margin-bottom: 1em;
 
margin-top: 1em;
+
width: 11.111%;
  +
}
width: 80%;
 
}
 
   
  +
.fplink.wide {
.wikiEditor-toolbar-spritedButton {
 
  +
width: 22.222%;
background: url('http://hydra-media.cursecdn.com/robocraft.gamepedia.com/5/5c/Editbar_sprites.png');
 
  +
}
 
}
 
}
   
  +
@media (min-width: 1036px) {
  +
.fplink {
  +
width: 10%;
  +
}
   
  +
.fplink.wide {
/* multi-upload screen font colour fix */
 
  +
width: 20%;
#upload_list .file .file-title {
 
  +
}
color: #000000;
 
}
 
   
  +
.fplink.image {
.check_span {
 
color: #1D1D1D;
+
width: 128px;
float: right;
+
height: 128px;
}
+
}
   
  +
.fplink.image .box .row .cell {
#upload_list .file a {
 
color: #0000FF;
+
width: 120px;
  +
height: 120px;
}
 
  +
}
   
  +
.fplink.image .box .row .cell .image img {
/* fixes for arrows (redirect and toggles) */
 
  +
width: 120px;
/* fix for black redirection arrow */
 
  +
height: 120px;
.redirectMsg > img {
 
  +
}
display: none;
 
 
}
 
}
   
  +
.fplink.image .image {
.redirectMsg > span::before {
 
  +
position: absolute;
content: url("http://hydra-media.cursecdn.com/robocraft.gamepedia.com/b/b5/Redirectltr.png");
 
  +
top: 0;
  +
right: 0;
  +
bottom: 0;
  +
left: 0;
  +
font-size: 75%;
  +
z-index: 1;
 
}
 
}
   
  +
.fplink.image a {
/* Fix for Recent Changes toggles */
 
  +
z-index: 2;
.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
 
background-image: url("http://hydra-media.cursecdn.com/robocraft.gamepedia.com/b/bc/Collapsible-toggle-open.svg");
 
}
 
.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
 
background-image: url("http://hydra-media.cursecdn.com/robocraft.gamepedia.com/b/bb/Collapsible-toggle-closed.svg");
 
 
}
 
}
   
  +
.fplink a {
/* Fix for enhanced RC spacing */
 
  +
display: block;
.mw-enhancedchanges-arrow-space {
 
  +
position: relative;
vertical-align: top;
 
  +
top: 0;
  +
right: 0;
  +
bottom: 0;
  +
left: 0;
  +
padding: 3px 5px;
 
}
 
}
   
  +
.fplink.image .image a {
/* CSS formerly in Common.css */
 
 
/* INFOBOXES and NAVBOXES */
 
.infoboxtable {
 
background: rgba (0, 0, 0, 0);
 
border: 1px solid #323232;
 
border-radius: 10px 10px 0 0;
 
box-shadow: 1px 1px 0.25em #000000;
 
color: white;
 
float: right;
 
font-size: 89%;
 
margin-bottom: 0.5em;
 
margin-left: 1em;
 
padding: 0.2em;
 
width: 300px;
 
}
 
 
.infoboxtable td {
 
vertical-align: top;
 
}
 
 
.infoboxtable td > div {
 
background-color: rgba(98, 98, 98, 0.2);
 
background-color: rgb(41, 43, 46);
 
border: 2px solid inherit;
 
border-radius: 5px 0 0 0;
 
text-align: right;
 
font-weight: bold;
 
padding: 0.5px 7px;
 
}
 
 
.infoboxdetails {
 
padding: 0em;
 
}
 
 
.infoboxname {
 
background: #e98d10; /* Old browsers */
 
background: -moz-linear-gradient(top, #e98d10 0%, #ea7132 66%, #e0653a 100%); /* FF3.6+ */
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e98d10), color-stop(66%,#ea7132), color-stop(100%,#e0653a)); /* Chrome,Safari4+ */
 
background: -webkit-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* Chrome10+,Safari5.1+ */
 
background: -o-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* Opera 11.10+ */
 
background: -ms-linear-gradient(top, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #e98d10 0%,#ea7132 66%,#e0653a 100%); /* W3C */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98d10', endColorstr='#e0653a',GradientType=0 ); /* IE6-9 */
 
border-collapse: collapse;
 
border-radius: 10px 10px 0 0;
 
color: #000000;
 
font-size: 110%;
 
font-weight: bold;
 
padding: 0.5em;
 
}
 
 
 
.navbox {
 
background: rgba (0, 0, 0, 0);
 
border: 1px solid #323232;
 
border-radius: 10px 10px 0 0;
 
box-shadow: 1px 1px 0.25em #000000;
 
color: white;
 
font-size: 89%;
 
margin-top: 0.2em;
 
width:100%;
 
}
 
 
.navboxname {
 
background: #424242; /* Old browsers */
 
background: -moz-linear-gradient(top, #424242 0%, #323232 100%); /* FF3.6+ */
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#323232)); /* Chrome,Safari4+ */
 
background: -webkit-linear-gradient(top, #424242 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
 
background: -o-linear-gradient(top, #424242 0%,#323232 100%); /* Opera 11.10+ */
 
background: -ms-linear-gradient(top, #424242 0%,#323232 100%); /* IE10+ */
 
background: linear-gradient(to bottom, #424242 0%,#323232 100%); /* W3C */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
 
border-collapse: collapse;
 
border-radius: 10px 10px 0 0;
 
color: #ffffff;
 
font-size: 110%;
 
font-weight: bold;
 
padding: 0.5em;
 
}
 
 
.navbox th a {
 
color: #ffffff;
 
}
 
 
/* Template example styles */
 
span.templateexmaple {
 
font-family: fixed-width;
 
}
 
 
span.templateexample span.templatelink {
 
font-weight: bold;
 
}
 
 
span.templateexample span.paramname {
 
}
 
 
span.templateexample span.paramvalue {
 
color: #777777;
 
font-style: italic;
 
}
 
 
/* Notice templates */
 
.topNotice {
 
border: 2px solid #ff9900;
 
background: rgba(255, 255, 255, 0.2);
 
color: #c0c0c0;
 
margin: 0 0 10px 0;
 
padding: 3px 6px;
 
overflow: auto;
 
}
 
 
.topNotice .heading {
 
color: #ffffff;
 
font-size: 132%;
 
font-weight: bold;
 
margin: 0 0 8px 0;
 
 
padding: 0;
 
padding: 0;
 
}
 
}
   
  +
.fplink.image .link a {
.topNotice.delete {
 
border: 2px solid #ff0000;
+
border-top: 2px solid #505050;
  +
background: #ddddb7 !important;
}
 
 
.topNotice.move,
 
.topnotice.merge,
 
.topnotice.split {
 
border: 2px solid #bb8800;
 
}
 
 
.topNotice.pagestub,
 
.topNotice.imagerequest,
 
.topNotice.nowalkthrough {
 
border: 2px solid #008000;
 
}
 
 
/* Image licenses */
 
div.imageLicense {
 
border: 2px solid #ff6600;
 
background: rgba(255, 255, 255, 0.2);
 
color: #c0c0c0;
 
margin: 0 0 10px 0;
 
padding: 3px 6px;
 
 
}
 
}
   
  +
.fplink.wide a {
div.imageLicense.nolicense {
 
border: 2px solid #ff0000;
+
margin: 0 -5px;
 
}
 
}
   
.claimwikibutton a {
+
.fplink.image a {
  +
top: auto;
background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
 
color: transparent;
 
display: block;
 
height: 57px;
 
margin: 0 auto;
 
max-width: 100%;
 
width: 200px;
 
 
}
 
}
   
  +
.fpvideos {
.claimwikibutton a:hover {
 
  +
margin: 0 auto;
background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
 
color: transparent;
+
overflow: hidden;
  +
text-align: center;
  +
max-width: 480px;
 
}
 
}
   
  +
.fpvideo {
/* login screen */
 
  +
position: relative;
.mw-ui-vform label {
 
color: #c0c0c0;
+
padding-top: 25px;
  +
padding-bottom: 56.25%;
  +
height: 0;
 
}
 
}
   
  +
.fpvideo iframe {
#mw-createaccount-join {
 
  +
position: absolute;
box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
 
  +
top: 0;
  +
left: 0;
  +
width: 100%;
  +
height: 100%;
 
}
 
}

Revision as of 11:25, 11 August 2017

/* CSS placed here will affect users of the mobile site */
/* BASE */
/* Governs the general color of the text and background image */
body {
    background: black;
}

.animations #mw-mf-page-center {
    background: #000000 url(https://hydra-media.cursecdn.com/robocraft.gamepedia.com/9/98/Bg.jpg) no-repeat center top fixed;
    color:  white;
}

.nomobile {
    display: none;
}

/* HEADER */
.header-container.header-chrome,
#mw-mf-page-center {
    background: rgba(33, 33, 33, 0.8);
}

.notification-count {
   background: transparent;
}

/* BODY */
/* Leave transparent if background if solid color, otherwise tweak black opacity to make text visible */
#content {
    border-top: 0px solid #cccccc;
    background: rgba(0,0,0,0.5) !important;
}

.overlay-enabled {
    border-top: 0px solid #cccccc;
    background: rgba(0,0,0,1) !important;
}

/* FOOTER */
/* Background should match opacity of #content */
footer {
    border-top: solid 1px #c8ccd1;
    background: rgba(0, 0, 0, 0.5);
}

footer .last-modified-bar {
    border-bottom: solid 1px #c8ccd1;
    background-color: transparent;
    color: #505050;
}

/* Fix to display properly with links of similar color */
footer .last-modified-bar.active {
    background-color: rgba(0, 175, 137, 0.5);
}

/* LINKS */
/* Minimal code to affect all non-new links; notification ensures the default color always displays */
a:not(.new) {
    text-decoration: none;
    color: #fd8311 !important;
}

.notification-count .circle span {
    color: #fff !important;
}


/* UI STYLING */
/* Default values for HydraDark */
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
    background-color: rgba(248, 249, 250, 0.35);
}

pre, .mw-code {
    background-color: #282828;
    border-color: #505050;
}

.client-js .toc-mobile {
    background-color: transparent !important;
    border-color: #505050;
}

.mw-ui-button {
    background-color: transparent;
    color: inherit;
    border: 1px solid #fff;
}

.mw-ui-button.mw-ui-progressive:active, 
.mw-ui-button.mw-ui-constructive:active, 
.mw-ui-button.mw-ui-progressive.is-on, 
.mw-ui-button.mw-ui-constructive.is-on, 
.mw-ui-button.mw-ui-progressive.mw-ui-checked, 
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
    background-color: rgba(115, 115, 115, 0.33);
    border-color: white;
}

.mw-mf-user, 
.list-header, 
.page-list.side-list .list-thumb, .topic-title-list.side-list .list-thumb, .site-link-list.side-list .list-thumb {
    background-color: inherit;
    color: inherit;

}

/* Section arrows */

.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* Hambahgah menu */

#mw-mf-viewport,
nav {
    background: #212121 !important;
}

nav ul li {
    background: #181818 !important;
}

nav ul.hlist li {
    background: transparent !important;
}

nav ul li a.mw-ui-icon {
    filter: invert(100%);
}

nav ul li a {
    font-weight: bold;
}

nav ul.hlist li a {
    color: #F37F20 !important;
}

/* EDITOR OVERLAY */


/* Search */

.search-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.search-overlay .results,
.search-overlay .search-feedback {
    background-color: #212121 !important;
}

.list-thumb.list-thumb-none {
    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%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.page-summary h2,
.page-summary h3 {
    color: #F37F20 !important;
}

/* VE Overlay */

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.ve-ui-mwSaveDialog-options {
    background-color: #212121 !important;
}
/* Editor Overlay */

.editor-overlay-ve .overlay-content .surface {
    overflow: hidden;
    color: white;
}

.editor-overlay .wikitext-editor,
.editor-overlay .summary-request {
    color: #E0E0E0 !important;
}

/* Overlays */
.overlay.editor-overlay,
.overlay-header-container,
.overlay-footer-container {
    background: #212121 !important;
}

/* RESPONSIVE 3PAGE MAIN PAGE */
/* this CSS governs the responsive 3 column main page layout */
/* Responsive main page stuff */
/*********************
/* Front page styles *
/*********************/
.fpbox {
/* EDIT THIS FOR BORDER */
  border: 1px solid #e0e0e0;
/* YES THIS */
  background: rgba(0,0,0,0.5);
  color: inherit;
  margin: 5px;
  padding: 5px;
}

.fpbox .welcome {
  border-bottom: 1px solid #505050;
  background: transparent;
  font-size: 150%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading {
  border-bottom: 1px solid #505050;
  background: transparent;
  font-size: 132%;
  font-variant: small-caps;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
  color: #3674b3;
  font-weight: bold;
  font-size: 75%;
}

.fpbox hr {
  border: none;
  border-bottom: 2px solid #505050;
}

.fpplainbox {
  padding: 5px 8px 10px 8px;
  margin: 0 5px 10px 5px;
  vertical-align: top;
}

.fplinks {
  margin: -2px -3px;
}

.fplinks .linkslabel {
  border-bottom: 2px solid #505050;
  margin: 6px 3px 0 3px;
}

.fplink {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* Yeah, using display: table makes for a lot of extra markup, but it makes proportionate sizing and vertical centering a lot easier, so going with it */
.fplink .box {
  display: table;
  width: 100%;
  border-spacing: 2px 3px;
  border-collapse: separate;
}

.fplink .box .row {
  display: table-row;
}

.fplink .box .row .cell {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #29ABE2;
  color: #e0e0e0; 
  display: table-cell;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.fplink.wide .box .row .cell {
  padding: 0 5px;
}

.fplink.image {
  width: 78px;
  height: 78px;
}

.fplink.image .box .row .cell {
  width: 70px;
  height: 70px;
  vertical-align: bottom;
}

.fplink.image .box .row .cell .image img {
  width: 70px;
  height: 70px;
}

@media (min-width: 188px) {
  .fplink {
    width: 50%;
  }

  .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 294px) {
  .fplink {
    width: 33.333%;
  }

  .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 400px) {
  .fplink {
    width: 25%;
  }

  .fplink.wide {
    width: 50%;
  }

  .fplink.image {
    width: 108px;
    height: 108px;
  }

  .fplink.image .box .row .cell {
    width: 100px;
    height: 100px;
  }

  .fplink.image .box .row .cell .image img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 506px) {
  .fplink {
    width: 20%;
  }

  .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 612px) {
  .fplink {
    width: 16.666%;
  }

  .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 718px) {
  .fplink {
    width: 14.285%;
  }

  .fplink.wide {
    width: 28.571%;
  }
}

@media (min-width: 824px) {
  .fplink {
    width: 12.5%;
  }

  .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 930px) {
  .fplink {
    width: 11.111%;
  }

  .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 1036px) {
  .fplink {
    width: 10%;
  }

  .fplink.wide {
    width: 20%;
  }

  .fplink.image {
    width: 128px;
    height: 128px;
  }

  .fplink.image .box .row .cell {
    width: 120px;
    height: 120px;
  }

  .fplink.image .box .row .cell .image img {
    width: 120px;
    height: 120px;
  }
}

.fplink.image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 75%;
  z-index: 1;
}

.fplink.image a {
  z-index: 2;
}

.fplink a {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
}

.fplink.image .image a {
  padding: 0;
}

.fplink.image .link a {
  border-top: 2px solid #505050;
  background: #ddddb7 !important;
}

.fplink.wide a {
  margin: 0 -5px;
}

.fplink.image a {
  top: auto;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  max-width: 480px;
}

.fpvideo {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
}

.fpvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}