1
Jonnoj
Combining two themes, possible?
  • 2004/9/15 1:27

  • Jonnoj

  • Just popping in

  • Posts: 8

  • Since: 2004/9/15


Ok so heres my problem. I have a theme already set and ready to go on my site but I hate the colors and I am having a hard time changing them. Is there any way to use the colors from a different theme and apply it to my current theme?

Heres the theme I am using now...
http://www.ff11cot.com/wow/index.php

And here are the colors I want to apply on the above theme.
http://jonnoj.freeserverhost.net/html/

Is it possible? And if so can anyone help me out?

2
tjnemez
Re: Combining two themes, possible?
  • 2004/9/15 1:35

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


yes, you will need to edit your style.css do a view source on your site to find various classes and id(s).

3
Jonnoj
Re: Combining two themes, possible?
  • 2004/9/15 1:43

  • Jonnoj

  • Just popping in

  • Posts: 8

  • Since: 2004/9/15


Yeah I tried doing that but I was completely lost, I don't any kind of html. Think you could help me out?

4
tjnemez
Re: Combining two themes, possible?
  • 2004/9/15 1:54

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


here is a start:

body { font-family: Tahoma, taipei; color;#000000; font-size: 12px}

s/b:
body { font-family: Tahoma, taipei; color: #000000; font-size: 12px;}

5
tjnemez
Re: Combining two themes, possible?
  • 2004/9/15 1:59

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


the body as is does not indicate background color, so if you want a black background and silver/gray text add this:

body { font-family: Tahoma, taipei; color;#999; font-size: 12px; background: #000;}

6
Speed
Re: Combining two themes, possible?
  • 2004/9/15 2:00

  • Speed

  • Quite a regular

  • Posts: 310

  • Since: 2004/5/18


This might help you out. Download the following image which lists what css codes are used for each element in each of your themes. This is the easiest starting point.

http://207.212.67.81/legends/storage/css_codes.jpg
(IMAGE WILL BE DELETED IN ABOUT A MONTH)

Another method I use is to screenshot the existing theme and pull into Photoshop so I can sample colors and then search for those color codes in the theme so I can replace them with what I want.

For those that are curious, I used the webmaster plug-in extension for Firefox/Mozilla to show those codes. Very useful little tool that will show lots of other webpage information and point you towards code optimizations.

7
tjnemez
Re: Combining two themes, possible?
  • 2004/9/15 2:05

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


the following affect your block titles and content backgrounds:

.blockTitle {background-color: #86A9CA; color: #000000; padding: 2px; font-weight: bold}
.blockContent {background-color: #DEE7EF; padding: 2px;}

just change the background (background-color: #86A9CA;) and text color (color: #000000;)

your style.css is very simple so you should be able to edit fairly easy. just make one change at a time and update to see effect.

remember:

Note: Remember to effect all changes you must go to Sytem Admin -> Preferences -> General Setting [edit] -> and set "update module template.html..." to yes and then select go at bottom of screen. This will update your site to effect all changes (remember to go back once you have finished editing and set same to no and update once again).

8
tjnemez
Re: Combining two themes, possible?
  • 2004/9/15 2:14

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


did you know you could download the theme you are trying to copy from sevenD's site?

go here:http://www.7dana.com/download/pafiledb.php?action=file&id=28

9
Jonnoj
Re: Combining two themes, possible?
  • 2004/9/15 2:32

  • Jonnoj

  • Just popping in

  • Posts: 8

  • Since: 2004/9/15


Yeah I know, thats where I got it from. Speed thanks for the picture it clears things up alot.

10
Bassman
Re: Combining two themes, possible?
  • 2004/9/15 2:45

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Speed,
Where can I get that plugin? It would be very useful!

Login

Who's Online

165 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 165


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits