Recent Topics

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

Black Rain V2 help.

Started by amcapt89, Nov 07, 10, 01:03:03 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

amcapt89

That's the banner solved! Thanks ! :)

I would like to put a background as well and remove the SMF logo, if possible.

Any idea no how to solve the problem displayed in the SS?

Cheers!

amcapt89

Crip

background i added /Themes/BlackRainv2/images/
css/index.css

/* Set a fontsize that will look the same in all browsers. */
body {
   background: #171717 ---=>url(../images/bg.png) repeat;
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 4px 0 4px 0;
}


..no idea on SS ?
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.

amcapt89

Well on the SS i do not know where to find the Copyright thing. I have tried to search in several templates but without any success...

Crip

Quote from: amcapt89 on Nov 07, 10, 12:13:59 PM
Well on the SS i do not know where to find the Copyright thing. I have tried to search in several templates but without any success...

u could right your own css.code for and ALIGN it left / right..?
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.

amcapt89

I have no idea on how to do it.

By the way the banner is now in place...  :) I added the background code, but what I have now, is a white background and not the selected pic I uploaded in the folder (named bg.png)

Crip

Quote from: amcapt89 on Nov 07, 10, 12:38:22 PM
I added the background code, but what I have now, is a white background and not the selected pic I uploaded in the folder (named bg.png)
may i see how your added your code for background?
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.

amcapt89

#16

/* Set a fontsize that will look the same in all browsers. */
body {
   background: #171717 ---=>url(../images/bg.png) repeat;;
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 4px 0 4px 0;
}

Crip

Should be :

/* Set a fontsize that will look the same in all browsers. */
body {
   background: white url(../images/bg.png) repeat;
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 4px 0 4px 0;
}
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.

amcapt89

Great, it's now solved!  O0 O0 O0

Small issue on the banner: when I reduce the size of the window, the banner exceeds the width of the forum (you can see it trying right now).

amcapt89

Crip

you may need to reduce image Width:1300px / Height:358px To same as Window/..?
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.