Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Cosmos skin */
:root {
--red: #55101e;
--yel: #ebb531;
}
.box-right {
clip-path: polygon(0 0,calc(100% - 40.00px) 0,100% 40.00px,100% calc(100% - 40.00px),calc(100% - 40.00px) 100%,0 100%);
}
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;
}