From 991bc7d41922e16bab9c446e53e580e90dac7607 Mon Sep 17 00:00:00 2001 From: Conner Saeli Date: Mon, 11 Sep 2023 13:29:35 -0400 Subject: [PATCH 1/2] Add padding to subitem markers --- assets/css/effervescence.css | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/assets/css/effervescence.css b/assets/css/effervescence.css index a478c4b..e3b1f12 100644 --- a/assets/css/effervescence.css +++ b/assets/css/effervescence.css @@ -192,7 +192,7 @@ div.page-menu-toc { .page-menu-toc ul { margin: 0; margin-bottom: 1em; - padding: 0; + padding: 1ex; list-style-position: inside; display: block; line-height: 140%; @@ -224,18 +224,18 @@ div.page-menu-toc { .hamb-line { background: rgb(0, 51, 153); display: block; - height: 4px; + height: 4px; position: relative; width: 48px; - + } .hamb-line::before, .hamb-line::after{ background: rgb(0, 51, 153); - content: ''; + content: ''; display: block; - height: 100%; + height: 100%; position: absolute; transition: all .2s ease-out; width: 100%; @@ -244,7 +244,7 @@ div.page-menu-toc { top: 10px; } .hamb-line::after{ - top: -10px; + top: -10px; } .side-menu { @@ -662,13 +662,13 @@ div .warning a { } .side-menu:checked ~ #page-footer{ - display: none; + display: none; } #page-container { width:100%; } - + #page-header{ background-color: #fff; position: absolute; @@ -693,22 +693,22 @@ div .warning a { .hamb-line { background: rgb(0, 51, 153); display: block; - height: 4px; - position: absolute; + height: 4px; + position: absolute; left: 15px; top: 35px; - width: 35px; + width: 35px; } - + #page-content { margin: 0; width: 100%; } - + h1, #page-content h2, h3{ margin-left: 15px; } - + p { margin: 0px 10px 30px 15px; font-size: 16px; @@ -728,13 +728,13 @@ div .warning a { background-color: #e0e0e0; overflow: auto; top: 140px; - left: 0px; + left: 0px; right: 0px; border-bottom: 0px; padding-bottom: 0px; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.7), 20px 30px 20px 0 rgba(0, 0, 0, 0.10); } - + #page-menu{ border: 0; margin-bottom: 0em; @@ -742,7 +742,7 @@ div .warning a { max-width: 0px; transition: max-width .2s cubic-bezier(0.4, 0, 1, 1); } - + #page-menu h2{ text-align: center; font-size: 2.6em; @@ -807,7 +807,7 @@ div .warning a { pre { margin-left: 15px; } - + pre.highlight { width: auto; padding: auto; @@ -817,7 +817,7 @@ div .warning a { .language-plaintext.highlighter-rouge{ word-wrap: break-word; } - + } @media only screen and (max-width: 545px){ @@ -836,7 +836,7 @@ div .warning a { position: absolute; height: 130px; } - + span.maintitle { text-align: center; line-height: 25px; @@ -849,7 +849,7 @@ div .warning a { #page-header .xdmodlogo { left: 150px; top: 63px; - height: 25pt; + height: 25pt; } #page-header .nsflogo { @@ -866,7 +866,7 @@ div .warning a { #page-body { margin-top: 135px; } - + #page-menu{ top:130px; position: absolute; From 9ebe516d1406953d47808ddc26cd06abf7793dfe Mon Sep 17 00:00:00 2001 From: Conner Saeli Date: Mon, 11 Sep 2023 13:45:36 -0400 Subject: [PATCH 2/2] Decrease indent --- assets/css/effervescence.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/effervescence.css b/assets/css/effervescence.css index e3b1f12..e998589 100644 --- a/assets/css/effervescence.css +++ b/assets/css/effervescence.css @@ -192,7 +192,7 @@ div.page-menu-toc { .page-menu-toc ul { margin: 0; margin-bottom: 1em; - padding: 1ex; + padding: 0.5ex; list-style-position: inside; display: block; line-height: 140%;