Obduction Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
  +
:root {
  +
--theme-page-background-color--secondary: #664f83;
  +
}
  +
 
/* Adds Rimouski SemiBold font, which is very close to the Obduction Logo */
 
/* Adds Rimouski SemiBold font, which is very close to the Obduction Logo */
 
@font-face {
 
@font-face {
Line 139: Line 143:
 
ul {
 
ul {
 
list-style-image: url(https://static.wikia.nocookie.net/obduction_gamepedia/images/7/7a/Bullet.png/revision/latest);
 
list-style-image: url(https://static.wikia.nocookie.net/obduction_gamepedia/images/7/7a/Bullet.png/revision/latest);
  +
}
  +
  +
/* 12px padding from FD default seemed like too much */
  +
.wikitable tr td,
  +
.wikitable tr th {
  +
padding: 4px;
 
}
 
}

Revision as of 23:50, 3 June 2021

:root {
  --theme-page-background-color--secondary: #664f83;
}

/* Adds Rimouski SemiBold font, which is very close to the Obduction Logo */
@font-face {
   font-family: 'Rimouski Sb';
   src: local('Rimouski Sb'), local('Rimouski-Sb'), url(/media/hydra/fonts/rimouski sb.ttf) format('truetype');
}

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/** Misc UI styling ** /
/*Edit diffs */
.diff-context,
.diff-addedline,
.diff-deletedline {
	border: none;
    color: #E0E0E0;
}

.diff-context {
	background-color: transparent;
}
.diff-addedline {
	background-color: #004400;
}

.diff-addedline .diffchange {
	background: none;
    color: #bfd959;
}

.diff-deletedline {
	background-color: #440000;
}

.diff-deletedline .diffchange {
	background: none;
    color: #e62444;
}

table.diff {
	border-collapse: separate;
    border-spacing: 0 0.5em;
}
/* Edit history */
#pagehistory li.selected {
	background-color: #000000;
    background-image: none;
    border: 1px dashed #5a7180;
    padding: 3px;
    color: #e0e0e0;
}

#pagehistory li {
    border: none;
}

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


/* Custom bulletpoints */

ul {
  list-style-image: url(https://static.wikia.nocookie.net/obduction_gamepedia/images/7/7a/Bullet.png/revision/latest);
}

/* 12px padding from FD default seemed like too much */
.wikitable tr td,
.wikitable tr th {
	padding: 4px;
}