Bloodsports.TV Wiki
No edit summary
No edit summary
Line 187: Line 187:
 
/***************/
 
/***************/
 
a {
 
a {
color: #3C99AD;
+
color: #66E5FF;
 
}
 
}
   
 
a:link {
 
a:link {
color: #2F7684;
+
color: #3C99AD;
 
}
 
}
   
 
div#content a:visited,
 
div#content a:visited,
 
a:visited {
 
a:visited {
color: #66E5FF;
+
color: #2F7684;
 
}
 
}
   

Revision as of 15:28, 6 May 2015

/* 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-Bloodsports_TV_Wiki h1.firstHeading {
    display:none;
}

/******************
/* General styles *
/******************/
body {
   background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/6/65/Pagebg.jpg") no-repeat fixed center center / cover black;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

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

/***************
/* Logo styles *
/***************/
#p-logo {
}

#p-logo a {
}

/*****************
/* Header styles *
/*****************/
div#mw-head-base {
   background: transparent !important;   
}

div#mw-head {
   background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top;
     height: 12em;
}


/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
     margin-top: 12em;
    
}

#right-navigation {
     margin-top: 12em;
}

div.vectorTabs {
    background: transparent;
}

div.vectorTabs ul {
    background: transparent;
}

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

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

div.vectorTabs li span a {
    color: #FFFFFF;
}

div.vectorTabs span a:visited {
    color: #FFFFFF;
}

div.vectorTabs li span a:hover,
div.vectorTabs span a:visited:hover {
    color: #a7a7a7;
}

div.vectorTabs li.selected span a {
    color: #FFFFFF !important;
}

div.vectorTabs span a:active {
    color: #a7a7a7;
}

div.vectorMenu ul {
    background: #000000;
    border: 1px solid #434647;
}

div.vectorMenu h3 a {
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 1.9em;
    text-decoration: none;
    width: 24px;
}

div#p-cactions h5 {
    background: transparent;
}

div.vectorMenu h5 a {
    border: none;
    background: transparent;
}

div#p-cactions div.menu ul {
    border: 1px solid #434647;
    background: #000000;
    color: #FFFFFF;
}

div#p-cactions div.menu ul li a {
    background: transparent;
    border: none;
    color: #a7a7a7;
}

/******************
/* Sidebar styles *
/******************/
div#mw-panel div.portal h5, 
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
}

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

#mw-panel.collapsible-nav .portal {
    background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border: 2px ridge grey;
    margin: 0 9px 10px 0;
    padding: 0.25em 0 !important;
    width: 150px;
}

#mw-panel.collapsible-nav #p-claimWiki.portal {
    border: none !important;
}

div#mw-panel.collapsible-nav div#p-socialProfiles.portal {
    margin: 0 0 1.5em;
    background:none !important;
    border: none !important;
}

#mw-panel.collapsible-nav #p-sitePromos.portal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 0 1.5em 10px;
}

#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: white;
    font-size: 150%;
    text-shadow: 1px 1px black;
}

#mw-panel.collapsible-nav .portal h3 a {
    color: white;
    font-size: 150%;
    text-shadow: 1px 1px black;
}

/***************
/* Link styles *
/***************/
a {
    color: #66E5FF;
}

a:link {
    color: #3C99AD;
}

div#content a:visited,
a:visited {
    color: #2F7684;
}

a.new {
   color:red;
}

div#content a.extiw,
div#footer a.extiw,
div#content a.external,
div#footer a.external {
    color: #a7a7a7;
}

div#content a.extiw:visited,
div#footer a.extiw:visited,
div#content a.external:visited,
div#footer a.external:visited {
    color: #a7a7a7;
}

div#content a.extiw:hover,
div#footer a.extiw:hover,
div#content a.external:hover,
div#footer a.external:hover,
div#content a.extiw:visited:hover,
div#footer a.extiw:visited:hover,
div#content a.external:visited:hover,
div#footer a.external:visited:hover {
    color: #a7a7a7;
}

a:active {
    color: #a7a7a7;
}

