Firewatch Wiki
No edit summary
No edit summary
Line 1: Line 1:
  +
/* Custom color #FE6F41 */
  +
 
body {
 
body {
background-image: url(http://hydra-media.cursecdn.com/firewatch.gamepedia.com/8/84/Firewatch_background.PNG);
+
background-image: url(http://hydra-media.cursecdn.com/firewatch.gamepedia.com/8/84/Firewatch_background.PNG
background-position: left top;
+
background: #000000;
 
color: #FE6F41;
background-attachment: fixed;
 
background-repeat: no-repeat;
 
background-color: #000000;
 
background-size: cover;
 
color: #ffffff;
 
 
}
 
}
   
 
#content_wrapper {
/* CSS placed here will affect users of the mobile site */
 
 
background: #000;
.nomobile {
 
display: none;
+
color: #fff;
 
border: 1px solid #FE6F41;
 
clear: both;
 
margin: 0 8px;
 
}
 
}
   
 
h2 {
a.watch-this-article {
 
 
border-bottom: 0px solid #FE6F41;
background-image: url("http://hydra-media.cursecdn.com/commons.cursetech.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
 
}
 
 
/* search header */
 
.pre-content #page-actions {
 
background: rgba(0, 0, 0, 0.85) !important;
 
}
 
 
.overlay {
 
background: rgba(0, 0, 0, 0.85);
 
}
 
 
.overlay .overlay-header-container {
 
background: rgba(0, 0, 0, 0.85) !important;
 
}
 
 
.search-overlay .overlay-header,
 
.search-overlay .results {
 
background-color: rgba(0, 0, 0, 0.85) !important;
 
color: #F2852C;
 
}
 
 
.search-overlay {
 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
 
}
 
 
ul.suggestions-results,
 
ul.suggestions-results li {
 
background: rgba(0, 0, 0, 0.85);
 
color: #F2852C;
 
}
 
 
ul.suggestions-results li.suggestions-result {
 
color: #F2852C;
 
}
 
 
/* general header */
 
#mw-mf-header form,
 
#mw-mf-sq {
 
background: rgba(0, 0, 0, 0.85);
 
}
 
 
/* non-content area */
 
#footer {
 
border-top: 1px solid #394147;
 
color: #ffffff;
 
background: rgba(0, 0, 0, 0.85);
 
}
 
 
#footer a {
 
color: #F2852C;
 
}
 
 
#footer h2 {
 
color: #ffffff;
 
}
 
 
/* content area */
 
#content_wrapper {
 
background: rgba(0, 0, 0, 0.85);
 
color: #ffffff;
 
 
}
 
}
   
  +
/* Link Styles */
 
a,
 
a,
a.external {
+
a:visited {
color: #F2852C;
+
color: #FE6F41;
 
}
 
}
  +
a:active {
 
 
color: #FE6F41;
.content table th {
 
background-color: rgba(0, 0, 0, 0);
 
 
}
 
}
   
 
.thumb {
.content table td,
 
 
background: none repeat scroll 0 0 #000000;
.content table th {
 
border: medium none;
+
border: 1px solid #FE6F41;
padding: 3px;
+
margin-bottom: 10px;
 
}
 
}
   
h1,
 
h2 {
 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
border-bottom: 1px solid #404040;
 
color: #ffffff;
 
}
 
   
 
table[style] {
h3, h4, h5, h6 {
 
 
margin-left: 0 !important;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 
color: #ffffff;
+
margin: auto !important;
  +
width: 100%;
 
}
 
}
   
  +
table {
.thumb,
 
 
border: 0px solid #FE6F41;
#content_wrapper .thumb {
 
 
border-collapse: collapse !important;
background: transparent;
 
border: 2px solid #ffffff;
+
border-spacing: 0 !important;
}
 
 
table.wikitable {
 
border: none;
 
border-collapse: separate !important;
 
border-spacing: 2px !important;
 
 
margin: auto;
 
margin: auto;
margin-bottom: 1em;
+
margin-bottom: 15px;
 
padding: 3px;
  +
width: 100%;
 
}
 
}
   
table.wikitable td {
+
table td, table th {
border: none;
+
border: 0px solid #FE6F41;
 
padding: 3px;
 
padding: 3px;
background: rgba(0, 0, 0, 0);
 
 
}
 
}
   
 
table.wikitable th {
 
table.wikitable th {
background: rgba(0, 0, 0, 0);
+
background: #000;
border: none;
+
color: #FE6F41;
padding: 3px;
 
 
}
 
}
   
  +
table.infobox {
.mwm-notice,
 
 
background: none repeat scroll 0 0 #000000;
#searchbox {
 
background: rgba(0, 0, 0, 0);
+
border: 1px solid #FE6F41;
  +
width:23em;
border: 2px solid #F2852C;
 
border-radius: 5px 5px 5px 5px;
 
 
}
 
}
   
 
.mwm-notice {
.divclearable,
 
 
background: #000000;
a.watch-this-article,
 
 
border: 1px solid #FE6F41;
.jsEnabled #mw-mf-main-menu-button {
 
background-color: rgba(0, 0, 0, 0);
 
 
}
 
}
   
  +
/* Gradients */
a.back_to_top,
 
  +
.poe1 {
a.back_to_top:visited {
 
 
background-color: #000000;
margin-top: 7px;
 
  +
border: 1px solid #FE6F41;
 
}
 
}

Revision as of 16:55, 10 February 2016

/* Custom color #FE6F41 */

body {
    background-image: url(http://hydra-media.cursecdn.com/firewatch.gamepedia.com/8/84/Firewatch_background.PNG
    background: #000000;
    color: #FE6F41;
}

#content_wrapper {
    background: #000;
    color: #fff;
    border: 1px solid #FE6F41;
    clear: both;
    margin: 0 8px;
}

h2 {
    border-bottom: 0px solid #FE6F41;
}

/* Link Styles */
a,
a:visited {
    color: #FE6F41;
}
a:active {
    color: #FE6F41;
}

.thumb {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #FE6F41;
    margin-bottom: 10px;
}


table[style] {
    margin-left: 0 !important;
    margin: auto !important;
    width: 100%;
}

table {
    border: 0px solid #FE6F41;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: auto;
    margin-bottom: 15px;
    padding: 3px;
    width: 100%;
}

table td, table th {
    border: 0px solid #FE6F41;
    padding: 3px;
}

table.wikitable th {
    background: #000;
    color: #FE6F41;
}

table.infobox {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #FE6F41;
    width:23em;
}

.mwm-notice {
    background: #000000;
    border: 1px solid #FE6F41;
}

/* Gradients */
.poe1 {
	background-color: #000000;
	border: 1px solid #FE6F41;
}