rose flourish

~ 168.47 kb ~ Download it
(Downloads to date: 235)
Description
a profile skin for yuku featuring a big red rose with a black, flowing design behind.
(background courtesy of
-sola-.)
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)
/* rose background by -SOLA- of stock.xchange. http://www.sxc.hu/photo/709112 */
/* skin rose flourish by favafoyo, photo not by favafoyo */
/* 2.05.07 www.favafoyo.com */
body {
background-color: #ffffff;
background-image: url(http://YOUR-WEB-HOST-HERE.com/whiterose.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
font-family: Arial, sans-serif;
font-size: 12px;
color: #6a6a6a;
}
a, a:link {
color: #252525;
text-decoration: none;
}
a:visited {
color: #575757;
text-decoration: none;
}
a:hover {
color: #dd0000;
text-decoration: underline;
}
a:active {
color: #B60000;
}
.onionskin1 {
background-image: url(http://YOUR-WEB-HOST-HERE.com/midboxheading.png);
background-repeat: repeat-x;
background-position: top;
}
.onionskin2 {
background-image: url(http://YOUR-WEB-HOST-HERE.com/leftboxheading.png);
background-repeat: no-repeat;
background-position: top left;
}
.onionskin3 {
background-image: url(http://YOUR-WEB-HOST-HERE.com/rightboxheading.png);
background-repeat: no-repeat;
background-position: top right;
}
.boxheading {
color: #a3110a;
font-family: Tahoma, Verdana, sans-serif;
font-size: 14px;
padding-top: 5px;
padding-left: 25px;
margin-bottom: 0px;
text-align: left;
height: 46px;
}
span.status {
display: none;
}
.boxheading h1 {
font-family: Tahoma, Verdana, sans-serif;
font-size: 14px;
margin-top: 5px;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}
.boxheading h2 {
font-family: Tahoma, Verdana, sans-serif;
font-size: 14px;
margin-top: 14px;
padding-left: 30px;
}
.boxbody {
background-color: #ffffff;
padding: 6px;
text-align: justify;
margin-top: 0px;
margin-bottom: 0px;
}
#holder {
width: 70%;
padding-top: 30px;
float: left;
position: relative;
margin-top: auto;
margin-left: 95px;
height: 100%;
background-color: #ffffff;
opacity: .9;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
}
.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;
}