Graveyard Keeper Wiki
Register
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
.theme-fandomdesktop-dark {
  --template-header-color-1: #8b1801;
}

.main-container {
   background-image: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/26/Background.png");
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: var(--theme-body-background-color);
}

.page__main {
  background-color:rgba(var(--theme-page-background-color--rgb), 0.95);
  border:1px solid var(--theme-border-color);
}

/* Front page styling */
.fpbox {
	background: rgba(var(--theme-page-background-color--rgb),0.98);
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-image-repeat: repeat;
	border-image-slice: 54;
	border-image-source: url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/9/91/Content_box_II.png/revision/latest);
	border-image-width: 54;
	border-image-outset: 2px;
	margin: 10px;
	padding: 20px;
}

.fpbox .heading {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-family: "Origicide",sans-serif;
	color: var(--template-header-color-1);
	font-size: 132%;
	text-shadow: 1px 1px 1px var(--theme-body-text-color),
    1px -1px 1px var(--theme-body-text-color),
    -1px 1px 1px var(--theme-body-text-color),
    -1px -1px 1px var(--theme-body-text-color);
	border-bottom: 1px solid var(--theme-border-color);
}

.fplink {
	border: 1px solid var(--theme-border-color);
	background: rgba(var(--theme-page-text-color--rgb),0.07);
}

    background-color: #282828;
    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 container */
.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: game or book depended color style */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #505050;
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.3em; 
    width: 300px;
    image-rendering: pixelated;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #252525; 
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 1px 7px;
    text-align: right;
}

.infoboxname {
    background-color: #252525; 
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    background-color: #252525; 
    font-weight: bold;
    padding: 0em;
}

.infobox-header { 
    padding:0.5em; 
    font-size: 200%;
}

.infobox-row { 
    vertical-align: top; 
    text-align: left;
}

.infobox-centered {
    text-align: center;
}

.infobox-section {
    font-weight:bold; 
    padding: 10px 0 5px 0; 
    border-bottom: 2px solid #8b1801; 
    margin: 0 0 10px 0;
}

.infobox-row-name {
    white-space: nowrap;
}

.infobox-spacer {
    height: 0.5em
}
Advertisement