From d5e6bf6609012e61f82d812d44bc1ff8104c97fb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Aug 2013 17:18:49 -0500 Subject: docs changes --- .gitignore | 2 +- docs/css/bogart.css | 40 +++++++++++++++++++++++++++------------- docs/css/poetaster.css | 25 +++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 14 deletions(-) create mode 100644 docs/css/poetaster.css diff --git a/.gitignore b/.gitignore index 4d57ca3..8c360b6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ install thumbs *.tar fasdf -incomimg +incoming diff --git a/docs/css/bogart.css b/docs/css/bogart.css index 3c86102..f7777c1 100644 --- a/docs/css/bogart.css +++ b/docs/css/bogart.css @@ -121,10 +121,19 @@ td { padding: 3px; margin: 3px; } +.message2 { + background-color: #d8e0ec; + color: #000000; + width: 306px; + text-align: center; + border: 2px solid #201010; + padding: 0px; + margin: 3px; +} .message { background-color: #d8e0ec; color: #000000; - width: 200px; + width: 300px; text-align: center; border: 2px solid #201010; padding: 3px; @@ -171,10 +180,10 @@ hr { color: #201010; } line-height: 18px; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; } -.c0 - { background-color: #f3f1f2; } -.c1 - { background-color: #fcf8f8; } +.c0 { background-color: #f3f1f2; } +.c1 { background-color: #fcf8f8; } +.cc0 { background-color: #f3f1f2; } +.cc1 { background-color: #e3e8e3; } .subcommentbox { border: 0px; @@ -201,17 +210,17 @@ hr { color: #201010; } } .threadname { - padding: 3px; + padding: 0px 3px ; font-size: 11px; font-family: georgia, garamond, serif; } -.newthread a:link +a.newthread:link { color: #2070ea; text-decoration: underline; font-weight: bold; } -.newthread a:visited - { color: #1030aa; text-decoration: none; } -.newthread a:active +a.newthread:visited + { color: #2050ca; text-decoration: none; } +a.newthread:active { color: #a0a0c7; text-decoration: underline; } -.newthread a:hover +a.newthread:hover { color: #2040f0; text-decoration: underline; } .bright a:link @@ -256,7 +265,7 @@ hr { color: #201010; } } .thumb { - border: 1px solid #38383d; + // border: 1px solid #38383d; padding: 0px; margin: 0px; } .thumb a @@ -276,4 +285,9 @@ hr { color: #201010; } padding-right: 5px; } - +pre,tt,code + { + font-family: menlo, monospace; + font-size: 11px; + letter-spacing: -1px; + } diff --git a/docs/css/poetaster.css b/docs/css/poetaster.css new file mode 100644 index 0000000..ce0efc8 --- /dev/null +++ b/docs/css/poetaster.css @@ -0,0 +1,25 @@ +* + { + margin: 0; + padding: 0; + } +body + { + } +textarea + { + width: 300px; + height: 100px; + } +pre + { + white-space: pre; + font-family: georgia, serif; + font-size: 16px; + } +#container + { + width: 400px; + margin: 0 auto; + } + -- cgit v1.2.3-70-g09d2