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

Main Page/CSS: Difference between revisions

From Kronopolis and the Flat Plane
No edit summary
No edit summary
Line 4: Line 4:
div.mw-heading1,
div.mw-heading1,
div.mw-heading2 {
div.mw-heading2 {
margin-top:unset !important;
  margin-top:unset !important;
margin-bottom:.5em;
  margin-bottom:.5em;
}
}
.main-page-section {
.main-page-section {
column-count: 4;  
  column-count: 4;  
column-rule: 1px solid #20242A;
  column-rule: 1px solid #20242A;
break-inside: avoid-column;
  break-inside: avoid-column;
}
}
hr {
hr {
background-color:var(--color-emphasized);
  background-color:var(--color-emphasized);
}
}
.main-page-section ul {
.main-page-section ul {
margin-top: 0 !important;
  margin-top: 0 !important;
}
}
.main-page-section ul ul {
.main-page-section ul ul {
margin-top: 0 !important;
  margin-top: 0 !important;
margin-bottom: 0 !important;
  margin-bottom: 0 !important;
}
}


Line 32: Line 32:
}
}
}}
}}
/*****************/
/* Category Tree */
/*****************/
.category-tree {
  margin-top:1.5em;
  column-count: 1;
}
.category-tree > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

Revision as of 10:06, 5 September 2025


/*****************/ /* Category Tree */ /*****************/ .category-tree {

 margin-top:1.5em;
 column-count: 1;

}

.category-tree > p {

 margin-top: 0 !important;
 margin-bottom: 0 !important;

}