Advertisement
thepinkrebellion

Lead the Pink Rebellion theme by thepinkrebellion

Apr 21st, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.61 KB | None | 0 0
  1. <!--
  2. theme by thepinkrebellion
  3. thepinkrebellion.tumblr.com
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  11.  
  12. <script type="text/javascript">
  13. // <![CDATA[
  14. var bgcolour="{color:sidebanner 2}"; // background colour
  15. var fgcolour="{color:sidebanner 1}"; // foreground colour
  16. var speed=100; // speed of bubbling, lower is faster
  17. var shades=10; // number of shades of bubble
  18.  
  19.  
  20.  
  21.  
  22. /****************************
  23. * Bubbling Text Effect *
  24. *(c) 2003-6 mf2fm web-design*
  25. * http://www.mf2fm.com/rv *
  26. * DON'T EDIT BELOW THIS BOX *
  27. ****************************/
  28. var bubbcol=new Array();
  29. var bubbler, bubbtxt;
  30. var bubbchr=new Array();
  31. window.onload=function() { if (document.getElementById) {
  32. for (bubbler=0; bubbler<=shades; bubbler++) {
  33. bubbtxt="#";
  34. for (var i=1; i<6; i+=2) {
  35. var bg=parseInt(bgcolour.substring(i,i+2),16);
  36. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  37. }
  38. bubbcol[bubbler+1]=bubbtxt;
  39. }
  40. bubbler=document.getElementById("bubble");
  41. bubbtxt=bubbler.firstChild.nodeValue;
  42. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  43. for (var i=0; i<bubbtxt.length; i++) {
  44. var bubbi=document.createElement("span");
  45. bubbi.setAttribute("id", "bubb"+i);
  46. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  47. bubbler.appendChild(bubbi);
  48. }
  49. bubbler=setInterval ("bubbling()", speed);
  50. }}
  51.  
  52.  
  53.  
  54.  
  55. function dechex(dec) {
  56. var hex=dec.toString(16);
  57. if (dec<16) return "0"+hex;
  58. else return hex;
  59. }
  60.  
  61.  
  62.  
  63.  
  64. function bubbling() {
  65. for (var i=0; i<bubbtxt.length; i++) {
  66. var bubbme=document.getElementById("bubb"+i);
  67. if (bubbchr[i]) {
  68. bubbme.style.color=bubbcol[bubbchr[i]];
  69. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  70. }
  71. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  72. }
  73. }
  74. // ]]>
  75. </script>
  76.  
  77. <!-- DEFAULT VARIABLES -->
  78. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  79. <meta name="color:background" content="#fff"/>
  80. <meta name="color:text" content="#000"/>
  81. <meta name="color:title" content="#000"/>
  82. <meta name="color:link" content="#777"/>
  83. <meta name="color:hover" content="#ccc"/>
  84. <meta name="color:sidebanner 1" content="#000000"/>
  85. <meta name="color:sidebanner 2" content="#CCCCCC"/>
  86. <meta name="color:link one" content="B59EFF"/>
  87. <meta name="color:link two" content="9EFFB5"/>
  88. <meta name="color:link three" content="FF9EE8"/>
  89. <meta name="color:link four" content="FFFF9E">
  90. <meta name="image:sidebar" content="http://28.media.tumblr.com/tumblr_m289duBcFy1qm6onko1_500.jpg"/>
  91. <meta name="image:Background" content="http://static.tumblr.com/ekzsy03/OCum2bxhi/6897870019_030d97f68d_b.jpg"/>
  92. <meta name="if:rounded corners" content="1"/>
  93. <meta name="if:long sidebar" content="1"/>
  94. <meta name="if:show photo" content="1"/>
  95. <meta name="if:show blog title" content="1"/>
  96. <meta name="if:FadedImageHover" content="1"/>
  97. <meta name="if:Transparent Posts" content="1"/>
  98. <meta name="if:Tiny Cursor" content="0"/>
  99. <meta name="if:hovermenu" content="1"/>
  100. <meta name="if:sidemenu" content="1"/>
  101. <meta name="if:squares menu" content="0"/>
  102. <meta name="text:sidebanner" content="banner text here" />
  103. <meta name="text:Link one" content=""/>
  104. <meta name="text:Link one Title" content="link1"/>
  105. <meta name="text:Link two" content="" />
  106. <meta name="text:Link two Title" content="link2"/>
  107. <meta name="text:Link three" content="" />
  108. <meta name="text:Link three Title" content="link3"/>
  109. <meta name="text:Link four" content=""/>
  110. <meta name="text:Link four Title" content="link4"/>
  111.  
  112. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}<br>
  113. <div id="sidebanner"><span id="bubble">{text:sidebanner}</span></div>
  114.  
  115. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  116.  
  117. <style type="text/css">
  118.  
  119. @import url(http://fonts.googleapis.com/css?family=Ruluko);
  120.  
  121. @font-face {
  122.  
  123. font-family: "kg luck of the irish";
  124.  
  125. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  126.  
  127. }
  128.  
  129. body {
  130. margin:0px;
  131. background-color: {color:Background};
  132. background-image:url({image:Background});
  133. background-attachment: fixed;
  134. background-repeat: repeat;}
  135. body, div, p, textarea, submit, input{
  136. font-family: "short stack";
  137. font-size: 10px;
  138. line-height:10px;
  139. letter-spacing:0px;
  140. color:{color:Text};
  141. }
  142.  
  143. /*** ask ***/
  144.  
  145. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  146.  
  147. .bubble p {margin:1px 0px;}
  148.  
  149. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  150.  
  151.  
  152.  
  153. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  154. {block:ifFadedImageHover}
  155. img{
  156. -webkit-transition: opacity 0.8s linear;
  157. opacity: 0.60;
  158. }
  159. img:hover{
  160. -webkit-transition: opacity 0.8s linear;
  161. opacity: 1;
  162. }
  163. {/block:ifFadedImageHover}
  164.  
  165. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  166.  
  167. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
  168.  
  169.  
  170. p {
  171. margin:0px;
  172. margin-top:0px;
  173. }
  174.  
  175.  
  176. a:link, a:active, a:visited{
  177. color: {color:Link};
  178. text-decoration: none;
  179. }
  180.  
  181. a:hover {
  182. color:{color:Hover};
  183. text-decoration: none;
  184. font-style: normal;
  185. letter-spacing: 0px;
  186. }
  187.  
  188.  
  189. div#cage{
  190. margin:auto;
  191. position:relative;
  192. width:750px;
  193. overflow:hidden;
  194. color: {color:Title};
  195. margin-left:10%;}
  196.  
  197.  
  198. div#center{
  199. margin:auto;
  200. position:relative;
  201. width:740px;
  202. background-color:;
  203. overflow:auto;
  204. overflow-y:hidden;
  205. }
  206.  
  207. div#content{
  208. float:right;
  209. width:403px;
  210. padding-bottom:1px;
  211. padding:1px;
  212. {block:ifTransparentPosts}background: transparent;{/block:ifTransparentPosts}
  213. {block:ifnotTransparentPosts}background: #fff;{/block:ifnotTransparentPosts}
  214. margin-top: 0px;
  215. margin-right: 0px;
  216. }
  217.  
  218. div#entry{
  219. float:left;
  220. margin-top: 1px;
  221. margin-bottom: 2px;
  222. margin-right: 0px;
  223. margin-left:1px;
  224. background-color:;
  225. margin-top:0px;
  226. {block:IndexPage}
  227. width: 200px;
  228. height: 133px;
  229. {/block:IndexPage}
  230. }
  231. div#sidebar{
  232. {block:ifroundedcorners}
  233. -moz-border-radius:5px;
  234. border-radius:5px;
  235. {/block:ifroundedcorners}
  236. position:fixed !important;
  237. margin-left:110px;
  238. margin-top: 20px;
  239. background-color:white;
  240. {block:iflongsidebar}height: 100%;{/block:iflongsidebar}
  241. {block:ifnotlongsidebar}height: auto%;{/block:ifnotlongsidebar}
  242. width: 219px;
  243. padding: 2px;
  244. text-align: center;
  245. }
  246.  
  247. div#sidebanner{
  248. position:fixed !important;
  249. width: auto;
  250. height: auto;
  251. margin-top: 300px;
  252. margin-left: 500px;
  253. background-color: transparent;
  254. font-family: 'Give You Glory';
  255. font-size: 70px;
  256. line-height: 50px;
  257. text-align: center;
  258. text-shadow: 1px 1px 10px #888;
  259. -webkit-transform: rotate(90deg);
  260. -moz-transform: rotate(90deg);
  261. }
  262.  
  263. #meow a {
  264. display:block
  265. }
  266.  
  267. #meow .cat {
  268. margin-top:-10px;
  269. filter: alpha(opacity = 0);
  270. opacity:0;
  271. -webkit-transition: all 1s ease-out;
  272. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  273. text-align:center;
  274. }
  275.  
  276. #meow:hover .cat {
  277. margin-top:5px;
  278. -webkit-transition: all 1s ease-out;
  279. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  280. filter: alpha(opacity = 80);
  281. filter: alpha(opacity = 100);
  282. opacity:100;
  283. }
  284.  
  285. .navigate {
  286. height:50px;
  287. width:50px;
  288. background-color: #ffffff;
  289. font-family: 'Ruluko', sans-serif;
  290. font-size:11px;
  291. margin:1px;
  292. float:left;
  293. text-align: center;
  294. line-height: 51px;
  295. -webkit-transition: all 0.6s ease-out;
  296. -moz-transition: all 0.6s ease-out;
  297. transition: all 0.6s ease-out;
  298. border-radius: 7px;
  299. -webkit-transform: rotate(0deg);
  300. text-transform:uppercase;
  301. border: 1px solid #6f6f6f;
  302. }
  303.  
  304. .navigate:hover {
  305. -webkit-transition: all 0.7s ease-out;
  306. -moz-transition: all 0.7s ease-out;
  307. transition: all 0.7s ease-out;
  308. -webkit-transform: rotate(360deg);
  309. -webkit-border-radius: 7x;
  310. border: 1px solid black;
  311. font-size:8px;
  312. }
  313.  
  314. #meowz {
  315. display: inline-block;
  316. text-align:right;
  317. position: fixed;
  318. padding: 5px;
  319. width: 70px;
  320. height: 10px;
  321. background: {color:link one};
  322. border-top-left-radius: 7px;
  323. -moz-border-radius-topright: 7px;
  324. -webkit-border-top-left-radius: 7px;
  325. border-bottom-left-radius: 7px;
  326. -moz-border-radius-bottom-left: 7px;
  327. -webkit-border-bottom-left-radius: 7px;
  328. transition: all 0.5s ease-out;
  329. -o-transition-transition: all 0.5s ease-out;
  330. -webkit-transition: all 0.5s ease-out;
  331. -moz-transition: all 0.5s ease-out;
  332. margin: 60px 0px 0px 30px;
  333. }
  334.  
  335. #meowz:hover {
  336. transition: all 0.5s ease-out;
  337. -o-transition-transition: all 0.6s ease-out;
  338. -webkit-transition: all 0.6s ease-out;
  339. -moz-transition: all 0.6s ease-out;
  340. padding-left: 50px;
  341. : 50px;
  342.  
  343. }
  344.  
  345. #purr {
  346. display: inline-block;
  347. text-align: right;
  348. position: fixed;
  349. padding: 5px;
  350. height: 10px;
  351. width: 60px;
  352. background: {color:link two};
  353. border-top-left-radius: 7px;
  354. -moz-border-radius-topright: 7px;
  355. -webkit-border-top-left-radius: 7px;
  356. border-bottom-left-radius: 7px;
  357. -moz-border-radius-bottomleft: 7px;
  358. -webkit-border-bottom-left-radius: 7px;
  359. transition: all 0.5s ease-out;
  360. -o-transition-transition: all 0.5s ease-out;
  361. -webkit-transition: all 0.5s ease-out;
  362. -moz-transition: all 0.5s ease-out;
  363. margin: 80px 0px 0px 40px;
  364. }
  365.  
  366. #purr:hover {
  367. transition: all 0.5s ease-out;
  368. -o-transition-transition: all 0.5s ease-out;
  369. -webkit-transition: all 0.5s ease-out;
  370. -moz-transition: all 0.5s ease-out;
  371. padding-left: 50px;
  372. }
  373.  
  374. #lalala {
  375. display: inline-block;
  376. text-align: right;
  377. position: fixed;
  378. width: 50px;
  379. padding: 5px;
  380. height: 10px;
  381. background: {color:link three};
  382. border-top-left-radius: 7px;
  383. -moz-border-radius-topright: 7px;
  384. -webkit-border-top-left-radius: 7px;
  385. border-bottom-left-radius: 7px;
  386. -moz-border-radius-bottomleft: 7px;
  387. -webkit-border-bottom-left-radius: 7px;
  388. transition: all 0.5s ease-out;
  389. -o-transition-transition: all 0.5s ease-out;
  390. -webkit-transition: all 0.5s ease-out;
  391. -moz-transition: all 0.5s ease-out;
  392. margin: 100px 0px 0px 50px;
  393. }
  394.  
  395. #lalala:hover {
  396. transition: all 0.5s ease-out;
  397. -o-transition-transition: all 0.5s ease-out;
  398. -webkit-transition: all 0.5s ease-out;
  399. -moz-transition: all 0.5s ease-out;
  400. padding-left: 50px;
  401. }
  402.  
  403. #rawr {
  404. width: 40px;
  405. display: inline-block;
  406. text-align: right;
  407. position: fixed;
  408. padding: 5px;
  409. height: 10px;
  410. background: {color:link four};
  411. border-top-left-radius: 7px;
  412. -moz-border-radius-topright: 7px;
  413. -webkit-border-top-left-radius: 7px;
  414. border-bottom-left-radius: 7px;
  415. -moz-border-radius-bottomleft: 7px;
  416. -webkit-border-bottom-left-radius: 7px;
  417. transition: all 0.5s ease-out;
  418. -o-transition-transition: all 0.5s ease-out;
  419. -webkit-transition: all 0.5s ease-out;
  420. -moz-transition: all 0.5s ease-out;
  421. margin: 120px 0px 0px 60px;
  422. }
  423.  
  424. #rawr:hover {
  425. transition: all 0.5s ease-out;
  426. -o-transition-transition: all 0.5s ease-out;
  427. -webkit-transition: all 0.5s ease-out;
  428. -moz-transition: all 0.5s ease-out;
  429. padding-left: 50px;
  430. }
  431.  
  432. #postnotes{
  433. text-align: justify;}
  434.  
  435. #postnotes blockquote{
  436. border: 0px;}
  437.  
  438. .title{
  439. font-family: 'Amatic SC', cursive;
  440. font-size: 18px;
  441. line-height: 15px;
  442. color: {color:Title};
  443. letter-spacing: 0px;
  444. font-weight: normal;
  445. padding:0px 0px 0px 0px;
  446. }
  447.  
  448. .blogtitle{
  449. font-family:'Arsenale White';
  450. font-size:45px;
  451. line-height: 15px;
  452. color: {color:Title};
  453. letter-spacing: 0px;
  454. font-weight: normal;
  455. padding:0px 0px 0px 0px;
  456. }
  457. @font-face {
  458. font-family:Arsenale White; src: url(http://static.tumblr.com/emvmfcr/fVPlulq0f/arsenale_white.ttf);}
  459. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  460.  
  461. blockquote{
  462. padding:0px 0px 2px 5px;
  463. margin:0px 0px 2px 1px;
  464. border-left: 1px dotted #555555;
  465. }
  466.  
  467. blockquote p, ul{
  468. margin:0px;
  469. padding:0px;
  470. }
  471.  
  472.  
  473. a img{border: 0px;}
  474.  
  475. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  476.  
  477. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  478. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  479.  
  480. .notes img{width:10px; position:relative; top:3px;}
  481.  
  482. .permalink{
  483. display: block;
  484. margin-left: -10px;
  485. position: absolute;
  486. }
  487.  
  488. small{font-size: 90%;}
  489.  
  490.  
  491. @font-face {
  492. font-family: "kg luck of the irish";
  493. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  494. }
  495.  
  496. @font-face {
  497. font-family: 'Give You Glory';
  498. font-style: normal;
  499. font-weight: normal;
  500. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  501. }
  502. </style>
  503.  
  504.  
  505. <link rel="shortcut icon" href="{Favicon}">
  506. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  507. <meta name="viewport" content="width=820" />
  508.  
  509. {block:iftinycursor}<style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>{/block:iftinycursor}
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  520.  
  521.  
  522. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  523. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  524. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  525.  
  526. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  527. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  528. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  529. <script type="text/javascript">
  530. $(document).ready(function() {
  531. $().UItoTop({ easingType: 'easeOutQuart' });
  532. });
  533. </script>
  534.  
  535.  
  536. </head>
  537. <body>
  538.  
  539.  
  540.  
  541. <div id="cage">
  542. <div id="center">
  543. <div id="sidebar">
  544. <center>
  545. {block:ifshowblogtitle}<br> <span class=blogtitle><a href="/">
  546. {Title}
  547. </a></span><br>{/block:ifshowblogtitle}
  548. <center>
  549. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=210px></a>{/block:ifshowphoto}
  550. {Description}<br>
  551. {block:ifsquaresmenu}
  552. <div class="navigate">
  553. <a href="{text:Link One}">{text:Link One Title}</a>
  554. </div>
  555. <div class="navigate">
  556. <a href="{text:Link Two}">{text:Link Two Title}</a>
  557. </div>
  558. <div class="navigate">
  559. <a href="{text:Link Three}">{text:Link Three Title}</a>
  560. </div>
  561. <div class="navigate">
  562. <a href="{text:Link Four}">{text:Link Four Title}</a>
  563. </div>
  564. </div>
  565. {/block:ifsquaresmenu}
  566. <br>
  567. {block:ifhovermenu}
  568. <div id="meow">
  569. <center>links</center>
  570. <div class="cat">
  571. <a href="{text:Link One}"><span>{text:Link One Title}</span></a>
  572. <a href="text:Link Two}"><span>{text:Link Two Title}</span></a>
  573. <a href="{text:Link Three}"><span>{text:Link Three Title}</span></a>
  574. <a href="{text:Link Four}"><span>{text:Link Four Title}</span></a>
  575. </div>
  576. </div>
  577. </div>
  578. {/block:ifhovermenu}
  579. {block:ifshowarrows}
  580. {block:PreviousPage}<a href="{PreviousPage}"><font size="3"><b>&larr;</b></font></a>{/block:PreviousPage}
  581. {block:NextPage}<a href="{NextPage}"><font size="3"><b>&rarr;</b></font></a>{/block:NextPage}
  582. {/block:ifshowarrows}
  583.  
  584. </div>
  585.  
  586.  
  587. {block:ifsidemenu}<div id="meowz">
  588. <a href="{text:Link one}">{text:Link one Title}</a>
  589. </div>
  590. <div id="purr">
  591. <a href="{text:Link two}">{text:Link two Title}</a>
  592. </div>
  593. <div id="lalala">
  594. <a href="{text:Link three}">{text:Link three Title}</a>
  595. </div>
  596. <div id="rawr">
  597. <a href="{text:Link four}">{text:Link four Title}</a>
  598. </div>{/block:ifsidemenu}
  599.  
  600.  
  601. <div id="content">
  602. {block:Posts}
  603. <div id="entry">
  604.  
  605. <a href="{permalink}">
  606. {block:Text}
  607. {block:Title}<span class="title">{Title}</span>{/block:Title}
  608. <span class="entrytext">{Body}</span>
  609.  
  610. {/block:Text}
  611.  
  612. {block:Link}
  613. <a href="{URL}" class="title">{Name}</a>
  614. {block:Description}{Description}{/block:Description}
  615. {block:Link}
  616.  
  617. {block:Photo}<Center>
  618. {block:indexpage}{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=200px; height=133px/></a>
  619. {LinkCloseTag}{/block:indexpage}</center>
  620. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  621. {/block:Photo}
  622.  
  623. {block:Quote}
  624. <span class="title">{Quote}</span>
  625. {block:Source}{Source}{/block:Source}
  626. {/block:Quote}
  627.  
  628. {block:Chat}
  629. {block:Title}<span class="title">{Title}</span>{/block:Title}
  630. <ul class="chat">
  631. {block:Lines}
  632. <li class="user_{UserNumber}">
  633. {block:Label}
  634. <span class="label">{Label}</span>
  635. {/block:Label}
  636.  
  637. {Line}
  638. </li>
  639. {/block:Lines}
  640. </ul>
  641.  
  642. {/block:Chat}
  643.  
  644.  
  645. {block:Audio}
  646. <center><div style="width:195px; height:20px;"><div
  647.  
  648. style="float:left">{AudioPlayerBlack}</div><div style="margin-top:8px;
  649.  
  650. float:bottom;"><small>
  651. {FormattedPlayCount} plays {block:ExternalAudio} // <a
  652.  
  653. href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}
  654.  
  655. </small></div></div></centeR><BR>
  656. {block:permalinkpage}{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  657. {/block:Audio}
  658.  
  659.  
  660. {block:Video}<center>
  661. <div class="video">{Video-200}</div></center><div align="right"><a href="{Permalink}"><span style="font-size: 11px;">+</span></a></div>
  662. {block:Video}
  663.  
  664.  
  665. {block:Answer}
  666. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} asked: {Question}&nbsp;</div>{Answer}
  667. {/block:Answer}
  668.  
  669.  
  670. {block:PostNotes}
  671. <center>
  672. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  673.  
  674. {block:HasTags}
  675. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  676. {block:RebloggedFrom}
  677. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  678. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  679.  
  680. {/block:RebloggedFrom}
  681. </center></span>
  682. <br>
  683. <div id="postnotes">{PostNotes}</div><br>
  684.  
  685. <center>{block:ContentSource}
  686. <br><a href="{SourceURL}">
  687. {lang:Source}:
  688. {block:SourceLogo}
  689. <img src="{BlackLogoURL}" width="{LogoWidth}"
  690. height="{LogoHeight}" alt="{SourceTitle}" />
  691. {/block:SourceLogo}
  692. {block:NoSourceLogo}
  693. {SourceLink}
  694. {/block:NoSourceLogo}
  695. </a>
  696. {/block:ContentSource}</center>
  697.  
  698. {/block:PostNotes}
  699. </div>
  700. {/block:Posts}
  701. </div></div>
  702.  
  703. </div>
  704. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://thepinkrebellion.tumblr.com">thepinkrebellion</a></div>
  705.  
  706. </body>
  707. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement