Make my own template Make my own template
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Make my own template

Started by Sadovsky, December 05, 2003, 02:28:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sadovsky

Hi! Sorry, I guess you've had a lot of these questions, but I searched your board and coudln't find any answers:/

I was wondering how you make your own template, with top picture, background, own css etc.

I really appreciate your help!:) Thanx!

Joachim Müller

Take the default theme as a point to start with, create a copy of the whole folder "default" and rename it to "mytheme" or whatever.
First, edit the file template.html to change the overall look - where do the menus appear, what padding and margin should there be.
Second, change the colors in style.css; if you feel lost with all the labels, copy the file /themes/fruity/style.css to /themes/yourtheme/ and use it instead of the style sheet of the default theme (there are some color comments at the top of the file).
Do not use a WYSIWYG-editor (like MS frontpage), but some plain-text editor (notepad.exe will do fine) to edit your theme.

gauGau

Sadovsky

Wow great!:) Thanx a lot!! I'll try that;)