style: common setup for floating tables
[sheet.git] / base.css
index 50e12f2998a0fbaf952bd49ad5ed123ce5033656..bfce8a2568bc3164dca2ae7364c8069e5be20861 100644 (file)
--- a/base.css
+++ b/base.css
@@ -10,6 +10,7 @@ body {
        background: #FFF;
        color: #000;
        font-size: 90%;
+       text-align: center;
 }
 a, a:visited {
        color: #000;
@@ -23,12 +24,11 @@ a:active, a:hover {
 /* common sections */
 
 h1, h2 {
-       text-align: center;
        font-size: 200%;
        margin: 0;
 }
 h2, caption {
-       font-size: 125%;
+       font-size: 110%;
        font-weight: bold;
 }
 caption {
@@ -42,15 +42,20 @@ hr {
        margin: 0;
 }
 
-.diinfo h2 {
+.section h2 {
        margin: 0 1ex;
        clear: both;
-       font-size: 110%;
-       text-align: left;
+}
+.section table {
+       float: left;
+       position: relative; /* prevents buggy hovering in table if caption present in gecko */
+       margin: 1ex 1ex 2ex;
+}
+#charset .section table {
+       margin: -0.5ex 0 1ex; /* headers provide sufficient spacing already */
 }
 
 p {
-       text-align: center;
        margin: 1ex 0 1em;
 }
 p.aside {
@@ -69,9 +74,6 @@ ul {
        list-style: none;
 }
 
-#source {
-       text-align: center;
-}
 #source pre {
        display: inline-block;
        text-align: left;
@@ -152,25 +154,25 @@ ul.keys.ctrl li b small { /* meta key indicator */
        font-weight: normal; /* nice and subtle */
 }
 
-/* character table */
-
-li table {
-       float: left;
-       position: relative; /* prevents buggy hovering if table-caption present in gecko */
-}
+/* tables */
 
-table.glyphs {
+table {
        border-collapse: collapse;
 }
-.glyphs thead th, .glyphs td {
-       text-align: center;
-       width: 1.6em; /* regular interval */
-}
-.glyphs th, .glyphs td {
+th, td {
        border-color: #778;
        border: 1px solid #888;
        background: #DDD;
 }
+thead th, td {
+       text-align: center;
+}
+
+/* character table */
+
+.glyphs thead th, .glyphs td {
+       width: 1.6em; /* regular interval */
+}
 .glyphs tbody td {
        font-size: 112%;
 }
@@ -186,22 +188,22 @@ table.glyphs {
 
 /* table headers */
 
-.glyphs th,
-.glyphs thead td {
+th,
+thead td {
        border: 0;
        background: transparent !important;
 }
 .glyphs thead td {
        width: auto; /* no glyph cells in header */
 }
-.glyphs th {
+th {
        padding: 0 0.2em;
 }
-.diinfo .glyphs th {
+.diinfo th {
        font-size: 50%; /* mostly insignificant here */
        font-weight: normal;
 }
-.diinfo .glyphs tbody th {
+.diinfo tbody th {
        text-align: right; /* variable width so keep near cells */
        padding: 0 0.5em;
 }
@@ -239,11 +241,6 @@ table.glyphs.dimap {
        overflow: hidden;
 }
 
-.diinfo table.glyphs {
-       margin: 1ex 1ex 2ex;
-       float: left;
-}
-
 /* glyph cell overlay (digraph labels) */
 
 .glyphs.dilabel td {