Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Stats/styles.css: Difference between revisions

Template page
Created page with "Template:Stats/styles.css: .collapsible { background: #1a1a1a; color: #ddd; border: 1px solid #444; margin: 5px 0 10px 0; padding: 0; border-radius: 4px; overflow: hidden; } .collapsible > .mw-collapsible-header { background-color: #2b2b2b; color: #f2f2f2; padding: 10px; font-weight: bold; font-size: 1.1em; cursor: pointer; border-bottom: 1px solid #444; } .collapsible > .mw-collapsible-content { padding: 10px 15px; background: #1a..."
 
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* Template:Stats/styles.css */


.collapsible {
  background: #1a1a1a;
  color: #ddd;
  border: 1px solid #444;
  margin: 5px 0 10px 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.collapsible > .mw-collapsible-header {
  background-color: #2b2b2b;
  color: #f2f2f2;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  border-bottom: 1px solid #444;
}
.collapsible > .mw-collapsible-content {
  padding: 10px 15px;
  background: #1a1a1a;
  font-size: 0.95em;
  line-height: 1.5em;
}
.collapsible > .mw-collapsible-content ul {
  margin: 0 0 0 20px;
}
div {
  box-sizing: border-box;
}
h2, h3, h4 {
  color: #e2e2e2;
  border-bottom: 1px solid #555;
  padding-bottom: 3px;
  margin-top: 20px;
}

Revision as of 15:51, 22 July 2025