diff options
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/bogart.css | 40 | ||||
| -rw-r--r-- | docs/css/poetaster.css | 25 |
2 files changed, 52 insertions, 13 deletions
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; + } + |
