Red Dead Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('https://fonts.googleapis.com/css?family=Oswald');
/* ######################################### */
/* ######## Custom Fonts ######## */
/* ####################################### */

/* Custom Redemption Font */
@font-face {
    font-family: 'Redemption';
    src: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/9/9d/Redemption.eot');
    src: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/9/9d/Redemption.eot#iefix') format('embedded-opentype'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/d/d5/Redemption.woff2') format('woff2'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/e/ec/Redemption.woff') format('woff'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/4/4f/Redemption-webfont.ttf') format('truetype'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/7/7c/Redemption.svg') format('svg');
}

/* Custom Redemption Lino Font */
@font-face {
    font-family: 'RDRLino';
    src: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/6/60/RDRLino.woff2') format('woff2'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/c/ca/RDRLino.woff') format('woff'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/8/87/RDRLino.ttf') format('truetype'), url('https://vignette.wikia.nocookie.net/reddeadredemption/images/4/4c/RDRLino.svg') format('svg');
}

/*** CUSTOM SKIN TWEAKS ***/
/* Footer */
.WikiaFooter section>ul {
    background-image: -moz-linear-gradient(center top, transparent 50%, #111 100%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.5, transparent), to(#111));
}

.WikiaFooter .my-tools-menu {
    background: #111;
    border-color: #404040;
}

.WikiaFooter .my-tools-menu a:hover {
    background: #300300 !important;
}

/* Page */
.WikiaPageHeader details {
    background-color: #101010;
    background-image: -moz-linear-gradient(center top, #070707 0%, #101010 100%);
}

.WikiaArticle h2 {
    margin-top: 20px;
    border-bottom: 1px solid #404040;
}

.toc {
    margin-top: 20px;
}

.WikiaArticle div.tright,
.WikiaArticle div.tleft {
    border: 1px solid #404040;
}

/* Sidebar */
#WikiaSpotlightsModule header {
    background-color: #300300;
    background-image: -moz-linear-gradient(left center, #300300 0pt, #350300 50%, #300300 100%);
    border-top: 5px solid #300300;
}

#WikiaSpotlightsModule .banner-corner-left {
    border-color: #300300 #300300 transparent transparent;
    left: 0;
}

#WikiaSpotlightsModule .banner-corner-right {
    border-color: #300300 transparent transparent #300300;
    right: 0;
}

#WikiaSpotlightsModule {
    background-image: -moz-linear-gradient(center top, black 60%, #0C0C0C 100%);
}

/* Blog */
.WikiaBlogListingBox {
    background-image: none !important;
    border: 1px solid #890B02 !important;
}

.WikiaBlogListingBox h3 {
    font-size: 19px !important;
    font-weight: normal !important;
}

/* History */
#pagehistory li {
    border: 1px solid #404040;
}

#pagehistory li.selected {
    background-color: #790800;
}

td.diff-context {
    background: transparent;
}

td.diff-addedline,
td.diff-deletedline {
    background: #790800;
}

/* Other */
.TablePager td {
    background: transparent !important;
    border: 1px solid #404040;
}

#edit_enhancements_toolbar {
    background-color: #500500;
}

.editButtons #wpDiff {
    background-color: #500500;
}
/*** END CUSTOM SKIN TWEAKS ***/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect,
.watchlistredir {
    font-style: italic;
}

.allpagesredirect:after {
    color: #808080;
    content: " (redirect)"
}

/* Infobox template style */
.infobox {
    border: 1px solid #404040;
    background-color: #222;
    color: white;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}

.infobox td,
.infobox th {
    vertical-align: top;
}

.infobox caption {
    font-size: larger;
    margin-left: inherit;
}

.infobox.bordered {
    border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #404040;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
    border: 1px solid #404040;
    margin-top: 1em;
    padding: 12px;
}

.forumlist td.forum_edited a {
    color: black;
    text-decoration: none;
}

.forumlist td.forum_title a {
    padding-left: 20px;
}

.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
    padding-left: 20px;
}

.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}

.forumlist th.forum_title {
    padding-left: 20px;
}

