Skyrim Wiki
No edit summary
No edit summary
Line 568: Line 568:
   
 
html .thumbimage {
 
html .thumbimage {
  +
background-color: rgba(0, 0, 0, 0);
 
border: 0px solid #CCCCCC;
 
border: 0px solid #CCCCCC;
 
}
 
}

Revision as of 13:58, 17 September 2017

/* CSS placed here will affect users of the Vector skin */

/* For items that only display in the mobile view */
.mobileonly {
    display: none;
}

/* Removes the header from the main page */
body.page-Skyrim_Wiki h1.firstHeading {
   display:none;
}

body {
    background: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/f/f8/Bg-top.jpg") repeat-x scroll top #010101;
}

body #pageWrapper {
    margin-right: 10px;
}

#mw-head-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png");
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    border-top: 1px solid #676767;
    bottom: 0;
    height: 42px;
    margin-right: 10px;
    margin-top: -42px;
}

div#mw-page-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

/* sidebar */
div#mw-panel div.portal, 
div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
}

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #DDDDDD;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    color: #ABABAB;
}

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

div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* tabs */
#right-navigation {
    margin-right: 16px;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs span {
    background-image: none;
    border-right: medium none;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited,
div.vectorTabs li.selected a:visited span {
    color: #CCCCCC !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 1px black;
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
div.vectorTabs li a,
.vectorTabs li a span {
    color: #AAAAAA;
}

div#mw-head a:hover,
div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color: #6ABEC3;
}

div.vectorTabs li a {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: medium none;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

/* actions menu */
div.vectorMenu div.menu {
    border-color: #3c3c3c;
}

div.vectorMenu ul {
    background-color: #000000;
    border: 1px solid #3c3c3c;  
}

div.vectorMenu h3 a {
    background-image: none;
}

div#mw-head div.vectorMenu li a {
    color: #aaaaaa;
}

div.vectorMenu {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFsbGxmpqa3d3deXl58/n79CzHcQAAAAV0Uk5T/////wD7tg5TAAAAMklEQVR42mJgwQoYBkqYiZEZAhiZUFRDxWGicEPA4nBRhNlAcYQokpVMDEwD6kuAAAMAyGMFQVv5ldcAAAAASUVORK5CYII=");
	border: medium none;
}

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

div.vectorMenu h3 span {
    color: #aaaaaa;
}

/* article content area */
div#content {
    background: rgba(0, 0, 0, 0.7);
    border-right: 1px solid #676767;
    border-top: 0px solid #676767;
    border-bottom: 1px solid #676767;
    border-left: 1px solid #676767;
    color: #CCCCCC;
    paddint-top: 10px;
}

/* anchors and titles */
a,
a:hover,
div#content a.external,
div#content a.external:hover,
div#content a.extiw,
div#content a.extiw:active,
.skin-hydradark #mw-indicator-mw-helplink a {
    color: #6ABEC3;
}

a:visited,
div#content a.external:visited,
div#content a.extiw:visited {
    color: #3E9DA3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6ABEC3;
}

h1,
h2 {
    border-bottom: 1px solid #6ABEC3;
}

h3,
h4,
h5,
h6 {
    border-bottom: 0px solid #262626;
}

/* lists */
ul {
    list-style-image: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/7/7a/Bullet.png");
}

/* footer */
div#footer ul li {
    color: #E0E0E0;
}

div#footer a { 
    color: #6ABEC3; 
}

div#footer a:hover { 
    color: #ffffff; 
}

div#footer a:visited {
    color: #6ABEC3;
}

/* other screen elements */
abbr,
acronym,
.explain {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px dotted black;
    color: #6ABEC3;
    cursor: help;
}

fieldset {
    border: 1px solid #676767;
}

code {
    background-color: #000000;
    color: #c0c0c0;
}

pre,
.skin-hydradark .mw-code {
    background-color: #000000;
    border: 1px solid #676767;
    color: #c0c0c0;
}

div#mw-js-message {
    background-color: #000000 !important;
}

.not-patrolled {
    background-color: #EFEFEF;
    color: black;
}

.CategoryTreeToggle {
    color: #6ABEC3;
}

/* tables of contents */
div#toc,
div.toc,
div.mw-warning {
    background-color: #181818;
    border: 1px solid #676767;
    font-size: 95%;
    padding: 5px;
}

ul#filetoc {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #676767;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

/* Page history */
#pagehistory li {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid white;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: #000000;
    background-image: none;
    border: 1px solid #676767;
    padding: 3px;
}

.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background-color: rgba(0, 0, 0, 0);
}

