https://www.icyphoenix.com/viewtopic.php?f=36&t=4185
-----------------------------------
Sarken
Mon 12 May, 2008 01:28

[SOLVED] Various Questions.
-----------------------------------
Hi mates! I'm ending my website, but I have some problems that difficult the ending:

1.- I want to add 1 pixel stroke around the blocks. What must I do to add a stroke on the blocks?

2. About the portal: I must edit a archive to change the CSS etiquettes that it uses because I need that this multiple blocks (that have the same etiquette) have different colors in the url. That blocks are:

- News title.
- Urls of: ACP, LO-FI, etc (bottom of the web).
- Page number (on the bottom, 1,2,3,4 NEXT etc)

What is the archive where I can edit all these things?

Thanks a bunch for read this, and plase, help me. Really apreciatted!

See you :)


-----------------------------------
Lopalong
Mon 12 May, 2008 14:49

Re: Various Questions.
-----------------------------------
You would need to change the classes in the template strings that you are trying to change the (a).colours of, or create some new ones. ;)

Try view-source to locate the existing classes, then you could try some of the other anchor codes / classes in the .css. :)

LoFi, ACP are in the overall_footer*.tpl


-----------------------------------
Sarken
Tue 13 May, 2008 11:26

Re: Various Questions.
-----------------------------------
Thanks Lopalong:

I can't explain it really good because my english is a bit poor.

Look this screenshot:

http://img246.imageshack.us/img246/4947/howtoma7.jpg

If you could tell me what archives I should edit to change the colors I would be really grateful ^^.

Thanks ;)

PS: About the point 2, if I change overall_footer*.tpl color, all the colors of the portal change!  :cry:


-----------------------------------
Lopalong
Tue 13 May, 2008 11:38

Re: Various Questions.
-----------------------------------
Ah! That throws a clearer light on what you are trying to do. :)

In the .css from HERE!

* html input, * html textarea, * html select,
input, textarea, select {


All the markup in between should give you what you want to do. liteoption, altoption and mainoption are the buttons etc. I think you'll work it out. ;)


To HERE!

/* private message popup */

Point-2: You would need to change the classes or add new ones in the footer, even if you may have to hard-code the url's. But sort out your other .css first, as I think that's more important. ;)


-----------------------------------
Sarken
Thu 15 May, 2008 15:19

Re: Various Questions.
-----------------------------------
It works! Thanks againg Lopalong :D


-----------------------------------
Lopalong
Fri 16 May, 2008 02:17

Re: Various Questions.
-----------------------------------
Must'a been a lucky guess?  :mrorange:


