Advertisement
birth-c0ntrol

theme 11

Apr 29th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.29 KB | None | 0 0
  1. <!--
  2. theme 11 by birth-c0ntrol.
  3. keep the credit or i'll make a porcupine motorboat you.
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8. <script type="text/javascript">
  9. // <![CDATA[
  10. var bgcolour="{color:title 2}"; // background colour
  11. var fgcolour="{color:title 1}"; // foreground colour
  12. var speed=100; // speed of bubbling, lower is faster
  13. var shades=10; // number of shades of bubble
  14.  
  15. /****************************
  16. * Bubbling Text Effect *
  17. *(c) 2003-6 mf2fm web-design*
  18. * http://www.mf2fm.com/rv *
  19. * DON'T EDIT BELOW THIS BOX *
  20. ****************************/
  21. var bubbcol=new Array();
  22. var bubbler, bubbtxt;
  23. var bubbchr=new Array();
  24. window.onload=function() { if (document.getElementById) {
  25. for (bubbler=0; bubbler<=shades; bubbler++) {
  26. bubbtxt="#";
  27. for (var i=1; i<6; i+=2) {
  28. var bg=parseInt(bgcolour.substring(i,i+2),16);
  29. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  30. }
  31. bubbcol[bubbler+1]=bubbtxt;
  32. }
  33. bubbler=document.getElementById("bubble");
  34. bubbtxt=bubbler.firstChild.nodeValue;
  35. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  36. for (var i=0; i<bubbtxt.length; i++) {
  37. var bubbi=document.createElement("span");
  38. bubbi.setAttribute("id", "bubb"+i);
  39. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  40. bubbler.appendChild(bubbi);
  41. }
  42. bubbler=setInterval ("bubbling()", speed);
  43. }}
  44.  
  45. function dechex(dec) {
  46. var hex=dec.toString(16);
  47. if (dec<16) return "0"+hex;
  48. else return hex;
  49. }
  50.  
  51. function bubbling() {
  52. for (var i=0; i<bubbtxt.length; i++) {
  53. var bubbme=document.getElementById("bubb"+i);
  54. if (bubbchr[i]) {
  55. bubbme.style.color=bubbcol[bubbchr[i]];
  56. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  57. }
  58. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  59. }
  60. }
  61. // ]]>
  62. </script>
  63.  
  64. <!-- ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS ASS -->
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  67. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  70. <meta name="color:background" content="#ddd"/>
  71. <meta name="color:text" content="#000"/>
  72. <meta name="color:title" content="#000"/>
  73. <meta name="color:link" content="#000"/>
  74. <meta name="color:hover" content="#000"/>
  75. <meta name="color:title 1" content="#FAA2A5"/>
  76. <meta name="color:title 2" content="#D8D8D8"/>
  77. <meta name="if:happy monkey font" content="0/">
  78. <meta name="if:ubuntu font" content="0/">
  79. <meta name="if:ronda font" content="0/">
  80. <meta name="if:nayu font" content="0/">
  81. <meta name="if:short stack font" content="1/">
  82. <meta name="image:sidebar" content="1"/>
  83. <meta name="image:background" content=""/>
  84. <meta name="if:show photo" content="0"/>
  85. <meta name="if:infinite scrolling" content="1"/>
  86. <meta name="if:show arrows" content="0"/>
  87. <meta name="if:link shadow" content="1"/>
  88. <meta name="if:tiny cursor" content="1"/>
  89. <meta name="if:tiny hand cursor" content="1"/>
  90. <meta name="if:tiny focal cursor" content="1"/>
  91. <meta name="if:tiny pointer cursor" content="1"/>
  92. <meta name="text:sidebar title" content=""/>
  93. <meta name="text:quote" content=""/>
  94. <meta name="text:quote credit" content=""/>
  95. <meta name="text:links url" content="" />
  96. <meta name="text:sidebar title" content="" />
  97.  
  98. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  99.  
  100. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  101.  
  102. <style type="text/css">
  103.  
  104. ::-webkit-scrollbar {
  105. height:5px;
  106. width:5px;
  107. background-color:#ECECEC;
  108. border-left: 1px solid #C5C5C5;
  109. }
  110.  
  111.  
  112. ::-webkit-scrollbar-thumb {
  113. border-top: 1px solid #303030;
  114. border-bottom: 1px solid #303030;
  115. border-left: 1px solid #4B4B4B;
  116. background-color:#474747;
  117. height:auto;
  118. }
  119.  
  120. iframe#tumblr_controls {
  121. right:3px !important;
  122. position: fixed !important;
  123. -webkit-transition: opacity 0.7s
  124. linear;opacity: 0.2;
  125. -webkit-transition: all 0.8s ease-out;
  126. -moz-transition: all 0.8s ease-out;
  127. transition: all 0.8s ease-out;
  128. }
  129.  
  130.  
  131.  
  132.  
  133. iframe#tumblr_controls:hover{
  134. -webkit-transition: opacity 0.7s linear;
  135. opacity: 1;
  136. -webkit-transition: all 0.4s ease-out;
  137. -moz-transition: all 0.4s ease-out;
  138. transition: all 0.4s ease-out;
  139. }
  140.  
  141. {block:iftinyhandcursor}
  142. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  143. }
  144. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  145. {/block:iftinyhandcursor}
  146.  
  147.  
  148.  
  149. {block:iftinycursor}
  150. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  151. }
  152. body, a, a:hover {http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  153. {/block:iftinycursor}
  154.  
  155.  
  156. {block:iftinyfocalcursor}
  157. body{ cursor:url(http://i56.tinypic.com/2589ppu.png), auto;} a, a:hover{cursor:url(http://i56.tinypic.com/2589ppu.png), auto;}{/block:iftinyfocalcursor}
  158.  
  159. {block:iftinypointercursor}
  160. body{ cursor:url(http://cur.cursors-4u.net/cursors/cur-6/cur568.cur), auto;} a, a:hover{cursor:url(http://cur.cursors-4u.net/cursors/cur-6/cur568.cur), auto;}{/block:iftinypointercursor}
  161.  
  162. body {
  163. margin:0px;
  164. background-color: {color:Background};
  165. background-image:url({image:Background});
  166. background-attachment: fixed;
  167. background-repeat: repeat;}
  168. body, div, p, textarea, submit, input{
  169. font-family: cambria;
  170. font-size: 10px;
  171. {block:ifhappymonkeyfont}
  172. font-family: happy monkey;
  173. font-size: 12px;
  174. {/block:ifhappymonkeyfont}
  175. {block:ifubuntufont}
  176. font-family: 'Ubuntu', sans-serif;
  177. font-size: 11px;
  178. {/block:ifubuntufont}
  179. {block:ifshortstackfont}
  180. font-family: short stack;
  181. font-size: 11px;
  182. {/block:ifshortstackfont}
  183. {block:ifrondafont}
  184. font-family: ronda;
  185. font-size: 8px;
  186. {/block:ifrondafont}
  187. {block:ifnayufont}
  188. font-family: nayu;
  189. font-size: 10px;
  190. {/block:ifnayufont}
  191. line-height:10px;
  192. letter-spacing:0px;
  193. color:{color:Text};
  194. }
  195.  
  196.  
  197. p {
  198. margin:0px;
  199. margin-top:0px;
  200. }
  201.  
  202.  
  203. a:link, a:active, a:visited{
  204. color: {color:Link};
  205. text-decoration: none;
  206. }
  207.  
  208. a:hover {
  209. color:{color:Hover};
  210. text-decoration: underline;
  211. -webkit-transition: color 0.3s ease-out;
  212. -moz-transition: color 0.3s ease-out;
  213. {block:iflinkshadow}text-shadow:1px 1px 5px #000;{/block:iflinkshadow}
  214. }
  215.  
  216.  
  217. div#center{
  218. margin:auto;
  219. position:relative;
  220. width:840px;
  221. background-color:;
  222. overflow:auto;
  223. overflow-y:hidden;
  224. }
  225. div#sidebar{
  226. position:fixed !important;
  227. width:200px;
  228. height:100%;
  229. margin-top: 00px;
  230. margin-left:-8px;
  231. padding: 2px;
  232. line-height:11px;
  233. letter-spacing:0px;
  234. margin-bottom: 6px;
  235. background-color:white;
  236. line-height:11px;
  237. letter-spacing:0px;
  238. margin-bottom: 6px;
  239. -webkit-border-top-left-radius: 150px;
  240. -moz-border-top-left-radius: 150px;
  241. border-top-left-radius: 150px;
  242. }
  243. div#takecare{
  244. position: fixed;
  245. color:{color:sidebar title};
  246. font-family: dawning;
  247. text-shadow: 2px 2px 2px #fff;
  248. font-size: 30px;
  249. line-height:20px;
  250. letter-spacing: 1px;
  251. text-transform: lowercase;
  252. text-align: left;
  253. padding: 0px;
  254. margin:0px;
  255. }
  256. div#rihanna{
  257. position: fixed !important;
  258. margin-top: 200px;
  259. width: px;
  260. height: px;
  261. background-color: transparent;
  262. margin-left:342px;
  263. text-align: center;
  264. font-family: 'stars';
  265. font-size: 25px;
  266. -webkit-transform: rotate(90deg);
  267. -moz-transform: rotate-(90deg);
  268. }
  269. .circle {
  270. border-top-right-radius:0px;
  271. border-bottom-right-radius:0px;
  272. border-top-left-radius:150px;
  273. border-bottom-left-radius:0px;
  274. width: 200px;
  275. height: auto;
  276. margin-top: 0px;
  277. overflow: hidden;
  278. }
  279. .lalalalalalaalalalalalaalalalala {
  280. margin-top: 100px;
  281. margin-left:15px;
  282. width: 150px;
  283. background-color:white;
  284. }
  285. .elizabethbanks{
  286. position: fixed !important;
  287. font-size: 20pt;
  288. font-family: Cedarville Cursive;
  289. text-shadow: 1px 1px 4px #ffffff;
  290. background-color: transparent;
  291. letter-spacing: px;
  292. text-shadow:2px 2px 12px #000;
  293. line-height: 22pt;
  294. padding: 2px;
  295. color: #000000;
  296. text-align:center;
  297. margin-top: 590px;
  298. margin-left:690px;
  299. width:485px;
  300. }
  301. .sofiavergara{
  302. font-family: tinytots;
  303. font-size: 8px;
  304. margin-left:150px;
  305. font-weight: normal;
  306. letter-spacing: 1px;
  307. text-transform: uppercase;
  308. color:#000000;
  309. }
  310.  
  311. div#content{
  312. float:right;
  313. width: 320px;
  314. margin-right: 320px;
  315. margin-top: 2px;
  316. padding:0px;
  317. padding-top: 0px;
  318. padding-right: 1px;
  319. padding-left: 1px;
  320. background-color:white;
  321.  
  322.  
  323.  
  324.  
  325. }
  326. .jessiej{
  327. background-color:#eee;
  328. display: block;
  329. text-transform:uppercase;
  330. font-family: tinytots;
  331. font-size: 8px;
  332. text-align: center;
  333. letter-spacing:1px;
  334. }
  335. .finnickoddair {
  336. display: block;
  337. border-top: 1px dashed #ddd;
  338. padding: 2px;
  339. margin: 2px 8px 0px 5px;
  340. text-transform: uppercase;
  341. font-family: tinytots;
  342. font-size: 8px;
  343. color: #424242;
  344. line-height: 15px;
  345. text-align: center;
  346. text-decoration: none;
  347. -webkit-transition: color 0.5s ease-out;
  348. -moz-transition: color 0.5s ease-out;
  349. }
  350.  
  351.  
  352. #postnotes{
  353. text-align: justify;}
  354.  
  355. #postnotes blockquote{
  356. border: 0px;}
  357.  
  358. .title{
  359. font-family: 'The Girl Next Door', cursive;
  360. font-size: 20px;
  361. text-shadow: 2px 2px 2px #888;
  362. line-height: 26px;
  363. color: {color:Title};
  364. font-weight: ;
  365. padding:0px 0px 0px 0px;
  366. }
  367. .aubreydrake {
  368. color: #FFFFFF;
  369. letter-spacing:1px;
  370. font-family: tinytots;
  371. font-size: 8px;
  372. line-height:14px;
  373. margin: 2px;
  374. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  375. background-repeat:repeat;
  376. border:1px solid rgba(0,0,0,0.1);
  377. padding:3px 5px;
  378. -webkit-border-radius:2px;
  379. moz-border-radius:2px;
  380. -o-border-radius:2px;
  381. border-radius:2px;
  382. }
  383.  
  384. .aubreydrake a { color: #FFF; }
  385.  
  386. }
  387. .blogtitle a{
  388. font-family: dawning;
  389. font-size: 28px;
  390. line-height: 38px;
  391. -webkit-transition: opacity 0.2s linear;
  392. -webkit-transition: all 0.2s linear;
  393. -moz-transition: all 0.2s linear;
  394. transition: all 0.2s linear;
  395.  
  396.  
  397. }
  398.  
  399. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  400.  
  401. blockquote{
  402. padding:0px 0px 2px 5px;
  403. margin:0px 0px 2px 1px;
  404. border-left: 1px dotted #555555;
  405. }
  406.  
  407. blockquote p, ul{
  408. margin:0px;
  409. padding:0px;
  410. }
  411.  
  412.  
  413. a img{border: 0px;}
  414.  
  415. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  416.  
  417. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  418. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  419.  
  420. .notes img{width:10px; position:relative; top:3px;}
  421. #permalink {
  422. position: absolute;
  423. margin-top: 8px;
  424. margin-left: 63px;
  425. opacity: 0;
  426. -webkit-transition: all .3s ease;
  427. -moz-transition: all .3s ease;
  428. -o-transition: all .3s ease;
  429. transition: all .3s ease;
  430. }
  431.  
  432. #entry:hover #permalink {
  433. margin-top: 8px;
  434. margin-left: 260px;
  435. opacity: 1;
  436. }
  437.  
  438. .countreblog {
  439. color: #FFFFFF;
  440. letter-spacing:1px;
  441. font-family: short stack;
  442. font-size:11px;
  443. line-height:15px;
  444. margin: 2px;
  445. margin-top: 1px;
  446. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  447. background-repeat:repeat;
  448. border:1px solid rgba(0,0,0,0.1);
  449. padding:3px 5px;
  450. padding-top: 3px;
  451. padding-bottom: 4px;
  452. height: 20px;
  453. -webkit-border-radius:2px;
  454. moz-border-radius:2px;
  455. -o-border-radius:2px;
  456. border-radius:2px;
  457. }
  458.  
  459. .countreblog a { color: #FFF; }
  460.  
  461. .perma{
  462. opacity: 0.0;
  463. filter: alpha(opacity = 0);
  464. margin-top: 0px;
  465. width: 60px;
  466. height: 30px;
  467. line-height: 30px;
  468. font-size: 9px;
  469. position:absolute;
  470. text-align: center;
  471. z-index:9999991;
  472. margin-top: 5px;
  473. margin-left: -2px;
  474. -webkit-transition: all .4s ease;
  475. -moz-transition: all .4s ease;
  476. -o-transition: all .4s ease;
  477. transition: all .4s ease;
  478. }
  479.  
  480. #entry:hover .perma {
  481. -webkit-transition: opacity 0.6s linear;
  482. opacity: 1;
  483. margin-top: 5px;
  484. margin-left: 200px;
  485. -webkit-transition: all .4s ease;
  486. -moz-transition: all .4s ease;
  487. -o-transition: all .4s ease;
  488. transition: all .4s ease;
  489. }
  490.  
  491. .likep {
  492. display: inline;
  493. width: 21px;
  494. float: right;
  495. height: 20px;
  496. margin-left:-4px;
  497. overflow: hidden;
  498. position: relative;
  499. z-index: 9999999;
  500. }
  501.  
  502. .likep a {
  503. background-image:
  504. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  505. background-position: 0px 0px;
  506. display: block;
  507. z-index: 9999999;
  508. -webkit-transition: all .4s ease;
  509. -moz-transition: all .4s ease;
  510. -o-transition: all .4s ease;
  511. transition: all .4s ease;
  512. }
  513.  
  514. .likep img {
  515. width: 21px;
  516. height: 20px;
  517. -webkit-transition: all .4s ease;
  518. -moz-transition: all .4s ease;
  519. -o-transition: all .4s ease;
  520. transition: all .4s ease;
  521. }
  522. .rep img{
  523. width: 24px;
  524. height: 20px;
  525. line-height: 30px;
  526. display: inline;
  527. }
  528.  
  529. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  530.  
  531. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  532.  
  533. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  534.  
  535. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  536.  
  537. @font-face {
  538. font-family: "dawning";
  539. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  540.  
  541. @font-face {font-family: "nayu"; src: url('http://static.tumblr.com/ccabh0e/Kmnm10s8s/nayupixel.ttf'); }
  542. </style>
  543.  
  544.  
  545.  
  546. <link rel="shortcut icon" href="{Favicon}">
  547. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  548. <meta name="viewport" content="width=820" />
  549. </head>
  550. <body>
  551.  
  552. <div id="cage">
  553. <div id="center">
  554.  
  555. <div class="elizabethbanks">
  556. {text:quote}
  557. <div style="font-family:'cedarville cursive', sans-serif; color:#ffffff; text-transform: normal; text-align: right; font-size: 8px; line-height:9px; letter-spacing:0px; text-shadow: 1px 1px 5px #000000;">
  558. </div>
  559. <div class="sofiavergara">
  560. <sofiavergara style=”font-size: 10pt; letter-spacing: 1px; color:#000; ”>
  561. {text:quote credit}</sofiavergara>
  562.  
  563. </div></div>
  564. <div id="rihanna"><a href="/">home</a> / <a href="/ask">message</a> / <a href="/{text:links url}">links</a> </span></div>
  565. <div id="sidebar">
  566. <div class="circle type1">{block:ifshowphoto}
  567. <a href="/"><img src="{image:sidebar}" width=200px></a>
  568. {/block:ifshowphoto}<br>
  569. <center>
  570. <div id="takecare"><span id="bubble">{text:sidebar title}</span></div>
  571. </br></br></br></br>
  572. <center>
  573. {Description}
  574. </br>
  575. </div></center>
  576. <br>
  577. <center>
  578. {block:ifshowarrows}
  579. {block:PreviousPage}<a href="{PreviousPage}"><font size="3"><b>&larr;</b></font></a>{/block:PreviousPage}
  580. {block:NextPage}<a href="{NextPage}"><font size="3"><b>&rarr;</b></font></a>{/block:NextPage}
  581. {/block:ifshowarrows}
  582. </div>
  583.  
  584.  
  585.  
  586. <div id="content">
  587. {block:Posts}
  588.  
  589. <div id="entry">
  590.  
  591. {block:Text}
  592. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  593. <span class="entrytext">{Body}</span>
  594. <div class="finnickoddair">
  595. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; posted {TimeAgo} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  596. {/block:Text}
  597.  
  598. {block:Answer}
  599. <br>
  600. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; min-height:30px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 3px #E6DFDF; font-family: tinytots; font-size: 8px;">
  601. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 30px;"/>
  602. {Asker} was like: {Question}<br></div>
  603. <Br>
  604. <div style="font-family: tinytots; font-size: 8px;">
  605. and i was like:
  606. <br>
  607. {Answer}
  608. </div>
  609. <br>
  610. <center><span class="jessiej"><a href="{Permalink}"><a href="{NoteCountWithLabel}</a> &middot; posted {TimeAgo} &middot; <a href="{ReblogURL}" target="_blank"> reblog</a></span>
  611. {/block:Answer}
  612.  
  613. {block:Link}
  614. <a href="{URL}" class="title">{Name}</a>
  615. {block:Description}{Description}{/block:Description}
  616. <div class="finnickoddair">
  617. <a href="{perma}">
  618. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; posted {TimeAgo} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  619. {/block:Link}
  620.  
  621. {block:Photo}
  622. {block:IndexPage}<div class="perma">
  623. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  624. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  625. </div>
  626. <div id="permalink">
  627. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>
  628. {/block:IndexPage}
  629. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="320px"/></a></div>{LinkCloseTag}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}<center>{Photoset-250}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{block:IndexPage}<div class="permatext">
  633. <a href="{perma}">
  634. <span class="per"><span class="finnickoddair">
  635. Posted {TimeAgo} with {notecountwithlabel} </a></a></span></div>{/block:IndexPage}{/block:Photoset}
  636.  
  637.  
  638. {block:Quote}
  639. <span class="title">{Quote}</span>
  640. {block:Source}{Source}{/block:Source}
  641. <div class="finnickoddair">
  642. <a href="{perma}">
  643. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; posted {TimeAgo} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  644. {/block:Quote}
  645.  
  646. {block:Chat}
  647. {block:Title}<span class="title">{Title}</span>{/block:Title}
  648. <ul class="chat">
  649. {block:Lines}
  650. <li class="user_{UserNumber}">
  651. {block:Label}
  652. <span class="label">{Label}</span>
  653. {/block:Label}
  654.  
  655. {Line}
  656. </li>
  657. {/block:Lines}
  658. </ul>
  659. <div class="permal">
  660. <span class="finnickoddair">
  661. <a href="{perma}">
  662. <a href="{permalink}">{NoteCountWithLabel}</a> &middot; posted {TimeAgo} &middot; <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  663. {/block:Chat}
  664.  
  665. {block:Audio}
  666. <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  667. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
  668. {block:Caption}{Caption}{/block:Caption}
  669. <div class="permatext">
  670. <a href="{perma}">
  671. <span class="permatext"><span class="permatext">
  672. Posted {TimeAgo} with {notecountwithlabel} </a></a></span></div>
  673. {/block:Audio}
  674.  
  675. {block:Video}
  676. <center>
  677. <div class="video2">{Video-400}</div><BR>
  678. {block:Caption}{Caption}</a>{/block:Caption}</center>
  679. <div class="finnickoddair">
  680. <a href="{perma}">
  681. <span class="finnickoddair"><span class="finnickoddair">
  682. Posted {TimeAgo} with {notecountwithlabel} </a></a></span></div>
  683. {/block:Video}
  684.  
  685. {block:PostNotes}
  686. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  687. <div id="postnotes">{PostNotes}</div>
  688.  
  689. {/block:PostNotes}
  690. </div>
  691. {/block:Posts}
  692. </div>
  693. </div>
  694. <br>
  695. </div>
  696. </div>
  697. </body>
  698. <div style="position:fixed;right:0px;top:28px;font-family: tinytots;">
  699. <span class="aubreydrake"><a href="http://birth-c0ntrol.tumblr.com/" target="_blank">THEME CREDIT</a></span>
  700. </html>
  701. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement