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.
sorted out the style shett but not the other part :(
New template.html attached
gallery here (http://georgieparker.diva-host.com/gallery)
style sheet here (http://georgieparker.diva-host.com/gallery/themes/coppermine/style_wp.css)
why is my text still showing up so big?
You don't have the basic Coppermine styles in the stylesheet. Copy from an existing theme instead of creating from nothing.
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
I don't think it's my style sheet but my template file as changing the style sheet I still have the same problem
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;
}
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