diff options
Diffstat (limited to 'css/base.css')
-rw-r--r-- | css/base.css | 38 |
1 files changed, 14 insertions, 24 deletions
diff --git a/css/base.css b/css/base.css index 094f0c8..fc0cd76 100644 --- a/css/base.css +++ b/css/base.css @@ -2,11 +2,11 @@ margin-top:1rem; } -div.graphicsPreview + *,img + *,ol + *,p.graphicText + *,p.large + *,p.small + *,ul + *,table + * { +div.graphicsPreview + *,img + *,ol + *,p.large + *,p.small + *,ul + *,table + * { margin-top:1rem; } -ol ol,ol ul,p.large + p.small,p.small + p.small,ul ol, ul ul { +ol ol,ol ul,ul ol, ul ul { margin-top:0; } @@ -33,13 +33,13 @@ p.pageTitle { } p.pageTitle { - font-size: 3rem; - text-align: center; + font-size: 3rem; + text-align: center; + font-weight:bold; } p.pageTitle sub { - font-size: 1rem; - font-style:italic; + font-size:1rem; } p.large { @@ -47,12 +47,11 @@ p.large { font-weight: bold; } -p.small,p.graphicText { - font-size:calc(11rem / 12); -} - p.small { + font-size: calc(7rem / 8); + font-style: italic; font-weight:bold; + margin-top: 0; } p.small span.data + span.data::before { @@ -77,8 +76,8 @@ div.graphicsPreview { } div.graphicsPreview img { - background-color:var(--backgroundColour); - border-color: var(--backgroundColour); + background-color:var(--backgroundColour0); + border-color: var(--backgroundColour0); border-radius: calc(1rem / 3 * 2); border-style: solid; border-width: calc(1rem / 3); @@ -87,15 +86,6 @@ div.graphicsPreview img { max-width: 12rem; } -p.graphicText { - font-style:italic; - margin-top:calc(1rem / 2); -} - -p.graphicText + p.graphicText { - margin-top:0; -} - img { background-color:var(--foregroundColour); border-color: var(--foregroundColour); @@ -114,7 +104,7 @@ p img { } img.mcBanner { - background-color:var(--backgroundColour); + background-color:var(--backgroundColour1); border-radius: 0; border-style: none; height: 6rem; @@ -146,7 +136,7 @@ table { border-color: var(--foregroundColour); border-style: solid; border-width: calc(1rem / 12); - color: var(--backgroundColour); + color: var(--backgroundColour0); } table.data { @@ -165,7 +155,7 @@ table tr td,table tr th { } table tr td { - background-color:var(--backgroundColour); + background-color:var(--backgroundColour0); color: var(--foregroundColour); } |