coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: thapame on February 24, 2008, 02:35:38 PM

Title: [Solved]: help regarding the classic theme css
Post by: thapame on February 24, 2008, 02:35:38 PM
hi,

I am going to develop a custom theme for one of my site and I have already finished making graphics and color scheme for it.
Now I am stuck on several css block which I didn't find using "Web Developer Extension".
and I am also not sure if I will get response because I have -karma  ???

I have been studying what css block performs for what on the theme based on classic theme

so I am currently stuck on what these css block is meant for on the theme

.bblink a {
        color: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}


so can anyone help me out the problem
Title: Re: help regarding the classic theme css
Post by: Nibbler on February 24, 2008, 02:39:11 PM
bbcode links.
Title: Re: help regarding the classic theme css
Post by: thapame on February 24, 2008, 02:48:50 PM
oh! thanks Nibbler
I now got this
now I am moving to next...
if I am stuck on any other block I will post here.
I hope I'll get the help.
Title: Re: help regarding the classic theme css
Post by: thapame on February 24, 2008, 03:19:23 PM
now again I stuck on following block
I want to know what exactly style "user_thumb_infobox" is used on the theme


.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}
Title: Re: help regarding the classic theme css
Post by: Nibbler on February 24, 2008, 03:42:55 PM
That's only used in the calendar as far as I can see. Instead of asking me each time just search the code yourself.
Title: Re: help regarding the classic theme css
Post by: thapame on February 24, 2008, 05:20:53 PM
hi Nibbler,
thanks for your help so far
now I have completed my themes but I have stuck on one css block
and this is the last one

I searched over and over and also tried looking with the Web Developer Plugin on several pages but could not able to find out where below css block is used
I guess it's for image description but not sure.


.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

Title: Re: help regarding the classic theme css
Post by: Nibbler on February 24, 2008, 05:24:30 PM
Not used anywhere as far as I can tell.
Title: Re: help regarding the classic theme css
Post by: thapame on February 24, 2008, 06:53:32 PM
ok I have finished my new theme
except some final touching remaining :)

DEMO (http://www.pictures.com.np/index.php?theme=pictures)

is there any suggestion for this theme that I need to make some modification  ???
Title: Re: help regarding the classic theme css
Post by: Joachim Müller on February 24, 2008, 07:27:20 PM
Quote from: thapame on February 24, 2008, 06:53:32 PM
is there any suggestion for this theme that I need to make some modification  ???
Yes, I have a suggestion to make: you have removed the "Powered by Coppermine" footer and added a custom message. Although it's OK that you put the note back using a custom scheme of your own and thus preserve the attribution, it's not allowed as per coppermine license add-on. The original needs to be preserved. Additionally, your gallery is not being powered by a blog app, so the custom footer
QuotePowered by: MyBLOG.com.np|Coppermine Gallery
is incorrect and misleading. Restore the original tag.

Title: Re: [Solved]: help regarding the classic theme css
Post by: thapame on February 25, 2008, 01:48:39 AM
thanks for the suggestion
I have restored the original tag in original location :)
and thanks for your help while making this theme.

as this theme is just the brand theme [basic] for the site so I can't release it to public.
But I am now moving forward to create Web 2.0 Themes for Coppermine and I am sure that time I will release for the Open Source Community.

and again I am eagerly waiting for the next version of Coppermine Gallery,
I Hope that version will have lots of features that I am willing to have. :)

thanks again for such a great script which is free as a Open Source Community.