[Solved]: help regarding the classic theme css [Solved]: help regarding the classic theme css
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: help regarding the classic theme css

Started by thapame, February 24, 2008, 02:35:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thapame

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


thapame

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.

thapame

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;
}

Nibbler

That's only used in the calendar as far as I can see. Instead of asking me each time just search the code yourself.

thapame

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;
}


Nibbler


thapame

ok I have finished my new theme
except some final touching remaining :)

DEMO

is there any suggestion for this theme that I need to make some modification  ???

Joachim Müller

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.


thapame

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.