forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: allvip on December 12, 2013, 01:25:36 pm

Title: diffrent class for albumlink and file information keywords
Post by: allvip on December 12, 2013, 01:25:36 pm
album link has the same class like file information keywords

If I want big albums name I will have big Keywords in File information on display image page.
If the file has many Keywords the file information will be very long.

add in stile.css: #picinfo .alblink {font-size:80%;} or #picinfo .alblink a   {font-size:80%;} use 80% or 10px

for diffrent class for links in File information (URL: and Favorites:): #picinfo a:link {font-size:15px;color:#000000;} and same for a:focus,a:hover,a:visited,a:active.