Anonymous
×
Create a new article
Write your page title here:
We currently have 55 articles on SR5 Foundry VTT System Wiki. Type your article name above or click on one of the titles below and start writing!



SR5 Foundry VTT System Wiki
Revision as of 02:05, 21 November 2023 by Mr. Johnson (talk | contribs)

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.
/* All CSS here will be loaded for users of the Cosmos skin */
:root {
 --red: #55101e;
 --yel: #ebb531;
 --gre: #cccccc;
}

.red-box {
  display: grid inline;
  grid-template-columns: 16px 368px auto 16px;
  grid-template-rows: 64px auto 36px; 
}

.red-box h2 {
  background-image: none;
  padding: 0px;
  margin: 0px;
}

.red-box a {
  color: var(--yel) !important;
}

.red-top-left {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/8/89/Redbox-1a.webp");
  background-repeat: no-repeat;
  grid-row-start: 1;
  grid-column-start: span 2;
}

.red-top-mid {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/2/29/Redbox-1b.webp");
  grid-row-start: 1;
  grid-column-start: 3;
}

.red-top-right {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/2/2a/Redbox-1c.webp");
  background-repeat: no-repeat;
  grid-row-start: 1;
  grid-column-start: 4;
}

.red-mid-left {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/8/8d/Redbox-2a.webp");
  grid-row-start: 2;
  grid-column-start: 1;
}

.red-mid-mid {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/3/39/Redbox-2b.webp");
  grid-row-start: 2;
  grid-column-start: 2;
  grid-column-end: 4;
}

.red-mid-right {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/e/ed/Redbox-2c.webp");
  grid-row-start: 2;
  grid-column-start: 4;
}

.red-bot-left {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/f/fe/Redbox-3a.webp");
  background-repeat: no-repeat;
  grid-row-start: 3;
  grid-column-start: span 2;
}

.red-bot-mid {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/b/b6/Redbox-3b.webp");
  grid-row-start: 3;
  grid-column-start: 3;
}

.red-bot-right {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/9/99/Redbox-3c.webp");
  background-repeat: no-repeat;
  grid-row-start: 3;
  grid-column-start: 4;
}

.black-back {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/d/d2/Theme-bg-dark.webp");
  background-color: black;
}

.return {
  color: black;
  background-color: var(--gre);
  margin: 10px 5px;
  padding: 7px 10px;
  border:2px solid var(--yel);
  border-radius: 5px;
}

.return a {
  color: blue !important;
}

code.plainlinks a {
  color: blue !important;
}

section#mw-content {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/e/e4/Theme-bg-light.webp");
  background-size: cover;
  background-color: #cccccc;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

div.toc {
  float: right;
  max-width: 33%;
}

h2 {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/4/43/Theme-red-fade.webp");
  border: none !important;
  color: white !important;
  padding: 5px;
}

h2#mw-toc-heading {
  background-image: none;
  color: black !important;
}

h2 a {
  color: var(--yel) !important;
}

h3 {
  margin: 0px;
}

table.skinned {
  background-image: url("http://sr5-foundryvtt.privateworks.com/images/d/d2/Theme-bg-dark.webp");
  border-collapse: collapse;
}

table.skinned caption {
  font-size: larger;
  font-weight: bolder;
  color: var(--yel);
  text-transform: uppercase;
}

table.skinned th {
  color: var(--yel);
}

table.skinned tr:nth-child(even){
  background-color: dimgrey;
  color: white;
}

table.skinned tr:nth-child(odd){
  background-color: black;
  color: white;
}

table.plainlinks tr:nth-child(even){
  background-color: MidnightBlue;
}

table.plainlinks tr:nth-child(odd){
  background-color: Black;
}