X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..6e26197162c2953d77aba873233b7d3c80fc5eb5:/templates/disorder.css diff --git a/templates/disorder.css b/templates/disorder.css index 8a42b45..809947c 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -24,7 +24,7 @@ h1.title { font-size: 18pt } -/* playing and recent *********************************************************/ +/* playing, recent and new ***************************************************/ /* table of current and future tracks */ table.playing { @@ -38,6 +38,12 @@ table.recent { border-spacing: 0 /* no unsightly gaps between cells */ } +/* table of newly added played tracks */ +table.new { + width: 100%; /* use the full available width */ + border-spacing: 0 /* no unsightly gaps between cells */ +} + /* titles in tables */ th { text-align: left @@ -45,7 +51,7 @@ th { /* ordinary cells in tables */ td { - vertical-align: center + vertical-align: middle } /* the headings of the table */ @@ -376,6 +382,14 @@ a.activemenu:active,a.inactivemenu:active { color: red } +span.invalidmenu { + text-decoration: none; + color: grey; + font-family: sans-serif; + font-weight: bold; + font-size: 14pt +} + /* prefs **********************************************************************/ p.prefs_new,p.prefs_head { @@ -453,7 +467,7 @@ p.credits { } /* This file is part of DisOrder. -Copyright (C) 2003, 2004, 2005 Richard Kettlewell +Copyright (C) 2003, 2004, 2005, 2007 Richard Kettlewell This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -470,4 +484,3 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* arch-tag:tlWcgChjjqNVaC/UmG9Zaw */