termcol: rgb table columns from dark to light
[sheet.git] / base.css
index 55d4793af422939c13bbe9b7107e23cff63d600f..fa7d04a7d40310bfe8ca9436c66f520c7486f52e 100644 (file)
--- a/base.css
+++ b/base.css
@@ -17,12 +17,6 @@ a:active, a:hover {
 
 /* common sections */
 
-h1 {
-       background-image: -moz-repeating-linear-gradient(top left -75deg,
-               rgba(255,0,0,.5), rgba(255,0,0,0) 1ex,
-               rgba(255,0,0,0) 2ex, rgba(255,0,0,.5) 3ex
-       );
-}
 h1, h2 {
        font-size: 200%;
        margin: 0;
@@ -238,7 +232,7 @@ th,
 tfoot td,
 thead td {
        border: 0;
-       background: transparent !important;
+       background: transparent;
 }
 .glyphs thead td {
        width: auto; /* no glyph cells in header */
@@ -262,6 +256,25 @@ tfoot .cat th {
        border-top: 1px solid #888;
 }
 
+/* colour map */
+
+table.color td {
+       border: 1px solid #555;
+       font-weight: normal;
+       padding: 0 8px;
+}
+table.color td samp {
+       margin: 0 -8px 0 8px;
+       font-family: inherit;
+       float: right;
+}
+table.color td samp ~ samp {
+}
+table.color td samp small {
+       font: 100% monospace;
+       padding: 0 .5ex;
+}
+
 /* digraphs map */
 
 table.dimap {