Another design "DM-Legend" is available for use with CPG 1.4.x.
Download link of DM-Legend (http://www.xs4all.nl/~hkicken/coppermine.htm)
Demo (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=dm_legend) - Download (http://prdownloads.sourceforge.net/coppermine/cpg1.4.x_theme_dm_legend.zip?download)
Wow!
A css glitch where found when you use the upload screen.
There is no text visible in the upload boxes.
To solve this open style.css and change the listbox tag as below.
.listbox {
border: 1px solid #FFCC00;
padding-left: 3px;
padding-right: 3px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #41251A;
color: Gray;
}
Original distribution is updated on this.
Updated demo and sf.net download section as well to reflect your changes. Thanks for the update.