Advertisement
Beautifully-Flawless

Theme 43: Ariel

Sep 15th, 2013
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.04 KB | None | 0 0
  1. <!--Theme 43: Ariel
  2. By Beautifully Flawless
  3. DO NOT REMOVE CREDIT, OR YOU WILL BE REPORTED.
  4. DO NOT REMOVE CREDIT, OR YOU WILL BE REPORTED.
  5. DO NOT REMOVE CREDIT, OR YOU WILL BE REPORTED.
  6. DO NOT REMOVE CREDIT, OR YOU WILL BE REPORTED.
  7. DO NOT REMOVE CREDIT, OR YOU WILL BE REPORTED.
  8. DO NOT REMOVE CREDIT, OR YOU WILL BE REPORTED.
  9. -->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <script type="text/javascript">
  15. // <![CDATA[
  16. var bgcolour="{color:Banner 1}"; // background colour
  17. var fgcolour="{color:Banner 2}"; // foreground colour
  18. var speed=100; // speed of bubbling, lower is faster
  19. var shades=10; // number of shades of bubble
  20.  
  21. /****************************
  22. * Bubbling Text Effect *
  23. *(c) 2003-6 mf2fm web-design*
  24. * http://www.mf2fm.com/rv *
  25. * DON'T EDIT BELOW THIS BOX *
  26. ****************************/
  27. var bubbcol=new Array();
  28. var bubbler, bubbtxt;
  29. var bubbchr=new Array();
  30. window.onload=function() { if (document.getElementById) {
  31. for (bubbler=0; bubbler<=shades; bubbler++) {
  32. bubbtxt="#";
  33. for (var i=1; i<6; i+=2) {
  34. var bg=parseInt(bgcolour.substring(i,i+2),16);
  35. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  36. }
  37. bubbcol[bubbler+1]=bubbtxt;
  38. }
  39. bubbler=document.getElementById("bubble");
  40. bubbtxt=bubbler.firstChild.nodeValue;
  41. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  42. for (var i=0; i<bubbtxt.length; i++) {
  43. var bubbi=document.createElement("span");
  44. bubbi.setAttribute("id", "bubb"+i);
  45. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  46. bubbler.appendChild(bubbi);
  47. }
  48. bubbler=setInterval ("bubbling()", speed);
  49. }}
  50.  
  51. function dechex(dec) {
  52. var hex=dec.toString(16);
  53. if (dec<16) return "0"+hex;
  54. else return hex;
  55. }
  56.  
  57. function bubbling() {
  58. for (var i=0; i<bubbtxt.length; i++) {
  59. var bubbme=document.getElementById("bubb"+i);
  60. if (bubbchr[i]) {
  61. bubbme.style.color=bubbcol[bubbchr[i]];
  62. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  63. }
  64. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  65. }
  66. }
  67. // ]]>
  68. </script>
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72.  
  73. <title>{Title}</title>
  74. <link rel="shortcut icon" href="{favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76. {block:Description}<meta name="description"content="{MetaDescription}"/>{/block:Description}
  77.  
  78. <!--Variables-->
  79.  
  80. <meta name="color:text" content="#000" />
  81. <meta name="color:Posts Border" content="#ddd"/>
  82. <meta name="color:Posts BG" content="#fff"/>
  83. <meta name="color:Background" content="#000"/>
  84. <meta name="color:Banner 1" content="#DCDCDC"/>
  85. <meta name="color:Banner 2" content="#848482"/>
  86. <meta name="color:ScrollBar" content="#848482"/>
  87. <meta name="color:Link" content="#ddd"/>
  88. <meta name="color:Link Hover" content="#888"/>
  89. <meta name="color:Title" content="#000"/>
  90. <meta name="color:Title Shadow" content="#888"/>
  91. <meta name="color:Side 1" content="#848482"/>
  92. <meta name="color:Side 2" content="#DCDCDC"/>
  93. <meta name="color:Side 3" content="#848482"/>
  94. <meta name="color:Sidebar BG" content="#000"/>
  95. <meta name="color:Sidebar Border" content="#848482"/>
  96. <meta name="color:Sidebar Box Shadow" content="#ddd"/>
  97. <meta name="color:Sidebar Text" content="#fff"/>
  98. <meta name="color:Stats" content="#fff"/>
  99. <meta name="color:Navigation BG" content="#000"/>
  100. <meta name="color:Navigation Border" content="#ddd"/>
  101. <meta name="color:Navigation Text" content="#fff"/>
  102. <meta name="color:Favorites Shadow" content="#888"/>
  103.  
  104. <meta name="image:Background" content="" />
  105. <meta name="image:sidebar" content="http://static.tumblr.com/gdh5wux/za7mevmdm/tumblr_mb9vqpabat1qbhmlvo1_500.jpg" />
  106.  
  107. <meta name="image:fav 1" content="http://i42.tinypic.com/fk2o3r.png"/>
  108. <meta name="image:fav 2" content="http://i40.tinypic.com/33xtz7r.png"/>
  109. <meta name="image:fav 3" content="http://i43.tinypic.com/2nsqr7p.png"/>
  110. <meta name="image:fav 4" content="http://i44.tinypic.com/121vot5.png"/>
  111. <meta name="image:fav 5" content="http://i41.tinypic.com/r0sew6.png"/>
  112.  
  113. <meta name="text:Favorite 1 URL" content=""/>
  114. <meta name="text:Favorite 2 URL" content=""/>
  115. <meta name="text:Favorite 3 URL" content=""/>
  116. <meta name="text:Favorite 4 URL" content=""/>
  117. <meta name="text:Favorite 5 URL" content=""/>
  118.  
  119. <meta name="text:Favorite 1" content="BLOG NAME"/>
  120. <meta name="text:Favorite 2" content="BLOG NAME"/>
  121. <meta name="text:Favorite 3" content="BLOG NAME"/>
  122. <meta name="text:Favorite 4" content="BLOG NAME"/>
  123. <meta name="text:Favorite 5" content="BLOG NAME"/>
  124.  
  125. <meta name="text:STATS 1" content="INSERT STAT HERE" />
  126. <meta name="text:STATS 2" content="INSERT STAT HERE" />
  127. <meta name="text:STATS 3" content="INSERT STAT HERE" />
  128. <meta name="text:STATS 4" content="INSERT STAT HERE" />
  129. <!--Variables-->
  130. <style type="text/css">
  131.  
  132.  
  133. ::-webkit-scrollbar {width: 9px; height: 3px; background:transparent;}
  134. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-bottom-left-radius:5px; box-shadow:0px 0px 10px {color:Scrollbar Shadow};}
  135.  
  136. #tumblr_controls{
  137. position:fixed !important;
  138. }
  139.  
  140. @font-face{font-family:"tinytots";src:url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  141.  
  142. @font-face{font-family:"caviardreams";src:url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf'); }
  143.  
  144. @font-face { font-family: "lovers"; src: url('http://static.tumblr.com/oetadgc/Jszm7aicc/loversquarrel-regular.ttf'); }
  145.  
  146. @font-face { font-family: "blackswan"; src: url('http://static.tumblr.com/q54tzar/7POm34eyl/a_s_black_swan_3_.ttf'); }
  147.  
  148. body {
  149. margin: 0px;
  150. background-color:{color:background};
  151. background-image:url('{image:Background}');
  152. background-attachment:fixed;
  153. background-repeat:repeat;
  154. background-position:center;
  155. }
  156.  
  157. body, div, p, textarea, submit, input {
  158. font-family:"tinytots";
  159. font-size:8px;
  160. line-height:12px;
  161. color:{color:Text};
  162. text-transform:uppercase;
  163. }
  164.  
  165. a:link, a:active, a:visited{
  166. color:{color:Link};
  167. text-decoration:none;
  168. -webkit-transition:color 0.4s ease-out;
  169. -moz-transition:color 0.4s ease-out;
  170. }
  171.  
  172. a:hover{
  173. color:{color:Link Hover};
  174. -webkit-transition: color 0.4s ease-out;
  175. -moz-transition: color 0.4s ease-out;
  176. text-shadow:0px 0px 1px {color:Link Hover Shadow};
  177. }
  178.  
  179. div#posts {
  180. width:740px;
  181. margin-left:550px;
  182. margin-top:0px;
  183. z-index:1;
  184. float:left;
  185. background-image:url('http://static.tumblr.com/gdh5wux/EVAm7hth0/tumblr_m3sd0v7kfw1qhxwq3.gif');
  186. }
  187.  
  188. .entry {
  189. margin-left:50px;
  190. margin-right:-48px;
  191. margin-bottom:3px;
  192. float:left;
  193. overflow:hidden;
  194. border:1px solid {color:Posts Border};
  195. background-color:{color:Posts BG};
  196. {block:IndexPage}
  197. width:320px;
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. width:500px;
  201. padding:10px;
  202. margin-left:100px;
  203. {/block:PermalinkPage}
  204. }
  205.  
  206. .perma{
  207. opacity: 0.0;
  208. filter:alpha(opacity = 0);
  209. margin-top:-21px;
  210. width:0px;
  211. height:30px;
  212. line-height:30px;
  213. font-size:9px;
  214. position:absolute;
  215. text-align:center;
  216. z-index:800;
  217. color:#000;
  218. }
  219.  
  220. a.p{color:#fff;}
  221.  
  222.  
  223. .entry:hover .perma {
  224. opacity: 1;
  225. transition: all 0.4s linear;
  226. filter: alpha(opacity = 100);
  227. -webkit-transition: opacity 0.4s linear;
  228. -moz-transition: all 0.4s linear;
  229. }
  230.  
  231. .likep{
  232. top:26px;
  233. left:5px;
  234. z-index:99;
  235. width:21px;
  236. height:20px;
  237. overflow:hidden;
  238. position: absolute;
  239. }
  240.  
  241. .likep img {
  242. width:21px;
  243. height:20px;
  244. webkit-transition: all 0.2s linear;
  245. -webkit-transition: all 0.2s linear;
  246. -moz-transition: all 0.2s linear;
  247. transition: all 0.2s linear;
  248. }
  249.  
  250. .rep{
  251. top:26px;
  252. left:29px;
  253. width:24px;
  254. height:20px;
  255. overflow:hidden;
  256. position:absolute;
  257. z-index:99;
  258. }
  259.  
  260. .rep img{
  261. width:24px;
  262. height:20px;
  263. line-height:30px;
  264. display:inline;
  265. }
  266.  
  267.  
  268. .likep a:hover{background-position: 0px 0px;}
  269.  
  270. .likep a{
  271. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  272. background-position:0px 0px;
  273. display:block;
  274. z-index:99;
  275. webkit-transition: all 0s linear;
  276. -webkit-transition: all 0s linear;
  277. -moz-transition: all 0s linear;
  278. transition: all 0s linear;
  279. }
  280.  
  281. .not{
  282. position:absolute;
  283. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  284. height:20px;
  285. font-size:11px;
  286. line-height:20px;
  287. color:#fff;
  288. position:absolute;
  289. top:26px;
  290. left: 56px;
  291. padding-left:4px;
  292. padding-right:4px;
  293. -moz-border-radius:2px;
  294. border-radius:2px;
  295. }
  296.  
  297. .not a{
  298. color:#fff;
  299. font-weight:bold;
  300. font-family:Arial, Helvetica, sans-serif;
  301. }
  302.  
  303. .entry:hover .not, .entry:hover .rep, .entry:hover .likep{opacity: 0.8;filter: alpha(opacity = 80);}
  304.  
  305. .not:hover , .rep:hover, .likep:hover{opacity: 1!important;filter: alpha(opacity = 100)!important;}
  306.  
  307. #infscr-loading{
  308. bottom:-70px;
  309. position:absolute;
  310. left:50%;
  311. margin-left:-8px;
  312. width:16px;
  313. height:11px;
  314. overflow:hidden;
  315. margin-bottom:50px;
  316. }
  317.  
  318. .title{
  319. font-family:'blackswan';
  320. text-transform:none;
  321. font-size:40px;
  322. line-height:40px;
  323. text-align:center;
  324. color:{color:Title};
  325. text-shadow:0px 1px 2px {color:Title Shadow};
  326. }
  327.  
  328. .quote{
  329. font-family:caviardreams;
  330. font-size:12px;
  331. color:#888;
  332. text-transform:none;
  333. line-height:10px;
  334. text-align:right;
  335. }
  336.  
  337. blockquote{
  338. padding:0px 0px 2px 5px;
  339. margin:0px 0px 2px 10px;
  340. border-left: 1px dotted #555555;
  341. }
  342.  
  343. .infinite {
  344. align:right;
  345. background:#ccc;
  346. color:black;
  347. margin:3px 0px 5px 66px;
  348. padding:7px;
  349. padding-top:5px;
  350. position:relative;
  351. border-radius:5px;
  352. }
  353.  
  354. .infinite span {
  355. display:block;
  356. position:absolute;
  357. width:1px;height:1px;
  358. font-size: 8px;
  359. font-family:tinytots;
  360. line-height:1px;
  361. left:-10px;
  362. top:10px;
  363. border-top:5px solid transparent;
  364. border-bottom:5px solid transparent;
  365. border-right:10px solid #ccc;
  366. }
  367.  
  368. .askborder{float:left;margin:1px 4px 0 0;}
  369.  
  370. ul, ol, li{list-style:circle; margin:5px; margin-left:10px; padding-left:3px;}
  371. .user_1 .label, .user_4 .label, .user_7 .label, .user_2 .label, .user_5 .label, .user_8 .label, .user_3 .label, .user_6 .label,
  372. .user_9 .label {color:text};}
  373.  
  374.  
  375. .notes img{width:10px; position:relative; top:3px;}
  376.  
  377. div#side{
  378. opacity:0.4;
  379. width:100%;
  380. position:fixed !important;
  381. text-align:center;
  382. top:180px;
  383. height:100px;
  384. left:-5px;
  385. z-index:-99999;
  386. background:{color:Side 1};
  387. border:1px solid {color:Side 1};
  388. box-shadow:0px 0px 7px {color:Side 1};
  389. -webkit-animation:fadeInDownBig 3s;
  390. -moz-animation:fadeInDownBig 3s;
  391. -ms-animation:fadeInDownBig 3s;
  392. -webkit-transition: all 0.5s ease;
  393. -moz-transition: all 0.5s ease;
  394. -o-transition: all 0.5s ease;
  395. }
  396.  
  397. div#side2{
  398. opacity:0.6;
  399. width:100%;
  400. position:fixed !important;
  401. text-align:center;
  402. top:230px;
  403. height:30px;
  404. left:-5px;
  405. z-index:-99999;
  406. background:{color:Side 2};
  407. border:1px solid {color:Side 2};
  408. box-shadow:0px 0px 20px {color:Side 2};
  409. -webkit-animation:fadeInDownBig 3s;
  410. -moz-animation:fadeInDownBig 3s;
  411. -ms-animation:fadeInDownBig 3s;
  412. -webkit-transition: all 0.5s ease;
  413. -moz-transition: all 0.5s ease;
  414. -o-transition: all 0.5s ease;
  415. }
  416.  
  417. div#side3{
  418. position:fixed !important;
  419. width:50px;
  420. height:100%;
  421. top:0px;
  422. left:300px;
  423. opacity:.5;
  424. z-index:-99999;
  425. background:{color:Side 3};
  426. border:1px solid {color:Side 3};
  427. box-shadow:0px 0px 7px {color:Side 3};
  428. -webkit-animation:fadeInDownBig 3s;
  429. -moz-animation:fadeInDownBig 3s;
  430. -ms-animation:fadeInDownBig 3s;
  431. -webkit-transition: all 0.5s ease;
  432. -moz-transition: all 0.5s ease;
  433. -o-transition: all 0.5s ease;
  434. }
  435.  
  436. #sidebar{
  437. position:fixed;
  438. width:380px;
  439. height:500px;
  440. top:60px;
  441. left:50px;
  442. color:{color:Sidebar Text};
  443. text-align:center;
  444. background-color:{color:Sidebar BG};
  445. border:1px solid {color:Sidebar Border};
  446. box-shadow:-1px 0px 20px {color:Sidebar Box Shadow};
  447. -webkit-transition: all .5s ease-out;
  448. -moz-transition: all .5s ease-out;
  449. -o-transition: all .5s ease-out;
  450. transition: all .5s ease-out;
  451. }
  452.  
  453. #sidebarpic img{width:100%;height:100%;}
  454.  
  455. #sidebar:hover #sidebarpic{
  456. margin-left:-450px;
  457. -webkit-transition: all 0.9s ease;
  458. -moz-transition: all 0.9s ease;
  459. -o-transition: all 0.9s ease;
  460. -webkit-transition: all .5s ease-out;
  461. -moz-transition: all .5s ease-out;
  462. -o-transition: all .5s ease-out;
  463. transition: all .5s ease-out;
  464. }
  465.  
  466. #banner{
  467. position:fixed;
  468. font-family:'lovers';
  469. font-size:70px;
  470. color:#ddd;
  471. text-shadow:0px 0px 20px #ddd;
  472. margin-left:30px;
  473. margin-top:-30px;
  474. text-transform:none;
  475. z-index:99;
  476. }
  477.  
  478. #sidebarpic{
  479. position:fixed;
  480. width:380px;
  481. height:500px;
  482. margin-top:0px;
  483. margin-left:0px;
  484. background-color:#fff;
  485. -webkit-transition: all 0.9s ease;
  486. -moz-transition: all 0.9s ease;
  487. -o-transition: all 0.9s ease;
  488. }
  489.  
  490. .heart {font-family:tinytots;display:block;height:15px;color:{color:Stats}; text-indent:5px; vertical-align:left;background:url('http://www.hellostar.org/wp-admin/images/q1.gif')no-repeat left;}
  491.  
  492.  
  493. .heart:hover{background:url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left;}
  494.  
  495. div.navigate a{
  496. height:20px;
  497. width:60px;
  498. background-color:{color:Navigation BG};
  499. border:1px dotted {color:Navigation Border};
  500. font-family:tinytots;
  501. font-size:8px;
  502. text-transform:uppercase;
  503. margin:6px;
  504. float:left;
  505. text-align:center;
  506. line-height:20px;
  507. color:{color:Navigation Text};
  508. border-radius:5px;
  509. -webkit-transition:all 5s ease-out;
  510. -moz-transition:all 5s ease-out;
  511. transition:all 5s ease-out;
  512. }
  513.  
  514. #faves img {
  515. width:50px;
  516. height:50px;
  517. margin-left:10px;
  518. border-radius:0px;
  519. box-shadow:0px 0px 10px {color:Favorites Shadow};
  520. -webkit-transition-duration:.7s;
  521. }
  522.  
  523. #faves img:hover {
  524. -webkit-transition: 0.5s ease-in;
  525. border-radius:32px;
  526. opacity:0.5;
  527.  
  528. }
  529.  
  530. {CustomCSS}
  531. </style>
  532. <body>
  533.  
  534. <div id="side"></div>
  535. <div id="side2"></div>
  536. <div id="side3"></div>
  537.  
  538. <div id="sidebar">
  539. <div id="banner"><span id="bubble">{title}</span></div>
  540. <div id="sidebarpic"><img src="{image:sidebar}"></div>
  541. <br>
  542. <img src="http://static.tumblr.com/gdh5wux/ZbRmewd0h/2429473p3vo9mq4du.gif">
  543. <br>
  544. {description}
  545. &middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;
  546. <br>
  547. This is where you put your obsessions, what you like, dislike, what you love, hate, love and hate. TV shows, movies, music, books, anything you like.
  548. &middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;
  549. <br>
  550. <div id="faves">
  551. <center>
  552. <a href="{text:favorite 1}.tumblr.com">
  553. <img src='{image:fav 1}' title="{text:favorite 1}"/></a>
  554.  
  555. <a href="{text:favorite 2}.tumblr.com">
  556. <img src='{image:fav 2}' title="{text:favorite 2}"/></a>
  557.  
  558. <a href="{text:favorite 3}.tumblr.com">
  559. <img src='{image:fav 3}' title="{text:favorite 3}"/></a>
  560.  
  561. <a href="{text:favorite 4}.tumblr.com">
  562. <img src='{image:fav 4}' title="{text:favorite 4}"/></a>
  563.  
  564. <a href="{text:favorite 5}.tumblr.com">
  565. <img src='{image:fav 5}' title="{text:favorite 5}"/></a>
  566. </center>
  567. </div>
  568. &middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;
  569. <br>
  570. <div class="heart">{text:STATS 1}</div>
  571. <div class="heart">{text:STATS 2}</div>
  572. <div class="heart">{text:STATS 3}</div>
  573. <div class="heart">{text:STATS 4}</div>
  574. <br>
  575. &middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;
  576. <div class="navigate">
  577. <a href="/">Home</a>
  578. <a href="/ask">Inbox</a>
  579. <a href="/submit">Submit</a>
  580. <a href=".faves">Favs</a>
  581. <a href="/links">Links</a>
  582. <a href="http://beautifully-flawless.tumblr.com/">Credit</a>
  583. </div>
  584. &middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;&middot;
  585. <br>
  586. <div id="faves">
  587. <marquee behavior="scroll" scrollamount="5" direction="left" onmouseover="this.stop();" onmouseout="this.start();">{block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-96}' width="40px" height="40px" />{/block:Followed}{/block:Following}</marquee>
  588. </div>
  589. </div>
  590.  
  591. <div id="posts">
  592. {block:Posts}
  593. <div class="entry">
  594.  
  595. {block:IndexPage}
  596. <div class="perma">
  597.  
  598. <div class="likep">
  599. <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>
  600. </div>
  601.  
  602. <div class="rep"><a href="{reblogurl}"target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png"width="30"/></a></div>
  603.  
  604. <div class="not">
  605. <a id="notes{PostID}"href="{Permalink}">{NoteCount}</a></div>
  606. </div>
  607. {/block:IndexPage}
  608.  
  609. {block:Text}
  610. {block:Title}
  611. <div class="title">{Title}</div>
  612. {/block:Title}
  613. <span class="entrytext">{Body}</span>
  614. {/block:Text}
  615.  
  616. {block:Link}
  617. <div class="title"><a href="{URL}">{Name}</a></div>
  618. {block:Description}{Description}{/block:Description}
  619. {block:Link}
  620.  
  621. {block:Photo}
  622. {block:IndexPage}
  623. {LinkOpenTag}
  624. <div class="photo"><a href="{permalink}">
  625. <img class="photo"src="{PhotoURL-HighRes}"alt="{PhotoAlt}"width="100%"></a></div>
  626. {LinkCloseTag}
  627. {/block:IndexPage}
  628. {block:PermalinkPage}
  629. {LinkOpenTag}
  630. <a href="{permalink}"><img class="photo"src="{PhotoURL-HighRes}"alt="{PhotoAlt}"width="100%"></a>
  631. {LinkCloseTag}
  632. {/block:PermalinkPage}
  633. {/block:Photo}
  634.  
  635. {block:Photoset}
  636. {block:IndexPage}
  637. <center>
  638. {Photoset-250}
  639. </center>
  640. {/block:IndexPage}
  641. {block:PermalinkPage}
  642. <center>
  643. {Photoset-500}
  644. </center>
  645. {/block:PermalinkPage}
  646. {/block:Photoset}
  647.  
  648. {block:Quote}
  649. {Quote}
  650. </span>
  651. {block:Source}
  652. <div class="quote">{Source}</div>
  653. {/block:Source}
  654. {/block:Quote}
  655.  
  656. {block:Chat}
  657. {block:Title}
  658. <span class="title">{Title}</span>
  659. {/block:Title}
  660. <ul class="chat">
  661. {block:Lines}
  662. <li class="user_{UserNumber}">
  663. {block:Label}
  664. <span class="label">{Label}</span>
  665. {/block:Label}
  666. {Line}
  667. </li>
  668. {/block:Lines}
  669. </ul>
  670. {/block:Chat}
  671.  
  672. {block:Audio}
  673. <center>{AudioPlayerWhite}</center>
  674. {/block:Audio}
  675.  
  676. {block:Video}
  677. {block:IndexPage}
  678. <center>
  679. {Video-250}
  680. </center>
  681. {/block:IndexPage}
  682. {block:PermalinkPage}
  683. <center>
  684. {Video-500}
  685. </center>
  686. {/block:PermalinkPage}
  687. {block:Video}
  688.  
  689. {block:Answer}
  690. <img style="border:1px solid #aaa; width:40px; height:40px;"src="{AskerPortraitURL-40}"align="left"class="askborder">
  691. <div class="infinite">
  692. <span></span>
  693. {Asker}:{Question}&nbsp;</div>
  694. <div style="margin-top:-5px;">
  695. <br>{Answer}
  696. </div>
  697. {/block:Answer}
  698.  
  699. {block:PermalinkPage}
  700. <center>
  701. <br>
  702. {block:Caption}
  703. {Caption}
  704. {/block:Caption}
  705.  
  706. {block:NoteCount}
  707. {NoteCountWithLabel}
  708. {/block:NoteCount}
  709.  
  710. {block:HasTags}
  711. &middot;{block:Tags}<a href="TagURL">#{Tag}</a>{/block:Tags}
  712. {/block:hasTags}
  713. </center>
  714. {/block:PermalinkPage}
  715.  
  716.  
  717. {block:PostNotes}
  718. {PostNotes}
  719. {/block:PostNotes}
  720. </div>
  721.  
  722. {/block:Posts}
  723. </div>
  724. </div>
  725.  
  726. {block:IndexPage}
  727. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  728. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  729.  
  730. <script type="text/javascript">
  731. $(window).load(function () {
  732. var $content = $('#posts');
  733. $content.masonry({itemSelector: '.entry'}),
  734. $content.infinitescroll({
  735. navSelector : 'div#pagination',
  736. nextSelector : 'div#pagination a#nextPage',
  737. itemSelector : '.entry',
  738. loading: {
  739. finishedMsg: '',
  740. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  741. },
  742. bufferPx : 600,
  743. debug : false,
  744. },
  745. // call masonry as a callback.
  746. function( newElements ) {
  747. var $newElems = $( newElements );
  748. $newElems.hide();
  749. // ensure that images load before adding to masonry layout
  750. $newElems.imagesLoaded(function(){
  751. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(400);} );
  752.  
  753.  
  754. });
  755. });
  756. });
  757. </script>
  758. {/block:IndexPage}
  759.  
  760. {block:IndexPage}
  761. {block:Pagination}
  762. <div id="pagination">
  763. {block:NextPage}
  764. <a id="nextPage" href="{NextPage}"></a>
  765. {/block:NextPage}
  766. {block:PreviousPage}
  767. <a href="{PreviousPage}"></a>
  768. {/block:PreviousPage}
  769. </div>
  770. {/block:Pagination}
  771. {/block:IndexPage}
  772. </div>
  773. <script type="text/javascript" src="http://.ic.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  774. <iframe id="likeiframe" style="width: 0px; height: 0px; border:0px;"></iframe>
  775. <span id="scriptsinsert"> </span>
  776. </body>
  777. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement