diff options
Diffstat (limited to 'www/style.css')
| -rw-r--r-- | www/style.css | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/www/style.css b/www/style.css deleted file mode 100644 index 1487497..0000000 --- a/www/style.css +++ /dev/null | |||
| @@ -1,99 +0,0 @@ | |||
| 1 | .menu { | ||
| 2 | width: 100%; | ||
| 3 | } | ||
| 4 | |||
| 5 | .links { | ||
| 6 | text-align: right; | ||
| 7 | font-weight: bold; | ||
| 8 | } | ||
| 9 | |||
| 10 | .logo img { | ||
| 11 | width: 50px; | ||
| 12 | height: 50px; | ||
| 13 | } | ||
| 14 | |||
| 15 | .footer { | ||
| 16 | font-style: italic; | ||
| 17 | width: 100%; | ||
| 18 | } | ||
| 19 | |||
| 20 | .hosted { | ||
| 21 | text-align: right; | ||
| 22 | } | ||
| 23 | |||
| 24 | body { | ||
| 25 | margin: auto 8px 20px 8px; | ||
| 26 | } | ||
| 27 | |||
| 28 | img { | ||
| 29 | display: block; | ||
| 30 | margin-left: auto; | ||
| 31 | margin-right: auto; | ||
| 32 | max-width: 100%; | ||
| 33 | } | ||
| 34 | |||
| 35 | pre, code { | ||
| 36 | background-color: #eeeeee; | ||
| 37 | } | ||
| 38 | |||
| 39 | pre { | ||
| 40 | border: 2px solid; | ||
| 41 | padding: 6px; | ||
| 42 | } | ||
| 43 | |||
| 44 | #blob { | ||
| 45 | background: #ffffff; | ||
| 46 | border: none; | ||
| 47 | } | ||
| 48 | |||
| 49 | a { | ||
| 50 | color: #0f2899; | ||
| 51 | text-decoration: none; | ||
| 52 | } | ||
| 53 | |||
| 54 | .links a { | ||
| 55 | font-weight: bold; | ||
| 56 | color: black; | ||
| 57 | } | ||
| 58 | |||
| 59 | .hosted a, | ||
| 60 | .contact a { | ||
| 61 | font-weight: bold; | ||
| 62 | } | ||
| 63 | |||
| 64 | a:hover { | ||
| 65 | text-decoration: underline; | ||
| 66 | } | ||
| 67 | |||
| 68 | html { | ||
| 69 | margin: 1em auto; | ||
| 70 | max-width: 42em; | ||
| 71 | } | ||
| 72 | |||
| 73 | h1 { | ||
| 74 | text-align: center; | ||
| 75 | } | ||
| 76 | |||
| 77 | td h1 { | ||
| 78 | text-align: left; | ||
| 79 | font-size: 1.5em; | ||
| 80 | } | ||
| 81 | |||
| 82 | table { | ||
| 83 | width: 100%; | ||
| 84 | } | ||
| 85 | |||
| 86 | .url td { | ||
| 87 | font-family: monospace; | ||
| 88 | } | ||
| 89 | |||
| 90 | .dltable th, .dltable td { | ||
| 91 | border: 1px solid black; | ||
| 92 | padding: 3px; | ||
| 93 | } | ||
| 94 | |||
| 95 | .subtitle { | ||
| 96 | text-align: center; | ||
| 97 | font-weight: bold; | ||
| 98 | font-size: 1.1em; | ||
| 99 | } | ||
