Posted below are TWO CODES! one for the custom header, and one to put in your webstats. make sure you see which codes are which.
COPY INTO CUSTOM HEADER
<style type="text/css"> body { background-color: #FFFFFF; background-image: url(http://i15.photobucket.com/albums/a367/noche_echox/layouteyetry.jpg); background-attachment: fixed; background-position: bottom right; scrollbar-arrow-color: #FF49A7; scrollbar-track-color: #000000; scrollbar-shadow-color: #FF49A7; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #FFFFFF; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px terminal; line-height:10px; color:#FF49A7; 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: Sylfaen; text-transform: Normal; font-size:24px; line-height:10px; font-weight:normal; color:#FF49A7; letter-spacing:0px; background-color: #ffffff; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF49A7; text-decoration: none; }
a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#000000; text-decoration: none; }
a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; cursor: crosshair; text-decoration: none; }
input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #c0c0c0; font:normal 11px terminal; background-color: #FFFFFF; letter-spacing:0px; color: #000000; }
table.left { /* this edits the menu module */ border: 1px solid #c0c0c0; width:160px; background-color: #000000; }
table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid c0c0c0; background-color: #ffffff; width:400px; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #000000; font: bold 14px sylfaen; text-transform: Normal; color: #FFFFFF; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FFFFFF; border: none; }
table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #FFFFFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #c0c0c0; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FF49A7; } </style>
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
NOW! Copy Code Below
And Nothing Else
into Webstats
<!-- begin code provided by createblog.com --> <script> titleContent = 'Layout By'; moduleContent = '<A href="/Xx_EchoLayouts_xX" target=_new><FONT SIZE=#11 COLOR=#000000>~Echo Layouts</font>'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com -->
<style type="text/css"> .custom{ width: 200px; height: 200px; z-index:100; overflow: auto; border: px #000000 solid; background: #ffffff; }</style><script> var tds = document.getElementsByTagName ('a'); for (var i = 0; i < tds.length; i++) { timeString = tds[i].innerText; if(timeString.match(/\d+:\d+ [ap]m\b/i)){ if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;} table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild; inner = stuff.innerHTML stuff.innerHTML=""; stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>'); } } </script> |