.skin-hydradark td.diff-addedline,
.skin-hydradark td.diff-deletedline,
.skin-hydradark td.diff-context {
    border-style: solid;
    border-width: 1px 1px 1px 4px;
}

.skin-hydradark td.diff-context {
    background: none repeat scroll 0 0 transparent;
    color: #c0c0c0;
}

.mw-plusminus-pos {
    color: #7DBA84;
}

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

/* Tables */
table.gallery {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #676767;
    margin: 2px;
    padding: 2px;
}

table.gallery td {
    background-color: #202020;
    border: 2px solid #CCCCCC;
}

.mw-collapsible-toggle {
    -moz-user-select: none;
    float: right;
    font-size: 90%;
    font-weight: normal;
}

table {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #cccccc;
}

.skin-hydradark table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #676767;
    border-collapse: collapse;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > th,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #676767;
    color: #c0c0c0;
    padding: 3px;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #282828;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    background-color: rgba(0, 0, 0, 0);
}

.skin-hydradark .wikitable td {
    border: 1px solid #404040;
    color: #ffffff;
    padding: 0.2em;
}

.skin-hydradark .TablePager,
.skin-hydradark .mw-datatable,
.skin-hydradark table.mw_metadata {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #404040;
}

.skin-hydradark .TablePager th,
.skin-hydradark .mw-datatable th,
.skin-hydradark table.mw_metadata th {
    background-color: #222222;
    border: 1px solid #404040;
    color: #ffffff;
}

.skin-hydradark .TablePager tr:hover td,
.skin-hydradark .mw-datatable tr:hover td {
    background-color: #000000 !important;
    color: #ffffff;
}

.skin-hydradark .TablePager th a,
.skin-hydradark .mw-datatable th a,
.skin-hydradark table.mw_metadata th a {
    background-color: #222222;
    color: #FFFFFF !important;
}
 
.skin-hydradark .TablePager td,
.skin-hydradark .mw-datatable td,
.skin-hydradark table.mw_metadata td {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #404040;
    color: #c0c0c0;
}

.skin-hydradark .TablePager_nav .mw-firstlink .TablePager_nav-enabled {
  background-image: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/9/9e/Arrow_first_25.png");
}

.skin-hydradark .TablePager_nav .mw-prevlink .TablePager_nav-enabled {
  background-image: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/2/2a/Arrow_left_25.png");
}

.skin-hydradark .TablePager_nav .mw-nextlink .TablePager_nav-enabled {
  background-image: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/b/b3/Arrow_right_25.png");
}

.skin-hydradark .TablePager_nav .mw-lastlink .TablePager_nav-enabled {
  background-image: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/0/05/Arrow_last_25.png");
}

/* This is stuff for tables with alternating coloured lines, aka pyjama paper */
.pyjama tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #1e1e1e;
}

.pyjama tr:nth-child(2n) {
    background: none repeat scroll 0 0 #000000;
}

/* Controls the color scheme for common tables */
.swtable {
    background-color: #0F0F0F;
}

.swtable th {
    background-color: #282828;
}

.swtable th.header {
    background: transparent;
    border: 1px solid #676767;
    padding: 3px;
}

.swborder {
    border: 1px solid #676767;
    border-collapse: collapse;
}

.swborder td,
.swborder th {
    border: 1px solid #676767;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") !important;
    background-repeat: no-repeat, repeat-x;
    background-position: center right, top left;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") !important;
    background-repeat: no-repeat, repeat-x;
    background-position: center right, top left;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") !important;
    background-repeat: no-repeat, repeat-x;
    background-position: center right, top left;
}

.skin-hydradark table.jquery-tablesorter th.unsortable,
.skin-hydradark th.header-bg.th.unsortable {
    background: rgba(0, 0, 0, 0) url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") repeat-x scroll 0 0 !important
}

/* preferences */
.skin-hydradark #preferences {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid #AAAAAA;
    clear: both;
    float: left;
    margin: -2px 0 0;
    width: 100%;
}

.skin-hydradark #preftoc {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.skin-hydradark #preftoc li.selected a {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #CCCCCC;
    text-decoration: none;
}

.skin-hydradark #preftoc li a {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #6ABEC3;
    text-decoration: none;
}

.skin-hydradark #preferences legend {
    color: #6ABEC3;
}

.skin-hydradark #preftoc li {
    background-image: none;
}

/* thumbnails */
div.thumb {
    background-color: #0F0F0F;
    border-color: transparent;
}

div.thumbinner {
    background-color: #0F0F0F;
    border: 1px solid #676767;
}

.skin-hydradark img.thumbborder {
    border: 1px solid #676767;
    padding: 2px;
}

html .thumbimage {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #CCCCCC;
}

