sunlit orchid

~ 214.16 kb ~ Download it
(Downloads to date: 168)
Description
a lovely yellow orchid with light shining through. soft yellow, grey and red hues.
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 sunlit orchid by favafoyo, photo not by favafoyo */
/* 1.21.07 www.favafoyo.com */
body {
background-color: #FFFFFF;
background-image: url(http://YOUR-WEB-H0ST-HERE.com/background-2.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
font-size: 11px;;
color: #838383;
}
a, a:link, a:visited {
color: #a14b3b;
text-decoration: none;
}
a:hover {
color: #FFF066;
text-decoration: none;
}
.boxheading {
background-color: #ffffff;
border-right: 1px solid #fff7a9;
border-left: 1px solid #fff7a9;
margin-top: 0px;
margin-bottom: 0px;
}
.boxbody {
background-color: #ffffff;
border-right: 1px solid #fff7a9;
border-left: 1px solid #fff7a9;
padding: 6px;
text-align: justify;
margin-top: 0px;
margin-bottom: 0px;
}
img {
opacity: .5;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
}
img:hover {
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity: 1;
}
.boxheading h1, h2 {
font-size: 13px;
padding: 6px;
}
#holder {
width: 50%;
padding-top: 10px;
float: right;
position: relative;
margin-top: auto;
margin-right: 100px;
}
.column_a .html-block .boxbody, .column_a .miniprofile-block .boxbody {
overflow-x: auto;
}
* html .column_a .html-block .boxbody, * html .column_a .miniprofile-block .boxbody {
margin: auto;
}
html>body .column_a .miniprofile-block .boxbody {
overflow-x: visible;
}