diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-06-19 10:45:04 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-06-19 10:45:04 +0100 |
| commit | 56cc5f1f149412041084f48be6ac817c6ac264de (patch) | |
| tree | 9829ec2d0c72b710307c93ceca05ef7305aac2ba /gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html | |
| parent | a22b18c28bce119e7f5fcb0e61444e2de4a0f7a8 (diff) | |
change css style
Diffstat (limited to 'gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html')
| -rw-r--r-- | gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html | 128 |
1 files changed, 64 insertions, 64 deletions
diff --git a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html index dfe52e25..a434c042 100644 --- a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html +++ b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html @@ -6,44 +6,44 @@ <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> body { - margin: auto; - max-width: 900px; - background-color: #FFFFEF; - border: 1px dashed #880000; - border-radius: 8px; - padding: 5px; + margin: auto; + padding-left: 10px; + padding-right: 10px; + max-width: 900px; + font-family: sans-serif; + font-size: 18px; + background-color: #222; + color: #ffffef; } -img { - display:block; - max-width: 80%; -} -a.textlink:before { - content: " ⇒ "; - padding-left: 2px; -} -a.textlink { - text-decoration: none; - color: #FF0000; + +a { + color: #0ca; + text-decoration: none; } -a.textlink:hover { - text-decoration: underline; + +a:hover { + color: #c0f; + text-decoration: none; } -i { - color: #48AAAD; + +img { + max-width: 600px; + max-height: 400px; + display: block; + margin: auto; } + pre { - background-color: #F1F8E9; - border: 1px dashed #BB0000; - border-radius: 8px; - padding: 5px; - font-family: "Lucida Console", "Courier New", monospace; + display: block; + background-color: #111; + color: #fff; + padding: 5px; + overflow-x: auto; } -h1 { - text-align: center; - color: #880000; -} -h2, h3 { - color: #BB0000; + +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; } </style> </head> @@ -267,44 +267,44 @@ apply Service "dig6" { <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> body { - margin: auto; - max-width: 900px; - background-color: #FFFFEF; - border: 1px dashed #880000; - border-radius: 8px; - padding: 5px; + margin: auto; + padding-left: 10px; + padding-right: 10px; + max-width: 900px; + font-family: sans-serif; + font-size: 18px; + background-color: #222; + color: #ffffef; } -img { - display:block; - max-width: 80%; -} -a.textlink:before { - content: " ⇒ "; - padding-left: 2px; -} -a.textlink { - text-decoration: none; - color: #FF0000; + +a { + color: #0ca; + text-decoration: none; } -a.textlink:hover { - text-decoration: underline; + +a:hover { + color: #c0f; + text-decoration: none; } -i { - color: #48AAAD; + +img { + max-width: 600px; + max-height: 400px; + display: block; + margin: auto; } + pre { - background-color: #F1F8E9; - border: 1px dashed #BB0000; - border-radius: 8px; - padding: 5px; - font-family: "Lucida Console", "Courier New", monospace; + display: block; + background-color: #111; + color: #fff; + padding: 5px; + overflow-x: auto; } -h1 { - text-align: center; - color: #880000; -} -h2, h3 { - color: #BB0000; + +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; } </style> </head> |
