summaryrefslogtreecommitdiff
path: root/content/assets
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-08-21 20:54:39 -0400
committerbdunahu <bdunahu@operationnull.com>2026-08-21 21:04:14 -0400
commit30731133aff475f100cea7fac18017505a400c38 (patch)
treecdc2ae3deccd2eba960889288f0743ef12dabb94 /content/assets
parent959447a73ef7bd79b12dcf259ee8c3c1941f10df (diff)
Move contact, blog to index. Rewrite index, structural changes.HEADmaster
Diffstat (limited to 'content/assets')
-rw-r--r--content/assets/site.css78
1 files changed, 21 insertions, 57 deletions
diff --git a/content/assets/site.css b/content/assets/site.css
index de86b92..f3675bd 100644
--- a/content/assets/site.css
+++ b/content/assets/site.css
@@ -40,67 +40,26 @@ body article {
}
}
-body h1,
-body h2,
-body h3,
-body h4 {
- font-family: sans-serif;
- font-weight: normal;
- margin: 0;
- padding: 0;
- color: #bbbbcc;
-}
-body h1 b,
-body h2 b,
-body h3 b,
-body h4 b {
+body h1 {
font-family: sans-serif;
- display: block;
- line-height: 1;
- font-size: 150%;
-}
-body h1 img,
-body h2 img,
-body h3 img,
-body h4 img {
- vertical-align: middle;
- 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; */
-/* } */
-
-.gray {
- font-weight: lighter;
- color: gray;
-}
-
-.black {
- font-weight: lighter;
- color: black;
-}
-
-body h1, h2 {
font-weight: bold;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
padding: 0px;
position: relative;
margin: 0;
font-size: 24px;
+ color: #bbbbcc;
}
-
-body h3 {
- font-weight: bold;
- text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
+body h2,
+body h3,
+body h4 {
+ font-family: sans-serif;
+ font-weight: normal;
+ text-decoration-line: underline;
padding: 0px;
margin: 0;
- font-size: 22px;
+ font-size: 20px;
+ color: #bbbbcc;
}
body p {
@@ -152,6 +111,12 @@ body li {
padding-bottom: 0.1em;
}
+body .ul-nb {
+ list-style-type: none;
+ margin: 0;
+ padding: 16px;
+}
+
body img {
height: auto;
width: auto;
@@ -309,10 +274,8 @@ footer {
/* Summaries */
.summary {
- padding: 20px;
- background: rgba(0, 0, 0, 0.2);
- border-radius: 8px;
- margin-top: 1rem;
+ padding: 5px;
+ margin: 0;
}
.summary .date {
@@ -320,8 +283,9 @@ footer {
}
.summary p {
- margin-top: 1rem;
- margin-bottom: 1rem;
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ font-size: 0.9em;
}
/* Posts */