1
logoman
please help with a theme
  • 2005/9/12 19:03

  • logoman

  • Just popping in

  • Posts: 37

  • Since: 2005/4/16


Hi i am messing around with a theme changing coulors and things,i want white background in the middle collum but cant seen to be able to change it,any help would be nice

http://xtreme-consoles.com

many thanks logoman

2
LazyBadger
Re: please help with a theme

Something like this
theme.html
<tr
            <
td [d]align="center"[/d][color=CC0000]id="centercolumn"[/color]>              &nbsp;<!-- Display center blocks if any -->

style.css
[color=CC0000]td#centercolumn {
   
text-aligncenter;
   
background-colorwhite;
}[/
color]


(my additions marked by red)
Quis custodiet ipsos custodes?

Webmaster of
XOOPS2.RU
XOOPS Modules Proving Ground
XOOPS Themes Exhibition

3
logoman
Re: please help with a theme
  • 2005/9/12 19:44

  • logoman

  • Just popping in

  • Posts: 37

  • Since: 2005/4/16


hi i have tried here is the code could you tell me where to put white also as the text is in white which bits would i have to change to black text in order to read on white background

td#centercolumn {
font-size: 9px;
line-height: 17px;
padding: 0px 0px 0px;
}
td#centercolumn a {color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: transparent;}
td#centercolumn a:hover {color: #FFFFFF;}

td#centercolumn th {
background-color: transparent;
vertical-align: middle;
padding: 5px;
color: #E5E5E5;
background-image: url(images/sub_title.gif);
background-repeat: repeat-x;
}
td#centerCcolumn {padding: 0px 3px 1px 3px;}
td#centerCcolumn div.blockTitle {
color: #FFFFFF;
font-weight: bold;
text-align: left;
font-size: 9px;
padding: 0px 3px;
background-image: url(images/bar_center.gif);
background-repeat: repeat-x;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;
background-color: transparent;
height: 17px;
}
td#centerCcolumn div.blockContent {
padding: 4px;
line-height: 120%;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;
background: #222222;
}

td#centerLcolumn {width: 50%; padding: 0px 3px 0px 5px;}
td#centerLcolumn div.blockTitle {
padding:0px 3px;
color: #FFFFFF;
height:17 px;
text-align: left;
font-weight: bold;
font-size: 9px;
background-image: url(images/itemtitle.gif);
background-repeat: repeat-x;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;
background-color: transparent;
}
td#centerLcolumn div.blockContent { padding: 4px;
line-height: 120%;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;
background: #222222;}


td#centerRcolumn {width: 50%; padding: 0px 3px 0px 3px;}
td#centerRcolumn div.blockTitle { padding:6px 2px 2px;
padding:0px 3px;
color: #FFFFFF;
height:17 px;
text-align: left;
font-weight: bold;
font-size: 9px;
background-image: url(images/itemtitle.gif);
background-repeat: repeat-x;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;
background-color: transparent;}

td#centerRcolumn div.blockContent { padding: 4px;
line-height: 120%;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;
background: #222222;}

cheers logoman

4
TottoBG
Re: please help with a theme
  • 2005/9/13 9:47

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


where you have 'color:#FFFFFF;' - that's where you give a color for the text; just change it to 'color:#000000;' to make it black.
and also add 'background-color: #FFFFFF;' or just 'background: #FFFFFF;' to 'td#centercolumn' to give default white background-color to that center table fields.

Login

Who's Online

164 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 164


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