Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 248
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 241
Total: 241

coal black and back n black

Started by Roach, Apr 01, 12, 12:09:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Roach

Thank you for approving me!!  Omg I was worried that i would not be able to get support.

I was using coal black but I had such a hard time getting the banner/logo to be where i want and the animation was not functioning in the .gif that is my banner/logo. Is it a size limit or something??

But see now i have started using back n black where my logo/banner animation works and it seems to be positioned perfectly. Except one problem...Its only that way if viewed at 1680x1050 resolution with the forum width set to 73 %...

(Forum width option in theme settings is not available in coal black but is in the other....)

So my question here I think...is...In the back n black theme, how can i have the banner/logo image and forum width resize themselves automatically to stay the same and fit into all resolutions and browsers?

Correct my confused self if i should be asking something else to get to the solution for what i am describing and please pardon me for being an ignorant idiot when it comes to this stuff. hahaha

Also for coal black how can get the banner/logo to go across the whole top and move the 'login or register' part out of the way,  underneath perhaps, and have the same thing about auto resizing and the animations work.  I am comfortable if we focus on the back n black first, though, as i am realizing that's allot of things at once and i am already confused.

My site is using SMF 2.0 RC4


Maxx

can I get a link to your site?

regards,
Maxx

Roach

 i see your an admin so i guess i wont get in trouble right...  http://www.mohhellraisersclan.com

Crip

#3
css/index.css Find and Add
h1#forum_name {
    color: #E3E3E3;
    font-family: Verdana,helvetica,sans-serif;
    font-size: 135%;
    margin: 0;
    padding: 0.6em 0;
    text-align: center;          <=============SEE THIS====ADD====IT===>
}



This is for BnB Theme.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Maxx

#4
Ok the best way I can see is to upload that image to your image diretory and find this code in your Index.css:

body {
    background: url("../images/myback.gif") repeat scroll 0 0 #383838;
    font: 95%/90% Verdana,Helvetica,sans-serif;
    margin: 0;
    padding: 20px 0 4px;
}


and change it to this code:
body {
    background: url("../images/1_06_02_11_2_39_54.gif") no-repeat scroll 0 0 #383838;
    font: 95%/90% Verdana,Helvetica,sans-serif;
    margin: 0;
    padding: 20px 0 4px;
}


This way it will be a background image rather than a logo.
and will remain the same when changing the content body width!

you will need to remove the image from where it is now!

regards,
Maxx

Crip

Both 'codes' should work , sorry Maxx!
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Roach

you said "This way it will be a background image rather than a logo.
and will remain the same when changing the content body width!"

Im not sure if i understand that, ya see, I want the logo to change with the width of the forums not stay the same..

I will try that and post the results here...

Maxx

Yes they should and we'll let him decide. I was also thinking the same thing but, decided to do the background Image. LOL!

thanks Crip!

regards,
Maxx

Crip

With the code I posted you get this:::..



[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Maxx

Quote from: Roach on Apr 01, 12, 01:57:34 PM
you said "This way it will be a background image rather than a logo.
and will remain the same when changing the content body width!"

Im not sure if i understand that, ya see, I want the logo to change with the width of the forums not stay the same..

I will try that and post the results here...


Can't be done the image is a fixed width!

regards,
Maxx