diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 02:47:00 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 02:47:00 +0200 |
| commit | 5d2e2a2dbf3d8199988c70466b3aa4670ceea3e5 (patch) | |
| tree | c97c947252b8e82e7a97397ecf395e0021e0daf8 /default/htdocs/styles/default.css | |
| parent | 8d9dc7c67a1932bd14424f41b8968653bb1cf9ff (diff) | |
new default css
Diffstat (limited to 'default/htdocs/styles/default.css')
| -rw-r--r-- | default/htdocs/styles/default.css | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/default/htdocs/styles/default.css b/default/htdocs/styles/default.css index 2c9e778..809a1d9 100644 --- a/default/htdocs/styles/default.css +++ b/default/htdocs/styles/default.css @@ -1,110 +1,110 @@ html { - height: 100%; + height: 100%; } body { - font-family: Georgia, Serif; - background-color: #19495f; - height: 100%; - max-width: 900px; + font-family: Georgia, Serif; + background-color: #19495f; + height: 100%; + max-width: 900px; } p { - padding: 1px 0; + padding: 1px 0; } div.header { - background-color: #01768f; - border-color: #000000; - border-width: 2px; - border-style: solid; - color: #FFFFFF; - padding: 20px; - margin: 0px; - margin-bottom: 5px; - text-align: center; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; + background-color: #01768f; + border-color: #000000; + border-width: 2px; + border-style: solid; + color: #FFFFFF; + padding: 20px; + margin: 0px; + margin-bottom: 5px; + text-align: center; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; } span.italic { - font-style: italic; + font-style: italic; } span.bold { - font-weight: bold; + font-weight: bold; } div.main { - background-color: #FFFFFA; - border-width: 1px; - border-style: solid; - padding: 5px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; + background-color: #FFFFFA; + border-width: 1px; + border-style: solid; + padding: 5px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; } div.important { - background-color: #FF8181; - border-width: 1px; - border-style: solid; + background-color: #FF8181; + border-width: 1px; + border-style: solid; } h1 { - padding-left: 10px; - font-size: 30px; + padding-left: 10px; + font-size: 30px; } h2, h3, p { - padding-left: 10px; - padding-right: 10px; + padding-left: 10px; + padding-right: 10px; } pre, .quote, .code { - border:1px #000000 solid; - font-family: "Courier New", courier; - background: #FFFFFF; - color: #000000; - padding-top: -10px; - padding-right: 10px; - padding: 10px; - margin-bottom: 30px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; + border:1px #000000 solid; + font-family: "Courier New", courier; + background: #FFFFFF; + color: #000000; + padding-top: -10px; + padding-right: 10px; + padding: 10px; + margin-bottom: 30px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; } .footer { - background-color: #EEEEEE; - color: #000000; - text-align: center; - font-style: italic; - font-size: 12px; - margin-top: 10px; - padding: 10px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; + background-color: #EEEEEE; + color: #000000; + text-align: center; + font-style: italic; + font-size: 12px; + margin-top: 10px; + padding: 10px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; } a { - color: #000000; + color: #000000; } a:hover { - color: #FF0000; - text-decoration: none; + color: #FF0000; + text-decoration: none; } img { - padding-left: 10px; - padding-bottom: 10px; + padding-left: 10px; + padding-bottom: 10px; } img.limg { - padding-right: 10px; + padding-right: 10px; } div.incsep { - background-color: #FEFEFE; - padding-bottom: 50px; + background-color: #FEFEFE; + padding-bottom: 50px; } |
