Fishing: Barents Sea Wiki
Advertisement

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
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Fishing_Barents_Sea_Wiki h1.firstHeading {
    display:none;
}

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

.ambox {
    background-color: #eeeeee;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/* INFOBOXES */
.infoboxtable {
    background-color: #f9f9f9;
    border: 1px solid #aaaaaa;
    color: #000000;
    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: #f9f9f9;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px; padding: 10px;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #aaaaaa;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(255, 255, 255, 0.2);
}

.navbox-list {
    border-color: rgba(255, 255, 255, 0.2); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(255, 255, 255, 0.2);
    color: #444;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(255, 255, 255, 0.2);
    color: #333;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* Even row striping */
.navbox-even {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */

/* this section governs the responsive 3 column main page layout */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

.fpbannertable {
    display: table;
    border: none;
    background: transparent;
    width: 100%; 
    min-height: 75px;
    margin: 0;
    padding: 5px;
}

.fpbannercell {
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
}

.fpbannerblock {
    border: none;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
    font-size: 132%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

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

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #505050;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpbox .heading {
    border: none;
    border-bottom: 1px solid #505050;
    text-align: center;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpmain .columns .leftcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpmain .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
    float: left;
    clear: both; 
    width: 100%;
}

div.fp2columnonly, div.fp3columnonly {
    display: none; 
}

@media (min-width: 790px) {
  .fpsection1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .fpmidsections {
    clear: none;
    float: right;
    width: 50%;
  }

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

@media (min-width: 990px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .fpmain .columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1390px) {
  .fpmidsections {
    clear: none;
    float: right;
    width: 66.667%;
  }

  .fpsection1 {
    clear: none;
    width: 33.333%;
  }

  .fpsection2 {
    clear: none;
    width: 50%;
  }

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
    background: transparent;
    border: none;
    box-shadow: none;
}

.fpimagelist ul {
    list-style-type: none;
    list-style-image: none;
}

.fpvideos {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.fpvideo {
    display: inline-block;
    margin: 0 5px;
}

@font-face {
	font-family: 'ArchitectsDaughter';
	src: local('ArchitectsDaughter'), local('ArchitectsDaughter'), url(/media/hydra/fonts/ArchitectsDaughter.ttf) format('truetype');
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: local('OpenSans-Semibold'), local('OpenSans-Semibold'), url(/media/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
}

/* Base framework */
body {
  background-attachment:fixed !important;
  background:url(/media/gamepedia.com/9/98/Bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-color:#3E83D0;
}

#mw-page-base {
 background:transparent !important 
}

div#content {
  background-color:rgba(51,93,102,0.9);
  color:#BFBFBF;
  border:10px solid transparent;
  border-image:url(/media/4/46/Border.png) 6% stretch;
  border-radius:13px;
  padding:0.75em;
}

#pageWrapper {
  margin-right: 10px;
}

/* end base framework */

/* footer */
div#footer {
  border:2px solid #4F4F4F;
  border-top:0;
  border-image:url(/media/wizardoflegend.gamepedia.com/1/1a/Border_box_desaturated.png) 6% stretch;
  background-color:rgba(61,111,122,0.9);
  color:#000;
  border:10px solid transparent;
  border-image:url(/media/4/46/Border.png) 6% stretch;
  border-radius:13px;
  margin-top:2em;
  margin-bottom:1em;
  padding:0.75em;
}
/* end footer */

/* Logo */
#p-logo {
    margin-bottom: 0em;
    background-size: contain;
}

#p-logo a {
    background-size: contain;
}
/* end logo */

/* Links */
div#content a:not(.new),
div#footer a,
div#content a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited,
#mw-indicator-mw-helplink a {
  color:#ff967c;
}

div#content a:not(.new):hover,
div#footer a:not(.new):hover {
  color:#f7f7f7;
  text-decoration:none;
}

div#content a.new {
  color:#7F0000;
}

div#content a.new:hover {
  text-decoration:none;
  color:#7f0000;
}

.suggestions a {
  text-shadow:none;
}
/* End links */

/* Headings */
h1#firstHeading,
h2,
h3,
h4,
h5,
h6{
  font-family: 'OpenSans-Semibold', sans-serif;
  text-shadow:-1px -1px 1px  #666;
}
/* end headings */

/* Vector tabs */
div#left-navigation, div#right-navigation {
  background-color:#2F4449;
  border-radius:5px 5px 0 0;
  margin-top:2.5em;
}

div#left-navigation {
  height:2.5em;
  margin-left:11.6em;
}

div#right-navigation {
  margin-right:18px;
  height:2.5em;
}

div.vectorTabs {
    background: none;
}

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:#D7DEE8;
  font-size:0.8em;
  font-weight:bold;
  text-decoration:none;
	font-family: sans-serif;
}

div#mw-head div.vectorTabs ul li.selected span a {
  color:#fff;
  background-color:#274F55;
  background:linear-gradient(to bottom, #274F55, #335D66);
  box-shadow:inset 5px 5px 10px rgba(0,0,0,0.5);
  height:2.55em;
}