/* Poll formatting added October 5, 2011 per http://community.wikia.com/wiki/Forum:Customizing_the_poll */
.ajax-poll {
    width: auto !important;
    /* Inline style override for Poll extension*/
    border: 1px solid #890b02 !important;
    /* Replaces default dashed line with solid red border */
}

.pollAnswerVotes span {
    color: white !important;
}

.pollAnswerVotes div {
    background: none repeat scroll 0 0 #890b02 !important;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
    color: #006500;
}

.mw-plusminus-neg {
    color: #8B0000;
}

div.thumbinner {
    background: inherit;
    border: none;
    color: inherit;
}

#article div.thumb {
    color: inherit;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #000;
    color: #FFF;
    border: 1px #404040 solid;
    border-collapse: collapse;
    vertical-align: top;
}

table.wikitable th,
table.wikitable td,
table.prettytable th,
table.prettytable td {
    border: 1px #404040 solid;
    padding: 0.2em;
    vertical-align: top;
}

table.wikitable th,
table.prettytable th {
    background: #222;
    text-align: center;
    vertical-align: top;
}

table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #404040;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}

div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}

div.NavFrame+div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}

div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}

div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}

div.NavFrame p {
    font-size: 100%;
}

div.NavFrame div.NavContent {
    font-size: 100%;
}

div.NavFrame div.NavContent p {
    font-size: 100%;
}

div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}

a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: smaller;
}

.lightlinks a {
    color: #CCE;
}

.lightlinks a.new {
    color: #FBB !important;
}

.darklinks a {
    color: #33A;
}

.whitelinks a {
    color: #FFF;
}

.whitelinks a.new {
    color: #FFF !important;
}

.blacklinks a {
    color: #000;
}

.underlinelinks a {
    text-decoration: underline;
}

.boldlinks a {
    font-weight: bold;
}

/*This hides the date field from the forum tag, when inside class=hidedate */
.hidedate .forum_edited {
    display: none;
}

