Suggest a link
Recommend to friend
Create a site
<style type="text/css"> /* <span class='searchlite'>SOME CALL IT</span> Stylesheet */ /* by LEAHMARIE(omgsh__radlayout) */ /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */ body { background-color: #FFFFFF; background-image: url(http://img215.exs.cx/img215/4379/somecallit224fm.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; scrollbar-arrow-color: #FF0099; scrollbar-track-color: #000000; scrollbar-shadow-color: #00EE00; scrollbar-face-color: #FF0099; scrollbar-highlight-color: #00FFFF; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color: #00EE00; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px trebuchet ms; line-height:16px; color:#00EE00; 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:century gothic; text-transform: uppercase; font-size:22px; line-height:30px; font-weight:bold; height: 1px; color: #00EE00; letter-spacing:-1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FFFFFF; text-decoration: none; font:normal 12px arial; line-height:16px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#00EE00; text-decoration: none; font:normal 12px courier new; line-height:18px; } a:hover { /* edits when user mouseovers the links */ color:#000000; cursor: ne-resize; font-weight: ; border: 4px dsahed #00EE00; background-image: url(http://img10.exs.cx/img10/3637/pink2qp.jpg); text-transform: UPPERCASE; font:normal 13px courier new; line-height:16px; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 5px dashed #00EE00; font:normal 11px trebuchet; background-color: #FF0099; letter-spacing:0px; color: #FFFFFF; } table.left { /* this edits the menu module */ border: 9x solid #FF0099; width:150px; } table.blogbody { /* this edits the other the place where the blog is */ filter: alpha (opacity=60, finishopacity=90, style=3); border: 8px dashed #00EE00; background-color: #FF0099; background-image: url(); width:400px; font:normal 11px arial; line-height:16px; color: #00EE00; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #00FFFF; font: bold 19px courier new; text-transform: uppercase; color: #FF0099; border: 3px dashed #00FFFF; } table.left TD { /* on your menu module, this edits the body part of it */ filter: alpha (opacity=60, finishopacity=90, style=3); background-image: none; background-color: #FF0099; border: 3px dashed #00ee00; font:normal 11px arial; line-height:16px; color: #00FFFF; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FF0099; border: 2px solid #00EE00; border: 3px solid #00FFFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #FF0099; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #00FFFF; } </style>
(( WHEN THE BACKGROUNDS ARE LIKE THIS;; AND YOU HAVE LONG ENTRIES, THEY WILL GET ALL FUNKY & MESSED UP.))
You can display ONE ENTRY at a time to prevent this.
<script> // Display Only One Entry // By Paul Chen aka Coyote // Found on Blogring.net if(location.pathname=="/home.aspx"){ var longer = false; var tds = document.getElementsByTagName('td'); for(i=0; i<tds.length;i++) { booga = tds[i].innerHTML.indexOf('blogheader'); if(booga==11){longer=false;break;} boogie = tds[i].innerHTML.indexOf('javascript'); if(boogie == 19){longer=true;break;} } var tables = tds[i].getElementsByTagName('table'); var numBreaks = 0; var x = 0; if(longer==true){x=3;}else{x=1} for(j=x; j<tables.length;j++) { numBreaks += tables[j].getElementsByTagName('br').length; tables[j].style.display='none'; } var divs = tds[i].getElementsByTagName('div'); for(j=2+(2*1)-2; j<divs.length;j++) { divs[j].style.display='none'; } var breaks = tds[i].getElementsByTagName('br'); for(j=breaks.length-5-numBreaks;j<breaks.length;j++) { breaks[j].style.display='none'; } var horizontals = tds[i].getElementsByTagName('hr'); var j = horizontals.length-1; horizontals[j].style.display='none'; } </script>