Work on the new mailing list engine
[citadel.git] / ctdlphp / sitestyle.css
index d2944abddd6dcbc2b95c313a490ebf9d9d759b62..73c11ef8299f948c5e25816ba93c3d456c43386a 100644 (file)
@@ -106,3 +106,52 @@ body>#Menu {width:8em;}
        font-size:small;
        text-indent: 0;
 }
+
+#demolinks {
+       position:absolute;
+       top:200px;
+       left:20px;
+       width:8em;
+       padding:0.5em;
+       background-color:#eee;
+       border:1px dashed #999;
+/* Again, the ugly brilliant hack. */
+       voice-family: "\"}\"";
+       voice-family:inherit;
+       width:8em;
+       }
+/* Again, "be nice to Opera 5". */
+body>#demolinks {width:8em;}
+
+/* For convenience */
+.centered {
+       text-align: center;
+       margin-left: auto;
+       margin-right: auto;
+       }
+
+.notebox {
+       background-color:#eee;
+       border:1px dashed #999;
+       margin: 15px;
+       font-size:small;
+       text-indent: 0;
+}
+
+.ctdldbgRead {
+        color:#ff0000;
+       background-color:#eee;
+       border:1px dashed #999;
+       margin: 15px;
+       font-size:small;
+       text-indent: 0;
+}
+
+.ctdldbgWrite {
+        color:#0000ff;
+       background-color:#eee;
+       border:1px dashed #999;
+       margin: 15px;
+       font-size:small;
+       text-indent: 0;
+}