Recent Topics

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

CS Manual help

Started by Rickard, Jul 04, 11, 06:17:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Crip

A dark color background would be fine , just remove the url(../images/background.jpg);
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.

Rickard

From where, index.template?

Crip

Quote from: Rickard on Aug 12, 11, 11:17:26 AM
From where, index.template?

Nope »»» css/index.css


/* Set a fontsize that will look the same in all browsers. */
body
{
background: #393939 url(../images/theme/bgblackvector.jpg);
font: 78%/130% "Verdana", "Helvetica", sans-serif;
margin: 0 auto;
padding: 0;
}


To look like the below


/* Set a fontsize that will look the same in all browsers. */
body
{
background: #393939;
font: 78%/130% "Verdana", "Helvetica", sans-serif;
margin: 0 auto;
padding: 0;
}


That 'should' do it..?
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.