X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=default.css;h=05fcc5ac9f70562ec02210139d77d5036c6e2f0b;hb=10ace39e7c4d85a47236e097f7addb6056a3dc38;hp=cf190dd9348d786b8a9ab7d7ff283ebf8e884cd4;hpb=01063993f1551b550d0f7d606bc0adab4bd85ed7;p=ndwebbie.git diff --git a/default.css b/default.css index cf190dd..05fcc5a 100644 --- a/default.css +++ b/default.css @@ -191,3 +191,19 @@ span.newposts,span.unreadposts { span.newposts { color: red; } + +div.bbcode-quote,div.bbcode-code { + border: solid; + border-width: 1px; + MARGIN: 5px 15px 15px 15px; PADDING: 8px; + line-height: 1.4; +} +div.bbcode-quote-head,div.bbcode-code-head { + font-weight: bold; +} + +fieldset.incluster { + border: solid; + border-width: 2px; + border-color: red; +}