Status
Not open for further replies.

AJ Blacklisted

Active Member
1,211
2011
140
10
Hey all, i am using proskin_1_0_1 for my IPB 3.1.4
the skin body is narrow, i want to make it broad.
The Skin Name is Devilarts Classic in my board, u can see it in
Code:
http://devilarts.info/warez/
*not the default skin
I want to make my skin like
Code:
http://zunoxbb.com/
they have.

Aj
 
4 comments
here is their body/ipbwrapper css:
-o-transform-origin: 552px 794.5px;
background-attachment: scroll;
background-clip: border-box;
background-color: #ffffff;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-color: #4b4b4b;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #4b4b4b;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #4b4b4b;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #4b4b4b;
border-top-style: solid;
border-top-width: 1px;
color: #000000;
display: block;
font-family: "Segoe UI";
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: 400;
height: 1587px;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-overflow: none;
width: 1102px;
Styles
Main
#ipbwrapper {
background-attachment: scroll;
background-clip: border-box;
background-color: #ffffff;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-color: #4b4b4b;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #4b4b4b;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #4b4b4b;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #4b4b4b;
border-top-style: solid;
border-top-width: 1px;
}
Main
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
Here is yours:
-o-transform-origin: 623.5px 1477.5px;
color: #7d858c;
display: block;
font-family: Tahoma;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: 400;
height: 2955px;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-overflow: none;
width: 1247px;
Styles
Main
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

Now you would have to make yours like his to get the same effect. Just don't change any images.

Best is to export current skin and import it as a new skin and give yourself the only access to use it while trying to get it the way you want it.
 
Last edited:
Status
Not open for further replies.
Back
Top