1
Docker
Changing style.css and theme.html
  • 2004/9/14 16:46

  • Docker

  • Just popping in

  • Posts: 32

  • Since: 2004/8/20


I have a question that is probably very simple to answer, but I have been struggling with for a little while and can't seem to figure out, so I figured I'd come to where the experts are. OK, I am not well versed in html or any kind of coding although I am trying real hard to learn it.

Here is my problem... In the Default theme, I am trying to change the charactistics (color, font size, line weight and line style) of the block surrounding the center column blocks. You know what I mean, like the block on the home page of this site that says "Welcome to XOOPS official website!" and has the the light blue line around it. I have a few custom blocks on my site that I'd like to have stand out more with black or red lettering instead of the light blue which does not stand out very much.

I have played around with the style.css and theme.html and can't seem to see where this change may occur.

Thanks a ton for your help. Really appreciate it!


2
tjnemez
Re: Changing style.css and theme.html
  • 2004/9/14 17:53

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


the blue text is a legend tag

to effect change here add the following to your style.css:

legend {
color: #fff;
font-family: verdana, arial, sans-serif;
font-size: 14pt;
}

just edit the above to your preference. and below is the fieldset you may want to customize as well

fieldset {
border: 1px solid #fff;
color: #ffffff;
}

3
Docker
Re: Changing style.css and theme.html
  • 2004/9/14 23:11

  • Docker

  • Just popping in

  • Posts: 32

  • Since: 2004/8/20


Excellent...Works like a champ!

Thanks

Login

Who's Online

157 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 157


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