convertion attempt - gone wrong convertion attempt - gone wrong
 

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

convertion attempt - gone wrong

Started by debragrant, December 20, 2007, 02:29:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

debragrant

I have included in a zip of my new theme which I called coppermine.

I can't get the style sheet to work & I have #{SUB_MENU} #{ADMIN_MENU} #{SYS_MENU} showing up on the page.

debragrant

sorted out the style shett but not the other part :(

New template.html attached

debragrant

gallery here
style sheet here

why is my text still showing up so big?

Nibbler

You don't have the basic Coppermine styles in the stylesheet. Copy from an existing theme instead of creating from nothing.

debragrant

I used the classic theme & went through Gizmo's sticky.

What coppermine styles am I missing? I just copied over the .admin_menu stuff and nothings changed

debragrant

I don't think it's my style sheet but my template file as changing the style sheet I still have the same problem

Nibbler

Take the thumbnail captions for example. If you add the default styles to your stylesheet they will be displayed correctly.


.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

debragrant

so I think I've added everything I just have to work out the styling.

Also #{SUB_MENU} #{ADMIN_MENU} #{SYS_MENU} are still problems