Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

Kev Burns http://kevburnsjr.com

« Newer Snippets
Older Snippets »
6 total  XML / RSS feed 

TLZone Link Fix

// Not sure if this will do the trick

function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (!anchor.getAttribute("href").indexOf("tlzone.net"))
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;

IMVU code

// description of your code here

// insert code here..
<style>

        #headerlite, #header { background: black;}
        #header .left, #headerlite .left { color: black; }
        #header .right, #headerlite .right { color: black; }
        #header a, #header a:link, #header a:visited , #headerlite a,
        #headerlite a:link, #headerlite a:visited { color: #999999; }
        #outernav { background-color: black;}
        #outernav { color: #999999}
        #innernav a, #innernav a:link #innernav a:visited { color: #999999; }
        #contact_panel_header {display: none; border: none;}
        #contact_panel_body table {display: none;}
        #avBigPic img, msgAvNam img, #galimg0 img {border: 1px solid #2b2b2b;}
        #gallery_panel_header {display: none; border: none;}
        #avBigPic a font {display: none;}
        #headerbox {border: 1px solid #2b2b2b;}
        .msgLnks {display: none;}
        .msgwrap {border: 0; display: block; width: 270px; height: 150px; float: left;}
        #aboutme_panel_header {display: none;}
        #messages_panel_header {display: none;}
        .msgAvNam, .msgAvNam a, .msgTele { color: #666; !important}
        .kb_awesome {border: 1px solid #2b2b2b; background-color: #000; padding: 0px 10px 0 20px; margin: 30px 0 0 30px;}
        html>body .kb_awesomeHeader {height: 77px; width: 71px; background: url('http://kevburnsjr.com/dropBox/imvu_bulb_2.png') no-repeat top left; margin: 0; position: absolute;}
        .kb_clear {margin: 0; padding; 0; border: 0; background: 0;}
        html>body .kb_clear {border: 1px solid transparent;}
        .kb_sig { border: 1px solid #2b2b2b; padding: 20px 10px 70px 20px; margin: 30px 0 0 30px; background: #000 url('http://kevburnsjr.com/dropBox/imvu_corner.jpg') no-repeat bottom right;}
        .kb_sig a {color: #999;}
        .kb_sig a:hover {color: #fff;}

style>

</div> <div class="kb_awesomeHeader"> div>

Welp,</strong>p>

I thought and I thought and I thought, but i just couldn't come up with anything interesting to put in this box. Maybe i need to start brainstorming a little more. Or maybe i just need to start doing more. Maybe i should start a blog or get a life or stop playing computer games.</p> <p style="text-indent: 20px;">Whatever, I'm having fun skinning this EGREGIOUSLY customizable interface.

Besides,

If i want another box, i just make one :)

one line


"My new room is pretty big. It's big enough for at least a four-person gangbang." -Dave



Rating (2.67) /Comments (0)



One line from Trojan Burrito killing CSS bug


"My new room is pretty big. It's big enough for at least a four-person gangbang." -Dave



Rating (2.67) /Comments (0)



One line from Trojan Burrito killing CSS bug


"My new room is pretty big. It's big enough for at least a four-person gangbang." -Dave



Rating (2.67) /Comments (0)



Kev's Lentil Soup

5-8 cloves garlic
1 large yellow onion, chopped
1 cup of regular lentils
3 stalks of celery
3 green onions
2 cups diced yukon gold potatos
2 cups of carrots
2 cups diced tomatoes
fresh oregano
salt and pepper

boil lentils covered in 4 cups water, saute garlic and
onions with 1/4 cup olive oil. Add onions to cooked lentils
with 8 cups water and other ingredients.
« Newer Snippets
Older Snippets »
6 total  XML / RSS feed