1
wdsl1
Change blue background in newBB 2.0r3
  • 2004/11/4 1:18

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
how can i change the color behind e.g. "search Forum" , "Forum options"? it isn't a image and the css value "class="newbb_submenu"" didn't change the color completly.

thx
wdsl

2
brash
Re:Change blue background in newBB 2.0r3
  • 2004/11/4 1:25

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


look in the JS file in the includes folder. From memory I think it is in there.

3
phppp
Re:Change blue background in newBB 2.0r3
  • 2004/11/4 3:15

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


newbb/newbb.css

4
WarDick
Re: Change blue background in newBB 2.0r3
  • 2004/11/4 7:05

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


Quote:

wdsl1 wrote:
Hi,
how can i change the color behind e.g. "search Forum" , "Forum options"? it isn't a image and the css value "class="newbb_submenu"" didn't change the color completly.

thx
wdsl


Edit newbb.css file

li.newbb_folder {
position:relative;
padding:0;
padding-left:10px;
color:#ffffff;

background:#
Chnge Color Here

z-index:9;

}

5
wdsl1
Re: Change blue background in newBB 2.0r3
  • 2004/11/4 9:10

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


hmm it must be an other thing.

I mean this blue stripe
Resized Image

Maybe it is a bug, because in the newwBB2.0r3 archiv isn't a newbb.css so i have the one from version 2.0r1.

i hope you can help me.

thx
wdsl

My newbb.css looks like:
/* -- style.css -- */
div.karma
{
    
background-colortransparent;
    
text-aligncenter;
    
border-top1px solid #DDDDFF;
    
border-left1px solid #DDDDFF;
    
border-right1px solid #AAAAAA;
    
border-bottom1px solid #AAAAAA;
    
padding10px;
}

span.digest
{
}

body {
        
behavior:url("include/newbb.htc");
    }
    
     {
        
font-family:arial,tahoma,verdana,helvetica;
        
font-size:10px;color:black;
    }

    
ul,li,.link {
        
display:block;
        
margin:0;
        
padding:0;
        
border:0;
         
        
    }
    
ul {
        
width:160px;
        
border:0px solid #9d9da1;
        /*background-color:#F9F9F9;*/
        
list-style:none;
    }
    
li {
        
position:relative;
        
padding:1px;
        
padding-left:10px;
        
background-color:#F9F9F9;
        
z-index:9;
    }
        
li.folder    background-color:inherit; list-style:none;}        
        
li.folder:hover z-index:10;}        
        
li.folder ul {
            
position:absolute;
            
display:none;
            
left:-56px/* IE */
            
top:17px;
        }        
            
li.folder>ul left:-1pxtop16px}
        
        
ul.level1 {z-index:1li.folder:hover ul.level2
        
ul.level2 li.folder:hover ul.level3 {
            
display:block;
            
border1px solid black;
            
background-color#F9F9F9;
        
}

    .
link {
    
border0px;
    
padding2px;
    
text-decorationnone;
    
colorblack 
    
!important;
    
font-weightbold;
    
width100%; /* IE */
    
text-alignleft;
}
        
li>.link width:auto; }




    
li link.submenu {
        
background-color:#F9F9F9;
    
}

    .
link:hover {
        
border:0px;
        
color:orange
        
!important;
    }
    
    
li.folder .link:hover {
    }

    .
submenu {colorblack;}

    
li.newbb_folder {
        
position:relative;
        
padding:0;
        
padding-left:10px;
        
color:#ffffff;
        
background:#CCCCCC;
        
z-index:9;
        }

6
WarDick
Re: Change blue background in newBB 2.0r3
  • 2004/11/4 9:43

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


Scroll down on your css and find background:#CCCCCC;

Change the #CCCCCC to the color of your choice.

7
wdsl1
Re: Change blue background in newBB 2.0r3
  • 2004/11/4 10:02

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


thx for your help, but

#CCCCCC is the color i wan't ;-( but it isn't #CCCCCC it's something else.

have somone a solution.

thx
wdsl

8
Anonymous
Re: Change blue background in newBB 2.0r3
  • 2004/11/4 10:10

  • Anonymous

  • Posts: 0

  • Since:


The newbb.css is in the Package but now in the newbb root.

For changing the Color this Thread will help...

9
wdsl1
Re: Change blue background in newBB 2.0r3
  • 2004/11/4 10:54

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


ohh its in the root dir. Sorry i didn't saw it. Now its works all correct.

Nice Work

and thx for your help.

mfg
wdsl

Login

Who's Online

328 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 328


more...

Donat-O-Meter

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

Latest GitHub Commits