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

MediaWiki:Cosmos.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 18: Line 18:


td.red-mid-left {
td.red-mid-left {
   background-image: url("http://sr5-foundry.privateworks.com/images/8/8d/Redbox-2a.webp") url("http://sr5-foundry.privateworks.com/images/3/39/Redbox-2b.webp");
   background-image: url("http://sr5-foundry.privateworks.com/images/8/8d/Redbox-2a.webp"), url("http://sr5-foundry.privateworks.com/images/3/39/Redbox-2b.webp");
}
}



Revision as of 04:27, 19 November 2023

/* All CSS here will be loaded for users of the Cosmos skin */
:root {
 --red: #55101e;
 --yel: #ebb531;
}

td.red-top-left {
  background-image: url("http://sr5-foundry.privateworks.com/images/8/89/Redbox-1a.webp");
}

td.red-top-mid {
  background-image: url("http://sr5-foundry.privateworks.com/images/2/29/Redbox-1b.webp");
}

td.red-top-right {
  background-image: url("http://sr5-foundry.privateworks.com/images/2/2a/Redbox-1c.webp");
}

td.red-mid-left {
  background-image: url("http://sr5-foundry.privateworks.com/images/8/8d/Redbox-2a.webp"), url("http://sr5-foundry.privateworks.com/images/3/39/Redbox-2b.webp");
}

td.red-mid-mid {
  background-image: url("http://sr5-foundry.privateworks.com/images/3/39/Redbox-2b.webp");
}

td.red-mid-right {
  background-image: url("http://sr5-foundry.privateworks.com/images/e/ed/Redbox-2c.webp");
}

td.red-bot-left {
  background-image: url("http://sr5-foundry.privateworks.com/images/f/fe/Redbox-3a.webp");
}

td.red-bot-mid {
  background-image: url("http://sr5-foundry.privateworks.com/images/b/b6/Redbox-3b.webp");
}

td.red-bot-right {
  background-image: url("http://sr5-foundry.privateworks.com/images/9/99/Redbox-3c.webp");
}

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

img {
  max-width: 100%;
  height: auto;
}

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

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

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