BLUE WiTH PiNK

download BLUE WiTH PiNK

of 304

Transcript of BLUE WiTH PiNK

  • 8/7/2019 BLUE WiTH PiNK

    1/305

    BLUE WiTH PiNK

    function MYALERT() {alert("Heyeah!!,Need A Nurse?! *smiles*"); } MYALERT()

    //

    var rate = 20;

    if (document.getElementById)window.onerror=new Function("return true")

    var objActive; // The object which event occured invar act = 0; // Flag during the actionvar elmH = 0; // Huevar elmS = 128; // Saturationvar elmV = 255; // Valuevar clrOrg; // A color before the changevar TimerID; // Timer ID

    if (document.all) {document.onmouseover = doRainbowAnchor;document.onmouseout = stopRainbowAnchor;

  • 8/7/2019 BLUE WiTH PiNK

    2/305

    }else if (document.getElementById) {document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);document.onmouseover = Mozilla_doRainbowAnchor;document.onmouseout = Mozilla_stopRainbowAnchor;}

    function doRainbow(obj){if (act == 0) {act = 1;if (obj)objActive = obj;elseobjActive = event.srcElement;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}

    function stopRainbow(){if (act) {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}

    function doRainbowAnchor(){if (act == 0) {var obj = event.srcElement;while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement;if (obj.tagName == 'A' || obj.tagName == 'BODY')break;}

    if (obj.tagName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function stopRainbowAnchor(){if (act) {if (objActive.tagName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);

  • 8/7/2019 BLUE WiTH PiNK

    3/305

    act = 0;}}}

    function Mozilla_doRainbowAnchor(e){if (act == 0) {obj = e.target;while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {obj = obj.parentNode;if (obj.nodeName == 'A' || obj.nodeName == 'BODY')break;}

    if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;

    TimerID = setInterval("ChangeColor()",100);}}}

    function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function ChangeColor(){objActive.style.color = makeColor();}

    function makeColor(){// Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGBif (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;

  • 8/7/2019 BLUE WiTH PiNK

    4/305

    if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3;}else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3;}else {

    elmR = 0; elmG = 0; elmB = 0;}}

    elmR = Math.floor(elmR).toString(16);elmG = Math.floor(elmG).toString(16);elmB = Math.floor(elmB).toString(16);if (elmR.length == 1) elmR = "0" + elmR;if (elmG.length == 1) elmG = "0" + elmG;if (elmB.length == 1) elmB = "0" + elmB;

    elmH = elmH + rate;if (elmH >= 360)elmH = 0;

    return '#' + elmR + elmG + elmB;}

    //]]>

    //

    /***************************** Tinkerbell Magic Sparkle ** (c) 2005 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;

  • 8/7/2019 BLUE WiTH PiNK

    5/305

    var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    6/305

    function update_star(i) {if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";if (starv[i]) {

    stary[i]+=1+Math.random()*3;if (stary[i]

  • 8/7/2019 BLUE WiTH PiNK

    7/305

    sdown=self.pageYOffset;sleft=self.pageXOffset;

    }else if (document.body.scrollTop || document.body.scrollLeft) {

    sdown=document.body.scrollTop;sleft=document.body.scrollLeft;

    }else if (document.documentElement &&

    (document.documentElement.scrollTop ||document.documentElement.scrollLeft)) {

    sleft=document.documentElement.scrollLeft;sdown=document.documentElement.scrollTop;

    }else {

    sdown=0;sleft=0;

    }}

    window.onresize=set_width;

    function set_width() {if (typeof(self.innerWidth)=="number") {

    swide=self.innerWidth;shigh=self.innerHeight;

    }else if (document.documentElement &&

    document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;

    }else if (document.body.clientWidth) {

    swide=document.body.clientWidth;shigh=document.body.clientHeight;

    }}

    function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height+"px";div.style.width=width+"px";div.style.overflow="hidden";div.style.backgroundColor=colour;return (div);

    }// ]]>

  • 8/7/2019 BLUE WiTH PiNK

    8/305

    var message="This Theme Belongs to YaniLavigne.Tumblr.Com";

    ///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}

    function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}

    if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}

    document.oncontextmenu=new Function("alert(message);return false")

    // -->

    PROUD TO BE A NURSE^_^

    function changeNavigation(id){document.getElementById('welcome').innerHTML=document.getElementById(id).innerHTML}

    a:link, a:visited, a:active {color: #8ec2b7;cursor: default;text-decoration:none;}

    a:hover {color: #4b5209;cursor: crosshair;text-decoration:none;background-color:#e4eba7;}

  • 8/7/2019 BLUE WiTH PiNK

    9/305

    body {background-color: #ffffff;background-image:

    url('https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a40a67df8.png');background-repeat: repeat;cursor: default;font-family: tahoma;font-size: 8pt;color: #ffffff;text-align:justify;

    scrollbar-arrow-color: #c03533;scrollbar-track-color: #eff0e6;scrollbar-face-color: #eff0e6;scrollbar-darkshadow-color: #eff0e6;scrollbar-shadow-color: #eff0e6;scrollbar-3dlight-color: #eff0e6;scrollbar-highlight-color: #eff0e6;

    }

    .h1 {

    font-family: Century gothic;font-size: 20px;line-height: 20px;color: #ffffff;letter-spacing: -1pt;font-weight:none;text-align:left;

    }

    .h2 {

    font-family: Arial;font-size: 15px;line-height: 14px;color: #b9c767;letter-spacing: -1pttext-align: left;

    }

    .navs {

    font-family: georgia;font-size: 12pt;text-align: left;font-color: #68675a;

    }

    blockquote {

    border: 1px solid #ffffff;padding: 5px;

  • 8/7/2019 BLUE WiTH PiNK

    10/305

    }

    b {

    color: #fceef2;background-color: #eb7b9a;

    }

    u {

    font-color: #4b5209;border-bottom: 2px solid #e7f05a;

    }

    #navbar-iframe {

    display: none;}

    {block:PreviousPage}{/block:PreviousPage}

    {block:NextPage} {/block:NextPage}



    {description}


  • 8/7/2019 BLUE WiTH PiNK

    11/305

    {block:Following}{block:Followed}{/block:Followed}


    {/block:Following}
    Now Feel Free To Follow Me:)

  • 8/7/2019 BLUE WiTH PiNK

    12/305

    var elmV = 255; // Valuevar clrOrg; // A color before the changevar TimerID; // Timer ID

    if (document.all) {document.onmouseover = doRainbowAnchor;document.onmouseout = stopRainbowAnchor;}else if (document.getElementById) {document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);document.onmouseover = Mozilla_doRainbowAnchor;document.onmouseout = Mozilla_stopRainbowAnchor;}

    function doRainbow(obj){if (act == 0) {act = 1;if (obj)objActive = obj;

    elseobjActive = event.srcElement;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}

    function stopRainbow(){if (act) {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}

    function doRainbowAnchor(){if (act == 0) {var obj = event.srcElement;while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement;if (obj.tagName == 'A' || obj.tagName == 'BODY')break;}

    if (obj.tagName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}}

  • 8/7/2019 BLUE WiTH PiNK

    13/305

    function stopRainbowAnchor(){if (act) {if (objActive.tagName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function Mozilla_doRainbowAnchor(e){if (act == 0) {obj = e.target;while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {obj = obj.parentNode;if (obj.nodeName == 'A' || obj.nodeName == 'BODY')

    break;}

    if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function ChangeColor(){objActive.style.color = makeColor();}

    function makeColor(){// Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGBif (elmS == 0) {

  • 8/7/2019 BLUE WiTH PiNK

    14/305

    elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;

    if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}

    else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3;}else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3;}else {elmR = 0; elmG = 0; elmB = 0;}}

    elmR = Math.floor(elmR).toString(16);elmG = Math.floor(elmG).toString(16);elmB = Math.floor(elmB).toString(16);if (elmR.length == 1) elmR = "0" + elmR;if (elmG.length == 1) elmG = "0" + elmG;if (elmB.length == 1) elmB = "0" + elmB;

    elmH = elmH + rate;if (elmH >= 360)elmH = 0;

    return '#' + elmR + elmG + elmB;}

    //]]>

    //

    /****************************

  • 8/7/2019 BLUE WiTH PiNK

    15/305

    * Tinkerbell Magic Sparkle ** (c) 2005 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {

    var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    16/305

    }for (c=0; c

  • 8/7/2019 BLUE WiTH PiNK

    17/305

    set_scroll();y=(e)?e.pageY:event.y+sdown;x=(e)?e.pageX:event.x+sleft;

    }

    function set_scroll() {if (typeof(self.pageYOffset)=="number") {

    sdown=self.pageYOffset;sleft=self.pageXOffset;

    }else if (document.body.scrollTop || document.body.scrollLeft) {

    sdown=document.body.scrollTop;sleft=document.body.scrollLeft;

    }else if (document.documentElement &&

    (document.documentElement.scrollTop ||document.documentElement.scrollLeft)) {

    sleft=document.documentElement.scrollLeft;sdown=document.documentElement.scrollTop;

    }

    else {sdown=0;sleft=0;

    }}

    window.onresize=set_width;function set_width() {

    if (typeof(self.innerWidth)=="number") {swide=self.innerWidth;shigh=self.innerHeight;

    }else if (document.documentElement &&

    document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;

    }else if (document.body.clientWidth) {

    swide=document.body.clientWidth;shigh=document.body.clientHeight;

    }}

    function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height+"px";div.style.width=width+"px";div.style.overflow="hidden";div.style.backgroundColor=colour;return (div);

    }// ]]>

  • 8/7/2019 BLUE WiTH PiNK

    18/305

    I LOVE MY BESTFRIEND

    function changeNavigation(id){document.getElementById('welcome').innerHTML=document.getElementById(id).innerHTML}

    a:link, a:visited, a:active {color: #8ec2b7;cursor: default;text-decoration:none;}

    a:hover {

  • 8/7/2019 BLUE WiTH PiNK

    19/305

    color: #4b5209;cursor: crosshair;text-decoration:none;background-color:#e4eba7;}

    body {background-color: #000000;background-image: url('');background-repeat: repeat;cursor: default;font-family: tahoma;font-size: 8pt;color: #ffffff;text-align:justify;

    scrollbar-arrow-color: #c03533;scrollbar-track-color: #eff0e6;scrollbar-face-color: #eff0e6;

    scrollbar-darkshadow-color: #eff0e6;scrollbar-shadow-color: #eff0e6;scrollbar-3dlight-color: #eff0e6;scrollbar-highlight-color: #eff0e6;

    }

    .h1 {

    font-family: Century gothic;font-size: 20px;line-height: 20px;color: #dca83b;letter-spacing: -1pt;font-weight:none;text-align:left;

    }

    .h2 {

    font-family: Arial;font-size: 15px;line-height: 14px;color: #b9c767;letter-spacing: -1pttext-align: left;

    }

    .navs {

    font-family: georgia;font-size: 12pt;text-align: left;font-color: #68675a;

  • 8/7/2019 BLUE WiTH PiNK

    20/305

    }

    blockquote {

    border: 1px dotted #b02405;padding: 5px;

    }

    b {

    color: #fceef2;background-color: #eb7b9a;

    }

    u {

    font-color: #4b5209;border-bottom: 2px solid #e7f05a;

    }

    #navbar-iframe {

    display: none;}



    >>About Me


    >>ChatBox


  • 8/7/2019 BLUE WiTH PiNK

    21/305

    onMouseover="this.style.color='#4b5209';"onClick="changeNavigation('tagboard')">>>CREDITS
    >>HOME


    {Title}

    {block:Posts}

    {block:Text} text post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {Body}



    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Text}

    {block:Photo}

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}{LinkCloseTag}

    {block:Caption}

  • 8/7/2019 BLUE WiTH PiNK

    22/305

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}


    {Source}

    {/block:Source}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Quote}

    {block:Link}

    link post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Name}

    {block:Description}

    {Description}

    {/block:Description}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

  • 8/7/2019 BLUE WiTH PiNK

    23/305

    brown

  • 8/7/2019 BLUE WiTH PiNK

    24/305

    //

    var rate = 20;

    if (document.getElementById)window.onerror=new Function("return true")

    var objActive; // The object which event occured invar act = 0; // Flag during the actionvar elmH = 0; // Huevar elmS = 128; // Saturationvar elmV = 255; // Valuevar clrOrg; // A color before the changevar TimerID; // Timer ID

    if (document.all) {document.onmouseover = doRainbowAnchor;document.onmouseout = stopRainbowAnchor;}else if (document.getElementById) {document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);document.onmouseover = Mozilla_doRainbowAnchor;document.onmouseout = Mozilla_stopRainbowAnchor;}

    function doRainbow(obj){if (act == 0) {

  • 8/7/2019 BLUE WiTH PiNK

    25/305

    act = 1;if (obj)objActive = obj;elseobjActive = event.srcElement;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}

    function stopRainbow(){if (act) {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}

    function doRainbowAnchor(){if (act == 0) {var obj = event.srcElement;while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement;if (obj.tagName == 'A' || obj.tagName == 'BODY')break;}

    if (obj.tagName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function stopRainbowAnchor(){if (act) {if (objActive.tagName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function Mozilla_doRainbowAnchor(e){if (act == 0) {obj = e.target;

  • 8/7/2019 BLUE WiTH PiNK

    26/305

    while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {obj = obj.parentNode;if (obj.nodeName == 'A' || obj.nodeName == 'BODY')break;}

    if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {

    objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function ChangeColor(){objActive.style.color = makeColor();}

    function makeColor(){// Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGBif (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;

    if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}

  • 8/7/2019 BLUE WiTH PiNK

    27/305

    else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3;}else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3;}else {elmR = 0; elmG = 0; elmB = 0;}}

    elmR = Math.floor(elmR).toString(16);elmG = Math.floor(elmG).toString(16);elmB = Math.floor(elmB).toString(16);if (elmR.length == 1) elmR = "0" + elmR;if (elmG.length == 1) elmG = "0" + elmG;if (elmB.length == 1) elmB = "0" + elmB;

    elmH = elmH + rate;if (elmH >= 360)elmH = 0;

    return '#' + elmR + elmG + elmB;}

    //]]>

    //

    /***************************** Tinkerbell Magic Sparkle ** (c) 2005 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();

  • 8/7/2019 BLUE WiTH PiNK

    28/305

    var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    29/305

    else {star[i].style.visibility="hidden";starv[i]=0;return;

    }}else {

    tinyv[i]=50;tiny[i].style.top=(tinyy[i]=stary[i])+"px";tiny[i].style.left=(tinyx[i]=starx[i])+"px";tiny[i].style.width="2px";tiny[i].style.height="2px";star[i].style.visibility="hidden";tiny[i].style.visibility="visible"

    }}

    function update_tiny(i) {if (--tinyv[i]==25) {

    tiny[i].style.width="1px";

    tiny[i].style.height="1px";}if (tinyv[i]) {

    tinyy[i]+=1+Math.random()*3;if (tinyy[i]

  • 8/7/2019 BLUE WiTH PiNK

    30/305

    sleft=document.documentElement.scrollLeft;sdown=document.documentElement.scrollTop;

    }else {

    sdown=0;sleft=0;

    }}

    window.onresize=set_width;function set_width() {

    if (typeof(self.innerWidth)=="number") {swide=self.innerWidth;shigh=self.innerHeight;

    }else if (document.documentElement &&

    document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;

    }

    else if (document.body.clientWidth) {swide=document.body.clientWidth;shigh=document.body.clientHeight;

    }}

    function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height+"px";div.style.width=width+"px";div.style.overflow="hidden";div.style.backgroundColor=colour;return (div);

    }// ]]>

  • 8/7/2019 BLUE WiTH PiNK

    31/305

    function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}

    if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}

    document.oncontextmenu=new Function("alert(message);return false")

    // -->

    %MY TUMBLOG

    function changeNavigation(id){document.getElementById('welcome').innerHTML=document.getElementById(id).innerHTML}

    a:link, a:visited, a:active {color: #8ec2b7;cursor: default;text-decoration:none;}

    a:hover {color: #4b5209;cursor: crosshair;text-decoration:none;background-color:#e4eba7;}

    body {background-color: #f3f0dd;background-image: url('http://i97.photobucket.com/albums/l231/moon-

    sonata/bg-celebrate.jpg');background-repeat: repeat;cursor: default;font-family: tahoma;font-size: 8pt;color: #3f3f3f;text-align:justify;

  • 8/7/2019 BLUE WiTH PiNK

    32/305

    scrollbar-arrow-color: #c03533;scrollbar-track-color: #eff0e6;scrollbar-face-color: #eff0e6;scrollbar-darkshadow-color: #eff0e6;scrollbar-shadow-color: #eff0e6;scrollbar-3dlight-color: #eff0e6;scrollbar-highlight-color: #eff0e6;

    }

    .h1 {

    font-family: Century gothic;font-size: 20px;line-height: 20px;color: #dca83b;letter-spacing: -1pt;font-weight:none;text-align:left;

    }

    .h2 {

    font-family: Arial;font-size: 15px;line-height: 14px;color: #b9c767;letter-spacing: -1pttext-align: left;

    }

    .navs {

    font-family: georgia;font-size: 12pt;text-align: left;font-color: #68675a;

    }

    blockquote {

    border: 1px dotted #b02405;padding: 5px;

    }

    b {

    color: #fceef2;background-color: #eb7b9a;

    }

    u {

  • 8/7/2019 BLUE WiTH PiNK

    33/305

    font-color: #4b5209;border-bottom: 2px solid #e7f05a;

    }

    #navbar-iframe {

    display: none;}

    About Me


    ChatBox


    CREDITS


    {Title}

    {block:Posts}

  • 8/7/2019 BLUE WiTH PiNK

    34/305

    {block:Text}

    text post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {Body}



    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Text}

    {block:Photo}

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}{LinkCloseTag}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}
    {Source}{/block:Source}

  • 8/7/2019 BLUE WiTH PiNK

    35/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Quote}

    {block:Link}

    link post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Name}

    {block:Description}

    {Description}

    {/block:Description}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Link}

    {block:Chat}

    chat post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {block:Lines}

    {block:Label}

    {Label}

    {/block:Label}

    {Line}

    {/block:Lines}

  • 8/7/2019 BLUE WiTH PiNK

    36/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Chat}

    {block:Video}

    video post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-400}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

    {block:PreviousPage}

  • 8/7/2019 BLUE WiTH PiNK

    37/305

    {/block:PreviousPage}

    {block:NextPage}Next >>

    {/block:NextPage}





    This is All ABout Me
    {block:Description}{Description}{/block:Description}

    credits.

    Get This Theme At: YaniLavigne'sThemes

    Theme Designer DancingSheep

  • 8/7/2019 BLUE WiTH PiNK

    38/305





    links.

    link
    link
    link
    link
    link


    THANK YOU AREA:

    Designer DancingSheep
    Resources x

    x



    scrap book

  • 8/7/2019 BLUE WiTH PiNK

    39/305

    //

    var rate = 20;

    if (document.getElementById)window.onerror=new Function("return true")

    var objActive; // The object which event occured invar act = 0; // Flag during the actionvar elmH = 0; // Huevar elmS = 128; // Saturationvar elmV = 255; // Valuevar clrOrg; // A color before the changevar TimerID; // Timer ID

    if (document.all) {document.onmouseover = doRainbowAnchor;document.onmouseout = stopRainbowAnchor;}else if (document.getElementById) {document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);document.onmouseover = Mozilla_doRainbowAnchor;document.onmouseout = Mozilla_stopRainbowAnchor;}

    function doRainbow(obj){if (act == 0) {act = 1;if (obj)objActive = obj;elseobjActive = event.srcElement;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}

    function stopRainbow()

  • 8/7/2019 BLUE WiTH PiNK

    40/305

    {if (act) {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}

    function doRainbowAnchor(){if (act == 0) {var obj = event.srcElement;while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement;if (obj.tagName == 'A' || obj.tagName == 'BODY')break;}

    if (obj.tagName == 'A' && obj.href != '') {

    objActive = obj;act = 1;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function stopRainbowAnchor(){if (act) {if (objActive.tagName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function Mozilla_doRainbowAnchor(e){if (act == 0) {obj = e.target;while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {obj = obj.parentNode;if (obj.nodeName == 'A' || obj.nodeName == 'BODY')break;}

    if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100);}

  • 8/7/2019 BLUE WiTH PiNK

    41/305

    }}

    function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function ChangeColor(){objActive.style.color = makeColor();}

    function makeColor(){// Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGBif (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;

    if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3;}else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3;}else {elmR = 0; elmG = 0; elmB = 0;}

  • 8/7/2019 BLUE WiTH PiNK

    42/305

    }

    elmR = Math.floor(elmR).toString(16);elmG = Math.floor(elmG).toString(16);elmB = Math.floor(elmB).toString(16);if (elmR.length == 1) elmR = "0" + elmR;if (elmG.length == 1) elmG = "0" + elmG;if (elmB.length == 1) elmB = "0" + elmB;

    elmH = elmH + rate;if (elmH >= 360)elmH = 0;

    return '#' + elmR + elmG + elmB;}

    //]]>

    //

    /***************************** Tinkerbell Magic Sparkle ** (c) 2005 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    43/305

    rats.style.visibility="hidden";var rlef=createDiv(1, 5);var rdow=createDiv(5, 1);rats.appendChild(rlef);rats.appendChild(rdow);rlef.style.top="2px";rlef.style.left="0px";rdow.style.top="0px";rdow.style.left="2px";document.body.appendChild(star[i]=rats);

    }set_width();sparkle();

    }}

    function sparkle() {var c;if (x!=ox || y!=oy) {

    ox=x;oy=y;

    for (c=0; c

  • 8/7/2019 BLUE WiTH PiNK

    44/305

    star[i].style.visibility="hidden";tiny[i].style.visibility="visible"

    }}

    function update_tiny(i) {if (--tinyv[i]==25) {

    tiny[i].style.width="1px";tiny[i].style.height="1px";

    }if (tinyv[i]) {

    tinyy[i]+=1+Math.random()*3;if (tinyy[i]

  • 8/7/2019 BLUE WiTH PiNK

    45/305

    swide=self.innerWidth;shigh=self.innerHeight;

    }else if (document.documentElement &&

    document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;

    }else if (document.body.clientWidth) {

    swide=document.body.clientWidth;shigh=document.body.clientHeight;

    }}

    function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height+"px";div.style.width=width+"px";div.style.overflow="hidden";

    div.style.backgroundColor=colour;return (div);

    }// ]]>

  • 8/7/2019 BLUE WiTH PiNK

    46/305

    document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}

    document.oncontextmenu=new Function("alert(message);return false")

    // -->

    %BEYOND WORDS

    a:link, a:visited, a:active {color: #8ec2b7;

    cursor: default;text-decoration:none;}

    a:hover {color: #4b5209;cursor: crosshair;text-decoration:none;background-color:#e4eba7;}

    body {background-color: #fefefe;background-image:

    url('http://i314.photobucket.com/albums/ll434/dancing_sheep/bg.png');background-repeat: repeat;cursor: default;font-family: tahoma;font-size: 8pt;color: #3f3f3f;text-align:justify;

    scrollbar-arrow-color: #937a66;scrollbar-track-color: #fcfcfb;scrollbar-face-color: #fafaf9;scrollbar-darkshadow-color: #fcfcfb;scrollbar-shadow-color: #fcfcfb;scrollbar-3dlight-color: #fcfcfb;scrollbar-highlight-color: #fcfcfb;

    }

    .h1 {

    font-family: Century gothic;font-size: 20px;

  • 8/7/2019 BLUE WiTH PiNK

    47/305

    line-height: 19px;color: #dca83b;letter-spacing: -1pt;font-weight:none;text-align:left;

    }

    .h2 {

    font-family: Arial;font-size: 15px;line-height: 14px;color: #b9c767;letter-spacing: -1pt;text-align: left;

    }

    .entries {

    padding: 5px;

    }

    blockquote {

    border: 1px dotted #b5dcd6;padding: 5px;

    }

    b {

    color: #fceef2;background-color: #eb7b9a;

    }

    u {

    font-color: #4b5209;border-bottom: 2px solid #e7f05a;

    }

    .preloadpic {

    display: none;}

    #navbar-iframe {

    display: none;}

  • 8/7/2019 BLUE WiTH PiNK

    48/305

  • 8/7/2019 BLUE WiTH PiNK

    49/305

    onmouseout="document.images['s4a'].src='http://i314.photobucket.com/albums/ll434/dancing_sheep/links.png'">

    {block:Posts}

    {block:Text}

    text post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {Body}



    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Text}

    {block:Photo}

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}{LinkCloseTag}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}

  • 8/7/2019 BLUE WiTH PiNK

    50/305

    href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}
    {Source}{/block:Source}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Quote}

    {block:Link}

    link post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Name}

    {block:Description}

    {Description}

    {/block:Description}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Link}

    {block:Chat}

    chat post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

  • 8/7/2019 BLUE WiTH PiNK

    51/305

    {Title}

    {/block:Title}

    {block:Lines}

    {block:Label}

    {Label}

    {/block:Label}

    {Line}

    {/block:Lines}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Chat}

    {block:Video}

    video post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-250}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}
  • 8/7/2019 BLUE WiTH PiNK

    52/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

    {block:PreviousPage}

    >

    {/block:NextPage}



    This is All ABout Me
    {block:Description}{Description}{/block:Description}

  • 8/7/2019 BLUE WiTH PiNK

    53/305



    links.

    FOLLOW THE DESIGNER
    BLOGSKIN THEME
    GET THISLAYOUT


    credits.

    Designer DancingSheep
    Resources x

    xx



    {Title}
    GET THISTHEME: >>YaniLavigneDancingSheep

  • 8/7/2019 BLUE WiTH PiNK

    54/305

    you make my heart melt

    //

    var rate = 20;

    if (document.getElementById)window.onerror=new Function("return true")

    var objActive; // The object which event occured invar act = 0; // Flag during the actionvar elmH = 0; // Huevar elmS = 128; // Saturationvar elmV = 255; // Valuevar clrOrg; // A color before the changevar TimerID; // Timer ID

    if (document.all) {document.onmouseover = doRainbowAnchor;document.onmouseout = stopRainbowAnchor;}else if (document.getElementById) {document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);document.onmouseover = Mozilla_doRainbowAnchor;document.onmouseout = Mozilla_stopRainbowAnchor;

    }

    function doRainbow(obj){if (act == 0) {act = 1;if (obj)objActive = obj;elseobjActive = event.srcElement;

  • 8/7/2019 BLUE WiTH PiNK

    55/305

    clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}

    function stopRainbow(){if (act) {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}

    function doRainbowAnchor(){if (act == 0) {var obj = event.srcElement;

    while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement;if (obj.tagName == 'A' || obj.tagName == 'BODY')break;}

    if (obj.tagName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = objActive.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function stopRainbowAnchor(){if (act) {if (objActive.tagName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}}

    function Mozilla_doRainbowAnchor(e){if (act == 0) {obj = e.target;while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {obj = obj.parentNode;if (obj.nodeName == 'A' || obj.nodeName == 'BODY')break;}

  • 8/7/2019 BLUE WiTH PiNK

    56/305

    if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;}}

    }

    function ChangeColor(){objActive.style.color = makeColor();}

    function makeColor(){// Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGBif (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;

    if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3;

  • 8/7/2019 BLUE WiTH PiNK

    57/305

    }else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3;}else {elmR = 0; elmG = 0; elmB = 0;}}

    elmR = Math.floor(elmR).toString(16);elmG = Math.floor(elmG).toString(16);elmB = Math.floor(elmB).toString(16);if (elmR.length == 1) elmR = "0" + elmR;if (elmG.length == 1) elmG = "0" + elmG;if (elmB.length == 1) elmB = "0" + elmB;

    elmH = elmH + rate;if (elmH >= 360)elmH = 0;

    return '#' + elmR + elmG + elmB;}

    //]]>

    //

    /***************************** Tinkerbell Magic Sparkle ** (c) 2005 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    58/305

    var rats=createDiv(3, 3);rats.style.visibility="hidden";document.body.appendChild(tiny[i]=rats);starv[i]=0;tinyv[i]=0;var rats=createDiv(5, 5);rats.style.backgroundColor="transparent";rats.style.visibility="hidden";var rlef=createDiv(1, 5);var rdow=createDiv(5, 1);rats.appendChild(rlef);rats.appendChild(rdow);rlef.style.top="2px";rlef.style.left="0px";rdow.style.top="0px";rdow.style.left="2px";document.body.appendChild(star[i]=rats);

    }set_width();sparkle();

    }}

    function sparkle() {var c;if (x!=ox || y!=oy) {

    ox=x;oy=y;for (c=0; c

  • 8/7/2019 BLUE WiTH PiNK

    59/305

    }else {

    tinyv[i]=50;tiny[i].style.top=(tinyy[i]=stary[i])+"px";tiny[i].style.left=(tinyx[i]=starx[i])+"px";tiny[i].style.width="2px";tiny[i].style.height="2px";star[i].style.visibility="hidden";tiny[i].style.visibility="visible"

    }}

    function update_tiny(i) {if (--tinyv[i]==25) {

    tiny[i].style.width="1px";tiny[i].style.height="1px";

    }if (tinyv[i]) {

    tinyy[i]+=1+Math.random()*3;if (tinyy[i]

  • 8/7/2019 BLUE WiTH PiNK

    60/305

    sleft=0;}

    }

    window.onresize=set_width;function set_width() {

    if (typeof(self.innerWidth)=="number") {swide=self.innerWidth;shigh=self.innerHeight;

    }else if (document.documentElement &&

    document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;

    }else if (document.body.clientWidth) {

    swide=document.body.clientWidth;shigh=document.body.clientHeight;

    }}

    function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height+"px";div.style.width=width+"px";div.style.overflow="hidden";div.style.backgroundColor=colour;return (div);

    }// ]]>

  • 8/7/2019 BLUE WiTH PiNK

    61/305

    return false;}}}

    if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}

    document.oncontextmenu=new Function("alert(message);return false")

    // -->

    {block:Description}{/block:Description}

    {Title}

    body {padding: 10px; background-color:#333333; background-attachment:fixed; cursor:url("http://fc04.deviantart.net/fs44/f/2009/091/9/7/Kawaii_Pixel_Heart_by_lafhaha.gif"), default; font-family: {font:body}; font-size:{text:font size}; line-height:{text:line height}; color:#ffffff;overflow-x:hidden;}

    .container {position:relative; width: 620px; margin:auto;}

    .left{position:absolute; left:0px; width:410px;}

    .right{margin-left:415px; position:absolute; width:200px;}

    .post{background-color:{color:Tables}; padding:5px; margin-bottom:5px;text-align:justify;}

  • 8/7/2019 BLUE WiTH PiNK

    62/305

    .box{background-color:{color:Tables}; padding:5px; margin-bottom:5px;text-align:justify;min-height:px;}img{border:none;}.box img{padding-left:3px; padding-top:3px;}td, tr{height:0px; padding:0px;}p{line-height:10px; padding:0px; margin:0px;}b, .name, strong {color:{color:Accents}!important;}i{color:{color:Link}!important;}strike {letter-spacing:-1px;}a.block:link{display:block;width:100%;}a.block:hover{display:block;width:100%; background-color:{color:b};}a:link, a:active, a:visited{color:{color:Link}; text-decoration:none;}a:hover{color:{color:Accents};}.left .title {font-size:{text:title font size}; font-family:{font:title}; letter-spacing:px; line-height:14px; text-decoration:none; background:{color:b}; color:{color:2a}!important;text-transform:lowercase; display:block; width:100%; margin-bottom:px;}.left a.title:hover{color:{color:1a}!important; background-color:{color:b};}.right .title, .right a.title {color:{color:1a}!important; font-size:

    {text:title font size}; font-family:{font:title}; letter-spacing:px;line-height:14px; text-decoration:none; text-transform:lowercase;background-color:{color:b}; display:block; width:100%; margin-bottom:0px;}.right a.title:hover {background:{color:2b}; color:{color:2a}!important;}.source{display:block; text-align:right;}.times a{display:block; text-align:right; margin-top:2px; background-color:{color:b}; color:{color:Times}; font-family:terminal; font-size:8px; text-transform:uppercase; line-height:9px;}.times a:hover{text-decoration:none; background:{color:b}; color:{color:1a}!important;}h3{font-size:20px; font-family:georgia; text-transform:lowercase; font-weight:normal; font-style:italic; letter-spacing:-2px; line-height:14px; margin:0px;}.audio_player, object {text-align:center;}blockquote{border-left-width: 1px; border-left-style: dotted; border-left-color: #666666; padding:1px; padding-left: 5px; margin: 0px;}.pages a{font-size:100px;color:{color:Tables};}.name{font-weight:bold; font-family:tahoma; text-align:right;}.next {float:left;padding-top:0;}.back {float:right; padding-top:0; padding-left:;}.quote .times, .notes img{display:none;}ol.notes, .action{list-style:none; padding:0px; margin:0px;}.notes li{list-style:none; padding:0px; margin:0px;border-bottom:dotted 1px; border-color:{color:Accents}; padding-top:5px; padding-bottom:5px;}ul#twitter_update_list {list-style:none; padding:0px; margin:0px;}.post img {max-width: 100%;}

    {CustomCSS}

  • 8/7/2019 BLUE WiTH PiNK

    63/305

    {Title}



    {block:Description}{Description}{/block:Description}

    THANK YOU:)


    FOLLOW THE DESIGNER:
    >>YaniLavigneDEVIANTART

  • 8/7/2019 BLUE WiTH PiNK

    64/305

    {block:NextPage}{/block:NextPage}{block:PreviousPage}{/block:PreviousPage}{block:PermalinkPagination}{block:NextPost}{/block:NextPost}{block:PreviousPost}{/block:PreviousPost}{/block:PermalinkPagination}

    {block:Posts}

    {block:Text}

    {block:Title}{Title}{/block:Title}

    {Body}{block:NoteCount}{NoteCount} Notes{/block:NoteCount} {DayOfMonth} {Month}{Year} // {12Hour}:{Minutes}{AmPm}{block:PostNotes}
    {PostNotes}{/block:PostNotes}

    {/block:Text}

    {block:Link}{Name}{block:Description}{Description}{/block:Description}

    {block:NoteCount}{NoteCount}Notes{/block:NoteCount}{DayOfMonth} {Month} {Year} // {12Hour}:{Minutes}{AmPm}{block:PostNotes}
    {PostNotes}{/block:PostNotes}

    {block:Link}

    {block:Photo}{LinkOpenTag}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}

    {block:NoteCount}{NoteCount}Notes{/block:NoteCount}{DayOfMonth} {Month} {Year} // {12Hour}:{Minutes}{AmPm}{block:PostNotes}
    {PostNotes}{/block:PostNotes}

    {/block:Photo}

    {block:Quote}"{Quote}"{block:Source}~ {Source}

    {/block:Source}{block:PostNotes}
    {PostNotes}{/block:PostNotes}

  • 8/7/2019 BLUE WiTH PiNK

    65/305

  • 8/7/2019 BLUE WiTH PiNK

    66/305

    //

    /***************************** Tinkerbell Magic Sparkle ** (c) 2005 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();

    var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    67/305

    star[c].style.left=(starx[c]=x)+"px";star[c].style.top=(stary[c]=y)+"px";star[c].style.clip="rect(0px, 5px, 5px, 0px)";star[c].style.visibility="visible";starv[c]=50;break;

    }}for (c=0; c

  • 8/7/2019 BLUE WiTH PiNK

    68/305

  • 8/7/2019 BLUE WiTH PiNK

    69/305

    return (div);}// ]]>

    {Title}

  • 8/7/2019 BLUE WiTH PiNK

    70/305

    body {

    margin: 30px;background-color: #FFFFFF;background-image:

    url('http://i277.photobucket.com/albums/kk68/XxZanessaHotTaste24xX/Colorful.gif');

    background-repeat: repeat;background-attachment: fixed;background-position: top center;

    }

    .chat{list-style: none;padding: 4px;

    margin: 10px;border: 1px solid {color:Quote/chat Accent};

    }

    .even {background-color: {color:Quote/chat Accent};padding: 4px;}

    .odd {padding: 4px}

    #table {width: 670px;

    background-image:url(https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a421544d9.png);

    padding-top: 17px;padding-right: 17px;table-layout: fixed;padding-left: 17px;padding-bottom: 5px;font-family: 'Lucida Sans', Helvetica, sans-serif;color: #C4A2CA;border: 0;font-size: 11px;

    }a:link,a:active,a:visited {

    text-decoration: none;color: #E279B8;font-weight: normal;

    }a:hover {

    text-decoration: none;color: #7ED6EC;

    }

    #left {width: 400px;padding: 0px;

  • 8/7/2019 BLUE WiTH PiNK

    71/305

  • 8/7/2019 BLUE WiTH PiNK

    72/305

    font-size: 20px;font-weight: normal;color: {color:Post Title};font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: underline;

    }#posts {

    list-style: none;padding: 0;margin: 0;

    }#each {

    padding-top: 10px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;

    }

    img {border: 0px;}

    #box, #box a {text-transform: uppercase;font-size: 11px;color: #7ED6EC;width: 400;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;text-decoration: none;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sidebox {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

  • 8/7/2019 BLUE WiTH PiNK

    73/305

    }

    #sideboxF {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 2px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #box b, #box b a {color: #ff88cc;text-decoration: none;

    }.footer{

    font-family: Helvetica, sans-serif;font-size: 12px;color: #000000;margin: 5px;

    }

    .footer a {text-decoration: none;

    }

    .label {font-size: 11px;text-transform: uppercase;color: #7ED6EC;

    }

    #sidebox b {color: {color:Tumblr Title};

    }

    p {margin: 10px;

    }

    ol.notes {padding: 0px;margin: 25px 0px;list-style-type: none;border-bottom: solid 1px #ccc;

    }ol.notes li.note {

  • 8/7/2019 BLUE WiTH PiNK

    74/305

  • 8/7/2019 BLUE WiTH PiNK

    75/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Text}

    {block:Photo}

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}{LinkCloseTag}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}
    {Source}{/block:Source}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

  • 8/7/2019 BLUE WiTH PiNK

    76/305

  • 8/7/2019 BLUE WiTH PiNK

    77/305

    href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}

    {/block:Chat}

    {block:Video}

    video post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-400}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

    {CustomCSS}

  • 8/7/2019 BLUE WiTH PiNK

    78/305

  • 8/7/2019 BLUE WiTH PiNK

    79/305

  • 8/7/2019 BLUE WiTH PiNK

    80/305

    var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var tiny=new Array();var star=new Array();var starv=new Array();var starx=new Array();var stary=new Array();var tinyx=new Array();var tinyy=new Array();var tinyv=new Array();

    window.onload=function() { if (document.getElementById) {var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    81/305

  • 8/7/2019 BLUE WiTH PiNK

    82/305

    if (typeof(self.pageYOffset)=="number") {sdown=self.pageYOffset;sleft=self.pageXOffset;

    }else if (document.body.scrollTop || document.body.scrollLeft) {

    sdown=document.body.scrollTop;sleft=document.body.scrollLeft;

    }else if (document.documentElement &&

    (document.documentElement.scrollTop ||document.documentElement.scrollLeft)) {

    sleft=document.documentElement.scrollLeft;sdown=document.documentElement.scrollTop;

    }else {

    sdown=0;sleft=0;

    }}

    window.onresize=set_width;function set_width() {

    if (typeof(self.innerWidth)=="number") {swide=self.innerWidth;shigh=self.innerHeight;

    }else if (document.documentElement &&

    document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;

    }else if (document.body.clientWidth) {

    swide=document.body.clientWidth;shigh=document.body.clientHeight;

    }}

    function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height+"px";div.style.width=width+"px";div.style.overflow="hidden";div.style.backgroundColor=colour;return (div);

    }// ]]>

  • 8/7/2019 BLUE WiTH PiNK

    83/305

    var message="http://yanilavigne.tumblr.com";

    ///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}

    function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}

    if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}

    document.oncontextmenu=new Function("alert(message);return false")

    // -->

    {Title}

  • 8/7/2019 BLUE WiTH PiNK

    84/305

    background-position: top center;}

    .chat{list-style: none;padding: 4px;margin: 10px;border: 1px solid {color:Quote/chat Accent};

    }

    .even {background-color: {color:Quote/chat Accent};padding: 4px;}

    .odd {padding: 4px}

    #table {width: 670px;

    background-image:url(https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a42d877db.png);

    padding-top: 17px;padding-right: 17px;table-layout: fixed;padding-left: 17px;padding-bottom: 5px;font-family: 'Lucida Sans', Helvetica, sans-serif;color: #eee;border: 0;font-size: 11px;

    }a:link,a:active,a:visited {

    text-decoration: none;color: #E279B8;font-weight: normal;

    }a:hover {

    text-decoration: none;color: #84B478;

    }

    #left {width: 400px;padding: 0px;text-align: left;

    }

    .qcontainer {padding: 10px;border-left: 1px solid {color:Text Color};border-top: 1px solid {color:Text Color};background-color: {color:Quote/chat Accent};

    }

    .source {padding-top: 2px;}

    .quote {font-size: 20px;

  • 8/7/2019 BLUE WiTH PiNK

    85/305

    font-family: georgia; text-transform:lowercase;font-weight:normal;

    font-style:italic; letter-spacing:-2px;line-height:14px; margin:0px;line-height: 22px;

    }

    #middle {width: 30px;}

    #right {text-align: left;width: 200px;padding: 0px;text-align: left;

    }

    #title, #title a {font-size: 30px;text-transform: uppercase;text-decoration: none;

    font-weight: normal;color: #ffffff;margin-top: 0px;margin-bottom: 0px;font-family: georgia; text-transform:uppercase;font-weight:normal; font-style:bold; letter-spacing:-

    2px;line-height:14px; margin:0px;

    }

    #posttitle, #posttitle a{font-size: 20px;font-weight: normal;color: #84B478;font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: none;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }#postlink, #postlink a{

    font-size: 20px;font-weight: normal;color: {color:Post Title};font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: underline;

    }#posts {

    list-style: none;padding: 0;margin: 0;

    }

  • 8/7/2019 BLUE WiTH PiNK

    86/305

    #each {padding-top: 10px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;

    }img {border: 0px;}

    #box, #box a {text-transform: uppercase;font-size: 11px;color: #000000;width: 400;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;

    margin-bottom: 0px;text-decoration: none;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sidebox {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sideboxF {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;

  • 8/7/2019 BLUE WiTH PiNK

    87/305

    margin-bottom: 2px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #box b, #box b a {color: #ffffff;text-decoration: none;

    }.footer{

    font-family: Helvetica, sans-serif;font-size: 12px;color: #000000;margin: 5px;

    }

    .footer a {text-decoration: none;

    }

    .label {font-size: 11px;text-transform: uppercase;color: #000000;

    }

    #sidebox b {color: {color:Tumblr Title};

    }

    p {margin: 10px;

    }

    ol.notes {padding: 0px;margin: 25px 0px;list-style-type: none;border-bottom: solid 1px #ccc;

    }ol.notes li.note {

    border-top: solid 1px #ccc;padding: 10px;

    }

    ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;

    }

    ol.notes li.note span.action {font-weight: bold;

    }

  • 8/7/2019 BLUE WiTH PiNK

    88/305

    ol.notes li.note .answer_content {font-weight: normal;

    }

    ol.notes li.note blockquote {border-color: #eee;padding: 4px 10px;margin: 10px 0px 0px 25px;

    }

    ol.notes li.note blockquote a {text-decoration: none;

    }

    {Title}

    {block:Posts}

    {block:Text}

    text post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {Body}



    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Text}

    {block:Photo}

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}

  • 8/7/2019 BLUE WiTH PiNK

    89/305

    alt="{PhotoAlt}"/>{LinkCloseTag}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}
    {Source}{/block:Source}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Quote}

    {block:Link}

    link post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Name}

    {block:Description}

    {Description}

    {/block:Description}

  • 8/7/2019 BLUE WiTH PiNK

    90/305

  • 8/7/2019 BLUE WiTH PiNK

    91/305

  • 8/7/2019 BLUE WiTH PiNK

    92/305



    {block:Following}{block:Followed} {/block:Followed}
    {/block:Following}

    {block:NextPage}{/block:NextPage}

    {block:PreviousPage} {/block:NextPost}

  • 8/7/2019 BLUE WiTH PiNK

    93/305

  • 8/7/2019 BLUE WiTH PiNK

    94/305

  • 8/7/2019 BLUE WiTH PiNK

    95/305

    break;}

    if (obj.nodeName == 'A' && obj.href != '') {objActive = obj;act = 1;clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100);}}}

    function Mozilla_stopRainbowAnchor(e){if (act) {if (objActive.nodeName == 'A') {objActive.style.color = clrOrg;clearInterval(TimerID);act = 0;

    }}}

    function ChangeColor(){objActive.style.color = makeColor();}

    function makeColor(){// Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGBif (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV;}else {t1 = elmV;t2 = (255 - elmS) * elmV / 255;t3 = elmH % 60;t3 = (t1 - t2) * t3 / 60;

    if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3;}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3;}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3;}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3;}

  • 8/7/2019 BLUE WiTH PiNK

    96/305

  • 8/7/2019 BLUE WiTH PiNK

    97/305

    var i, rats, rlef, rdow;for (var i=0; i

  • 8/7/2019 BLUE WiTH PiNK

    98/305

  • 8/7/2019 BLUE WiTH PiNK

    99/305

  • 8/7/2019 BLUE WiTH PiNK

    100/305

    if (e.which==2||e.which==3){alert(message);return false;}}}

    if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}

    document.oncontextmenu=new Function("alert(message);return false")

    // -->

    {block:Description}{/block:Description}body{background-image: url("https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a43969e24.jpg") ;cursor:url("http://i399.photobucket.com/albums/pp74/mezhen118/sym170.gif"),default;background-color: {color:background};background-repeat: repeat-y;background-position: top center;background-attachment: fixed;color: {color:text};font-family:arial;font-size:11px;margin:0px;text-transform:lowercase;}a:link, a:active, a:visited{color: {color:link};text-decoration:none;}#top li a {color:#646464;}a:hover, #top li a:hover{color: #2DD2F3!important;}#spine{position:absolute;left:50%;

  • 8/7/2019 BLUE WiTH PiNK

    101/305

    margin-left:-375px;width:750px;}#top{display:block;width:100%;background-color: #ff88cc;padding: 0px 0px;height:37px;border:none;over-flow:hidden;}#top li{position:relative;top:10px; _top:0px;display:inline;list-style:none;height: 20px;padding: 10px;font-family: arial narrow, arial;

    font-size:14px;text-transform:uppercase;border-left:1px solid #ffffff;border-right:1px solid #ffffff;letter-spacing:1px;}#title{background-color:{color:title};height:14px;padding: 5px;color:#333;margin-bottom:10px;text-align:center;letter-spacing:3px;}#right{float:right;}#entry{width:500px;margin-bottom:30px;}#entrybody{padding: 0px;}#left{float:left;width:240px;text-align:justify;}.title{display:block;color: {color:title}!important;font-size:22px;letter-spacing:-2px;line-height:18px;}

  • 8/7/2019 BLUE WiTH PiNK

    102/305

  • 8/7/2019 BLUE WiTH PiNK

    103/305

    {block:Audio}{AudioPlayerBlack}{block:Caption}
    {Caption}{/block:Caption}{/block:Audio}{block:Quote}{block:Source}{Source}{/block:Source}{/block:Quote}{block:Link}{Name}{block:Description}{Description}{/block:Description}{/block:Link}{block:Chat}{block:Lines}{block:Label}{Label}{/block:Label}{Line}{/block:Lines}{/block:Chat}{block:Video}

    {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{block:Answer}{Answer}{/block:Answer}{block:Date}{block:HasTags}tagged as {block:Tags}{Tag}. {/block:Tags}{/block:HasTags}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}{/block:Date}{block:PostNotes}
    {block:NoteCount}
    {NoteCountWithLabel} {/block:NoteCount}{PostNotes}{/block:PostNotes}{/block:Posts}

  • 8/7/2019 BLUE WiTH PiNK

    122/305

    {Title}

  • 8/7/2019 BLUE WiTH PiNK

    123/305

    text-decoration: none;color: #E279B8;font-weight: normal;

    }a:hover {

    text-decoration: none;color: #ffffff;

    }

    #left {width: 400px;padding: 0px;text-align: left;

    }

    .qcontainer {padding: 10px;border-left: 1px solid {color:Text Color};border-top: 1px solid {color:Text Color};background-color: {color:Quote/chat Accent};

    }

    .source {padding-top: 2px;}

    .quote {font-size: 20px;font-family: georgia; text-transform:lowercase;

    font-weight:normal;font-style:italic; letter-spacing:-2px;line-height:14px; margin:0px;line-height: 22px;

    }

    #middle {width: 30px;}

    #right {text-align: left;width: 200px;padding: 0px;text-align: left;

    }

    #title, #title a {font-size: 33px;text-transform: uppercase;text-decoration: none;font-weight: normal;color: #ffffff;margin-top: 0px;margin-bottom: 0px;font-family: georgia; text-transform:uppercase;font-weight:normal; font-style:BOLD; letter-spacing:-

    2px;line-height:14px; margin:0px;

    }

    #posttitle, #posttitle a{

  • 8/7/2019 BLUE WiTH PiNK

    124/305

    font-size: 20px;font-weight: normal;color: {color:Post Title};font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: none;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }#postlink, #postlink a{

    font-size: 20px;font-weight: normal;color: {color:Post Title};font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: underline;

    }#posts {

    list-style: none;padding: 0;margin: 0;

    }#each {

    padding-top: 10px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;

    }img {border: 0px;}

    #box, #box a {text-transform: uppercase;font-size: 11px;color: #000000;width: 400;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;text-decoration: none;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sidebox {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};

  • 8/7/2019 BLUE WiTH PiNK

    125/305

  • 8/7/2019 BLUE WiTH PiNK

    126/305

  • 8/7/2019 BLUE WiTH PiNK

    127/305

    text post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {Body}



    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Text}

    {block:Photo}

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}{LinkCloseTag}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}
    {Source}{/block:Source}

  • 8/7/2019 BLUE WiTH PiNK

    128/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Quote}

    {block:Link}

    link post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Name}

    {block:Description}

    {Description}

    {/block:Description}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Link}

    {block:Chat}

    chat post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {block:Lines}

    {block:Label}

    {Label}

    {/block:Label}

    {Line}

    {/block:Lines}

  • 8/7/2019 BLUE WiTH PiNK

    129/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Chat}

    {block:Video}

    video post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-400}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

  • 8/7/2019 BLUE WiTH PiNK

    130/305

    {CustomCSS}

    About

    {Description}


    CREDITS:Follow The Designer:
    YaniLavigne
    Get This At:

    {block:Following}following{block:Followed} {/block:Followed}
    {/block:Following}

  • 8/7/2019 BLUE WiTH PiNK

    131/305

  • 8/7/2019 BLUE WiTH PiNK

    132/305

  • 8/7/2019 BLUE WiTH PiNK

    133/305

    #header {position: relative;text-transform: uppercase;display: inline;left: -15px;top: 30px;font: 40px Helvetica;margin: 40px 0px 40px 0px;

    padding: 0px 15px 0 15px;background: {color:Title Background};color: #b1aaaa;

    height: 50px;-webkit-border-radius: 5px;-moz-border-radius: 5px;

    }

    #header a {color: {color:Title};

    }

    #header a:hover {color: {color:Title Hover};

    }

    #header h1 {font-size: 30px;letter-spacing: -1px;padding: 0px 0px 0px 0px;

    }

    #header h1 a {color: #f734e0;margin: 0px 0px 0px 0px;

    }

    #header span {font-size: 18px;padding: 0 0 0 15px;

    }

    #content {width: 800px;margin: 0;padding: 10px 10px 10px 10px;background: transparent;background-image:

    url(https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a451dd8dd.png);background-repeat: repeat-y;

    -moz-border-radius: 5px;-webkit-border-radius: 5px;

    }

    #main {float: left;width: 500px;margin: 40px 0px 0px 10px;

  • 8/7/2019 BLUE WiTH PiNK

    134/305

    padding: 0px 0px 0px 0px;

    }

    #sidebar {float: left;width: 230px;background: transparent;padding: 30px 0 0 0;margin: 0 20px 10px 0;

    }

    #sidebar h3 {font-size: 17px;

    text-transform: uppercase;letter-spacing: -1px;

    color: #222;border-bottom: 5px solid #f734e0;padding: 0px 0px 5px 0px;

    margin: 0px 0px 0px 0px;}

    #sidebar p {padding: 5px;

    }

    .other_links a {

    color: {color: Link};text-decoration: none;margin: 0px 0px 0px 5px;

    }

    .other_links a:hover {color: {color:Link Hover};text-decoration: none;

    }

    .post {

    margin: 0 0 20px 0;width: 530px;

    }

    .post h2 {color: #63a686;font-weight: normal;font-size: 22px;line-height: 24px;letter-spacing: -1px;margin: 0 0 8px 0;

    }

    .postcontent {width: 530px;

  • 8/7/2019 BLUE WiTH PiNK

    135/305

  • 8/7/2019 BLUE WiTH PiNK

    136/305

  • 8/7/2019 BLUE WiTH PiNK

    137/305

  • 8/7/2019 BLUE WiTH PiNK

    138/305

  • 8/7/2019 BLUE WiTH PiNK

    139/305

    border: 1px solid #b32600;padding: 1px;margin: 1px;

    }

    #comment {

    font-size: 10px;text-align: left;margin: -10px 0px 30px 0px;

    }

    #comment a {text-decoration: none;color: {color:Link};

    }

    #comment a:hover {text-decoration: none;color: {color:Link Hover};

    }

    #twitter {color:#222;font-family: 'Lucida Grande', Gill Sans MT, sans-serif;font-size: 12px;text-align: left;line-height: 20px;width: 250px;padding: 3px 0px 0px 0px;

    }

    #twitter ul {list-style-type:none;

    }

    #twitter a {color:{color:Link};

    }

    #twitter a:hover {color: {color:Link Hover};

    }

    #credits {margin: 5px 0px 0px 0px;color: {color:Center Background};font-size: 10px;

    }

    ol.notes {padding: 0px;margin: 25px 0px;list-style-type: none;border-bottom: solid 1px #ccc;

  • 8/7/2019 BLUE WiTH PiNK

    140/305

  • 8/7/2019 BLUE WiTH PiNK

    141/305

  • 8/7/2019 BLUE WiTH PiNK

    142/305

  • 8/7/2019 BLUE WiTH PiNK

    143/305

    {/block:Source}

    {/block:Quote}

    {block:Link}

    {Name}

    {block:Description}

    {Description}{/block:Description}

    {/block:Link}

    {block:Chat}

    {block:Title}{Title}

    {/block:Title}

    {block:Lines}

    {block:Label}{Label}

    {/block:Label}{Line}{/block:Lines}

    {/block:Chat}

    {block:Audio}

    {AudioPlayerBlack}

    {block:Caption}{Caption}

    {/block:Caption}{/block:Audio}

  • 8/7/2019 BLUE WiTH PiNK

    144/305

  • 8/7/2019 BLUE WiTH PiNK

    145/305

    NO RIPPING Or ILL RIP YOUR FACE | CODE by: Roy David Farber and

    Hunson |Tweaked By: YaniLavigne

    {block:PreviousPage}

    {/block:PreviousPage}

    {CurrentPage} of {TotalPages}

    {block:NextPage}

  • 8/7/2019 BLUE WiTH PiNK

    146/305

    {/block:NextPage}

    ar u happi

    {Title}

  • 8/7/2019 BLUE WiTH PiNK

    147/305

    body {

    margin: 30px;background-color: #000000;background-image:

    url('https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a45aed9e6.png');background-repeat: repeat;background-attachment: fixed;background-position: top center;

    }

    .chat{list-style: none;padding: 4px;margin: 10px;border: 1px solid {color:Quote/chat Accent};

    }

    .even {background-color: {color:Quote/chat Accent};padding: 4px;}

    .odd {padding: 4px}

    #table {width: 670px;

    background-image:url(https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a45ba6e3e.png);

    padding-top: 17px;padding-right: 17px;table-layout: fixed;padding-left: 17px;padding-bottom: 5px;font-family: 'Lucida Sans', Helvetica, sans-serif;color: #333333;border: 0;font-size: 11px;

    }a:link,a:active,a:visited {

    text-decoration: none;color: #E279B8;font-weight: normal;

    }a:hover {

    text-decoration: none;color: #ffffff;

    }

  • 8/7/2019 BLUE WiTH PiNK

    148/305

    #left {width: 400px;padding: 0px;text-align: left;

    }

    .qcontainer {padding: 10px;border-left: 1px solid {color:Text Color};border-top: 1px solid {color:Text Color};background-color: {color:Quote/chat Accent};

    }

    .source {padding-top: 2px;}

    .quote {font-size: 20px;font-family: georgia; text-transform:lowercase;

    font-weight:normal;font-style:italic; letter-spacing:-2px;

    line-height:14px; margin:0px;line-height: 22px;

    }

    #middle {width: 30px;}

    #right {text-align: left;width: 200px;padding: 0px;text-align: left;

    }

    #title, #title a {font-size: 30px;text-transform: uppercase;text-decoration: none;font-weight: normal;color: #E279B8;margin-top: 0px;margin-bottom: 0px;font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;

    }

    #posttitle, #posttitle a{font-size: 20px;font-weight: normal;color: #ffffff;font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: none;-webkit-border-radius: 15px;

  • 8/7/2019 BLUE WiTH PiNK

    149/305

  • 8/7/2019 BLUE WiTH PiNK

    150/305

    font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sideboxF {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 2px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;

    -moz-border-radius: 15px;}

    #box b, #box b a {color: #ffffff;text-decoration: none;

    }.footer{

    font-family: Helvetica, sans-serif;font-size: 12px;color: #000000;margin: 5px;

    }

    .footer a {text-decoration: none;

    }

    .label {font-size: 11px;text-transform: uppercase;color: #000000;

    }

    #sidebox b {color: {color:Tumblr Title};

    }

    p {margin: 10px;

    }

    ol.notes {padding: 0px;margin: 25px 0px;list-style-type: none;

  • 8/7/2019 BLUE WiTH PiNK

    151/305

    border-bottom: solid 1px #ccc;}ol.notes li.note {

    border-top: solid 1px #ccc;padding: 10px;

    }

    ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;

    }

    ol.notes li.note span.action {font-weight: bold;

    }

    ol.notes li.note .answer_content {font-weight: normal;

    }

    ol.notes li.note blockquote {border-color: #eee;padding: 4px 10px;margin: 10px 0px 0px 25px;

    }

    ol.notes li.note blockquote a {text-decoration: none;

    }

    {Title}

    {block:Posts}

    {block:Text}

    text post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {Body}

  • 8/7/2019 BLUE WiTH PiNK

    152/305

  • 8/7/2019 BLUE WiTH PiNK

    153/305

  • 8/7/2019 BLUE WiTH PiNK

    154/305

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-400}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

    {CustomCSS}

  • 8/7/2019 BLUE WiTH PiNK

    155/305

    navigation

    ARCHIVE
    RANDOM
    RSS

    About

    {Description}


    CREDITS:Theme By:YaniLavigne



    {block:Following}following{block:Followed} {/block:Followed}
    {/block:Following}

  • 8/7/2019 BLUE WiTH PiNK

    156/305

    document.oncontextmenu=new Function("return false")// -->

    {block:NextPage}{/block:NextPage}

    {block:PreviousPage} {/block:NextPost}

    {block:PreviousPost} {/block:PreviousPage}

    {block:PermalinkPagination}{block:NextPost}Next{/block:PreviousPost}{/block:PermalinkPagination}


    sweet as me

    {Title}

  • 8/7/2019 BLUE WiTH PiNK

    157/305

    url('http://i258.photobucket.com/albums/hh249/cartoon-hell/pattern.png');

    background-repeat: repeat;background-attachment: fixed;background-position: top center;

    }

    .chat{list-style: none;padding: 4px;margin: 10px;border: 1px solid {color:Quote/chat Accent};

    }

    .even {background-color: {color:Quote/chat Accent};padding: 4px;}

    .odd {padding: 4px}

    #table {width: 670px;

    background-image:url(https://reader009.{domain}/reader009/html5/0521/5b02a40645b3b/5b02a462c0bb6.png);

    padding-top: 17px;padding-right: 17px;table-layout: fixed;padding-left: 17px;padding-bottom: 5px;font-family: 'Lucida Sans', Helvetica, sans-serif;color: #ffffff;border: 0;font-size: 11px;

    }a:link,a:active,a:visited {

    text-decoration: none;color: #ff88cc;font-weight: normal;

    }a:hover {

    text-decoration: none;color: #000000;

    }

    #left {width: 400px;padding: 0px;text-align: left;

    }

    .qcontainer {padding: 10px;border-left: 1px solid {color:Text Color};border-top: 1px solid {color:Text Color};background-color: {color:Quote/chat Accent};

    }

  • 8/7/2019 BLUE WiTH PiNK

    158/305

    .source {padding-top: 2px;}

    .quote {font-size: 20px;font-family: georgia; text-transform:lowercase;

    font-weight:normal;font-style:italic; letter-spacing:-2px;line-height:14px; margin:0px;line-height: 22px;

    }

    #middle {width: 30px;}

    #right {text-align: left;width: 200px;padding: 0px;text-align: left;

    }

    #title, #title a {font-size: 30px;text-transform: uppercase;text-decoration: none;font-weight: normal;color: #E279B8;margin-top: 0px;margin-bottom: 0px;font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;

    }

    #posttitle, #posttitle a{font-size: 20px;font-weight: normal;color: #ffffff;font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: none;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }#postlink, #postlink a{

    font-size: 20px;font-weight: normal;color: {color:Post Title};font-family: georgia; text-transform:lowercase;font-weight:normal; font-style:italic; letter-spacing:-

    2px;line-height:14px; margin:0px;text-decoration: underline;

    }#posts {

  • 8/7/2019 BLUE WiTH PiNK

    159/305

    list-style: none;padding: 0;margin: 0;

    }#each {

    padding-top: 10px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;

    }img {border: 0px;}

    #box, #box a {text-transform: uppercase;font-size: 11px;color: #000000;width: 400;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;

    padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;text-decoration: none;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sidebox {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sideboxF {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;

  • 8/7/2019 BLUE WiTH PiNK

    160/305

  • 8/7/2019 BLUE WiTH PiNK

    161/305

  • 8/7/2019 BLUE WiTH PiNK

    162/305

    photo post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{LinkOpenTag}{LinkCloseTag}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Photo}

    {block:Quote}

    quote post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Quote}

    {block:Source}
    {Source}{/block:Source}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Quote}

    {block:Link}

    link post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {Name}

    {block:Description}

    {Description}

    {/block:Description}

  • 8/7/2019 BLUE WiTH PiNK

    163/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Link}

    {block:Chat}

    chat post {ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{block:Title}

    {Title}

    {/block:Title}

    {block:Lines}

    {block:Label}

    {Label}

    {/block:Label}

    {Line}

    {/block:Lines}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Chat}

    {block:Video}

    video post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-400}

    {block:Caption}

    {Caption}

    {/block:Caption}
  • 8/7/2019 BLUE WiTH PiNK

    164/305

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

    {CustomCSS}

    {Description}

  • 8/7/2019 BLUE WiTH PiNK

    165/305

    {block:Following}

    {block:Followed} {/block:Followed}


    {/block:Following}

    {block:NextPage}{/block:NextPage}

    {block:PreviousPage} {/block:NextPost}

    {block:PreviousPost} {/block:PreviousPage}

    {block:PermalinkPagination}{block:NextPost}Next{/block:PreviousPost}{/block:PermalinkPagination}

  • 8/7/2019 BLUE WiTH PiNK

    166/305

  • 8/7/2019 BLUE WiTH PiNK

    167/305

  • 8/7/2019 BLUE WiTH PiNK

    168/305

  • 8/7/2019 BLUE WiTH PiNK

    169/305

    padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;text-decoration: none;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sidebox {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;

    padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 0px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #sideboxF {text-transform: uppercase;font-size: 11px;color: {color:Tumblr Title};width: 200;padding-top: 6px;padding-bottom: 3px;padding-right: 0px;padding-left: 0px;text-align: center;background-color: {color:Box Color};margin-top: 0px;margin-bottom: 2px;font-family: helvetica, sans-serif;-webkit-border-radius: 15px;-moz-border-radius: 15px;

    }

    #box b, #box b a {color: #ffffff;text-decoration: none;

    }.footer{

    font-family: Helvetica, sans-serif;font-size: 12px;color: #000000;margin: 5px;

  • 8/7/2019 BLUE WiTH PiNK

    170/305

  • 8/7/2019 BLUE WiTH PiNK

    171/305

  • 8/7/2019 BLUE WiTH PiNK

    172/305

  • 8/7/2019 BLUE WiTH PiNK

    173/305

    {block:Lines}

    {block:Label}

    {Label}

    {/block:Label}

    {Line}

    {/block:Lines}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Chat}

    {block:Video}

    video post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}{Video-400}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

    {/block:Video}{block:Audio}

    audio post{ShortDayOfWeek},

    {ShortMonth}. {DayOfMonthWithZero}, {Year}

    {AudioPlayerBlack}

    {block:Caption}

    {Caption}

    {/block:Caption}

    {block:NoteCount}

  • 8/7/2019 BLUE WiTH PiNK

    174/305

    href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}

    {/block:Audio}

    {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}{/block:Posts}

    {CustomCSS}

    navigation

    ARCHIVE
    RANDOM
    RSS

    About

    {Description}

    CREDITS:Theme By:YaniLavigne



    {block:Following}following{block:Followed} {/block:Followed}
    {/block:Following}

  • 8/7/2019 BLUE WiTH PiNK

    175/305

  • 8/7/2019 BLUE WiTH PiNK

    176/305

  • 8/7/2019 BLUE WiTH PiNK

    177/305

    font-family: 'Lucida Sans', Helvetica, sans-serif;color: #333333;border: 0;font-size: 11px;

    }a:link,a:active,a:visited {

    text-decoration: none;color: #E279B8;font-weight: normal;

    }a:hover {

    text-decoration: none;color: #ffffff;

    }

    #left {width: 400px;padding: 0px;text-align: left;

    }

    .qcontainer {padding: 10px;border-left: 1px solid {color:Text Color};border-top: 1px solid {color:Text Color};background-color: {color:Quote/chat Accent};

    }

    .source {padding-top: 2px;}

    .quote {font-size: 20px;font-family: georgia; text-transform:lowercase;

    font-weight:normal;font-style:italic; letter-spacing:-2px;line-height:14px; margin:0px;line-height: 22px;

    }

    #middle {width: 30px;}

    #right {text-align: left;width: 200px;padding: 0px;text-align: left;

    }

    #title, #title a {font-size: 30px;text-transform: uppercase;text-decoration: none;font-weight: normal;color: #E279B8;margin-top: 0px;margin-bottom: 0px;font-family: georgia; text-transform:lowercase;

  • 8/7/2019 BLUE WiTH PiNK

    178/305

    font-weight:normal; font-style:italic; letter-spacing:-2px;

    line-height:14px; margin:0px;}

    #posttitle, #posttitle a{font-size: 20px;font-weight: normal;color: {c