Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
ammir

Delicate Blue Skin IPB 3.0

Recommended Posts

Can you tell me please how can i remove this border . and skin well be look like fluid style . see in screen short what i mean

 

425_tedfs.jpg

 

Edited by ammir

Share this post


Link to post

Look & Feel > Manage Skin Sets & Templates > Manage Templates in delicate_blue > CSS

 

Open ipb_styles.css

Find and remove

#ipbwrapper {
background: url({style_images_url}/wrap.jpg) top left no-repeat;
}

 

Find

#corner{
background: transparent;
padding: 0;
margin: 0px auto 10px auto;
width: 90%;
min-width: 900px;
}

Replace with

 

#corner{
background: transparent;
padding: 0;
margin: 0px auto 10px auto;
width: 98%;
}

Share this post


Link to post

thankyou for help

 

1 more question .

 

how can i change Our Board Statistics background color . see screen short

 

797_backg.jpg

Share this post


Link to post

If you want...

ipb_styles.css

Find

#content #board_statistics.general_box,
#blog_statistics.general_box {
background: #444;
border: 0;
}

 

Replace #444

 

But you have to change the color of fonts in several classes below.

Share this post


Link to post

yes when iam change color then font color show very light . can u please more explain me how can i change fonts color also ? thank you

Share this post


Link to post

Change the color of fonts in several classes below.

All #bbb;

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...