X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fsitestyle.css;h=73c11ef8299f948c5e25816ba93c3d456c43386a;hb=b3ce7e70991dcb568968d653a927633641feffc3;hp=027cef121d20608af33c5e70c9a48210f6950b60;hpb=f4a48de30e62eec0899802d7f96e2789f3d45c79;p=citadel.git diff --git a/ctdlphp/sitestyle.css b/ctdlphp/sitestyle.css index 027cef121..73c11ef82 100644 --- a/ctdlphp/sitestyle.css +++ b/ctdlphp/sitestyle.css @@ -107,6 +107,37 @@ body>#Menu {width:8em;} 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;