Dirtbags MotorClub Wiki
No edit summary
Wagnike2 (talk | contribs)
No edit summary
Line 21: Line 21:
 
-moz-background-size: cover;
 
-moz-background-size: cover;
 
-o-background-size: cover;
 
-o-background-size: cover;
background: url("https://d1u5p3l4wpay3k.cloudfront.net/dirtbagsmotorclub_gamepedia_en/2/26/Background.png") no-repeat fixed 0 0 / cover #21262b;
+
background: url("https://dirtbagsmotorclub.gamepedia.com/media/dirtbagsmotorclub.gamepedia.com/2/26/Background.png") no-repeat fixed 0 0 / cover #21262b;
 
}
 
}
   
Line 403: Line 403:
   
 
ul {
 
ul {
list-style-image: url(https://d1u5p3l4wpay3k.cloudfront.net/dirtbagsmotorclub_gamepedia_en/7/7a/Bullet.png);
+
list-style-image: url(https://dirtbagsmotorclub.gamepedia.com/media/dirtbagsmotorclub.gamepedia.com/7/7a/Bullet.png);
 
}
 
}

Revision as of 16:19, 26 June 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;
    */
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("https://dirtbagsmotorclub.gamepedia.com/media/dirtbagsmotorclub.gamepedia.com/2/26/Background.png") no-repeat fixed 0 0 / cover #21262b;
}

/* content area */
div#content_wrapper {
    background-color: unset;
}

body.mediawiki #mw-mf-page-center {
    background: rgba(255, 255, 255, 0.8);
}

a,
a:visited,
a.external {
    color: #301107;
}

.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: #eb6238;
    border: #eb6238;
    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 #eb6238; 
  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/media/soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat, 
              #ffffff url("https://soma.gamepedia.com/media/soma.gamepedia.com/5/5c/Fpbox_right_1.png") right center no-repeat;
}

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

.fpbox {
  border: 1px solid #eb6238;
  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 #eb6238;
  color: #eb6238;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

.fpbox .heading {
    border: none;
    background: #eb6238;
    border-bottom: 1px solid #eb6238;
    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;
}

/* Newer Navbox template style */
table.navbox {
    border: 1px solid #eb6238;
    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.80);
}

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

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

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

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

/* Even row striping */
.navbox-even {
    background: #dddddd;
    color: black;
}

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


/* Custom bulletpoints */

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