X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4b0c162ccc694e4b0c395062a23819a426f89f49..f63a57e71a3aed6fe5e80ca979186e3bd6c7eb6b:/base.css diff --git a/base.css b/base.css index fb998d0..2529b0b 100644 --- a/base.css +++ b/base.css @@ -1,9 +1,3 @@ -/* media features */ - -@import url(terse.css) all and (max-width: 80em); - -@import url(mono.css) all and (monochrome); - /* general */ body { @@ -28,7 +22,7 @@ h1, h2 { margin: 0; } h2, caption { - font-size: 125%; + font-size: 110%; font-weight: bold; } caption { @@ -42,11 +36,20 @@ hr { margin: 0; } -.diinfo h2 { +.section ul { + margin-bottom: 1ex; +} +.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 { @@ -150,11 +153,6 @@ ul.keys.ctrl li b small { /* meta key indicator */ /* tables */ -li table { - float: left; - position: relative; /* prevents buggy hovering if table-caption present in gecko */ -} - table { border-collapse: collapse; } @@ -240,11 +238,6 @@ table.glyphs.dimap { overflow: hidden; } -.diinfo table.glyphs { - margin: 1ex 1ex 2ex; - float: left; -} - /* glyph cell overlay (digraph labels) */ .glyphs.dilabel td { @@ -309,7 +302,7 @@ td.Mn {background: #ACC} /* modifier */ td.Cc, td.Cf {color: #666; background: #BBB} /* control */ td.Zs {background: #ACB} /* space */ td.Zs span {background: #EEE} -td.Co {background: #A99} /* private */ +td.Co {background: #DCC} /* private */ td.Xi, td.Cs {background: #CCC} /* invalid */ td.Xd {color: #844} /* deprecated */ td.Xr {color: #888} /* reserved (digraph reverse or proposal) */