/* default skin for navigation boxes */
table.navbox {
    /* navbox container style */
    border: 1px solid #404040;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}

table.navbox+table.navbox {
    /* single pixel border between adjacent navboxes */
    margin-top: -1px;
    /* (doesn't work for IE6, but that's okay)       */
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;
    /* title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}

.navbox-group {
    /* group style */
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

.navbox,
.navbox-subgroup {
    background: #000000;
    /* Background color */
}

.navbox-list {
    border-color: #000000;
    /* Must match background color */
}

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

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

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #959C69;
    /* Level 3 color */
}

.navbox-even {
    background: transparent;
    /* Even row striping */
}

.navbox-odd {
    background: transparent;
    /* Odd row striping */
}

.collapseButton {
    /* 'show'/'hide' buttons created dynamically by the        */
    float: right;
    /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;
    /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}

.navbox .collapseButton {
    /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;
    /* [[Template:Tnavbar]], so they need to be the same width.      */
}

/* This just formats the centralised wikia help box on help pages */
.sharedHelp {
    margin-top: 40px;
    clear: both;
}

.sharedHelpInfo {
    font-size: 22px;
    margin: 0 200px 30px 10px;
    border: 1px solid red;
    width: 325px;
    text-align: left;
    background-color: #FEE;
    color: #000;
    font-family: verdana, sans-serif;
}

/** Backgrounds **/
.bg1 {
    background-image: url(https://images.wikia.nocookie.net/rdr/es/images/9/98/Bg.jpg);
}

.bg2 {
    background-image: url(https://images.wikia.nocookie.net/__cb20100525061745/rdr/es/images/a/a5/Bg2.jpg);
}

.bg3 {
    background-image: url(https://images.wikia.nocookie.net/rdr/es/images/b/b2/Bg-top3.jpg);
}

.bg4 {
    background-image: url(https://images.wikia.nocookie.net/rdr/es/images/c/cb/Bg1.jpg);
}

.bg5 {
    background-image: url(https://images.wikia.nocookie.net/reddeadredemption/images/7/71/Bg5.jpg);
}

.bg6 {
    background-image: url(https://images.wikia.nocookie.net/reddeadredemption/images/7/71/Bg6.jpg);
}

.bg7 {
    background-image: url(https://images.wikia.nocookie.net/reddeadredemption/images/2/28/Bg7.jpg);
}

/* NOTICES */
div.warning {
    background-color: #401F22;
    border: 1px solid #660000;
    color: #FF0000 !important;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
    text-align: justify;
}

div.header-notice,
.copyright-notice {
    background-color: #222222;
    border: 1px solid #666;
    color: #FFFFFF;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
    text-align: justify;
}

div.header-notice table {
    background-color: transparent;
    padding: 1px;
}

div.notice {
    background-color: #401F22;
    border: 1px dashed #CC0000;
    color: #FFFFFF;
    margin: 2em 20% 1em 20%;
    padding: .5em 1em;
    vertical-align: middle;
    text-align: justify;
    font-size: smaller;
}

div.header-notice#fa {
    width: auto;
    font-size: inherit !important;
}

div.notice p,
div.header-notice p,
div.warning p {
    line-height: 120% !important;
}

div span.msg-title {
    display: block;
    width: 100%;
    color: #FFD942;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #666;
}

/* BACKGROUND IMAGE FOR SPOILER TEMPLATE */
.spoiler {
    background: url(https://images.wikia.nocookie.net/reddeadredemption/images/6/6d/Spoiler.jpg) no-repeat;
}

/* Borders around Wikia Rail */
.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
input.secondary[type="submit"],
input.secondary[type="reset"],
input.secondary[type="button"],
.button.secondary,
button.secondary,
.wikia-menu-button.secondary,
.WikiaArticleCategories,
.WikiaRail .module,
#WikiaSpotlightsModule ul li .highlight img,
.modalContent,
.WikiaArticleComments textarea,
.commentslikes .commentsbubble,
.WikiaUserPagesHeader .avatar-link,
#EditPageDialog.preview .modalContent .WikiaArticle,
.WikiaArticle #filetoc,
.WikiaArticle .gallerybox .thumb,
.WikiaArticle .infobox,
.WikiaArticle .wikia-infobox,
table.wikitable,
.WikiaArticle .noarticletext,
.comments blockquote {
    border: 1px solid #920D0F;
}

.WikiaRail .module {
    margin-top: 5px; /* Distance between modules */
    border-radius: 7px; /* Corners around modules */
}

.WikiaRail .module h2 {
    text-align: center;
}

/* Edit summary box */
#wpSummary {
    border: 1px solid #920D0F !important; /* Border around the box */
    border-radius: 2px;
    width: 260px !important;
    color: white; /* Font color */
}

#wpSummary:focus {
    border: 2px solid limegreen !important;
}

/* Recoloring "----" lines */
hr {
    border-color: #920D0F;
}

/* Portable infoboxes */
.portable-infobox {
    border: 1px solid;
    border-color: #920D0F;
    background-color: #0E0E0E;
    width: 300px;
}

.portable-infobox .portable-infobox-image-wrapper img {
    width: 100%;
    height: auto;
}

.portable-infobox .item-type-key-val:not(:last-child),
.portable-infobox .item-type-image:not(:last-child),
.portable-infobox .item-type-group:not(:last-child) {
    border-bottom: 1px solid rgb(170, 170, 170);
}

.portable-infobox .portable-infobox-image-caption {
    font-size: 12px;
    color: white;
    font-style: normal;
    text-align: left;
    line-height: 16px;
}

.portable-infobox .pi-caption {
    color: white;
}

.portable-infobox .item-type-group .item-type-key-val .portable-infobox-item-value,
.portable-infobox .item-type-key-val .portable-infobox-item-value {
    font-size: 12px;
    line-height: 18px;
}

.portable-infobox .item-type-group .item-type-header {
    background-color: #920D0F !important;
    ;
}

.portable-infobox .item-type-image,
.portable-infobox .item-type-key-val {
    padding: 0;
}

.portable-infobox .portable-infobox-item-label {
    background-color: #920D0F !important;
}

.portable-infobox .portable-infobox-item-value {
    padding: 5px 10px;
}

.portable-infobox .portable-infobox-item-label {
    border-right: 1px solid rgb(170, 170, 170);
}

.portable-infobox .item-type-header {
    background-color: #920D0F !important;
    ;
}

.portable-infobox .item-type-title {
    border-bottom: 1px solid rgb(170, 170, 170);
    border-top: 1px solid rgb(170, 170, 170);
}

.portable-infobox .pi-header {
    background-color: #920D0F;
}

.portable-infobox .pi-collapse .pi-collapse-closed {
    border-radius: 0 0 15px 15px;
}

.portable-infobox .pi-horizontal-group-item .pi-data-value {
    text-align: left;
}

.pi-item .pi-item-spacing .pi-title {
    background-color: #920D0F !important;
    text-align: center;
}

ul.pi-image-collection-tabs {
    font-size: 13px;
}

.portable-infobox .pi-title {
    text-align: center !important;
    line-height: 21px;
    border-right: 1px solid #484848;
    border-left: 1px solid #484848;
    margin: 0 2px 0 2px;
}

.portable-infobox .pi-title:first-child {
    border-top: solid 1px #484848;
    margin-top: 2px;
}

.pi-item.pi-data.pi-item-spacing.pi-border-color {
    width: 300px;
}

.portable-infobox .pi-item-spacing {
    padding: 0 1px 2px 2px;
}

/* Removal of pi-data bottom-borders */
.pi-data, .pi-group {
    border: none;
}

h3.pi-data-label.pi-secondary-font {
    padding-left: 15px;
    border: 1px solid #484848;
    font-size: 11px;
    font-weight: bold;
}

.pi-data-value.pi-font {
    background-color: #0e0e0e;
    border: 1px solid #484848;
    margin-right: 2px;
    font-size: 11px;
    margin-left: 1px;
    width: 100%;
}

/* Hovering over infobox fields */
.pi-item .pi-data:hover {
    background-color: #441012 !important;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.pi-item .pi-data .pi-item-spaceing .pi-border-color:hover {
    background-color: #441012 !important;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.pi-caption:hover {
    background-color: #441012 !important;
    border-radius: 0 0 15px 15px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.pi-horizontal-group .pi-item-value:hover {
    background-color: #441012 !important;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.pi-horizontal-group .pi-item-value:last-child:hover {
    background-color: #441012 !important;
    border-radius: 0 0 0 15px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

th.pi-horizontal-group-item.pi-data-label.pi-secondary-font.pi-border-color.pi-item-spacing {
    border-top: solid 1px #484848;
}

h2.pi-item.pi-header.pi-secondary-font.pi-item-spacing.pi-secondary-background {
    margin-bottom: 2px;
}

caption.pi-header.pi-secondary-font.pi-secondary-background.pi-item-spacing {
    border-bottom: solid 1px #484848;
    margin-bottom: 2px;
}

figcaption.pi-item-spacing.pi-caption {
    border-top: 1px solid #484848;
}

ul.pi-image-collection-tabs {
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    margin: 0 2px;
}

img.pi-image-thumbnail {
    width: 99%;
    height: 99%;
    margin-top: 2px;
    margin-bottom: 2px;
}

figure.pi-item.pi-image {
    border-top: solid 1px #920d0f;
}

h2.pi-item.pi-item-spacing.pi-title {
    font-size: 17px;
}

.portable-infobox .pi-image img.lzyPlcHld.lzyTrns.lzyLoaded {
    width: 100%;
    height: 100%;
}

.pi-horizontal-group .pi-header {
    text-align: center;
}

h2.pi-item {
    text-align: center;
}

/* International Wiki-links - Decorated with each respective country flag */
.WikiaArticleInterlang a[href^='http://de.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/e/e4/Icon_flag_de.png');
}

.WikiaArticleInterlang a[href^='http://es.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/c/c0/Icon_flag_es.png');
}

.WikiaArticleInterlang a[href^='http://fr.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/4/4c/Icon_flag_fr.png');
}

.WikiaArticleInterlang a[href^='http://it.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/f/f4/Icon_flag_it.png');
}

.WikiaArticleInterlang a[href^='http://ja.']:before {
    content: url('https://vignette.wikia.nocookie.net/fallout/images/f/f8/Icon_flag_jp.png');
}

.WikiaArticleInterlang a[href^='http://nl.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/e/e8/Icon_flag_nl.png');
}

.WikiaArticleInterlang a[href^='http://no.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/8/8b/Icon_flag_no.png');
}

.WikiaArticleInterlang a[href^='http://pl.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/5/5e/Icon_flag_pl.png');
}

.WikiaArticleInterlang a[href^='http://pt-br.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/b/be/Icon_flag_pt-br.png');
}

