diff options
Diffstat (limited to 'www/style-2.css')
| -rw-r--r-- | www/style-2.css | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/www/style-2.css b/www/style-2.css new file mode 100644 index 0000000..ec70635 --- /dev/null +++ b/www/style-2.css | |||
| @@ -0,0 +1,105 @@ | |||
| 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 | code { | ||
| 36 | background-color: #eeeeee; | ||
| 37 | padding: 2px; | ||
| 38 | } | ||
| 39 | |||
| 40 | pre code { | ||
| 41 | padding: 0px; | ||
| 42 | } | ||
| 43 | |||
| 44 | pre { | ||
| 45 | background-color: #eeeeee; | ||
| 46 | border: 2px solid; | ||
| 47 | padding: 6px; | ||
| 48 | } | ||
| 49 | |||
| 50 | #blob { | ||
| 51 | background: #ffffff; | ||
| 52 | border: none; | ||
| 53 | } | ||
| 54 | |||
| 55 | a { | ||
| 56 | color: #0f2899; | ||
| 57 | text-decoration: none; | ||
| 58 | } | ||
| 59 | |||
| 60 | .links a { | ||
| 61 | font-weight: bold; | ||
| 62 | color: black; | ||
| 63 | } | ||
| 64 | |||
| 65 | .hosted a, | ||
| 66 | .contact a { | ||
| 67 | font-weight: bold; | ||
| 68 | } | ||
| 69 | |||
| 70 | a:hover { | ||
| 71 | text-decoration: underline; | ||
| 72 | } | ||
| 73 | |||
| 74 | html { | ||
| 75 | margin: 1em auto; | ||
| 76 | max-width: 42em; | ||
| 77 | } | ||
| 78 | |||
| 79 | h1 { | ||
| 80 | text-align: center; | ||
| 81 | } | ||
| 82 | |||
| 83 | td h1 { | ||
| 84 | text-align: left; | ||
| 85 | font-size: 1.5em; | ||
| 86 | } | ||
| 87 | |||
| 88 | table { | ||
| 89 | width: 100%; | ||
| 90 | } | ||
| 91 | |||
| 92 | .url td { | ||
| 93 | font-family: monospace; | ||
| 94 | } | ||
| 95 | |||
| 96 | .dltable th, .dltable td { | ||
| 97 | border: 1px solid black; | ||
| 98 | padding: 3px; | ||
| 99 | } | ||
| 100 | |||
| 101 | .subtitle { | ||
| 102 | text-align: center; | ||
| 103 | font-weight: bold; | ||
| 104 | font-size: 1.1em; | ||
| 105 | } | ||
