Detention Wiki
m (Removed duplicate toc)
No edit summary
Line 448: Line 448:
 
background-color:#fff;
 
background-color:#fff;
 
background-attachment:fixed !important;
 
background-attachment:fixed !important;
background: url(/media/detention.gamepedia.com/9/98/Bg.jpg);
+
background: url(https://detention.gamepedia.com/media/9/98/Bg.jpg);
 
background-repeat:repeat;
 
background-repeat:repeat;
 
background-size:cover;
 
background-size:cover;
Line 461: Line 461:
 
color:#000000;
 
color:#000000;
 
border:3px solid #000;
 
border:3px solid #000;
background:url(/media/detention.gamepedia.com/9/91/Border-top.png) repeat-x scroll right top border-box,
+
background:url(https://detention.gamepedia.com/media/9/91/Border-top.png) repeat-x scroll right top border-box,
url(/media/detention.gamepedia.com/1/19/Border-left.png) repeat-y scroll left top border-box,
+
url(https://detention.gamepedia.com/media/1/19/Border-left.png) repeat-y scroll left top border-box,
url(/media/detention.gamepedia.com/5/50/Border-right.png) repeat-y scroll right top border-box,
+
url(https://detention.gamepedia.com/media/5/50/Border-right.png) repeat-y scroll right top border-box,
url(/media/detention.gamepedia.com/1/1a/Border-bottom.png) repeat-x scroll left bottom border-box;
+
url(https://detention.gamepedia.com/media/1/1a/Border-bottom.png) repeat-x scroll left bottom border-box;
background-color:rgba(200, 200, 200, 0.9);
+
background-color:rgba(200, 200, 200, 0.95);
 
margin-top:3px;
 
margin-top:3px;
 
}
 
}
Line 599: Line 599:
 
div.vectorMenu h3 span {
 
div.vectorMenu h3 span {
 
padding-top: 0.1em;
 
padding-top: 0.1em;
  +
}
  +
  +
div.vectorMenu h3 span::after {
  +
top:0.25em;
 
}
 
}
   
Line 622: Line 626:
 
div#p-search {
 
div#p-search {
 
height:40px
 
height:40px
  +
}
  +
  +
.vectorTabs #ca-unwatch.icon a,
  +
.vectorTabs #ca-watch.icon a {
  +
padding: 18px 0 0;
  +
color:transparent;
 
}
 
}
 
/* End Vector Tabs */
 
/* End Vector Tabs */

Revision as of 00:15, 18 November 2018

/* 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-Detention_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: 'TrajanPro-Regular';
	src: local('TrajanPro-Regular'), local('TrajanPro-Regular'), url(/media/hydra/fonts/TrajanPro-Regular.ttf) format('truetype');
}

body {
 background-color:#fff;
 background-attachment:fixed !important;
 background: url(https://detention.gamepedia.com/media/9/98/Bg.jpg);
 background-repeat:repeat;
 background-size:cover;
}
#mw-page-base {
 background:transparent !important 
}
#pageWrapper {
  margin-right: 10px;
}
#content {
  color:#000000;
  border:3px solid #000;
  background:url(https://detention.gamepedia.com/media/9/91/Border-top.png) repeat-x scroll right top border-box,
   url(https://detention.gamepedia.com/media/1/19/Border-left.png) repeat-y scroll left top border-box,
   url(https://detention.gamepedia.com/media/5/50/Border-right.png) repeat-y scroll right top border-box,
   url(https://detention.gamepedia.com/media/1/1a/Border-bottom.png) repeat-x scroll left bottom border-box;
  background-color:rgba(200, 200, 200, 0.95);
  margin-top:3px;
}
#content p {
  font-size:1.1em;
}
#p-logo a {
  background-size:contain;
}
.mw-body h1{
  font-family: serif;
}
.fpbox div.welcome{
  font-family: TrajanPro-Regular;
  font-weight: bold;
}
.fpbox div.heading, .fplinks .linkslabel {
    font-family: TrajanPro-Regular;
    font-weight:bold;
    font-size:1.5em;
}

/* Vector Tabs */
div#left-navigation, div#right-navigation {
  background-color:rgba(200,200,200,0.8);
}
div#right-navigation {
  margin-right:10px;
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
    background: none;
    display: inline-block;
    padding: 2px 10px;
    height: 19px;
    text-align: center;
    font-family:TrajanPro-Regular,serif;
}
div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: -16px;
    text-decoration:none;
}

div.vectorTabs li:hover {
    background-color:rgba(150,150,150,0.8);
    margin-top:-8px;
    padding-top:8px;
}

div.vectorTabs li a:hover {
    text-decoration:none;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #000;
}

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

div.vectorTabs li span {
    margin: 0 3px;
}

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

#p-sharing #socialIconImages img {
    width: 100%;
}
 
#p-sharing #socialIconImages a {
    width: 40px;
}

div#mw-head div.vectorMenu h3 {
    margin: 0.5em 3px 0;
}

div.vectorMenu h3 a {
    display: none;
}

div.vectorTabs li a,
div.vectorTabs li a span,
div.vectorMenu h3 span {
     color: #000;
     font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #fff;
    font-weight: bold;
}
div.vectorTabs li.selected {
  background-color:rgba(0,0,0,0.9);
  margin-top:-8px;
  padding-top:8px;
  margin-left:-1px;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #000;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    padding: 18px 0 0;
}

