Moonlighter Wiki
No edit summary
(GPE Bot Edit (27d0044bc543f9ee7e58c37e5b91af135d49999f,bb3bbccf8a752f6bd711d7131d9ceaa245d0b107))
Line 138: Line 138:
   
 
.fpbanner1 .fpbannertable {
 
.fpbanner1 .fpbannertable {
background: url("https://hydra-media.cursecdn.com/soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat,
+
background: url("https://soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat,
  +
#ffffff url("https://hydra-media.cursecdn.com/soma.gamepedia.com/media/soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat,
 
#ffffff url("https://hydra-media.cursecdn.com/soma.gamepedia.com/5/5c/Fpbox_right_1.png") right center no-repeat;
 
#ffffff url("https://hydra-media.cursecdn.com/soma.gamepedia.com/5/5c/Fpbox_right_1.png") right center no-repeat;
 
}
 
}

Revision as of 17:43, 24 April 2018

/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #505050 !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    /* 
    color: #e0e0e0;
    */
}

.animations #mw-mf-page-center {
    background: white;
    background: url(/media/3/33/Background2.png) no-repeat fixed center top / cover #000000;
    color:  black;
}

/* content area */


.overlay-enabled, #content {
    background: rgba(255, 255, 255, 0.8);
}

a,
a:visited,
a.external {
    color: #4a3c2e;
}

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: 1px solid #505050;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid #505050;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: rgba(0, 0, 0, 0);
    padding: 3px;
}


/* Header styling */

.header {
    background-color: #4a3c2e;
    border: #4a3c2e;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 125%;
    margin-bottom: 10px;
    text-align: center;
}

img.percentage {
width: 95%;
height: auto;
padding-top:1%;
}

/*********************
/* Front page styles *
/*********************/
.fpmain {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fpbanner {
  border: 1px solid #4a3c2e; 
  box-shadow: 0 2px 5px #687478;
  background: rgba(0, 0, 0, 0.25);
  color: #9ccad2;
  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;
}

.fpbanner1 .fpbannertable {
  background: url("https://soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat, 
              #ffffff url("https://hydra-media.cursecdn.com/soma.gamepedia.com/media/soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat, 
              #ffffff url("https://hydra-media.cursecdn.com/soma.gamepedia.com/5/5c/Fpbox_right_1.png") right center no-repeat;
}

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

.fpbox {
  border: 1px solid #4a3c2e;
  background: rgba(255, 255, 255, 0.90);
  color: black;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  overflow: auto;
}

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

.fpbox .heading {
    border: none;
    background: #4a3c2e;
    border-bottom: 1px solid #4a3c2e;
    color: white;
    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 {
  border: none;
  box-shadow: none;
  background: transparent;
}

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

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

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

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

.notification-count.notification-unseen {
    color: transparent;
}