1
lyricmuse
Help with Montisblack theme
  • 2004/10/14 5:22

  • lyricmuse

  • Just popping in

  • Posts: 7

  • Since: 2004/10/14


I have stared at the code waaaaay too long
I am basically to a point where I need to walk away, but I have to know if anyone has an answer about my design. I have figured out how to change a few things with the css and some image colors, but I still cannot get the whole center block to stay black. I'm tired and probably not making any sense, but here is the url to what I'm talking about
http://www.lyric-music.com/fanportal/index.php

As you can see, the top half of the center is black and the bottom half is grey. I want the whole thing to be grey. The color is #666666 but I can't find a reference to that anywhere. Can anyone help me figure out how to change this?

2
tvepsorg
Re:Help with Montisblack theme
  • 2004/10/14 7:04

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


In the css file of montisblack you will see a line that looks like...

Quote:

.body_table{
background-color: #666666;
width: 780px;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;


you need to change the top line that has 666666 to 000000 like so

Quote:

.body_table{
background-color: #000000;
width: 780px;
border-top: 1px solid #000000;
border-right: 1px solid #999999;
border-left: 1px solid #000000;
border-bottom: 1px solid #999999;


The result will look something like this.

3
tvepsorg
Re:Help with Montisblack theme
  • 2004/10/14 7:07

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


oops. I think I just told you how to do the opposite
my bad. lol

gimme a second to look at it again. lol.

4
tvepsorg
Re:Help with Montisblack theme
  • 2004/10/14 7:11

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


okay.. maybe i don't understand because for me.. the default package shows the entire middle block as grey. I don't know what you are asking for then.

5
Bassman
Re:Help with Montisblack theme
  • 2004/10/14 7:26

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


If you look at it in Mozilla, it's all gray, but 50% black in IE6. Maybe youre editing the styleNN.css sheet instead of the style.css?

6
lyricmuse
Re:Help with Montisblack theme
  • 2004/10/14 12:40

  • lyricmuse

  • Just popping in

  • Posts: 7

  • Since: 2004/10/14


I had been looking at the code way to long. I want the whole center block to be black, not grey . I'm positive I was changing only the style.css and not the styleNN.css
Thanks for your answers. This one has got me really stumped. I will take a look for the elusive 666666 tag and change it to 000000

Thanks a bunch

I just changed the code and it's all black now. I kept missing the 666666 part, but thanks to you guys I found it.

Login

Who's Online

136 user(s) are online (62 user(s) are browsing Support Forums)


Members: 0


Guests: 136


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