DayZ Wiki
(Undoing changes as they had no impact)
Tag: Undo
m (Testing visual updates to table for mobile view)
Line 59: Line 59:
   
 
.thumb {
 
.thumb {
border: 1px solid #aaaaaa;
 
 
background: #f0f0f0;
 
background: #f0f0f0;
 
color: #000000;
 
color: #000000;
padding: 3px;
 
margin-bottom: 5px;
 
 
}
 
}
   

Revision as of 14:53, 14 May 2021

/******************
/* General styles *
/******************/
body {
  color: #ffffff;
}

#mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
  background: #110300 url("https://static.wikia.nocookie.net/dayz_gamepedia/images/9/98/Bg.jpg/revision/latest") repeat center center;
  color: #ffffff;
}

.overlay-enabled, #content {
    background: transparent;
}

#content {
  border: 2px ridge #ffffff;
  background: #ffffff;
  color: #000000;
  clear: both;
  margin: 4px 8px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  padding-bottom: 3px;
}

h1 {
  font-size: 188%;
  border-bottom: 1px solid #aaaaaa;
}

h2 {
  font-size: 150%;
  border-bottom: 1px solid #aaaaaa;
}

h3 {
  font-size: 132%;
  font-weight: bold;
}

h4 {
  font-size: 116%;
  font-weight: bold;
}

h5 {
  font-size: 110%;
  font-weight: bold;
}

h6 {
  font-size: 100%;
  font-weight: bold;
}

.thumb {
  background: #f0f0f0;
  color: #000000;
}

table {
  border: 1px solid #aaaaaa;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #f9f9f9;
  color: #000000;
  padding: 3px;
  margin: auto; 
  margin-bottom: 5px;
}

table th {
  border: 1px solid #aaaaaa;
  background: #f0f0f0 !important;
  color: #f7aa54;
  padding: 3px;
}

table td {
  border: 1px solid #aaaaaa;
  padding: 3px;
}

.mwm-notice {
  border: 1px solid #aaa930;
  background: #f0f0f0;
  color: #000000;
  padding: 3px; 
}

footer h2 {
  border: none;
  color: #ffffff;
}

pre {
  border: 1px solid #aaaaaa;
  background: #f0f0f0;
  color: #000000;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  color: #000000;
  white-space: pre-wrap;
  word-wrap: break-word;
}

input, select, textarea {
  border: 1px solid #777777;
  background: #ffffff;
  color: #000000;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
  border: 1px solid #555555;
  background: #aaaaaa;
  color: #000000;
}

/***************
/* Link styles *
/***************/
a, a:link {
  color: #0645ad;
}

a:visited {
  color: #0b0080;
}

a.new {
  color: #ba0000;
}

div#content a.new:visited, a.new:visited {
  color: #a55858;
}

a.stub {
  color: #772233;
}

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

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

a:active {
  color: #faa700;
}

/*****************
/* Header styles *
/*****************/
div.header-bg {
    background: #bebebe url("https://static.wikia.nocookie.net/dayz_gamepedia/images/a/a9/GreyscaleHeader.png/revision/latest") repeat-x left top; 
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    box-shadow: inset 1px 1px 0 white;
    color:#5d5d5d;
    font-size:25px;
    font-weight:bold;
    height:43px;
    text-align:center;
}

div.menuheader-bg {
    background: #8c8c8c url("https://static.wikia.nocookie.net/dayz_gamepedia/images/d/d6/MenuHeader.png/revision/latest") repeat-x left top; 
    border: 1px solid #717171;
    border-radius: 3px;
    box-shadow: inset 1px 1px 0 white;
    color:#ffffff;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

/********************
/* Main page styles *
/********************/
#fpwelcome {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  background: #dddddd;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
}

#fpwelcome .heading {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  background: #bebebe url("https://static.wikia.nocookie.net/dayz_gamepedia/images/a/a9/GreyscaleHeader.png/revision/latest") repeat-x top left;
  color: #5d5d5d;
  font-size: 200%;
  font-weight: bold;
  text-align: center;/******************
/* General styles *
/******************/
body {
  color: #ffffff;
}

#mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
  background: #110300 url("https://static.wikia.nocookie.net/dayz_gamepedia/images/9/98/Bg.jpg/revision/latest") repeat center center;
  color: #ffffff;
}

.overlay-enabled, #content {
    background: transparent;
}

#content {
  border: 2px ridge #ffffff;
  background: #ffffff;
  color: #000000;
  clear: both;
  margin: 4px 8px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  padding-bottom: 3px;
}

h1 {
  font-size: 188%;
  border-bottom: 1px solid #aaaaaa;
}

h2 {
  font-size: 150%;
  border-bottom: 1px solid #aaaaaa;
}

h3 {
  font-size: 132%;
  font-weight: bold;
}

h4 {
  font-size: 116%;
  font-weight: bold;
}