div.vectorMenu h3 span {
    padding-top: 0.1em;
}

div.vectorMenu h3 span::after {
  top:0.25em;
}

div.vectorMenu div.menu {
    background-color:rgba(0,0,0,0);
    font-weight:bold;
    position:absolute;
    top:1.75em;
    padding-top:1.25em;
    border-left:0;
    border-right:0;
}

div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

div.vectorMenu li a {
    color: #ffffff;
    background-color:rgba(0,0,0,0.8);
}
div#p-search {
    height:40px
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
  padding: 18px 0 0;
  color:transparent;
}
/* End Vector Tabs */

/* Sidebar */
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
 background:rgba(150,150,150,0.8);
 box-shadow:1px 1px 1px #000;
 margin-bottom:0.25em;
}
div#mw-panel div.portal.collapsed {
  background:none !important;
  box-shadow:none !important;
  margin-bottom: -0.25em !important;
}
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,.skin-hydradark #mw-panel.collapsible-nav a: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 {
 font-weight:bold;
 color:#000;
}
div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  font-weight: bold;
  margin-bottom: 5px;
  background-color:rgba(0,0,0,0.9);
  margin-top:-4px;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
div#mw-panel div.portal h3 a, div#mw-panel div.portal h3  {
  font-family: "TrajanPro-Regular";
  color:#fff !important;
}
div#mw-panel div.portal div.body {
    background-image:none;
}
/* End Sidebar */

/* Footer */
div#footer {
 margin-top:2em;
 margin-bottom:1em;
 background-color:rgba(200, 200, 200, 0.9);
 opacity: 0.9;
 border:5px double #000;
}

#fptopsection .fplinks .fplink {
    width:25%
}

.fplink .box .row .cell {
    background:rgba(0,0,0,0.9);
}

.fplink .box .row .cell:hover {
    background:rgba(150,150,150,0.9);
}

.fplink .box .row .cell .link a{
    font-family:TrajanPro-Regular;
    color:rgb(225,225,225);
}

.fplink .box .row .cell .link a:hover{
    color:#000;
    text-decoration:none;
}

/* Category bar */
#catlinks {
    background-color: rgba(100,100,100,0.5);
    border: 1px solid #000;
}

/* Preferences */
#preferences {
  background:rgba(100,100,100,0.3) !important;
  color:#000;
}

#preferences a:not(.mw-selflink):not(.new){

}
#preftoc {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
}

.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);
    font-family: TrajanPro-Regular;
    color:#000;
    font-weight:bold;
}

#preftoc li:first-child {
    margin-bottom: 4px;
    background-image:none;
}

.client-js #preftoc li.selected a {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    border-color: #aaaaaa #aaaaaa rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    color:#fff;
    text-decoration:none;
}
.client-js #preftoc li a:hover {
    text-decoration:none;
}
.client-js #preftoc li:not(.selected) a:hover {
    background-color:rgba(150,150,150,0.8);
}
/* End Preferences */

/* Page History */
ul#pagehistory > li {
  border:none;
}
#pagehistory li.selected {
  background-color:rgba(100,100,100,0.3);
}
/* End Page History */

/* Wikitable styling */
table.wikitable {
    background:none;
    border:4px double #a2a9b1;
}
table.wikitable tbody th {
    background-color:#000;
    color:#fff;
    font-family:TrajanPro-Regular;
    border-bottom:none;
}
table.wikitable tbody td {
    background-color:rgba(235, 235, 235, 0.9);
    border:4px double #a2a9b1;
    border-top:none;
}
/* End Wikitable styling */

/* Search styling */
div.mw-search-profile-tabs {
    background-color:#000;
}
div.mw-search-profile-tabs a {
    color:#fff;
    text-decoration:none;
}
div.mw-search-profile-tabs li:not(.current) a:hover {
    text-decoration:none;
    background-color:rgb(100,100,100);
}
div.mw-search-profile-tabs li.current {
    background-color:rgb(150,150,150);
    font-weight:bold;
}
.mw-search-profile-tabs div.search-types {
    padding-left:0px;
}
fieldset#mw-searchoptions {
    background-color:rgb(180,180,180);
    border:2px solid #000;
    border-top: 0px;
}
/* End search styling */

/* Editor Styling */
div.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 #000;
}
div.wikiEditor-ui-tabs div {
    font-weight:bold;
}
div.wikiEditor-ui-tabs div a {
    background-color: rgb(180, 180, 180);
    color:#000;
}
div.wikiEditor-ui-tabs div.current {
    border-bottom: none;;
}
div.wikiEditor-ui-tabs div.current a {
   background-color: #000;
   color:#fff;
}
div.wikiEditor-ui-toolbar {
   background: none;
   background-color:#000;
}
div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #fff;
    
}
div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #fff;
   border-right: none;
}
div.wikiEditor-ui div.menu a, a.label{
    color:#000 !important;
}
.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: #000000;
}

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

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

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

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #202C42;
}

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

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

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

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

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 */

/* Table of Contents */
div#toc {
  background-color: rgba(225,225,225,0.8);
  border: 3px double #000;
}
/* End Table of Contents */