/******************
/* Article styles *
/******************/
div#content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid #434647;
    color: #ffffff;
    margin-top: 10em;
    margin-right: 10px;
    overflow-y: hidden;
    box-shadow: 0 0.1em 0.75em #FBD75C;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
    color: #FFFFFF;
}

div#content h1 {
}

div#content h2 {
}

div#content h3 {
}

div#content h4 {
}

div#content h5 {
}

div#content h6 {
}

span.editsection {
}

span.editsection a:link {
}

div#content span.editsection a:active {
}

div#content span.editsection a:visited {
}

div#content span.editsection:active:hover:visited {
}

span.editsection a:hover {
}


.toc,
#toc {
    background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top;
    border: 2px ridge grey;
}

#file img,
.filehistory a img {
    background: url("http://hydra-media.cursecdn.com/hydra.cursetech.com/8/84/Dark_checker.svg/16px-Dark_checker.svg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#file img:hover,
.filehistory a img:hover {
    background: rgba(0, 0, 0, 0);
}

/* tables */
table.wikitable {
    background: transparent;
}

table.jquery-tablesorter th.headerSort {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/3/36/Sort_both_white.gif), url(http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center right, center top;
}

table.jquery-tablesorter th.headerSortDown {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/5/56/Sort_down_white.gif), url(http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png);
}

table.jquery-tablesorter th.headerSortUp {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/8/82/Sort_up_white.gif), url(http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png);
}

table.jquery-tablesorter th.unsortable {
    background-image: url(http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png);
}

table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #404040;
}

table.mw_metadata th {
    background-color: #000000;
    border: 1px solid #404040;
}

table.wikitable,
#claimlist {
    background: none repeat scroll 0 0 transparent;
}

#claimlist .approved a {
    color: #000000;
}

#claimlist .approved td {
    color: #545454;
}

/* WikiClaims tool dropdown fix */
#claimlist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top;
    text-align: center;
}

.wikitable th,
#claimlist th,
#claimlist .sortable th.unsortable {
    background-color: #000000;
    border: 1px solid #404040;
    color: #B3B4B7;
    padding: 0.2em;
}

#claimlist .sortable th:hover {
    background-color: #15181a;
}

.wikitable td,
#claimlist td {
    border: none;
    color: #ffffff;
    padding: 0.2em;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    vertical-align:top;
}

.TablePager {
    color:#000000;
    border:1px solid #404040;
    padding:0 0.15em;
}

.TablePager th {
    background-color:#232323;
    color:#ffffff;
    border:1px solid #404040;
    padding:0 0.15em;
}

.TablePager tr:hover td {
    background-color: #232323 !important;
    color:#ffffff;
}

.TablePager th a {
    background-color:#232323;
    color:#FFFFFF !important;
}
 
.TablePager td {
    background: transparent !important;
    border: 1px solid #404040;
    color: #c0c0c0;
}

/* colour fix for metadata box */

table.mw_metadata th {
    background-color: #000000;
    color: #D5D4D4;
}

table.mw_metadata td {
    background-color: #15181A;
    color: #D5D4D4;
}

ul.gallery {
}

li.gallerybox {
}

li.gallerybox div.thumb {
    background-color: transparent;
    border: none;
}

div.gallerytext {
}

.thumb {
}

div.thumbinner {
    background-color: transparent;
    border: 2px ridge grey;
    font-size: 94%;
    overflow: hidden;
    padding: 3px !important;
    text-align: center;
}

code {
    background-color: #e7974d;
    color: black;
}

#catlinks {
    background-color: transparent;
    border: 1px solid #AAAAAA;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: #545454;
    border-color: #404040 !important;
}

.mw-search-formheader {
    background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top;
    border: 2px ridge grey;
    margin-top: 1em;
}

.mw-search-formheader div.search-types ul li.current a {
    color: #FFFFFF;
}

/* Page history */
#pagehistory li.selected {
    background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top;
    border: 1px dashed #404040;
    padding: 3px;
}

table.diff {
    background: transparent;
}

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

