+Layout Info+
+ Title // Always and Forever
+ Creator // by Pinayxbebe
+How to use+
+ Clear CUSTOM HEADER
+ Changes or Replace// "USERNAME" or other personal links
+ Copy Code below
+ Paste In Custom Header
[doHTML]
<textarea style="width:500px; height: 150px"><style type="text/css">
/* always and forever */
/* by pinayxbebe */
/* Blogring.net */
body
{
background-image: url(
http://pic13.picturetrail.com/VOL451...3/57491589.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
background-color: #ffffff;
scrollbar-arrow-color: #85C1F8;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #85C1F8;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #85C1F8;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:10px;
color:#0B84F4;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:arial;
text-transform:uppercase;
font-size:11px;
line-height:20px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#0B84F4;
color:#ffffff;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#0B84F4;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#0B84F4;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #000000;
height: 1px;
font:normal 11px arial;
line-height:10px;
cursor: ne-resize;
text-decoration: underline;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #0B84F4;
font:normal 11px arial;
background-color: #ffffff;
letter-spacing:0px;
}
table.left {
/* this edits the menu module */
border: 3px double #0B84F4;
width:160px;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 3px double #0B84F4;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #0B84F4;
filter: alpha (opacity=100, finishopacity=0, style=1)
width:180px;
font: bold 11px arial;
line-height: 16px;
text-transform: uppercase;
color: #ffffff;
text-align: left;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #ffffff;
border: none;
color: #85C1F8;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #ffffff;
border: 1px solid #7B0BDA;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #7B0BDA;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid #0B84F4;
}
table.navigation, table.footer {display: none;}
</style>

</textarea>
[/doHTML]