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 17: Line 17:
h2 {
h2 {
   background-image: url("http://sr5-foundry.privateworks.com/images/4/43/Theme-red-fade.webp");
   background-image: url("http://sr5-foundry.privateworks.com/images/4/43/Theme-red-fade.webp");
   color: #fafafa;
   margin-left:5px;
}
}



Revision as of 14:02, 17 November 2023

/* All CSS here will be loaded for users of the Cosmos skin */
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");
  margin-left:5px;
}

h2#mw-toc-heading {
  background-image: none;
}