diff options
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 42 |
1 files changed, 39 insertions, 3 deletions
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> |