.WikiaArticleInterlang a[href^='http://ru.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/4/4a/Icon_flag_ru.png');
}

.WikiaArticleInterlang a[href^='http://zh.']:before {
    content: url('https://vignette.wikia.nocookie.net/reddeadredemption/images/1/14/Icon_flag_cn.png');
}

.WikiaArticleInterlang a:before {
    padding: 3px;
}

/* MAIN PAGE HOVER EFFECTS ON THUMBNAILS */
a.image.image-thumbnail.link-internal:hover img {
    transform: translateY(-5px) !important;
    transition: transform 0.3s cubic-bezier(1, 0.37, 0.27, 1.55) 0s !important;
}

/**********************/
/***STAFF HIGHLIGHTS***/
/**********************/

/* Bureaucrats */
a[href$="/wiki/User:JackiBackiBoy"] {
    color: #56a714 !important;
}

/* Administrators */
a[href$="/wiki/User:Linus_Spacehead"] {
    color: #d3d840 !important;
}

a[href$="/wiki/User:Wagwan_piffting23"] {
    color: #d3d840 !important;
}

/* Discussions Moderators */
a[href$="/wiki/User:Janus_Guy"] {
    color: #3498db !important;
}

/* Content Moderators */
a[href$="/wiki/User:H._Roosevelt"] {
    color: #FF2400 !important;
}
a[href$="/wiki/User:Ricketts_Landon"] {
    color: #FF2400 !important;
}

