X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/ebd702769ecf4a5d9bf2b75c82a473f597a65a73..d3369bca6a8fec22726a71faeb4e839d56b9ac3f:/templates/disorder.css diff --git a/templates/disorder.css b/templates/disorder.css index 2f143bb..84b306b 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -30,7 +30,8 @@ h1.title { text-align: center; border: 1px solid black; padding: 0.2em; - background-color: #e0e0e0 + background-color: #e0e0e0; + display: block } /* secondary titles */ @@ -39,24 +40,28 @@ h2 { font-weight: bold; font-size: 16pt; font-variant: normal; + display: block } /* playing, recent and new ***************************************************/ /* table of current and future tracks */ table.playing { + border-collapse: collapse; width: 100%; /* use the full available width */ border-spacing: 0 /* no unsightly gaps between cells */ } /* table of recently played tracks */ table.recent { + border-collapse: collapse; width: 100%; /* use the full available width */ border-spacing: 0 /* no unsightly gaps between cells */ } /* table of newly added played tracks */ table.new { + border-collapse: collapse; width: 100%; /* use the full available width */ border-spacing: 0 /* no unsightly gaps between cells */ } @@ -182,7 +187,21 @@ p.choosealpha { /* containing directory */ p.directoryname { - font-weight: bold + font-weight: bold; + background-color: #ffffe0; /* pastel yellow */ + padding: 0.2em +} + +a.thisdirectory:link { + color: black +} + +a.thisdirectory:visited { + color: black +} + +a.thisdirectory:active { + color: red } /* directories */ @@ -191,15 +210,20 @@ div.directories { /* heading for directories */ p.directories { - font-weight: bold + font-weight: bold; + display: block; + background-color: #e0ffe0; /* pastel green */ + padding: 0.2em; + padding-left: 1.2em } /* one directory */ p.directory { - margin-left: 1em + margin-left: 2em } a.directory { + text-decoration: none; } a.directory:link { @@ -220,12 +244,16 @@ div.files { /* heading for files */ p.files { - font-weight: bold + font-weight: bold; + display: block; + background-color: #e0ffe0; /* pastel green */ + padding: 0.2em; + padding-left: 1.2em } /* one file */ p.file { - margin-left: 1em + margin-left: 2em } a.file { @@ -244,6 +272,11 @@ a.file:active { color: red } +/* all files */ +p.allfiles { + margin-left: 1.2em +} + /* buttons *******************************************************************/ /* a.allfiles turns up in track choice @@ -408,7 +441,7 @@ a.activemenu:active,a.inactivemenu:active { span.invalidmenu { text-decoration: none; - color: grey; + color: #808080; /* grey */ font-family: sans-serif; font-weight: bold; font-size: 14pt @@ -421,6 +454,7 @@ p.prefs_new,p.prefs_head { } table.prefs { + border-collapse: collapse; border-spacing: 0 } @@ -476,6 +510,15 @@ input.prefs_name,input.prefs_value { font-weight: bold } +span.configuration { + font-family: monospace +} + +h2.helptitle { + background-color: #e0ffe0; /* pastel green */ + padding: 0.2em +} + /* volume ********************************************************************/ p.volume { @@ -489,6 +532,11 @@ form.login { background-color: #e0ffe0 /* pastel green */ } +form.reminder { + border: 1px solid black; + background-color: #e0e0ff /* pastel blue */ +} + form.register { border: 1px solid black; background-color: #e0e0ff /* pastel blue */ @@ -540,7 +588,9 @@ p.error { /* credits */ p.credits { font-size: small; /* because visually intrusive */ - text-align: right + text-align: right; + background-color: #e0e0e0; + padding: 0.2em } /* This file is part of DisOrder.