forum.coppermine-gallery.net

Support => cpg1.4 themes/skins/templates => cpg1.4.x Support => Older/other versions => cpg1.4 theme contributions => Topic started by: DaMysterious on October 26, 2006, 04:09:45 pm

Title: Theme "DM-Legend" for cpg1.4.x
Post by: DaMysterious on October 26, 2006, 04:09:45 pm
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)
Title: Re: Theme "DM-Legend" for cpg1.4.x
Post by: Joachim Müller on October 26, 2006, 06:38:09 pm
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!
Title: Invisible text in textbox
Post by: DaMysterious on October 28, 2006, 05:59:26 pm
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.

Code: [Select]
.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.
Title: Re: Theme "DM-Legend" for cpg1.4.x
Post by: Joachim Müller on October 30, 2006, 08:06:47 am
Updated demo and sf.net download section as well to reflect your changes. Thanks for the update.