[ Forgot password? ] [ Signup ]

yuku profile skins [ ]
starfield
Author - favafoyo
~ 203.94 kb ~ Download it (Downloads to date: 194)
Description
a dark and sleek galactic feeling profile skin. transparency allows this skin to work only off one image - the background.
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
/* skin starfield by favafoyo */
/* 2.24.07 www.favafoyo.com */
body {
   background-image: url(http://YOUR-WEB-HOST-HERE.com/starfield.png);
   background-attachment: fixed;
   font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
   font-size: 9px;
   color: #A4AFAB;
}

a, a:link, a:visited {
   color: #94B8BD;
}

a:hover {
   color: #040607;
   text-decoration: underline;
}

.boxheading {
   background-color: #03090C;
   font-size: 12px;
}

.boxheading h1, .boxheading h2 {
   font-size: 12px;
   letter-spacing: 2px;
   text-align: center;
   padding: 3px;
}

.boxbody {
   background-color: #03090C;
   border-top: 4px solid #000202;
   border-right: 4px solid #000202;
   border-bottom: 4px solid #000202;
   border-left: 4px solid #000202;
   opacity: .7;
   padding: 6px;
}

#holder {
   width: 790px;
   padding-top: 30px;
   position: relative;
   margin: auto;
}

.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;
}
Rating
Not rated