/***********************************/
/***STAFF HIGHLIGHTS MESSAGE WALL***/
/***********************************/

/* Bureaucrats */
a[href$="/wiki/Message_Wall:JackiBackiBoy"] {
    color: #56a714 !important;
}

/* Administrators */
a[href$="/wiki/Message_Wall:Linus_Spacehead"] {
    color: #d3d840 !important;
}

a[href$="/wiki/Message_Wall:Wagwan_piffting23"] {
    color: #d3d840 !important;
}

/* Discussions Moderators */
a[href$="/wiki/Message_Wall:Janus_Guy"] {
    color: #3498db !important;
}

/* Content Moderators */
a[href$="/wiki/Message_Wall:H._Roosevelt"] {
    color: #FF2400 !important;
}
a[href$="/wiki/Message_Wall:Ricketts_Landon"] {
    color: #FF2400 !important;
}

/****************************************/
/***STAFF HIGHLIGHTS COMMENT BOXES TALK**/
/****************************************/

/* Bureaucrats (Marshals) Avatar Border */
a[href="/wiki/User:JackiBackiBoy"] .avatar {
    border: 1px solid #56a714;
}

/* Administrators (Sheriffs) Avatar Border */
a[href="/wiki/User:Linus_Spacehead"] .avatar {
    border: 1px solid #d3d840;
}
a[href="/wiki/User:Wagwan_piffting23"] .avatar {
    border: 1px solid #d3d840;
}
/* Content Moderators */
a[href="/wiki/User:H_Roosevelt"] .avatar {
    border: 1px solid #FF2400;
}
a[href="/wiki/User:Ricketts_Landon"] .avatar {
    border: 1px solid #FF2400;
}

/* Discussions Moderators */
a[href="/wiki/User:Janus_Guy"] .avatar {
    border: 1px solid #3498db;
}

/* Bureaucrats (Marshals) Main Comment Highlight */
.comments li[data-user="JackiBackiBoy"]>blockquote {
    color: #95ff3a !important;
    background: rgba(31, 138, 0, .3) !important;
    border: 1px solid #87ff20;
}

