X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fdefault.css;h=8fc619f84d4be0e8d0758d674fc1aa6eb3514e08;hb=1c1d02cdc0bc44f244597b84ebc79fd2f1523db8;hp=9e79ac1d604dfaf28a4255ec8184a07cc9343797;hpb=2c69d5fa71e2b4ddf7c9f5fa1880a9c69f70e43a;p=ndwebbie.git diff --git a/root/static/default.css b/root/static/default.css index 9e79ac1..8fc619f 100644 --- a/root/static/default.css +++ b/root/static/default.css @@ -63,7 +63,7 @@ fieldset.forum-post { fieldset.forum-post legend b { font-size: larger; } -div.leftinfo{ +div.leftinfo, div.graphs{ float: left; padding-right: 2em; } @@ -165,10 +165,18 @@ td.NAP a{ background: blue; } -td.OLD{ +td.old{ background: red; color: black; } +td.semiold{ + background: yellow; + color: black; +} +td.new{ + background: green; + color: black; +} table.old{ border: outset 1pt; border-collapse: separate; @@ -219,6 +227,10 @@ span.newposts { color: red; } +input.email { + width: 30em; +} + div.bbcode-quote,div.bbcode-code { border: solid; border-width: 1px;