.highlight img,
.highlight a img {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}

/* colour fix for thumbnail galleries */
li.gallerybox div.thumb {
    background-color: transparent;
    border: medium none;
}

li.gallerybox {
    border: 1px solid #6ABEC3;
}

div.gallerybox div.thumb {
    border: 0px solid #CCCCCC;
}

/* colour fix for advanced search options box */
.skin-hydradark fieldset#mw-searchoptions {
    background-color: #0F0F0F;
    border-color: #6ABEC3 !important;
}

.skin-hydradark .mw-search-profile-tabs {
    background-color: #0F0F0F;
    border: 1px solid #6ABEC3;
    margin-top: 1em;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #C0C0C0;
}

/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #676767;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs {
    background-color: #676767;
    border-left: 1px solid #000000;
    border-top: 1px solid #676767;
}

div.wikiEditor-ui-tabs div {
    background-color: #1D1D1D;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs div a {
    background: #676767; 
    color: #CCCCCC;
}

div.wikiEditor-ui-tabs div.current {
	background-color: #676767;
	border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs div.current a {
   color: #ffffff;
}

div.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid #676767;
}

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

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

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

div.wikiEditor-ui-toolbar .group .label {
   color: #E0E0E0;
}

.tab {
   border-color: transparent;
}

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

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

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

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #676767;
}

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

div.wikiEditor-ui-toolbar .booklet .index .current {
	background-color: #0A0B0C;
	color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #0a0b0c;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #676767;
    color: #6abec3;
}

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

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: rgba(0, 0, 0, 0);
}

div.editOptions {  
    background-color: #0A0B0C;
    border-color: -moz-use-text-color #676767 #676767;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

/* should add a middle section to the new header*/
.capsmid {
    background: url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/7/75/Newheader_middle.png") repeat-x scroll 0 0 transparent;
}

div.header-bg {
    background: #282828 url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

div.header-bg1 {
    background: #282828 url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/7/70/Head-bg1.png") no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 3px;
}

th.header-bg {   
    background: #282828 url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

.header-bg.th.headerSort {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") !important;
    background-repeat: no-repeat, repeat-x;
    background-position: center right, top left;
}

.header-bg.th.headerSortDown {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") !important;
}

.header-bg.th.headerSortUp {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") !important;
}

/* INFOBOXES */
.infoboxtable {
    border: 1px solid #676767; 
    background: #0F0F0F; 
    color: #CCCCCC;
    float: right; 
    font-size: 90%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 25em;
}

.infoboxtable img,
.infoboxtable a img {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background: none repeat scroll 0 0 #282828;
    padding-right: 2px;
    font-weight: bold;
    padding:0.5px 7px;
    text-align: right;
}

.infoboxname {
    background: #282828 url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") repeat-x 0em 0em; 
    border: 1px solid #676767;
    font-size: 120%; 
    font-weight: bold;
    padding: 5px;
}

.infoboxdetails,
.infoboxdescription {
    padding:0em;
}

.infoboxname,
.infoboxdetails,
.infoboxdescription {
    background: #282828 url("https://skyrim.gamepedia.com/media/skyrim.gamepedia.com/1/15/Head-bg.png") repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
    color: #CCCCCC;
    padding: 3px;
}

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

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

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

.navbox-group {
    white-space: nowrap;
    /* @noflip */text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

/* Base background */
.navbox,
.navbox-subgroup {
    background: #0f0f0f;
}

.navbox-list {
    border-color: #0f0f0f;   /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: #151414;
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #1c1b1b;
    color: #fff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #242222;
    color: #fff;
}

/* Even row striping */
.navbox-even {
    background: #0e0c0c;
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    /* @noflip */float: right;
    font-weight: normal;
    /* @noflip */text-align: right;  
    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 Navbox styling */


/* Tabber styling */
.tabberlive,
.tabberlive .tabbertab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: none !important;
    padding: 0px !important;
}

ul.tabbernav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: none !important;
    text-align: center !important;
}

ul.tabbernav li a:link {
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    color: #676767 !important;
}

ul.tabbernav li a:hover {
    background-color: #0F0F0F !important;
    border: none !important;
    color: #FFFFFF !important;
}

ul.tabbernav li.tabberactive a {
    background-color: #0F0F0F !important;
    border: 1px solid #676767 !important;
    border-radius: 5px;
    box-shadow: 0 0.1em 0.5em #D5D4D4;
    color: #CCCCCC !important;
}


/* 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: #282828;
    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;
}

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

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

/* 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.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #B3B4B7;
    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.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #B3B4B7;
    margin: 5px;
    min-height: 300px;
    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;
}