diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-04-22 14:05:38 -0400 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-04-22 14:05:38 -0400 |
| commit | c66258e4258c8fac204fb1a8d7219e04246931f4 (patch) | |
| tree | 60ede95d54e710705a626b703be07106e89ab61b | |
| parent | ede614533592114baa0a8057f0f8c9c2d1503254 (diff) | |
minor CSS changes
| -rw-r--r-- | content/assets/site.css | 56 |
1 files changed, 18 insertions, 38 deletions
diff --git a/content/assets/site.css b/content/assets/site.css index faf1ad9..2c8c537 100644 --- a/content/assets/site.css +++ b/content/assets/site.css @@ -1,24 +1,3 @@ -@font-face { - font-family: 'medieval-sharp'; - src: url('/assets/fonts/MedievalSharp-Book.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'medieval-sharp'; - src: url('/assets/fonts/MedievalSharp-Bold.ttf') format('truetype'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'medieval-sharp'; - src: url('/assets/fonts/MedievalSharp-BookOblique.ttf') format('truetype'); - font-weight: normal; - font-style: italic; -} - html { background: url(background.jpg) no-repeat center center fixed; -webkit-background-size: cover; @@ -43,7 +22,7 @@ html { align-items: center; height: 100%; width: 95%; - margin: 30px auto; + margin: 20px auto; } body { @@ -100,14 +79,14 @@ body h4 img { border: 0 none; } -body h1 { - font-family: sans-serif; - font-weight: bold; - text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); - padding: 0px; - margin: 0px 0px 20px 0px; - font-size: 42px; -} +/* body h1 { */ +/* font-family: sans-serif; */ +/* font-weight: bold; */ +/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */ +/* padding: 0px; */ +/* margin: 0px 0px 20px 0px; */ +/* font-size: 42px; */ +/* } */ .gray { font-weight: lighter; @@ -119,7 +98,7 @@ body h1 { color: black; } -body h2 { +body h1, h2 { font-weight: bold; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); padding: 0px; @@ -157,15 +136,16 @@ a:visited { } .c { - padding: 20px; + padding: 5px; background: rgba(0, 0, 0, 0.2); border-radius: 8px; margin: 0px 0px 15px 0px; } body pre { - background: #111; - border: 2px solid #333; + background: rgba(51, 39, 13, 0.2); + padding: 5px; + white-space: pre-wrap; } body pre.src { @@ -174,7 +154,7 @@ body pre.src { } body code { - background: #111; + background: #111 padding: 0px 4px; color: #eee; overflow-x: auto; @@ -221,13 +201,13 @@ intro { } intro .intro-ava { - width: 100px; + width: 70px; height: 60px; background-image: url("/assets/wolf.png"); background-size: 70px 70px; background-repeat: no-repeat; background-position: left center; - opacity: 0.2; + opacity: 0.4; transition: opacity 0.3s ease; } @@ -235,7 +215,7 @@ intro .divider { width: 1px; height: 40px; background: #ccc; - margin-right: 24px; + margin: 0px 24px 0px 24px; } .intro-main { |
