]> ruin.nu Git - ndwebbie.git/blobdiff - root/static/default.css
Handle eta column on fleet pastes
[ndwebbie.git] / root / static / default.css
index 9e79ac1d604dfaf28a4255ec8184a07cc9343797..83589d7595c12523369cc03d3294da4c8cc417bd 100644 (file)
@@ -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;