td.diff-deletedline {
    background-color: #FFE49C;
    border-color: #FFE49C;
    color: black;
}


td.diff-addedline .diffchange {
    background: none repeat scroll 0 0 white;
}

td.diff-deletedline .diffchange {
    background: pink;
}

td.diff-addedline {
    background-color: #A3D3FF;
    border-color: #A3D3FF;
    color: black;
}

#pagehistory li {
    background-color: transparent;
    border: 1px solid #404040;
    padding: 3px;
}

fieldset {
    border: 1px solid #434647;
}


/* Preferences */
#preftoc {
    background-color: #1C1E20;
    border: 0px;
    margin: 0 0 4px !important;
}

#preftoc,
#preftoc li,  
#preferences, 
#preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #666666;
}

#preftoc li.selected a {
    background: url("http://hydra-media.cursecdn.com/bloodsportstv.gamepedia.com/7/76/Headerstrip.png") repeat-x scroll center top;
    border-color: #404040;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

#preferences {
    background-color: #1C1E20;
    border: 1px solid #404040;
}

#preferences fieldset {
    border-color: #404040;
}

[type="radio"]:checked ~ label {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: medium none;
    z-index: 2;
}

div#preferences {
    background: #262626;
}

div#preferences fieldset legend {
    color: #FFFFFF;
}

ul#filetoc {
    background: transparent;
}

/*****************
/* Footer styles *
/*****************/
div#footer {
    background-image: none;
}

div#footer ul li {
    color: #FFFFFF;
}

div#footer a { 
    color: #3C99AD; 
}

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


/* Notifications */
.mw-notification {
    background-color: #000000;
}

/* user profile info colour tweak */
.helper_mark:before {
    background-color: #000000;
    border: 1px solid #EFEFEF;
    color: #D5D4D4;
}

.helper_mark > span:after {
    background-color: #000000;
    bottom: -5px;
    box-shadow: -4px -4px 5px 2px #000000, 4px 4px 5px 1px rgba(35, 49, 72, 0.75);
    color: #D5D4D4;
}

.helper_mark > span {
    background-color: #000000;
    color: #D5D4D4;
}

/* fix for black redirection arrow */
.redirectMsg > img {
    display: none;
}

.redirectMsg > span::before {
    content: url("http://hydra-media.cursecdn.com/witcher.gamepedia.com/b/b5/Redirectltr.png");
}

/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    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;
}

.claimwikibutton a:hover {
    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;
}

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

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 #1D1D1D;
}

.wikiEditor-ui-tabs {
    background-color: #101010;
    border-left: 1px solid #1D1D1D;
    border-top: 1px solid #1D1D1D;
}

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

.wikiEditor-ui-tabs div a {
    background: #262626; 
    color: #FFFFFF;
}

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

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

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

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

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

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

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

.tab {
   border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.editOptions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #262626;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 2em;
    padding: 1em 1em 1.5em;
}

/* Login Screen fix */
.mw-ui-vform label {
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 0.9em;
    margin: 0 0 0.2em;
    padding: 0;
    width: auto;
}

/* INFOBOXES */
.infoboxtable {
    border: none;
    background-color: rgba(100, 200, 255, 0.2);
    box-shadow: 0 0.1em 0.75em #3C99AD;
    color: #ffffff;
    float: right; 
    font-size: 89%;
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align:top;
}

.infoboxtitle,
.infoboxdetails {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.25em; 
}

.infoboxtitle {    
    font-size: 125%; 
}

.infoboxtable td > div {
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    margin-left: 0.75em;
    padding: 0.5px 7px;
    text-align: right;
}

/* MsUpload color fixes */
#upload_list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload_list .file .file-title,
#upload_list .file .file-size,
#upload_list .file .file-warning {
	color: #E0E0E0;
}

#upload_list .file a {
    color: #add8e6;
}

#upload_list .file .small_warn {
    background: url("http://bloodsportstv.gamepedia.com/extensions/MsUpload/css/../images/msu_error-small.png") no-repeat scroll 0 center rgba(255, 246, 191, 0.2);
}