- Messages
- 3,819
- Reaction score
- 163
- Points
- 63
hey. I am a complete noob at skinning, so I was wondering, could anyone perhaps turn this skin into something that IPB could use?
If anyone could do this I will pay 350 - 450 Credits
You can see the site at:
http://www.night-assassins.com/staff/index.html
^----not done yet.
Code:
/**
* Body, general structure
*/
body
{
background: #080808;
margin: 0;
font: 11px tahoma, verdana, arial, helvetica, sans-serif;
text-align: center;
}
div#container
{
width: 950px;
margin: 0 auto 0 auto;
background: url('./images/background.jpg') top center repeat-y;
text-align: left;
}
div#mainCol
{
margin: -5px 0 0 0;
padding: 0 48px 0 48px;
color: #f0f0f0;
background: url('./images/background_top.jpg') no-repeat;
}
/**
* Topbar Element
*/
div#top
{
background: url('./images/topbar.jpg') repeat-x;
margin: 5px 5px 0 5px;
height: 32px;
font: 11px tahoma, verdana, arial, helvetica, sans-serif;
color: #5c5c5c;
}
div#top span.l,div#top span.r
{
height: 32px;
width: 8px;
overflow: hidden;
display: block;
float: left;
}
div#top span.l
{
background: url('./images/topbar_l.jpg') no-repeat;
}
div#top span.r
{
background: url('./images/topbar_r.jpg') no-repeat;
float: right;
}
div#top span.date
{
background: url('./images/topbar_seperator.jpg') no-repeat;
height: 24px;
display: block;
width: 385px;
float: left;
padding: 8px 0 0 15px;
overflow: hidden;
}
div#top span.welcome
{
background: url('./images/bullet.jpg') 11px 11px no-repeat;
color: #FFFFFF
height: 24px;
display: block;
width: 375px;
float: left;
padding: 8px 0 0 25px;
overflow: hidden;
}
/**
* Banner Element
*/
div#banner
{
background: url('./images/LOGO1.gif') no-repeat;
margin: 5px;
height: 148px;
width: 844px;
overflow: hidden;
}
div#banner span
{
visibility: hidden;
}
/**
* Navigation Element
*/
div#nav
{
background: url('./images/nav_bg.jpg') top center repeat-x;
height: 36px;
margin: 5px;
}
div#nav span.l
{
background: url('./images/nav_left.jpg') no-repeat;
width: 4px;
height: 36px;
float: left;
overflow: hidden;
}
div#nav span.r
{
background: url('./images/nav_right.jpg') no-repeat;
float: right;
width: 4px;
height: 36px;
overflow: hidden;
}
div#nav ul
{
float: left;
list-style-type: none;
height: 36px;
padding: 0;
margin: 2px 0 0 0;
}
div#nav ul li
{
float: left;
padding: 0;
margin: 0 0 0 25px;
height: 36px;
overflow: hidden;
}
div#nav ul li a
{
text-decoration: none;
height: 36px;
display: block;
overflow: hidden;
}
div#nav a span
{
visibility: hidden;
height: 31px;
display: block;
overflow: hidden;
}
div#nav a:hover span
{
visibility: visible;
}
/**
* Column structure
*/
div#left
{
width: 232px;
background: #232323;
float: left;
margin: 5px;
}
div#content
{
background: #1a1a1a;
float: left;
width: 604px;
}
/**
* User Login Elements
*/
form input.text
{
background: url('./images/input_text.jpg') no-repeat;
height: 22px;
width: 185px;
border: 0;
font-size: 11px;
color: #555555;
padding: 3px;
overflow: hidden;
}
form input.login
{
width: 47px;
height: 17px;
background: url('./images/button_login.jpg') no-repeat;
border: 0;
margin: 0;
padding: 0;
float: left;
overflow: hidden;
}
p.buttons a
{
text-decoration: none;
}
a#register_button
{
background: url('./images/button_register.jpg') no-repeat;
height: 17px;
width: 47px;
display: block;
float: left;
margin: 0 0 0 7px;
overflow: hidden;
}
/**
* Quick Roster Elements
*/
p.roster img
{
margin: 1px;
}
p.roster
{
padding: 0;
text-align: center;
}
div#rosterData
{
border: 1px solid #020202;
background: #181818;
margin: 3px;
color: #fe9d07;
margin-bottom: 10px;
padding: 3px;
}
/**
* Box Elements
*/
div#content div.item
{
background: #272727;
margin: 5px 2px 5px 2px;
padding: 6px;
}
div#content h1
{
background: url('./images/content_header.jpg') repeat-x;
margin: -5px -5px 3px -5px;
padding: 2px;
height: 16px;
font-size: 11px;
}
p.foot
{
background: url('./images/bar.jpg') top center no-repeat;
padding: 5px 0 0 0;
font-size: 10px;
width: 80%;
margin: 10px 10% 0 10%;
}
p.foot span
{
float: right;
}
p.foot a
{
text-decoration: none;
}
/**
* Footer Element
*/
div#footer
{
clear: both;
height: 13px;
background: url('./images/footer.jpg') repeat-x;
font-size: 10px;
padding: 5px;
}
div#footer a
{
text-decoration: none;
}
div#footer a:visited
{
font-style: normal;
}
/**
* Global Stying
*/
.center
{
text-align: center;
}
a img
{
border: 0;
}
.right
{
float: right;
}
.left
{
float: left;
}
.clear
{
clear: both;
}
p
{
padding: 5px;
margin: 0;
}
a
{
color: #ffc600;
}
a:visited
{
color: #ffa400;
font-style: italic;
}
If anyone could do this I will pay 350 - 450 Credits
You can see the site at:
http://www.night-assassins.com/staff/index.html
^----not done yet.
Last edited: