paisley

~ 57.99 kb ~ Download it
(Downloads to date: 135)
Description
features a light blue paisley pattern. simple but classy.
instructions
More detailed instructions are in the zip file (coding.txt).
Everything after (1), and not including the parentheses and the number, goes in the first box. The same goes for (2) and (3). Replace background URLs with your own uploaded image URLs.
Leave my credits in the CSS please.
Subscribing to ezdesign
If the tdf below does not use the ezboardthemes.com url, then it's not set up for subscribing to. To have it put on the subscription server, please post
at the ezdesign
subscription help forums. To subscribe to ezdesign (link directly to our images from your ezboard) please
sign up
tdf/code
(1)
<div id="holder">
(2)
</div>
(3)
/* skin paisley by favafoyo */
/* 1.14.07 www.favafoyo.com */
body {
background-image: url(http://YOUR-WEB-HOST-HERE.com/background.jpg);
background-attachment: fixed;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: .8em;
color: #707C81;
}
a, a:link {
color: #568290;
text-decoration: none;
}
a:hover {
color: #B0DFEF;
text-decoration: none;
}
.vote-links, .vote-results, .userstats th, .visitorstats th, .avatar-block, .recentposts-block th {
background-color: #DBEBF0;
}
.box {
background-color: #ECF6F9;
}
.onionskin1 {
background-image: url(http://YOUR-WEB-HOST-HERE.com/midcatbg.jpg);
background-repeat: repeat-x;
background-position: top;
}
.onionskin2 {
background-image: url(http://YOUR-WEB-HOST-HERE.com/leftcatbg.jpg);
background-repeat: no-repeat;
background-position: top left;
}
.onionskin3 {
background-image: url(http://YOUR-WEB-HOST-HERE.com/rightcatbg.jpg);
background-repeat: no-repeat;
background-position: top right;
}
.boxheading, .boxheading h1, .boxheading h2 {
font-size: 16px;
padding-top: 3px;
text-align: center;
letter-spacing: 2px;
height: 30px;
}
.boxbody {
background-color: #ECF6F9;
border-right: 1px dotted #C5D3D6;
border-bottom: 1px dotted #C5D3D6;
border-left: 1px dotted #C5D3D6;
padding: 5px;
}
.user-avatar img {
border: 1px dotted #C5D3D6;
}
li.comment {
border-bottom: 1px dotted #C5D3D6;
}
#holder {
width: 790px;
padding-top: 30px;
position: relative;
margin: auto;
}
.pager {
opacity: .7;
letter-spacing: 2px;
}
.column_a .html-block .boxbody {
overflow-x: auto;
}
* html .column_a .html-block .boxbody, * html .column_a .miniprofile-block .boxbody {
margin: auto;
}
.column_a .miniprofile-block .boxbody {
overflow-x: auto;
}
html>body .column_a .miniprofile-block .boxbody {
overflow-x: visible;
}