rage

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

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/**** TABLES ****/

/*** Original Borderlands Wiki style ***/

/* Overall look of the table. */
table.borderlands { 
    margin: 0.5em 0.5em 0.5em 0;
    background: #464646;
    border-collapse: collapse;
    border: 1px solid #777777;
    color: white;
}
 
/* Basic borders and padding for the table cells and table header cells. */
table.borderlands td {
    border: 1px solid #777777;
    padding: 3px 7px;
}
 
/* All header cells will be subject to the same coloring. */
table.borderlands th {
    border: 1px solid #777777;
    padding: 3px 7px;
    font-weight: bold;
    background: #222;
    text-align: center;
}
 
/* Applied to the entire sub-header row. */
table.borderlands tr.subheader {
    font-style: italic;
}
 
/* Make both the subheader th and td cells look the same. Overrides the normal header cell color, and reserves bolding for the main header cells. */
table.borderlands tr.subheader th {
    background: #333;
    font-weight: normal;
}
table.borderlands tr.subheader td {
    background: #333;
}
 
/* Alternate color for row differentiation. */
table.borderlands tr.alt_row {
    background: #404040;
}

/*** RAGE Wiki style ***/
/* Overall look of the table. */
table.rage { 
    margin: 0.5em 0.5em 0.5em 0;
    background: #251600;
    border-collapse: collapse;
    border: 1px solid #AF6D33;
    color: white;
}
 
/* Basic borders and padding for the table cells and table header cells. */
table.rage td {
    border: 1px solid #AF6D33;
    padding: 3px 7px;
}
 
/* All header cells will be subject to the same coloring. */
table.rage th {
    border: 1px solid #AF6D33;
    padding: 3px 7px;
    font-weight: bold;
    background: #6B4203;
    text-align: center;
}

/* Applied to the entire sub-header row. */
table.rage tr.subheader {
    font-style: italic;
}

/* Make both the subheader th and td cells look the same. Overrides the normal header cell color, and reserves bolding for the main header cells. */
table.rage tr.subheader th {
    background: #333333;
    font-weight: normal;
    vertical-align: middle;
}
table.rage tr.subheader td {
    background: #333333;
    vertical-align: middle;
}
 
/* Alternate color for row differentiation. */
table.rage tr.alt_row {
    background: #2E1C00;
}

/*** RAGE Wiki style — B&W ***/

/* Overall look of the table. */

table.rage-bw { 
    margin: 0.5em 0.5em 0.5em 0;
    border-collapse: collapse;
    border: 1px solid #413D3A;
    color: silver;
}
 
/* Basic borders and padding for the table cells and table header cells. */
table.rage-bw td {
    border: 1px solid #413D3A;
    padding: 3px 7px;
}

/* All header cells will be subject to the same coloring. */
table.rage-bw th, table.rage-bw sortable th {
    border: 1px solid #6B4203;
    padding: 3px 7px;
    font-weight: bold;
    background: #6B4203;
    text-align: center;
    background-color: #6B4203;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#251600), to(#6B4203));
    background-image: -webkit-linear-gradient(top, #6B4203, #251600);
    background-image: -moz-linear-gradient(top, #6B4203, #251600);
    background-image: -o-linear-gradient(top, 6B4203#, #251600);
    background-image: linear-gradient(to bottom, #6B4203, #251600);
}
 
/* Applied to the entire sub-header row. */
table.rage-bw tr.subheader {
    font-style: italic;
}
 
/* Make both the subheader th and td cells look the same. Overrides the normal header cell color, and reserves bolding for the main header cells. */
table.rage-bw tr.subheader th {
    background: #333333;
    font-weight: normal;
    vertical-align: middle;
}
table.rage-bw tr.subheader td {
    background: #333333;
    vertical-align: middle;
}
 
/* Alternate color for row differentiation (manual edit). Used in case the followin code isn't working. */
table.rage-bw tr.alt_row {
    background: #191411;
}

/* ======= RAGE B&W table support ====== */
 
/* We don't reference the "rage-bw" class here, that's just used by the javascript that does the striping. */
tr.odd {
  background: #191411;
}


/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   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 #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #aaa;
   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;
}

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

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

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

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

.theme-fandomdesktop-light .main-page-tag-lcs .ComponentBackground table tbody {
	color: #000;
}