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
No edit summary
Line 70: Line 70:
section#mw-content {
section#mw-content {
   background-image: url("http://sr5-foundry.privateworks.com/images/e/e4/Theme-bg-light.webp");
   background-image: url("http://sr5-foundry.privateworks.com/images/e/e4/Theme-bg-light.webp");
  background-size: cover;
   background-color: #cccccc;
   background-color: #cccccc;
}
}

Revision as of 05:51, 19 November 2023

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

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

.red-top-left {
  background-image: url("http://sr5-foundry.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-foundry.privateworks.com/images/2/29/Redbox-1b.webp");
  background-repeat: no-repeat;
  grid-row-start:1;
  grid-column-start: 3;
}

.red-top-right {
  background-image: url("http://sr5-foundry.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-foundry.privateworks.com/images/8/8d/Redbox-2a.webp");
  background-repeat: no-repeat;
  grid-row-start:2;
  grid-column-start: 1;
}

.red-mid-mid {
  background-image: url("http://sr5-foundry.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-foundry.privateworks.com/images/e/ed/Redbox-2c.webp");
  background-repeat: no-repeat;
  grid-row-start:2;
  grid-column-start:4;
}

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

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

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

section#mw-content {
  background-image: url("http://sr5-foundry.privateworks.com/images/e/e4/Theme-bg-light.webp");
  background-size: cover;
  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;
}