div#mw-head div.vectorTabs ul li:first-child span a {
  border-radius:5px 0 0 0;
}

div#mw-head div.vectorTabs ul li:only-child span a {
  border-radius:5px 5px 0 0;
}

div#mw-head div.vectorTabs ul li:not(.selected) span a:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span a:focus {        
  background-color:#274F55;
  box-shadow:inset 5px 5px 10px rgba(0,0,0,0.5);
}

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

div#p-sharing, div#p-cactions {
  margin-top:0.35em !important;
}

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 h3#p-cactions-label {
  padding-bottom:1em;
}

div.vectorMenu div.menu {
  margin-top:0.2em;
  border:2px ridge #000;
  background-color:rgb(61,111,122);
  box-shadow:inset 0 0 2px #000;
}

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.1);
}

div.vectorMenu div.menu a:hover {
  color:#000;
  text-decoration:none;
}

div#mw-head div.vectorMenu h3 {
    background: none;
}

div#p-sharing .menu {
  margin-left: 20px;
  min-width: 0px;
  width: 48px;
  top:31px;
}

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

#mw-panel.collapsible-nav .portal h3 {
  background-image:url(/media/gamepedia.com/7/72/Sidebar_expanded.png);
	background-size: 16px;
}

 #mw-panel.collapsible-nav .portal.collapsed h3 {
  background-image:url(/media/gamepedia.com/3/37/Sidebar_collapsed.png);
	background-size: 16px;
}
/* End Vector Tabs */

/* Sidebar */
div#mw-panel {
  padding-top:2em;
  padding-left:.25em;
  background:#beb8b8; /*fallback*/
  background:url(/media/fishingbarentssea.gamepedia.com/8/82/Bg_sidebar.png) no-repeat top left border-box;
  background-size:100% 100%;
}

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

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos),
div#mw-panel div.portal.collapsed {
 border-radius:0;
 padding:0.1em;
}

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,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav div.portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
 font-weight:bold;
 color:#566287;
}

div#mw-panel div.portal div.body ul li a:hover {
  color:#50994F;
}

#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
  margin-left: -0.75em; 
  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;
  font-family: 'ArchitectsDaughter', sans-serif;
}

div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  margin-top:0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-weight:bold;
  font-size:0.9em;
  font-family: 'ArchitectsDaughter', sans-serif;
  text-shadow:none;
}

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  {
  font-weight:bold;
  color:#292928 !important;
}
div#mw-panel div.portal div.body {
    background-image:none;
}
div#mw-panel {
    top:9em;
}
/* End Sidebar */

/* Category bar and filetoc */
#catlinks,
#filetoc {
  border:2px ridge #000;
  background-color:#2F4449;
  box-shadow:inset 0 0 2px #000;
}
/* end category bar */

/* Preferences */
.client-js div#preferences {
  background:rgba(0,0,0,0.2);
  border:1px solid #484951;
}

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

.client-js #preftoc li {
  background:url(/media/8/85/Tab_unselected.png) no-repeat top left;
  background-size:100% 100%;
  padding:0.3em;
}

.client-js #preftoc li.selected {
  background:url(/media/8/87/Tab_selected.png) no-repeat top left;
  background-size:100% 100%;
}

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

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

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

.client-js #preftoc li.selected {
  position:relative;
  border:0;
  height:2.3em;
}

.client-js #preftoc li:not(.selected):hover {
  filter:brightness(110%);
}

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

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

.htmlform-tip {
  color:#BFBFBF;
}
/* End Preferences */

/* bullet color switch */
ul {
  list-style-image:none;
}
/* end bullet color switch */

/* Page History */
ul#pagehistory > li {
  border:none;
}

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

table.diff {
  background-color:rgba(0,0,0,0.3)
}

.mw-plusminus-pos {
    color:#00A500;
}

.mw-plusminus-neg {
    color:#C60000;
}

td.diff-deletedline {
	background-color: #440000;
	border: none;
}

td.diff-deletedline .diffchange {
	background: none;
	color: #e62444;
}

td.diff-addedline {
	background-color: #004400;
	border: none;
}

td.diff-addedline .diffchange {
	background: none;
	color: #bfd959;
}
/* End Page History */


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

table.TablePager tr th {
  background-color:rgb(11,23,25,0.8);
}

table.TablePager tr > td {
  background-color:rgba(52,107,114,0.8);
}

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

/* wikitable styling */
table.wikitable {
  color:#BFBFBF;
  border:3px solid #282E27;
  background-color:rgba(94,103,114,0.8);
  box-shadow:4px 4px 0 rgba(0,0,0,0.3);
}

table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  background:url(/media/1/14/Paper_texture.jpg);
  background-color:#BCB6B6;
  font-family: 'ArchitectsDaughter', sans-serif;
  letter-spacing:2px;
  border:1px solid #726453;
  text-shadow:0 -0.5px 0 #AF924C;
  color:#292928;
}

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

