Mr. Johnson (talk | contribs) No edit summary Tag: Reverted |
Mr. Johnson (talk | contribs) No edit summary Tag: Manual revert |
||
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 | background-image: url("http://sr5-foundry.privateworks.com/images/8/8d/Redbox-2a.webp"); | ||
} | } | ||
Revision as of 04:28, 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");
}
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;
}