diff options
author | Frankie B <floppydisk05@aol.com> | 2022-10-26 22:33:48 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-10-26 22:33:48 +0000 |
commit | 5a2f1f71dd93ba54e6e0b4e2777a002fc8204ae4 (patch) | |
tree | c809c0a631c2ffd0d9fc151a4c4f533b36d1186f /res | |
parent | 3f13502e7d1b4c699cedc1865d48a3b26d797c6c (diff) |
CSS stuff
Diffstat (limited to 'res')
-rwxr-xr-x | res/css/dark.css | 11 | ||||
-rwxr-xr-x | res/css/global.css | 25 |
2 files changed, 31 insertions, 5 deletions
diff --git a/res/css/dark.css b/res/css/dark.css index 5c66ade..1eeaf43 100755 --- a/res/css/dark.css +++ b/res/css/dark.css @@ -31,8 +31,6 @@ h3 { color: #fff; } - - div.preview pre, div.project pre { background-color: #222; color: #ccc; @@ -55,7 +53,14 @@ a { color: #fff } +/*table td { + border: 1px solid black +}*/ + +/*table.skami { + border-color: #eeeeee +}*/ table.skami .semiused { color: #ccc; background-color: #444; @@ -69,4 +74,4 @@ table.skami .unused { table { border-color: #fff -}
\ No newline at end of file +} diff --git a/res/css/global.css b/res/css/global.css index d9b310a..3006382 100755 --- a/res/css/global.css +++ b/res/css/global.css @@ -16,9 +16,30 @@ table.banner { color: #0F0F0F; } +td.banner { + padding: 5px; +} + +a.bannerlink { + color: #0F0F0F; +} + +a.bannerlink:hover { + text-decoration: underline; +} + +pre.music { + font-size: 12pt; +} + div.page { - margin-left: 0.5em; - margin-right: 0.5em + min-width: 700px; + max-width: 1024px; + /*margin-left: 0.5em; + margin-right: 0.5em;*/ + padding-left: 0.5em; + padding-right: 0.5em; + margin: auto } h1.inline { |