diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-31 22:02:09 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-31 22:02:09 +0800 |
| commit | 509bbd4c36b76cd288525209073f9873c6e2130c (patch) | |
| tree | bad6371c2b4aeadf14829a90061c31cbb37cdeca /assets/css/main.css | |
| parent | 6f33b6e675bc02d3722801e7454e35ffaffb8446 (diff) | |
| download | www-509bbd4c36b76cd288525209073f9873c6e2130c.tar.gz | |
Remove unused css.
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 119 |
1 files changed, 19 insertions, 100 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 0a16d5e..3a22675 100644 --- a/assets/css/main.css +++ b/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; + } +} + |
