MyBB Community Forums

Full Version: Abouth Edit ( Skin ) Admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone ,

i come here because i have problem Toungue for edit the template admin , i have found how to edit this one in the CSS file ,
( admin/styles/Axiom/ )

/* main styles */

body {
padding-top: 14px;
font-family: Verdana,Arial,Helvetica;
color: #000000;
font-size: 12px;
background-color: #FFFFFF;
margin: auto auto;
}

But my question is how to insert image for my background because i can only at the moment change the color.... some one know the code please Toungue

the image i want insert is this one

http://copyrichtcorp01.free.fr/Upload/ad..._forum.jpg

Thx for replys eveyrone !
background-attachment: scroll;
background-color: transparent;
background-image: url(http://copyrichtcorp01.free.fr/Upload/admin/styles/Axiom/bg_forum.jpg);
background-position: top center;
background-repeat: no-repeat;

Something like that Smile
Quote:background-attachment: scroll;
background-color: transparent;
background-image: url(http://copyrichtcorp01.free.fr/Upload/ad..._forum.jpg);
background-position: top center;
background-repeat: no-repeat;

I have Change it for background-repeat: repeat;


Work perfectly Toungue

Thx for the help is realy good support from you Toungue

P.S

Whys i have change it for repeat because i have see the image only in the center and nu full :p

Now is fine