X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/464e25dbf15d02831b601c819a9aa8cf2c548baf..8b8c77dbf30f70a1e8ade679a62f08e130f959a2:/base.css diff --git a/base.css b/base.css index 0aee0ed..a488e97 100644 --- a/base.css +++ b/base.css @@ -69,6 +69,14 @@ ul { list-style: none; } +#source { + text-align: center; +} +#source pre { + display: inline-block; + text-align: left; +} + /* "keyboard" (list of keys) */ ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */ @@ -144,25 +152,30 @@ ul.keys.ctrl li b small { /* meta key indicator */ font-weight: normal; /* nice and subtle */ } -/* character table */ +/* tables */ li table { float: left; position: relative; /* prevents buggy hovering if table-caption present in gecko */ } -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%; } @@ -178,22 +191,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; } @@ -324,6 +337,17 @@ td.c-aa {background: #E3E8FF} td.c-sa {background: #DFF} td.c-na {background: #DFD} +/* code syntax */ +.sy-comment { color: #888 } +.sy-constant { color: #008 } +.sy-type, +.sy-identifier { color: #804 } +.sy-statement { } +.sy-preProc { } +.sy-special { color: #408 } +.sy-error { font-weight: bold; background-color: #F00; color: #FFF } +.sy-todo { background-color: #FF0 } + /* hover effects */ td.di-d, td.X:hover {cursor: help} @@ -374,6 +398,8 @@ td.di-a:hover {background: #CF8} .mv {background: #ECE} /* visual mode */ .me {background: #CCF} /* key mode */ +.pm[onclick]:hover {background: #7E7} +.po[onclick]:hover {background: #CE6} .ci[onclick]:hover {background: #5ED} .mi[onclick]:hover {background: #F97} .mo[onclick]:hover {background: #F88}