- <!--
- Pink Glam by
- p--eaceful
- it was highly modified from luxurious indulgence's Elite theme.
- DO NOT REMOVE ANY CREDITS, OR YOU WILL BE REPORTED.
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <!--Title Bar Maker-->
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "hey babes";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 80;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#content');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
- {/block:IndexPage}
- <meta name="color:background" content="#EFEFEF" />
- <meta name="color:text" content="#000" />
- <meta name="color:link hover" content="#999" />
- <meta name="color:link" content="#f8989a"/>
- <meta name="color:header" content="#000000"/>
- <meta name="color:accented text" content="#f8989a"/>
- <meta name="image:background" content="http://i12.photobucket.com/albums/a213/superkate_2468/bgbd4.png" />
- <meta name="image:header border" content="http://www.dolliehost.com/dolliecrave/myspace-layouts/bw/23.gif"/>
- <meta name="text:title font size" content="15px"/>
- <meta name="text:body font size" content="8px"/>
- <meta name="text:link one" content=""/>
- <meta name="text:link one title" content="link"/>
- <meta name="text:link two" content=""/>
- <meta name="text:link two title" content="link"/>
- <meta name="text:link three" content=""/>
- <meta name="text:link three title" content="link"/>
- <meta name="text:link four" content=""/>
- <meta name="text:link four title" content="link"/>
- <meta name="text:link five" content=""/>
- <meta name="text:link five title" content="link"/>
- <meta name="text:quote" content="In order to be irreplaceable one must always be different.">
- <meta name="text:quote source" content="Coco Chanel"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 10px;
- border: 4px solid #000;
- float: left;
- font-size: 13px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- img.btn_close {
- float: right;
- margin: -20 -20px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
- ::-webkit-scrollbar {width: 9px; height: 3px; background:{color:background};}
- ::-webkit-scrollbar-thumb {background: -webkit-gradient(linear, left bottom, left top, from(#f7dcdc), to(#ffffff)); border:1px solid #ccc;}
- iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:99999;}
- body {
- font-size:{text:body font size};
- letter-spacing:0px;
- font-family:pineappledelight;
- line-height:10px;
- padding: 0px;
- margin: 0px;
- color:{color:text};
- background-color:{color:background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- a:hover{
- color:{color:link hover};
- }
- div#all{
- width:100%;
- height:100%;
- z-index:-100;
- }
- div#center{
- margin: auto;
- width: 1000px;
- }
- #h1{
- font-family:kingcoolkc;
- font-size: 12px;
- color:#f8989a;
- }
- #box{
- width:325px;
- height:1000px;
- padding:4px;
- position:absolute;
- top:90px;
- left:0px;
- overflow-y:scroll;
- overflow-x:hidden;
- border-bottom:1px dotted #fff;
- }
- #box3{
- width:340px;
- position:absolute;
- padding-bottom:5px;
- border-bottom:1px dotted #ccc;
- text-align:center;
- font-family:signerica;
- font-size:{text:title font size};
- color:#f8989a;
- top:66px;
- }
- #status{
- position:fixed !important;
- left:900px; padding-top:2px;
- top:-5px;
- padding-bottom:12px;
- text-align:center;
- height:40px;
- width:75px;
- overflow:hidden;
- -moz-border-radius: 17px 17px 17px 17px;
- border-radius:17px 17px 17px 17px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:99999;
- }
- #status:hover{
- background-color:white;
- padding:5px;
- height:270px;
- top:0px;
- width:310px;
- border:5px double #ccc;
- -moz-border-radius: 17px 17px 17px 17px;
- border-radius:17px 17px 17px 17px;
- z-index:999999;
- }
- #status:hover #box3{
- margin-top:-50px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #status:hover #box{
- margin-top:-50px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #status:hover img{
- opacity:0;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- div#header{
- background-color:{color:header};
- position:fixed;
- margin-top:0px;
- z-index:999;
- margin-left:0px;
- height:60px;
- width:100%;
- }
- div#headerbottom{
- background-image:url("http://media.tumblr.com/tumblr_lpuu2dq1Lg1qcn2vb.png");
- position:fixed;
- width:100%;
- height:10px;
- z-index:99;
- margin-top:60px;
- margin-left:0px;
- }
- div#content {
- width: 1500px;
- margin-left:-125px;
- margin-top:66px;
- float:left;
- z-index:9;
- padding:10px;
- }
- .entry {
- margin:3px;
- padding-left:3px;
- padding-right:3px;
- padding-top:3px;
- padding-bottom:-2px;
- float:left;
- height:auto;
- background-color:#fff;
- {block:IndexPage}
- width:400px;
- overflow-x:hidden;
- overflow:hidden;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:350px;
- width:500px;
- {/block:PermalinkPage}
- -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
- -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
- box-shadow: 0 0 8px rgba(0,0,0,.2);
- }
- .entry .notes{
- position:absolute;
- width:auto;
- padding:13px;
- padding-left:6px;
- padding-right:26px;
- padding-bottom:8px;
- height:50px;
- margin-left:0px;
- margin-top:0px;
- background: #fff;
- border-top-right-radius:50px;
- overflow:hidden;
- font-family: bebas neue;
- text-transform:uppercase;
- font-size: 15px;
- line-height:15px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .entry:hover .notes{
- margin-top: -32px;
- overflow:visible;
- -webkit-transition: all 0.4s linear; opacity: 0.8;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .entry .reblog{
- position:absolute;
- width:auto;
- height:50px;
- padding: 15px;
- padding-bottom:8px;
- right:0px;
- margin-top:0px;
- background: #fff;
- border-top-left-radius:40px;
- overflow:hidden;
- font-family:bebas neue;
- text-transform:uppercase;
- font-size: 15px;
- line-height:15px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .entry:hover .reblog{
- margin-top: -32px;
- overflow:visible;
- -webkit-transition: all 0.5s linear; opacity: 0.8;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- #infscr-loading{
- opacity:0.0;
- }
- .title{
- font-family:just realize;
- font-size:14px;
- line-height:14px;
- color:#ccc;
- }
- div#hearts{
- height: 60px;
- margin-left: 0px;
- }
- .quote{
- font-family:kingcoolkc;
- font-size:13px;
- color:#ccc;
- opacity:1;
- position:fixed;
- margin-left:970px;
- margin-top:17px;
- padding:5px;
- height:60px;
- width:auto;
- }
- .navigate{
- height:56px;
- width:100px;
- position:fixed;
- margin-left:90px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate2{
- position:fixed;
- margin-left:190px;
- height:56px;
- width:100px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate2:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate3{
- position:fixed;
- margin-left:290px;
- height:56px;
- width:115px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate3:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate4{
- position:fixed;
- margin-left:390px;
- height:56px;
- width:100px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate4:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate5{
- position:fixed;
- margin-left:490px;
- height:56px;
- width:100px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate5:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate6{
- position:fixed;
- margin-left:590px;
- height:56px;
- width:100px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate6:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate7{
- position:fixed;
- margin-left:690px;
- height:56px;
- width:100px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate7:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .navigate8{
- position:fixed;
- margin-left:790px;
- height:56px;
- width:100px;
- color:white;
- font-family:pineappledelight;
- font-size:25px;
- line-height:60px;
- text-transform:uppercase;
- text-align:center;
- padding:2px;
- }
- .navigate8:hover{
- background-color:white;
- color:black;
- -webkit-transition: opacity 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .heart {display : block; line-height: 15px; text-indent : 5px; vertical-align : middle; background:
- url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
- padding-bottom : 2px;}
- .heart:hover {display : block; line-height: 15px; border-bottom : 1px dotted #E0DCD6; text-indent : 5px; vertical-align : middle; background : url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left;
- padding-left : 10px; padding-bottom : 1px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 4px;
- border-left: 1px dotted #555555;
- }
- b {font-weight:bold;}
- u {text-decoration:underline;}
- a {color:{color:accented text};}
- @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
- @font-face { font-family: "bebas neue";
- src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');
- }
- @font-face {
- font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
- @font-face { font-family: "pineappledelight"; src: url('http://static.tumblr.com/1kdckk4/LAvlolf4m/pineappledelight.ttf'); }
- @font-face {
- font-family: "caviardreams";
- src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
- }
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face {
- font-family: "just realize";
- src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf');
- }
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
- @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
- @font-face { font-family: "cutiepop"; src: url('http://static.tumblr.com/q54tzar/Gs7m21f91/cutiepop_1_.ttf'); }
- {CustomCSS}
- </style>
- <title>{title}</title>
- <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lfhu2nfXDI1qzvcyt.gif">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- <script language=JavaScript>
- <!--//Disable right mouse click Script//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive//For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////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("return false")
- // --></script>
- </head>
- <body onkeydown="return false">
- <div id="all"></div>
- <div id="header">
- <div id="status">
- <img src="http://media.tumblr.com/tumblr_lp70ozc3D11qcn2vb.png"><br><br>
- <div id="box">
- <div id="image"></div>
- <!-- You can delete this part! From here-->
- <center><div id="h1">
- <center><h1>About Me:</h1></div></center></br>
- </center>blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah<br></br></center>
- <!--To here; in other words, the part sandwiched between this grey text. Don't delete anything else unless you're good with HTML, or it will mess up your entire theme.-->
- {Description}
- <center><div id="h1">
- <center><h1>Statistics:</h1></div></center></br>
- <div class="heart">stats go here</div>
- <div class="heart">stats go here</div>
- <div class="heart">stats go here</div>
- <div class="heart">Best viewed with Chrome.</div>
- </div></center>
- </br>
- <div id="box3">
- {title}
- </div>
- </div>
- <div class="quote">{text:quote} -{text:quote source}</div>
- <div class="navigate"><a href="/">home</a></div>
- <div class="navigate2"><a href="/ask" rel="03" class="poplight">Ask</a></div>
- <div class="navigate3"><a href="{text:link one}">{text:link one title}</a></div>
- <div class="navigate4"><a href="{text:link two}">{text:link two title}</a></div>
- <div class="navigate5"><a href="{text:link three}">{text:link three title}</a></div>
- <div class="navigate6"><a href="{text:link four}">{text:link four title}</a></div>
- <div class="navigate7"><a href="{text:link five}">{text:link five title}</a></div>
- <div class="navigate8"><a href="http://luxuriousindulgence.tumblr.com">Credits</a></div>
- <div class="hearts">
- <img src="http://img691.imageshack.us/img691/4232/sdfghjc.png"></div>
- </div>
- <div id="center">
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
- <div style="margin-left:3px;">{Body}</div>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <center><a href="{URL}"><span class="title">{Name}</span></a></center>
- <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- <center>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}</center>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div style="margin-left:3px;">
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- </div>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- <div style="margin-left:3px;">
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
- <center>{AudioPlayerBlack}
- {block:Caption}{Caption}{/block:Caption}</center>
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted with {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- <div style="margin: 3px; padding: 1px; background-color: #fff;"><img src="{AskerPortraitURL-96}" width="40" align="left" style="margin-right:3px;
- -moz-border-radius: 0px;-webkit-border-radius: 0px;"/>{Asker}: {Question}<br></div>{Answer}
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-400}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
- <a href="{ReblogURL}">REBLOG<div style="margin-bottom:-10px; text-align:right;"</a></div>
- <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;">{block:Date}Posted on {Month} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date} with {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {block:Video}
- {block:PermalinkPage}
- <center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}
- </center></center>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- <BODY onselectstart="return false;" ondragstart="return false;">
- </body>
- </html>