Mr. Johnson (talk | contribs) No edit summary |
Mr. Johnson (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
.red-top-left { | div.red-top-left { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1a.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1a.webp"); | ||
} | } | ||
.red-top-mid { | div.red-top-mid { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1b.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1b.webp"); | ||
} | } | ||
.red-top-right { | div.red-top-right { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1c.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1c.webp"); | ||
} | } | ||
.red-mid-left { | div.red-mid-left { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2a.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2a.webp"); | ||
} | } | ||
.red-mid-mid { | div.red-mid-mid { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2b.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2b.webp"); | ||
} | } | ||
.red-mid-right { | div.red-mid-right { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2c.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2c.webp"); | ||
} | } | ||
.red-bot-left { | div.red-bot-left { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3a.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3a.webp"); | ||
} | } | ||
.red-bot-mid { | div.red-bot-mid { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3b.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3b.webp"); | ||
} | } | ||
.red-bot-right { | div.red-bot-right { | ||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3c.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3c.webp"); | ||
} | } |
Revision as of 03:58, 19 November 2023
/* All CSS here will be loaded for users of the Cosmos skin */
:root {
--red: #55101e;
--yel: #ebb531;
}
div.red-top-left {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1a.webp");
}
div.red-top-mid {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1b.webp");
}
div.red-top-right {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-1c.webp");
}
div.red-mid-left {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2a.webp");
}
div.red-mid-mid {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2b.webp");
}
div.red-mid-right {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-2c.webp");
}
div.red-bot-left {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3a.webp");
}
div.red-bot-mid {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/redbox-3b.webp");
}
div.red-bot-right {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/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;
}