From 509bbd4c36b76cd288525209073f9873c6e2130c Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 31 Oct 2025 22:02:09 +0800 Subject: Remove unused css. --- _site/assets/css/main.css | 119 ++++++++-------------------------------------- 1 file changed, 19 insertions(+), 100 deletions(-) (limited to '_site/assets') diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 0a16d5e..3a22675 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -23,11 +23,11 @@ body { text-shadow: 0 0 1px var(--main-fg-color), 0 0 6px var(--main-fg-color); } -body::selection{ +body::selection { background: lightgrey; } -p::selection{ +p::selection { background: lightgrey; } @@ -94,22 +94,6 @@ td { padding-top: 20px; } -.cursor::after { - background-color: var(--main-fg-color); - content: ''; - display: inline-block; - width: 1.3rem; - height: 1.9rem; - margin-left: -8px; - animation: cursor-blink 1s steps(1, start) infinite; -} - -@keyframes cursor-blink { - 50% { - visibility: hidden; - } -} - @media (min-width: 550px) { .cursor::after { height: 2.5rem; @@ -132,42 +116,11 @@ td { } } -.line{ - max-width: 100%; - display: block; - margin: 0 auto; - -webkit-filter: opacity(.8); - filter: opacity(.8); -} - -.space{ - letter-spacing: 10px; -} - -.flip{ - -moz-transform: scaleX(-1); - -o-transform: scaleX(-1); - -webkit-transform: scaleX(-1); - transform: scaleX(-1); - filter: FlipH; - -ms-filter: "FlipH"; -} - -.tag{ - width: 50%; - margin-right:0; -} - -#title{ - padding-top: 0px; - padding-bottom: 0px; -} - .center { text-align: center; } -.right{ +.right { text-align: right; } @@ -175,56 +128,6 @@ td { text-align: justify; } -hr.double { - border-top: 4px double #2f2f2f; -} - -hr.simple { - border-top: 2px solid #2f2f2f; -} - -.tag-hr{ - width: 45%; - margin-right:0; -} - -.link{ - text-decoration: none; -} - -.italics{ - font-style: italic; -} - -.threecol::first-letter { - font-size: 2.5em; -} - -.threecol { - -ms-word-break: keep-all; - word-break: keep-all; - hyphens: auto; - -webkit-hyphens: auto; - -moz-hyphens: auto; -} - -@media only screen -and (min-device-width : 768px) { - .threecol { - -moz-column-count: 3; - -moz-column-gap: 20px; - -webkit-column-count: 3; - -webkit-column-gap: 20px; - column-count: 3; - column-gap: 20px; - width: 100%; - } - .tag { - width: 23%; - margin-right:0; - } -} - .twocol::first-letter { font-size: 2.5em; } @@ -294,3 +197,19 @@ pre::-webkit-scrollbar { display: none; } +.cursor::after { + background-color: var(--main-fg-color); + content: ''; + display: inline-block; + width: 1.3rem; + height: 1.9rem; + margin-left: -8px; + animation: cursor-blink 1s steps(1, start) infinite; +} + +@keyframes cursor-blink { + 50% { + visibility: hidden; + } +} + -- cgit v1.2.3