From 93fd472f353d004ae399eb1d5619539a7efe30c5 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:50:12 +0300 Subject: Major changes and the start of my post on a rust week. Changes to be committed: modified: .gitignore modified: config.toml modified: content/posts/rust.md modified: templates/404.html modified: templates/index.html new file: templates/shortcodes/image.html new file: static/css/critical.css deleted: rsync_to_testing --- static/css/critical.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/css/critical.css (limited to 'static/css/critical.css') diff --git a/static/css/critical.css b/static/css/critical.css new file mode 100644 index 0000000..fb27a74 --- /dev/null +++ b/static/css/critical.css @@ -0,0 +1 @@ + html {line-height: 1.15;-webkit-text-size-adjust: 100%;background: #0a001f;letter-spacing: .06em;}body {margin: 0;color: #ace6f0;font-family: "Trebuchet MS", Verdana, "Verdana Ref", "Segoe UI", Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;line-height: 1.6;}h1 {font-size: 2em;margin: .67em 0;}a {background-color: rgba(0, 0, 0, 0);color: #ace6f0;text-decoration: none;border: none;}hr {box-sizing: content-box;height: 0;overflow: visible;opacity: .2;border-width: 0 0 5px 0;border-style: dashed;background: rgba(0, 0, 0, 0);width: 50%;margin: 1.8em auto;}img {border-style: none;}small {font-size: 80%;}strong {font-weight: bolder;}sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;top: -.5em;}button {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;overflow: visible;text-transform: none;-webkit-appearance: button;appearance: button;color: #ace6f0;}button::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring {outline: 1px dotted ButtonText;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}::-webkit-scrollbar {width: 8px;height: 8px;background: #0f1419;}::-webkit-scrollbar-thumb {background: #5c6773;}::-webkit-scrollbar-thumb:hover {background: #ace6f0;}pre, code {font-family: Consolas, "Andale Mono WT", "Andale Mono", Menlo, Monaco, "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, "YaHei Consolas Hybrid", monospace, "Segoe UI Emoji", "PingFang SC", "Microsoft YaHei";font-size: 1em;}pre {max-height: 40em;padding: .7em 1.1em;overflow: auto;font-size: .9em;line-height: 1.5;letter-spacing: normal;white-space: pre-wrap;word-wrap: break-word;border-radius: 4px;-webkit-overflow-scrolling: touch;}pre code {padding: 0;margin: 0;background: #0f1419;color: #ace6f0;}code {color: #0a001f;background: #828ff9;border-radius: 3px;padding: 0 3px;margin: 0 4px;word-break: break-all;letter-spacing: normal;}.section-inner {margin: 0 auto;max-width: 1200px;width: 93%;}.thin {max-width: 720px;margin: auto;}.feather {display: inline-block;vertical-align: -.125em;width: 1em;height: 1em;}.desktop-only-ib {display: none;}#site-header {position: fixed;z-index: 1;bottom: 0;width: 100%;box-sizing: border-box;box-shadow: -1px -2px 3px rgba(0, 0, 0, .45);background-color: #0a001f;}.hdr-wrapper {display: flex;justify-content: space-between;align-items: center;padding: .5em 0;font-size: 1.2rem;}.hdr-wrapper .site-branding {display: inline-block;margin-right: .8em;font-size: 1.2em;}.hdr-wrapper .site-nav {display: inline-block;font-size: 1.1em;}.hdr-wrapper .site-nav a {margin-left: .8em;}.hdr-icons {font-size: 1.2em;}.hdr-social {display: inline-block;margin-left: .6em;}.hdr-social > a {margin-left: .4em;}.hdr-btn {border: none;background: none;padding: 0;margin-left: .4em;}#menu-btn {display: none;margin-left: .6em;}#mobile-menu {position: fixed;bottom: 4.8em;right: 1.5em;display: none;padding: .6em 1.8em;z-index: 1;box-sizing: border-box;box-shadow: -1px -2px 3px 0px rgba(0, 0, 0, .45);background-color: #0a001f;}#mobile-menu ul {list-style: none;margin: 0;padding: 0;line-height: 2;font-size: 1.2em;}#site-footer {text-align: center;font-size: .9em;margin-bottom: 96px;margin-top: 64px;}#site-footer p {margin: 0;}#spotlight {display: flex;height: 100vh;flex-direction: column;align-items: center;justify-content: center;max-width: 93%;margin: auto;font-size: 1.5rem;}#home-center {display: flex;flex-grow: 1;flex-direction: column;justify-content: center;}#home-title {margin: 0;text-align: center;}#home-subtitle {margin-top: 0;margin-bottom: 1.5em;text-align: center;line-height: normal;font-size: .7em;font-style: italic;opacity: .9;}#home-social {font-size: 1.4em;text-align: center;opacity: .8;}#home-social a {margin: 0 .2em;}#home-nav {opacity: .8;}#home-nav a {display: block;text-align: center;margin-top: .5em;}#home-footer {text-align: center;font-size: .6em;line-height: normal;opacity: .7;}#home-footer p {margin-top: 0;}.post-header {margin-top: 1.2em;line-height: normal;}.post-header .post-meta {font-size: .9em;letter-spacing: normal;opacity: .7;}.post-header h1 {margin-top: .1em;}.content {text-align: justify;text-justify: inter-ideograph;}.content a {word-break: break-all;border: none;box-shadow: inset 0 -1px 0 #e94c80;}.content img {display: block;max-width: 100%;height: auto;margin: auto;border-radius: 4px;}.content ul {padding: 0;margin-left: 1.8em;}blockquote {border-left: .25em solid;margin: 1em;padding: 0 1em;font-style: italic;}hr.post-end {width: 50%;margin-top: 1.6em;margin-bottom: .8em;margin-left: 0;border-style: solid;border-bottom-width: 4px;}.post-info {font-size: .8rem;line-height: normal;opacity: .7;}.post-info p {margin: .8em 0;}.post-info svg {margin-right: .8em;}.post-info .tag {margin-right: .5em;}.post-info .tag::before {content: "#";}.post-nav {display: flex;justify-content: space-between;margin-top: 1.5em;margin-bottom: 2.5em;font-size: 1.2em;}.post-nav a {flex-basis: 50%;flex-grow: 1;}.post-nav .next-post {text-align: left;padding-right: 5px;}.post-nav .prev-post {text-align: right;padding-left: 5px;}.posts-group {display: flex;margin-bottom: 1.9em;line-height: normal;}.posts-group .post-year {padding-top: 6px;margin-right: 1.8em;font-size: 1.6em;color: #828ff9;}.posts-group .posts-list {flex-grow: 1;margin: 0;padding: 0;list-style: none;}.posts-group .post-item {border-bottom: 1px #828ff9 dashed;}.posts-group .post-item a {display: flex;justify-content: space-between;align-items: baseline;padding: 12px 0;}.posts-group .post-day {flex-shrink: 0;margin-left: 1em;color: #828ff9;}#toc {position: fixed;left: 50%;top: 0;display: none;}.toc-title {margin-left: 1em;margin-bottom: .5em;font-size: .8em;font-weight: bold;}#TableOfContents {font-size: .8em;opacity: .7;}#TableOfContents ul {padding-left: 1em;margin: 0;}#TableOfContents > ul {list-style-type: none;}@media (min-width: 800px) {.site-main {margin-top: 3em;}hr.post-end {width: 40%;}}@media (min-width: 960px) {.site-main {margin-top: 6em;}}@media (min-width: 1300px) {.site-main {margin-top: 8em;}.desktop-only-ib {display: inline-block;}hr.post-end {width: 30%;}#toc {top: 13em;margin-left: 370px;max-width: 220px;}}@media (min-width: 1800px) {.site-main {margin-top: 10em;}.section-inner {max-width: 1600px;}.thin {max-width: 960px;}hr.post-end {width: 30%;}#toc {top: 15em;margin-left: 490px;max-width: 300px;}}@media (max-width: 760px) {.hide-in-mobile, .site-nav.hide-in-mobile {display: none;}#menu-btn {display: inline-block;}.posts-group {display: block;}.posts-group .post-year {margin: -6px 0 4px;}}@media (max-width: 520px) {hr.post-end {width: 60%;}#mobile-menu {right: 1.2em;}} -- cgit v1.2.3