X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=root%2Fstatic%2Fdefault.css;h=c6a364b8f025f6fd41bb6da36d59db4f813c3860;hb=9fae09d27e069fafcc411d1bb2f3df60055056a7;hp=84d6b4b47e42b47b4215e39a0a17e7340f6d9833;hpb=b1a7289bb7acbb4e911b62557acb7812492d90d5;p=ndwebbie.git diff --git a/root/static/default.css b/root/static/default.css index 84d6b4b..c6a364b 100644 --- a/root/static/default.css +++ b/root/static/default.css @@ -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; @@ -234,3 +242,11 @@ fieldset.incluster { border-width: 2px; border-color: red; } + +div#error { + font-weight: bold; + font-size: larger; + color: red; + border-style: solid; + border-width: 1px; +}