diff options
16 files changed, 624 insertions, 48 deletions
diff --git a/content/html/contact-information.html b/content/html/contact-information.html index 7f76398f..4a313653 100644 --- a/content/html/contact-information.html +++ b/content/html/contact-information.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2008-06-26-perl-poetry.html b/content/html/gemfeed/2008-06-26-perl-poetry.html index b42d5f8e..83e1349b 100644 --- a/content/html/gemfeed/2008-06-26-perl-poetry.html +++ b/content/html/gemfeed/2008-06-26-perl-poetry.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2010-05-09-the-fype-programming-language.html b/content/html/gemfeed/2010-05-09-the-fype-programming-language.html index deb2c4b7..20e17d33 100644 --- a/content/html/gemfeed/2010-05-09-the-fype-programming-language.html +++ b/content/html/gemfeed/2010-05-09-the-fype-programming-language.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html index a0101639..14ac84f9 100644 --- a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html index f6fe16e3..3bcfed38 100644 --- a/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html +++ b/content/html/gemfeed/2016-04-03-offsite-backup-with-zfs.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html b/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html index de77e54d..ba2e511b 100644 --- a/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html +++ b/content/html/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html index 0555bcac..6edab757 100644 --- a/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html +++ b/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2016-11-20-methods-in-c.html b/content/html/gemfeed/2016-11-20-methods-in-c.html index 470a15ed..edebf3a5 100644 --- a/content/html/gemfeed/2016-11-20-methods-in-c.html +++ b/content/html/gemfeed/2016-11-20-methods-in-c.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html b/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html index a3a37eda..74d58fb0 100644 --- a/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html +++ b/content/html/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.draft.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html index e803244b..c07f765f 100644 --- a/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html +++ b/content/html/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html index 9ee441b2..0f92bc8f 100644 --- a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/2021-05-15-buetow.org.sh-One-Bash-script-to-rule-it-all.draft.html b/content/html/gemfeed/2021-05-15-buetow.org.sh-One-Bash-script-to-rule-it-all.draft.html index 9a019a39..f582127f 100644 --- a/content/html/gemfeed/2021-05-15-buetow.org.sh-One-Bash-script-to-rule-it-all.draft.html +++ b/content/html/gemfeed/2021-05-15-buetow.org.sh-One-Bash-script-to-rule-it-all.draft.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/gemfeed/index.html b/content/html/gemfeed/index.html index f6633d0e..4309fee8 100644 --- a/content/html/gemfeed/index.html +++ b/content/html/gemfeed/index.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/index.html b/content/html/index.html index b97befd7..4b167943 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/content/html/resources.html b/content/html/resources.html index 50e5c4d8..6d436893 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> diff --git a/header.html.part b/header.html.part index 852a1741..c011028b 100644 --- a/header.html.part +++ b/header.html.part @@ -5,9 +5,45 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { margin: auto; max-width: 900px; } -img { display: block; max-width: 70%;} -p.quote:before { content: " | "; padding-left: 2px; } +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #990000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 90%; +} +p.quote:before { + content: " | "; + padding-left: 2px; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +pre { + border: 1px dotted #FFA500; + border-radius: 8px; + padding: 5px; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} </style> </head> <body> |