h5 {
  font-size: 110%;
  font-weight: bold;
}

h6 {
  font-size: 100%;
  font-weight: bold;
}

.thumb {
  border: 1px solid #aaaaaa;
  background: #f0f0f0;
  color: #000000;
  padding: 3px;
  margin-bottom: 5px;
}

table {
  border: 1px solid #aaaaaa;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #f9f9f9;
  color: #000000;
  padding: 3px;
  margin: auto; 
  margin-bottom: 5px;
}

table th {
  border: 1px solid #aaaaaa;
  background: #f0f0f0 !important;
  color: #f7aa54;
  padding: 3px;
}

table td {
  border: 1px solid #aaaaaa;
  padding: 3px;
}

.mwm-notice {
  border: 1px solid #aaa930;
  background: #f0f0f0;
  color: #000000;
  padding: 3px; 
}

footer h2 {
  border: none;
  color: #ffffff;
}

pre {
  border: 1px solid #aaaaaa;
  background: #f0f0f0;
  color: #000000;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  color: #000000;
  white-space: pre-wrap;
  word-wrap: break-word;
}

input, select, textarea {
  border: 1px solid #777777;
  background: #ffffff;
  color: #000000;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
  border: 1px solid #555555;
  background: #aaaaaa;
  color: #000000;
}

/***************
/* Link styles *
/***************/
a, a:link {
  color: #0645ad;
}

a:visited {
  color: #0b0080;
}

a.new {
  color: #ba0000;
}

div#content a.new:visited, a.new:visited {
  color: #a55858;
}

a.stub {
  color: #772233;
}

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

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

a:active {
  color: #faa700;
}

/*****************
/* Header styles *
/*****************/
div.header-bg {
    background: #bebebe url("https://static.wikia.nocookie.net/dayz_gamepedia/images/a/a9/GreyscaleHeader.png/revision/latest") repeat-x left top; 
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    box-shadow: inset 1px 1px 0 white;
    color:#5d5d5d;
    font-size:25px;
    font-weight:bold;
    height:43px;
    text-align:center;
}

div.menuheader-bg {
    background: #8c8c8c url("https://static.wikia.nocookie.net/dayz_gamepedia/images/d/d6/MenuHeader.png/revision/latest") repeat-x left top; 
    border: 1px solid #717171;
    border-radius: 3px;
    box-shadow: inset 1px 1px 0 white;
    color:#ffffff;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

/********************
/* Main page styles *
/********************/
#fpwelcome {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  background: #dddddd;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
}

#fpwelcome .heading {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  background: #bebebe url("https://static.wikia.nocookie.net/dayz_gamepedia/images/a/a9/GreyscaleHeader.png/revision/latest") repeat-x top left;
  color: #5d5d5d;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin: -1px -11px 0 -11px;
  padding: 7px 11px 10px 11px;
  height: auto;
}

.fpbox, .fpinnerbox {
  border: 1px solid #717171;
  border-radius: 3px;
  background: #bbbbbb;
  text-align: center;
  margin: 10px;
  padding: 0 10px 10px 10px;
}

.fpbox ul, .fpinnerbox ul {
  list-style: none;
  text-align: left;
  width: 15em;
  max-width: 100%;
  margin: 0 auto 10px auto;
}

.fpbox ul li ul, .fpinnerbox ul li ul {
  width: auto;
  margin: 0 0 10px 2em;
}

.fpbox .heading, .fpouterbox .heading, .fpinnerbox .heading {
  border: 1px solid #717171;
  border-radius: 3px;
  background: #8c8c8c url("https://static.wikia.nocookie.net/dayz_gamepedia/images/d/d6/MenuHeader.png/revision/latest") repeat-x top left;
  color: #ffffff;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin: -1px -11px 0 -11px;
  padding: 5px 11px 8px 11px;
  height: auto;
}

  margin: -1px -11px 0 -11px;
  padding: 7px 11px 10px 11px;
  height: auto;
}

.fpbox, .fpinnerbox {
  border: 1px solid #717171;
  border-radius: 3px;
  background: #bbbbbb;
  text-align: center;
  margin: 10px;
  padding: 0 10px 10px 10px;
}

.fpbox ul, .fpinnerbox ul {
  list-style: none;
  text-align: left;
  width: 15em;
  max-width: 100%;
  margin: 0 auto 10px auto;
}

.fpbox ul li ul, .fpinnerbox ul li ul {
  width: auto;
  margin: 0 0 10px 2em;
}

.fpbox .heading, .fpouterbox .heading, .fpinnerbox .heading {
  border: 1px solid #717171;
  border-radius: 3px;
  background: #8c8c8c url("https://static.wikia.nocookie.net/dayz_gamepedia/images/d/d6/MenuHeader.png/revision/latest") repeat-x top left;
  color: #ffffff;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin: -1px -11px 0 -11px;
  padding: 5px 11px 8px 11px;
  height: auto;
}