/* search styling */
div.mw-search-profile-tabs {
  border:2px ridge #000;
  background-color:#2F4449;
  box-shadow:inset 0 0 2px #000;
}

fieldset#mw-searchoptions {
  background-color:#5E6772;
  border:2px ridge #000;
  border-top:0;
  border-radius: 1px 1px 0 0;
}

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

div#content .mw-search-profile-tabs .search-types ul li a {
  color:#fff;
}

div#content .mw-search-profile-tabs div.search-types ul li.current a{
  text-shadow:0 -0.5px 0 #AF924C;
  color:#fff;
}

.mw-search-profile-tabs ul li.current {
  background-color:#274F55;
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.5);
}

.mw-search-profile-tabs ul li:not(.current) a:hover {
  color:#fff !important;
}

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

/* Editor Styling */
div.wikiEditor-ui .wikiEditor-ui-view {
  border-color:#313336;
}
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border:0;
}
div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top:0;
    margin-right: 5px;
}
div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom:0.35em;
  border:0;
}

div.wikiEditor-ui-tabs div {
  font-weight:bold;
  background:url(/media/8/85/Tab_unselected.png) no-repeat top left;
  background-size:100% 100%;
  padding:0.75em;
  padding-bottom:0;
  border:0;
}
div#content div.wikiEditor-ui-tabs div a {
    background-color:transparent;
    color:#fff;
}

div.wikiEditor-ui-tabs div.current {
    border:0;
    background:url(/media/8/87/Tab_selected.png) no-repeat top left;
    background-size:100% 100%;
    border-bottom:0;
}
#content div.wikiEditor-ui-tabs div.current a {
  color:#fff;
  text-shadow:none;
}
div.wikiEditor-ui-toolbar {
  background: none;
  background-color:#3E3E3E;
  background:linear-gradient(to bottom, #3E3E3E, #000);
}
div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #938986; 
}
div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #938986;
   border-right: none;
}

.tab {
   border-color: transparent;
}

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

div#content div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #000;
}

div#content .wikiEditor-ui-toolbar .group .tool-select .options .option {
  color:#000;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color:#9EADBF;
    border-top: 1px solid #938986;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #fff;
}

div.wikiEditor-ui-toolbar .booklet .index div:not(.current):hover {
    background-color: rgba(255,255,255, 0.2);
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(0,0,0,0.15);
    color: #000;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color:#3D6F7A;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #404040;
    color: #fff;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #505050;
    color: #000;
}

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

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: transparent;
}

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

div.editOptions {  
    background-color: transparent;
    border-color: -moz-use-text-color #505050 #505050;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
/* End Editor Styling */

/* thumbnail tweak */
html .thumbcaption {
  color:#000;
}

div.thumbinner {
  background-color:rgba(248,249,250,0.9)
}
/* end thumbnail tweak */

/* Table of contents (toc) */
div#toc {
  border: 3px outset #000;
  background-color:#3D6F7A;
}
/* End table of contents */

/* front page (fp) styles */
.fpbox .heading,
.fpbox .welcome,
.fplinks .linkslabel {
	font-family: 'OpenSans-Semibold', sans-serif;
}

.fpbox {
  position:relative;
  border:0;
  background:none;
  box-shadow:none;
  padding:10px;
}

.fpbox::before {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  background:url(/media/a/ab/FP_box.png) no-repeat top left border-box;/*replace with local link once cache clears on File:FP box.png*/
  background-size:100% 100%;
  z-index:-1;
  opacity:0.4;
}
/* end front page styles */

/* Ambox tweaks */
.ambox {
  background-color:#5E6772;
  color:#D6D8DB;
  border-top:1px solid #2E3C4D;
  border-bottom:1px solid #2E3C4D;
  border-right:1px solid #2E3C4D
}
/* end ambox tweaks */

/* Code tweaks */
code {
  background-color:#4C5760;
  color:#e6e6e6;
  border:1px solid #000
}
/* end code tweaks */

/* Infobox styles */
.infobox {
  position:relative;
  float: right;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 2px;
  border-radius:2px;
  border:2px solid #7e7e7e;
  background-color:rgb(51,93,102);
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color:rgba(0,0,0,0.2);
  border: 0;
}

.infobox-header {
  padding:0.5em;
	font-family: 'OpenSans-Semibold',sans-serif;
  color: #FFF8EF;
  background-color:#7B3431;
  font-size: 130%;
  text-align: center;
  background:url(/media/8/87/Tab_selected.png) no-repeat top center;
  background-size:100% 100%;
  background-position-y:-5px;
}

.infobox-section {
  color: #fff;
  background-color: #274F55;
  border:1px solid #000;
  box-shadow:inset 1px 1px 10px rgba(0,0,0,0.5);
}

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

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

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

.infobox-spacer {
  height: 0.5em;
}
/* End infobox styles */

/* Makes redirect notice legible */
#contentSub,
#contentSub2 {
   color: #CCC8B7;
}
Advertisement