summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 07:27:56 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 07:27:56 +0000
commitdb47e11b580efa1938de892e6c08ba47ba2c6cc4 (patch)
tree3d2133912d93585e7bf36b41a6b1f85c40a0031a /static
parent4c821b8138b0f9820cada6be7e051fe00434c54e (diff)
Wrote an integrated messageboard, and fixed a few (very) small things along the way
git-svn-id: svn://vndb.org/vndb@54 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'static')
-rw-r--r--static/files/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/files/style.css b/static/files/style.css
index d890a47c..77bd7eba 100644
--- a/static/files/style.css
+++ b/static/files/style.css
@@ -766,6 +766,27 @@ b.diff_del { font-weight: normal; background-color: #fcc; }
#tpd .tc1 { margin: 0; padding: 0; }
+
+/* message board */
+
+#tth tr { border-top: 1px solid #999 }
+#tth .tc1 { width: 150px; border-right: 1px solid #999; padding: 5px; }
+#tth .tc2 { padding: 5px }
+#tth p.mod { margin: -5px; font-size: 10px; }
+#tth .tc2 i { font-size: 10px; float: right; }
+#tth .tc2 b.hidden { font-size: 10px; color: #888; font-weight: normal; }
+#tin .tc1 { width: 400px; }
+#tin .tc2 { width: 25px; }
+#tin .tc4 { text-align: right }
+#tin .tc1 b { font-weight: normal; color: #888; }
+#qreply { display: block; width: 100%; text-align: center }
+#qreply textarea, #qreply input { float: none; margin: auto; }
+a.right { float: right }
+b.spoiler { font-weight: normal; color: #ccc; background-color: #ccc }
+b.spoiler:hover { color: #000; background-color: #eee }
+
+
+
#debug {
border-top: 1px solid #ffb4b4;
background-color: #ffece3;