3,599
edits
m (Fiddling) |
m (checking something) |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.relationships-title { background-color: steelblue; color: white; font-weight: bold; font-size: 1.5em; padding-left: .5em; } | .relationships-title { background-color: steelblue; color: white; font-weight: bold; font-size: 1.5em; padding-left: .5em; } | ||
.mw-customtoggle { background-color: #c1dcf5; padding: 10px; border-bottom: 3px solid steelblue; } | |||
.relationships-container { background-color: white; border-radius: 0 0 1.5em 1.5em; border: 3px solid steelblue; border-top: 0; display: flex; flex-flow: row wrap; justify-content: space-evenly; min-width: fit-content; padding: 1em;} | .relationships-container { background-color: white; border-radius: 0 0 1.5em 1.5em; border: 3px solid steelblue; border-top: 0; display: flex; flex-flow: row wrap; justify-content: space-evenly; min-width: fit-content; padding: 1em;} | ||
.relationships-entry { min-width: 400px; margin: .5em; padding: 1.5em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; } | .relationships-entry { min-width: 400px; margin: .5em; padding: 1.5em; background-color: #f0f0f0; border-radius: 1em; flex-basis: 25%; flex-grow: 1; } | ||
Line 9: | Line 10: | ||
}} | }} | ||
<div class="mw-customtoggle | <div class="mw-customtoggle" style="cursor:pointer"><big>'''Closest Relationships'''</big> <small>[Click to show/hide]</small><div style="clear:both"></div></div> | ||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-closest"> | <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-closest"> | ||
<!-- Start Collapsible --><div class="mw-collapsible-content"> | <!-- Start Collapsible --><div class="mw-collapsible-content"> |