diff --git a/core/style.css b/core/style.css index 48ee250..bea72d3 100644 --- a/core/style.css +++ b/core/style.css @@ -62,6 +62,33 @@ table.alternating > tbody > tr:nth-of-type(even) { background: var(--table-alternate); } +table.section { + background: none; + border: none; + padding: 0px; + margin: 4px; +} + +table.section > tbody > tr > th:first-child > div, +table.section > tbody > tr > th:last-child > div, +table.section > tbody > tr:first-child > td:first-child > div, +table.section > tbody > tr:first-child > td:last-child > div { + background: var(--secondary-container-background); + border: var(--secondary-container-border); + border-bottom: none; + padding: 8px; + position:relative; + top: 4px; + height: 100%; + font-family: var(--primary-font); +} + +table.section > tbody > tr:not(:first-child) > td > div { + background: var(--secondary-container-background); + border: var(--secondary-container-border); + padding: 4px; +} + @media only screen and (orientation: landscape) { :target::before { content: ""; @@ -1727,14 +1754,14 @@ body.group div.page-container div.group-section div.sidebar { min-width: 200px; flex-grow: 0; } -*/ + body.group div.page-container div.sidebar > .section { background-color: var(--tab-selected); border: var(--tab-border); margin: 4px auto; padding: 4px; } - +*/ body.group.create div.groupcard { display: flex; background: var(--primary-container-background);