Mr. Johnson (talk | contribs) No edit summary |
Mr. Johnson (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
.red-top { | |||
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/Redbox-top.webp"); | background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/Redbox-top.webp"); | ||
} | } |
Revision as of 21:51, 18 November 2023
/* All CSS here will be loaded for users of the Cosmos skin */
:root {
--red: #55101e;
--yel: #ebb531;
}
.red-top {
background-image: url("http://sr5-foundry.privateworks.com/images/f/fc/Redbox-top.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;
}