Main Page/CSS: Difference between revisions

From Kronopolis and the Flat Plane
mNo edit summary
Tag: wikieditor
mNo edit summary
 
(27 intermediate revisions by the same user not shown)
Line 3: Line 3:
margin-top:unset;
margin-top:unset;
}
}
.small {
 
font-size:.8em;
.main-page-section {
vertical-align:text-bottom;
column-count: 4;
font-style:italic;
column-rule: 1px solid #20242A;
break-inside: avoid-column;
}
.main-page-section ul {
margin-top: 0 !important;
}
.main-page-section ul ul {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
 
.category-tree {
margin-top:1.5em;
column-count: 1;
}
}
.main-page-section {
.category-tree > p {
height: 5rem;
margin-top: 0 !important;
column-rule: 1px solid white;
margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  .main-page-section {
    column-count: 2;  
  }
  .category-tree {
    column-count: 1;
  }
}
}
}}
}}

Latest revision as of 12:06, 8 March 2024