@@ -53,6 +53,7 @@ a,li,p,h1,h2,h3,h4,h5,h6 {
5353 font-size : 1em ;
5454 width : fit-content;
5555 height : 100% ;
56+ cursor : pointer;
5657}
5758
5859.toolbar-bttn : hover {
@@ -173,8 +174,9 @@ h1,h2,h3,h4,h5,h6 {
173174}
174175
175176p {
176- margin-top: 0;
177- margin: 0.1;
177+ margin: 0;
178+ line-height: 1.2em;
179+ margin-bottom: 0.7em;
178180 font-size: 1.1em;
179181}
180182
@@ -183,20 +185,30 @@ a {
183185}
184186
185187h1 {
188+ text-shadow: var(--outline-color) 0 0 10px;
189+ }
190+
191+ h1, h1 > a {
186192 font-size: 32px;
187193 color: var(--post-header-color);
188- filter: drop-shadow(2px 0 0 var(--outline-color)) drop-shadow(0 2px 0 var(--outline-color)) drop-shadow(-2px 0 0 var(--outline-color)) drop-shadow(0 -2px 0 var(--outline-color))drop-shadow(0 1px 1px var(--outline-color2)) drop-shadow(1px 0 1px var(--outline-color2));
189194}
190195
191196h2 {
192- font-size: 32px;
197+ font-size: 35px;
198+ text-decoration: double underline;
199+ text-decoration-thickness: 2px;
193200}
194201
195202h3 {
196203 text-decoration: solid underline;
197204 font-size: 24px;
198205}
199206
207+ h2,h3,h4,h5,h6 {
208+ margin-bottom: 0.5em;
209+ margin-top: 0.7em;
210+ }
211+
200212header {
201213 background-size: 100%;
202214 background-position: center;
@@ -239,7 +251,8 @@ li.page-item a{
239251 border: 2px solid var(--border-color);
240252 border-radius: .3em;
241253 margin-bottom: 1em;
242- box-shadow: var(--post-shadow-color) 5px 5px;
254+ font-size: 1.1em;
255+ opacity: 0.5;
243256
244257 user-select: none;
245258}
@@ -250,9 +263,7 @@ li.page-item.active a{
250263}
251264
252265li.page-item:not(.disabled):not(.active) a:hover{
253- background-color: var(--select-color);
254- color: var(--accent-color);
255- border-color: var(--accent-color);
266+ opacity: 1;
256267}
257268
258269li {
@@ -441,12 +452,13 @@ header h1 a:hover {
441452 color : var (--special-text-color );
442453 font-weight : bold;
443454 padding : .5rem 0 ;
455+ margin-bottom : 1rem ;
444456 border-bottom : 4px double var (--outline-color );
445457}
446458
447459.timestamp {
448- font-weight : normal ;
449- margin : .2 em ;
460+ font-weight : bold ;
461+ font-size : 12 px ;
450462 float : right;
451463}
452464
@@ -503,7 +515,7 @@ header h1 a:hover {
503515.dropbox-content {
504516 display : none;
505517 position : absolute;
506- z-index : 1
518+ z-index : 100 ;
507519}
508520
509521.table-of-contents {
@@ -530,9 +542,9 @@ header h1 a:hover {
530542}
531543
532544.table-of-contents .float {
533- width : max -content;
534- max-width : 50 vw ;
535- max-height : 50 % ;
545+ width : fit -content;
546+ max-width : fit-content ;
547+ max-height : 50 vh ;
536548 overflow : auto;
537549}
538550
@@ -557,11 +569,11 @@ header h1 a:hover {
557569}
558570
559571# single-post > article {
560- width : calc (100% - 20rem );
572+ width : calc (100% - 20rem - 20 px );
561573 margin-bottom : 0 ;
562574}
563575
564- # single-post > article > # post-toc-mobile {
576+ # single-post > article > div > # post-toc-mobile {
565577 display : none;
566578}
567579
@@ -603,7 +615,7 @@ header h1 a:hover {
603615 margin : .3em 1em ;
604616 }
605617
606- # single-post > article > # post-toc-mobile {
618+ # single-post > article > div > # post-toc-mobile {
607619 display : inline;
608620 }
609621
@@ -614,6 +626,14 @@ header h1 a:hover {
614626 # single-post > article {
615627 width : 100% ;
616628 }
629+
630+ .post-heading-information {
631+ position : sticky;
632+ top : 0 ;
633+ padding : 5px ;
634+ z-index : 10 ;
635+ background-color : var (--bg-color2 );
636+ }
617637}
618638
619639</ style>
0 commit comments