1
niktarin
simple theme question
  • 2004/4/21 12:15

  • niktarin

  • Just popping in

  • Posts: 28

  • Since: 2003/9/21


I want to change my centercolumn borders.
I found how to change the inner borders ( the border-right: 1px solid #cccccc; etc options)
What I can not find is how to change the colors (or remove) the external borders of it.

Can anyone tell me how to change that?

Thanks

2
kenny81
Re: simple theme question
  • 2004/4/21 12:58

  • kenny81

  • Just popping in

  • Posts: 11

  • Since: 2004/4/19


try the style.css file that is located in the respective theme catalog.

3
hsalazar
Re: simple theme question
  • 2004/4/21 13:58

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


niktarin:

If you're referring to the default theme, you'll notice that the files theme_blockcenter_c.html, theme_blockcenter_l.html and theme_blockcenter_r.html have a structure of the kind:

Quote:
<div style="etc...">
<fieldset>
<legend class="blockTitle"><{$block.title}></legend>
<div class="blockContent"><{$block.content}></div>
</fieldset>
</div>


Try eliminating the fieldset and legend stuff:

Quote:

<div style="etc...">
<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>
</div>


Maybe this will help.

Cheers.

Login

Who's Online

234 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 234


more...

Donat-O-Meter

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

Latest GitHub Commits