/* Administrators (Sheriffs) Main Comment Highlight */
.comments li[data-user="Linus Spacehead"]>blockquote {
    border: 1px solid #d3d840;
}

.comments li[data-user="Wagwan piffting23"]>blockquote {
    border: 1px solid #d3d840;
}

/* Content Moderators */
.comments li[data-user="H. Roosevelt"]>blockquote {
    color: #ef1800 !important;
    background: rgba(177, 0, 0, .3) !important;
    border: 1px solid #ef1800;
}
.comments li[data-user="Ricketts Landon"]>blockquote {
    color: #ef1800 !important;
    background: rgba(177, 0, 0, .3) !important;
    border: 1px solid #ef1800;
}

/* Discussions Moderators */
.comments li[data-user="Janus Guy"]>blockquote {
    color: #0099ff !important;
    background: rgba(0, 62, 99, .3) !important;
    border: 1px solid #3498db;
}
    
/* Main Speech Bubble Function */
.User.chat-mod .username:after,
.User.staff .username:after {
    background-image: none !important;
}

.user .username:after {
    right: 6px !important;
}

.SpeechBubble .speech-bubble-message:after {
    border-color: transparent rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) transparent !important;
}

.SpeechBubble .speech-bubble-message:before {
    border-color: transparent rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) transparent !important;
}

.speech-bubble-avatar a {
    background: none !important;
    padding: 0 !important;
}

.comments li>blockquote {
    color: #d5d4d4 !important;
    background: rgba(0, 0, 0, .3) !important;
}

/* References Font Size */
.references {
    font-size: 13px !important;
}

/* Inline quote .ogg file function */
.np-quote-snd-trigger {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    padding: 0px 2px;
}

.np-quote-snd-trigger:hover .np-quote-snd-player {
    display: block;
}

.np-quote-snd-player {
    display: none;
    position: absolute;
    top: -55px;
    left: 100%;
    z-index: 100 !important;
    width: 300px;
    overflow-x: hidden;
    margin: 0px;
    padding: 5px 10px 10px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: White;
    color: Black;
    text-align: left;
    font: normal normal normal 13px/normal Helvetica, Arial, sans-serif;
}

.np-quote-snd-player-img {
    float: left;
    width: 50px;
}

.np-quote-snd-player-title {
    width: 250px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.np-quote-snd-player-title span {
    font-size: 18px;
}

.embeddable-discussions-module .avatar-container {
    z-index: 0;
}

.embeddable-discussions-module .avatar-details {
    z-index: 0;
}

.embeddable-discussions-show-all {
    z-index: 0;
}

/* Quoted text/audio file desc */
.va-listen-item,
.va-listen-item .ogg-player-options,
.va-newsquote-text,
.va-quotation-text {
    font-size: 12px;
}

.va-inlinequote-text,
.va-listen-text,
.va-newsquote-text,
.va-quotation-text {
    font-style: italic;
}

.va-transcript-text {
    font-family: monospace;
}

.va-quotation-text {
    display: block;
    margin-top: -0.4em;
    text-align: left;
}

.va-quotation-text ol,
.va-quotation-text p,
.va-quotation-text ul {
    margin-bottom: 0;
}

/* This feature will add a template underneath a FANDOM-video */

.featured-video.is-collapsed .featured-video__player-container:after,
.featured-video__wrapper .featured-video:not(.is-collapsed):after {
    content: "The above video was added by FANDOM\'s Staff,\ not members of the Red Dead Wiki.\A\APlease take notice that the above video may contain inaccuracies or out-of-date information regarding the article\'s subject matter.";
    display: block;
    background: #020202;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    white-space: pre-wrap;
    padding: 0.75em;
    border: 1px solid #920D0F;
    margin-top: 0.5em;
}

.featured-video.is-collapsed .featured-video__player-container:after {
    font-size: small;
}

.featured-video__wrapper .featured-video:not(.is-collapsed):after {
    background: #020202 url("https://vignette.wikia.nocookie.net/reddeadredemption/images/0/05/D%26l.png") 14px center/70px no-repeat;
    padding-left: 95px;
}
Advertisement