Advertisement
celestialthemes

Theme #03: Brave

Aug 11th, 2012
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <!--theme #03 by celestialthemes.tumblr.com DO NOT REMOVE CREDITS-->
  8. <!--Brave banner copyright Pixar-->
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background Color" content="#000000"/>
  18. <meta name="color:Font Color" content="#f0421f"/>
  19.  
  20. <meta name="color:Link Color" content="#52ffff"/>
  21. <meta name="color:Link Hover" content="#3a8fbc"/>
  22.  
  23. <meta name="color:Title Color" content="#f0421f"/>
  24. <meta name="color:Descrip Background" content="#01435b"/>
  25. <meta name="color:Descrip Text" content="#f0421f"/>
  26. <meta name="color:Circle Color" content="#52ffff"/>
  27. <meta name="color:Circle Border Color" content="#3a8fbc"/>
  28. <meta name="color:Topbar Background" content="#01435b"/>
  29.  
  30. <meta name="if:ShowLink1" content="1"/>
  31. <meta name="if:ShowLink2" content="0"/>
  32. <meta name="if:ShowLink3" content="0"/>
  33. <meta name="if:ShowLink4" content="0"/>
  34. <meta name="if:ShowLink5" content="0"/>
  35. <meta name="if:ShowLink6" content="0"/>
  36. <meta name="if:ShowLink7" content="0"/>
  37. <meta name="if:ShowLink8" content="0"/>
  38. <meta name="if:ShowLink9" content="0"/>
  39. <meta name="if:ShowArchive" content="1"/>
  40. <meta name="if:ShowRandom" content="1"/>
  41.  
  42. <meta name="text:AskText" content="Message"/>
  43. <meta name="text:Link1 URL" content=""/>
  44. <meta name="text:Link1" content="Link1"/>
  45. <meta name="text:Link2 URL" content=""/>
  46. <meta name="text:Link2" content="Link2"/>
  47. <meta name="text:Link3 URL" content=""/>
  48. <meta name="text:Link3" content="Link3"/>
  49. <meta name="text:Link4 URL" content=""/>
  50. <meta name="text:Link4" content="Link4"/>
  51. <meta name="text:Link5 URL" content=""/>
  52. <meta name="text:Link5" content="Link5"/>
  53. <meta name="text:Link6 URL" content=""/>
  54. <meta name="text:Link6" content="Link6"/>
  55. <meta name="text:Link7 URL" content=""/>
  56. <meta name="text:Link7" content="Link7"/>
  57. <meta name="text:Link8 URL" content=""/>
  58. <meta name="text:Link8" content="Link8"/>
  59. <meta name="text:Link9 URL" content=""/>
  60. <meta name="text:Link9" content="Link9"/>
  61.  
  62. <meta name="color:Post Color" content="#01435b">
  63. <meta name="color:Tag Background" content="#01435b">
  64. <meta name="color:Chat1 Color" content="#000000">
  65. <meta name="color:Chat2 Color" content="#01435b">
  66.  
  67. <meta name="image:Banner Image" content="http://i.imgur.com/By3WB.jpg"/>
  68.  
  69. <meta name="if:500pxPost" content="0"/>
  70. <meta name="if:400pxPost" content="0"/>
  71. <meta name="if:250pxPost" content="1"/>
  72.  
  73. <meta name="if:InfiniteScroll" content="0"/>
  74. <meta name="if:ShowBacktoTopButton" content="1"/>
  75.  
  76. <meta name="if:ShowTitle" content="0"/>
  77. <meta name="if:ShowIcon" content="0"/>
  78.  
  79. <meta name="if:ShowTags" content="1"/>
  80. <meta name="if:ShowLike" content="1"/>
  81. <meta name="if:ShowReblog" content="1"/>
  82. <meta name="if:ShowNotes" content="1"/>
  83.  
  84. <style type="text/css">
  85.  
  86. body{
  87. background:{color:Background Color};
  88. margin:0px;
  89. color:{color:Font Color};
  90. font-family:'Calibri', 'Trebuchet MS', sans-serif;
  91. font-size:11px;
  92. line-height:100%;
  93. }
  94.  
  95. a{
  96. -webkit-transition:all 0.5s ease-in-out;
  97. -moz-transition:all 0.5s ease-in-out;
  98. -o-transition:all 0.5s ease-in-out;
  99. -ms-transition:all 0.5s ease-in-out;
  100. transition:all 0.5s ease-in-out;
  101.  
  102. text-decoration:none;
  103. outline:none;
  104. color:{color:Link Color};
  105. }
  106.  
  107. a:hover{
  108. -webkit-transition:all 0.5s ease-in-out;
  109. -moz-transition:all 0.5s ease-in-out;
  110. -o-transition:all 0.5s ease-in-out;
  111. -ms-transition:all 0.5s ease-in-out;
  112. transition:all 0.5s ease-in-out;
  113.  
  114. color:{color:Link Hover};
  115. }
  116.  
  117. a.homebutton{
  118. -webkit-transition:all 1s ease-in-out;
  119. -moz-transition:all 1s ease-in-out;
  120. -o-transition:all 1s ease-in-out;
  121. -ms-transition:all 1s ease-in-out;
  122. transition:all 1s ease-in-out;
  123.  
  124. -webkit-border-radius:50px;
  125. -moz-border-radius:50px;
  126. -o-border-radius:50px;
  127. -ms-border-radius:50px;
  128. border-radius:50px;
  129.  
  130. padding:5px;
  131. display:inline;
  132. background:{color:Circle Color};
  133. font-size:0px;
  134. border:5px solid {color:Circle Border Color};
  135. }
  136.  
  137. a.homebutton:hover{
  138. -webkit-transition:all 1s ease-in-out;
  139. -moz-transition:all 1s ease-in-out;
  140. -o-transition:all 1s ease-in-out;
  141. -ms-transition:all 1s ease-in-out;
  142. transition:all 1s ease-in-out;
  143.  
  144. -webkit-border-radius:0px;
  145. -moz-border-radius:0px;
  146. -o-border-radius:0px;
  147. -ms-border-radius:0px;
  148. border-radius:0px;
  149.  
  150. background:{color:Topbar Background};
  151. font-size:11px;
  152. border:5px solid {color:Topbar Background};
  153. }
  154.  
  155. a.button{
  156. -webkit-transition:all 1s ease-in-out;
  157. -moz-transition:all 1s ease-in-out;
  158. -o-transition:all 1s ease-in-out;
  159. -ms-transition:all 1s ease-in-out;
  160. transition:all 1s ease-in-out;
  161.  
  162. -webkit-border-radius:50px;
  163. -moz-border-radius:50px;
  164. -o-border-radius:50px;
  165. -ms-border-radius:50px;
  166. border-radius:50px;
  167.  
  168. padding:5px;
  169. display:inline;
  170. margin-left:25px;
  171. background:{color:Circle Color};
  172. font-size:0px;
  173. border:5px solid {color:Circle Border Color};
  174. }
  175.  
  176. a.button:hover{
  177. -webkit-transition:all 1s ease-in-out;
  178. -moz-transition:all 1s ease-in-out;
  179. -o-transition:all 1s ease-in-out;
  180. -ms-transition:all 1s ease-in-out;
  181. transition:all 1s ease-in-out;
  182.  
  183. -webkit-border-radius:0px;
  184. -moz-border-radius:0px;
  185. -o-border-radius:0px;
  186. -ms-border-radius:0px;
  187. border-radius:0px;
  188.  
  189. background:{color:Topbar Background};
  190. font-size:11px;
  191. border:5px solid {color:Topbar Background};
  192. }
  193.  
  194. a.title{
  195. -webkit-transition:all 0.5s ease-in-out;
  196. -moz-transition:all 0.5s ease-in-out;
  197. -o-transition:all 0.5s ease-in-out;
  198. -ms-transition:all 0.5s ease-in-out;
  199. transition:all 0.5s ease-in-out;
  200.  
  201. color:{color:Title Color};
  202. }
  203.  
  204. a.title:hover{
  205. -webkit-transition:all 0.5s ease-in-out;
  206. -moz-transition:all 0.5s ease-in-out;
  207. -o-transition:all 0.5s ease-in-out;
  208. -ms-transition:all 0.5s ease-in-out;
  209. transition:all 0.5s ease-in-out;
  210.  
  211. color:{color:Link Hover};
  212. }
  213.  
  214. a.credit{
  215. -webkit-transition:all 0.5s ease-in-out;
  216. -moz-transition:all 0.5s ease-in-out;
  217. -o-transition:all 0.5s ease-in-out;
  218. -ms-transition:all 0.5s ease-in-out;
  219. transition:all 0.5s ease-in-out;
  220.  
  221. font-size:24px;
  222. font-family:'Georgia', 'Times New Roman', serif;
  223. letter-spacing:2px;
  224. color:{color:Title Color};
  225. }
  226.  
  227. a.credit:hover{
  228. -webkit-transition:all 0.5s ease-in-out;
  229. -moz-transition:all 0.5s ease-in-out;
  230. -o-transition:all 0.5s ease-in-out;
  231. -ms-transition:all 0.5s ease-in-out;
  232. transition:all 0.5s ease-in-out;
  233.  
  234. color:{color:Link Hover};
  235. }
  236.  
  237. a.next{
  238. -webkit-transition:all 0.5s ease-in-out;
  239. -moz-transition:all 0.5s ease-in-out;
  240. -o-transition:all 0.5s ease-in-out;
  241. -ms-transition:all 0.5s ease-in-out;
  242. transition:all 0.5s ease-in-out;
  243.  
  244. color:{color:Title Color};
  245. }
  246.  
  247. a.next:hover{
  248. -webkit-transition:all 0.5s ease-in-out;
  249. -moz-transition:all 0.5s ease-in-out;
  250. -o-transition:all 0.5s ease-in-out;
  251. -ms-transition:all 0.5s ease-in-out;
  252. transition:all 0.5s ease-in-out;
  253.  
  254. color:{color:Link Hover};
  255. }
  256.  
  257. a.top{
  258. -webkit-transition:all 0.5s ease-in-out;
  259. -moz-transition:all 0.5s ease-in-out;
  260. -o-transition:all 0.5s ease-in-out;
  261. -ms-transition:all 0.5s ease-in-out;
  262. transition:all 0.5s ease-in-out;
  263.  
  264. color:{color:Title Color};
  265. font-size:24px;
  266. font-family:'Georgia', 'Times New Roman', serif;
  267. position:fixed;
  268. bottom:40px;
  269. right:20px;
  270. }
  271.  
  272. a.top:hover{
  273. -webkit-transition:all 0.5s ease-in-out;
  274. -moz-transition:all 0.5s ease-in-out;
  275. -o-transition:all 0.5s ease-in-out;
  276. -ms-transition:all 0.5s ease-in-out;
  277. transition:all 0.5s ease-in-out;
  278.  
  279. color:{color:Link Hover};
  280. }
  281.  
  282. h1{
  283. line-height:100%;
  284. padding: 1em 2em;
  285. color:{color:Link Color};
  286. }
  287.  
  288. h2{
  289. line-height:100%;
  290. padding: 1em 2em;
  291. color:{color:Link Color};
  292. }
  293.  
  294. b{
  295. color:{color:Link Color};
  296. }
  297.  
  298. strong{
  299. color:{color:Link Color};
  300. }
  301.  
  302. i{
  303. color:{color:Link Color};
  304. }
  305.  
  306. u{
  307. text-decoration:none;
  308. border-bottom: 1px solid {color:Link Color};
  309. }
  310.  
  311. img{
  312. border:none;
  313. }
  314.  
  315. blockquote{
  316. padding-left:2px;
  317. border-left:2px solid {color:Font Color};
  318. overflow:hidden;
  319. }
  320.  
  321. blockquote blockquote{
  322. padding-left:2px;
  323. border-left:2px solid {color:Font Color};
  324. overflow:hidden;
  325. }
  326.  
  327. #banner{
  328. position:fixed;
  329. margin-top:0px;
  330. margin-left:22.5%;
  331. width:800px;
  332. height:200px;
  333. background-image:url('{image:Banner Image}');
  334. background-repeat:no-repeat;
  335. background-attachment:scroll;
  336. background-size:800px 200px;
  337. z-index:100;
  338. }
  339.  
  340. #topbarcontain{
  341. position:fixed;
  342. margin-top:200px;
  343. width:100%;
  344. height:40px;
  345. z-index:100;
  346. margin-left:22.5%;
  347. }
  348.  
  349. #topbar{
  350. position:fixed;
  351. padding:10px 0px;
  352. width:800px;
  353. background:{color:Topbar Background};
  354. line-height:150%;
  355. z-index:100;
  356. text-align:center;
  357. height:25px;
  358. z-index:100;
  359. }
  360.  
  361. #merida{
  362. width:100%;
  363. margin-left:22.5%;
  364. }
  365.  
  366. #sidebar{
  367. height:100%;
  368. padding:0px 10px 10px 10px;
  369. position:fixed;
  370. margin-top:240px;
  371. {block:If500pxPost}width:255px;{/block:If500pxPost}
  372. {block:If400pxPost}width:355px;{/block:If400pxPost}
  373. {block:If250pxPost}width:230px;{/block:If250pxPost}
  374. background:{color:Descrip Background};
  375. z-index:100;
  376. }
  377.  
  378. img.sidebar{
  379. float:left;
  380. margin:0px 5px 5px 0px;
  381. }
  382.  
  383. #descrip{
  384. word-wrap:break-word;
  385. overflow-y:hidden;
  386. height:375px;
  387. text-align:justify;
  388. color:{color:Descrip Text};
  389. }
  390.  
  391. #title{
  392. font-family:'Georgia', 'Times New Roman', serif;
  393. font-size:18px;
  394. line-height:100%;
  395. color:{color:Title Color};
  396. }
  397.  
  398. #nani{
  399. float:left;
  400. position:relative;
  401. margin-top:245px;
  402. padding:0px;
  403. {block:If500pxPost}margin-left:280px;{/block:If500pxPost}
  404. {block:If400pxPost}margin-left:380px;{/block:If400pxPost}
  405. {block:If250pxPost}margin-left:255px;{/block:If250pxPost}
  406. {block:If500pxPost}width:520px;{/block:If500pxPost}
  407. {block:If400pxPost}width:420px;{/block:If400pxPost}
  408. {block:If250pxPost}width:550px;{/block:If250pxPost}
  409. }
  410.  
  411. #entry{
  412. float:left;
  413. position:absolute;
  414. margin-right:5px;
  415. margin-bottom:5px;
  416. padding:10px;
  417. {block:If500pxPost}width:500px;{/block:If500pxPost}
  418. {block:If400pxPost}width:400px;{/block:If400pxPost}
  419. {block:If250pxPost}width:250px;{/block:If250pxPost}
  420. background:{color:Post Color};
  421. }
  422.  
  423. #permanani{
  424. float:left;
  425. position:relative;
  426. margin-left:280px;
  427. margin-top:245px;
  428. padding:0px;
  429. width:520px;
  430. }
  431.  
  432. #permaentry{
  433. position:absolute;
  434. float:left;
  435. margin-right:5px;
  436. margin-bottom:5px;
  437. width:500px;
  438. padding:10px;
  439. background:{color:Post Color};
  440. }
  441.  
  442. #permaside{
  443. height:100%;
  444. padding:0px 10px 10px 10px;
  445. position:fixed;
  446. margin-top:240px;
  447. width:255px;
  448. background:{color:Descrip Background};
  449. z-index:100;
  450. }
  451.  
  452. #titulo{
  453. font-family:'Georgia', 'Times New Roman', serif;
  454. font-weight:bold;
  455. font-size:24px;
  456. line-height:100%;
  457. margin-bottom:5px;
  458. }
  459.  
  460. #quotetitulo{
  461. font-family:'Georgia', 'Times New Roman', serif;
  462. font-weight:bold;
  463. font-size:60px;
  464. float:left;
  465. padding-top:20px;
  466. padding-right:5px;
  467. }
  468.  
  469. .chat1{
  470. background:{color:Chat1 Color};
  471. color:{color:Font Color};
  472. padding:4px;
  473. margin-bottom:1px;
  474. }
  475.  
  476. .chat2{
  477. background:{color:Chat2 Color};
  478. color:{color:Font Color};
  479. padding:4px;
  480. margin-bottom:1px;
  481. }
  482.  
  483. .chat3{
  484. background:{color:Chat1 Color};
  485. color:{color:Font Color};
  486. padding:4px;
  487. margin-bottom:1px;
  488. }
  489.  
  490. .chat4{
  491. background:{color:Chat2 Color};
  492. color:{color:Font Color};
  493. padding:4px;
  494. margin-bottom:1px;
  495. }
  496.  
  497. .chat5{
  498. background:{color:Chat1 Color};
  499. color:{color:Font Color};
  500. padding:4px;
  501. margin-bottom:1px;
  502. }
  503.  
  504. .chat6{
  505. background:{color:Chat2 Color};
  506. color:{color:Font Color};
  507. padding:4px;
  508. margin-bottom:1px;
  509. }
  510.  
  511. #rey{
  512. position:relative;
  513. margin-top:0px;
  514. }
  515.  
  516. #reina{
  517. position:absolute;
  518. width:17px;
  519. height:30px;
  520. overflow-x:hidden;
  521. z-index:99;
  522. margin-left:0px;
  523. }
  524.  
  525. #silverray{
  526. -webkit-transition:all 0.5s ease-in-out;
  527. -moz-transition:all 0.5s ease-in-out;
  528. -o-transition:all 0.5s ease-in-out;
  529. -ms-transition:all 0.5s ease-in-out;
  530. transition:all 0.5s ease-in-out;
  531.  
  532. background:#000000;
  533. position:absolute;
  534. width:25px;
  535. height:25px;
  536. z-index:99;
  537. padding:5px;
  538. margin-top:45px;
  539. margin-left:45px;
  540. opacity:0.5;
  541. }
  542.  
  543. #silverray:hover{
  544. -webkit-transition:all 0.5s ease-in-out;
  545. -moz-transition:all 0.5s ease-in-out;
  546. -o-transition:all 0.5s ease-in-out;
  547. -ms-transition:all 0.5s ease-in-out;
  548. transition:all 0.5s ease-in-out;
  549.  
  550. opacity:1;
  551. }
  552.  
  553. img.reina{
  554. position:relative;
  555. margin-top:-125px;
  556. margin-left:-125px;
  557. z-index:1;
  558. width:125px;
  559. height:125px;
  560. }
  561.  
  562. img.default{
  563. position:relative;
  564. margin-top:0px;
  565. width:125px;
  566. height:125px;
  567. z-index:0;
  568. }
  569.  
  570. #moopie{
  571. float:right;
  572. position:absolute;
  573. {block:If500pxPost}width:365px;{/block:If500pxPost}
  574. {block:If400pxPost}width:265px;{/block:If400pxPost}
  575. {block:If250pxPost}width:115px;{/block:If250pxPost}
  576. padding-top:0px;
  577. padding-left:135px;
  578. line-height:100%;
  579. }
  580.  
  581. img.default{
  582. position:relative;
  583. margin-top:0px;
  584. width:125px;
  585. height:125px;
  586. z-index:0;
  587. }
  588.  
  589. #moopie{
  590. float:right;
  591. position:absolute;
  592. {block:If500pxPost}width:365px;{/block:If500pxPost}
  593. {block:If400pxPost}width:265px;{/block:If400pxPost}
  594. {block:If250pxPost}width:115px;{/block:If250pxPost}
  595. padding-top:0px;
  596. padding-left:135px;
  597. line-height:100%;
  598. }
  599.  
  600. #quotesource{
  601. text-align:right;
  602. line-height:100%;
  603. }
  604.  
  605. #question{
  606. padding:5px 0px 5px 0px;
  607. font-size:18px;
  608. font-family:'Times New Roman', serif;
  609. font-weight:bold;
  610. line-height:100%;
  611. margin-bottom:5px;
  612. background:{color:Tag Background};
  613. color:{color:Link Color};
  614. }
  615.  
  616. #tagsie{
  617. padding:5px;
  618. margin-top:5px;
  619. background:{color:Tag Background};
  620. }
  621.  
  622. ol.notes{
  623. padding:0px;
  624. list-style-type:none;
  625. }
  626.  
  627. li.note{
  628. padding:5px;
  629. list-style-position:inside;
  630. }
  631.  
  632. li.note.more_notes_link_container{
  633. list-style-type:none;
  634. }
  635.  
  636. img.avatar{
  637. width:8px;
  638. height:8px;
  639. }
  640.  
  641. #credit{
  642. position:fixed;
  643. bottom:5px;
  644. right:5px;
  645. padding:3px;
  646. }
  647.  
  648. ::-webkit-scrollbar {
  649. width: 10px;
  650. height: 0px;
  651. }
  652.  
  653. ::-webkit-scrollbar-track {
  654. -webkit-border-radius: 0px;
  655. border-radius: 0px;
  656. background: {color:Background Color};
  657. }
  658.  
  659. ::-webkit-scrollbar-thumb {
  660. -webkit-border-radius: 0px;
  661. border-radius: 0px;
  662. background: {color:Post Color};
  663. }
  664.  
  665. ::-webkit-scrollbar-thumb:window-inactive {
  666. background: {color:Post Color};
  667. }
  668.  
  669. {block:IfInfiniteScroll}
  670. .pagination {
  671. display: none;
  672. }
  673. {/block:IfInfiniteScroll}
  674.  
  675. {block:IfNotInfiniteScroll}
  676. .pagination{
  677. text-align:right;
  678. letter-spacing:5px;
  679. z-index:1000;
  680. }
  681.  
  682. .pagination a{
  683. font-size:60px;
  684. font-weight:bold;
  685. font-family: 'Georgia', 'Times New Roman', serif;
  686. line-height:100%;
  687. }
  688. {/block:IfNotInfiniteScroll}
  689.  
  690. .my-like {
  691. background-image: url(http://static.tumblr.com/cxtftev/JJvm8xwot/heart-8px_white.png) !important;
  692. background-repeat:no-repeat;
  693. background-position:center bottom;
  694. height:10px;
  695. width:10px;
  696. cursor:pointer;
  697. display:inline-block;
  698. }
  699.  
  700. .my-liked, .my-like:hover {
  701. background-image: url(http://static.tumblr.com/cxtftev/J8qm8vkgt/heart_copy-8px.png) !important;
  702. background-repeat:no-repeat;
  703. background-position:center bottom;
  704. height:10px;
  705. width:10px;
  706. cursor:pointer;
  707. display:inline-block;
  708. }
  709.  
  710. iframe#tumblr_controls {
  711. right:3px !important;
  712. position:fixed !important;
  713. z-index:10000;
  714. }
  715.  
  716. </style>
  717.  
  718. <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  719.  
  720. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  721.  
  722. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  723.  
  724. {block:IfInfiniteScroll}
  725. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  726. {/block:IfInfiniteScroll}
  727.  
  728. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  729.  
  730. <script>
  731. $(function(){
  732. var $container = $('#nani');
  733. $container.imagesLoaded(function(){
  734. $container.masonry({
  735. itemSelector: '#entry',
  736. });
  737. });
  738. $container.infinitescroll({
  739. itemSelector : "#entry",
  740. navSelector : "div.pagination",
  741. nextSelector : ".pagination a#next",
  742. loadingImg : "",
  743. loadingText : "<em></em>",
  744. bufferPx : 10000,
  745. extraScrollPx: 12000,
  746. },
  747. // trigger Masonry as a callback
  748. function( newElements ) {
  749. var $newElems = $( newElements ).css({ opacity: 0 });
  750. // ensure that images load before adding to masonry layout
  751. $newElems.imagesLoaded(function(){
  752. $newElems.animate({ opacity: 1 });
  753. $container.masonry( 'appended', $newElems, true );
  754. });
  755. }
  756. );
  757. });
  758. </script>
  759.  
  760. </head>
  761.  
  762. <!--theme #03 by celestialthemes.tumblr.com DO NOT REMOVE CREDITS-->
  763.  
  764. <body>
  765.  
  766. {block:IfShowBacktoTopButton}<div id="top"></div><a class="top" href="#top">↑</a>{/block:IfShowBacktoTopButton}
  767.  
  768. <div id="banner"></div>
  769.  
  770. <div id="topbarcontain">
  771.  
  772. <div id="topbar">
  773.  
  774. <a href="/" class="homebutton">Home</a>
  775. <a href="/ask" class="button">{text:AskText}</a>
  776. {block:IfShowArchive}<a href="/archive" class="button">Archive</a>{/block:IfShowArchive}
  777. {block:IfShowRandom}<a href="/random" class="button">Random</a>{/block:IfShowRandom}
  778. {block:IfShowLink1}<a href="{text:Link1 URL}" class="button">{text:Link1}</a>{/block:IfShowLink1}
  779. {block:IfShowLink2}<a href="{text:Link2 URL}" class="button">{text:Link2}</a>{/block:IfShowLink2}
  780. {block:IfShowLink3}<a href="{text:Link3 URL}" class="button">{text:Link3}</a>{/block:IfShowLink3}
  781. {block:IfShowLink4}<a href="{text:Link4 URL}" class="button">{text:Link4}</a>{/block:IfShowLink4}
  782. {block:IfShowLink5}<a href="{text:Link5 URL}" class="button">{text:Link5}</a>{/block:IfShowLink5}
  783. {block:IfShowLink6}<a href="{text:Link6 URL}" class="button">{text:Link6}</a>{/block:IfShowLink6}
  784. {block:IfShowLink7}<a href="{text:Link7 URL}" class="button">{text:Link7}</a>{/block:IfShowLink7}
  785. {block:IfShowLink8}<a href="{text:Link8 URL}" class="button">{text:Link8}</a>{/block:IfShowLink8}
  786. {block:IfShowLink9}<a href="{text:Link9 URL}" class="button">{text:Link9}</a>{/block:IfShowLink9}
  787.  
  788. </div>
  789.  
  790. </div>
  791.  
  792. <div id="merida">
  793.  
  794. {block:IndexPage}
  795.  
  796. <div id="sidebar">
  797.  
  798. {block:IfShowTitle}<div id="title"><a href="/" class="title">{Title}</a></div><br/>{/block:IfShowTitle}
  799.  
  800. {block:Description}
  801. <div id="descrip">
  802.  
  803. {block:IfShowIcon}<img src="{PortraitURL-48}" class="sidebar">{/block:IfShowIcon}{Description}
  804.  
  805. <div class="pagination">
  806. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}{/block:Pagination}
  807. </div>
  808.  
  809. </div>
  810. {/block:Description}
  811. </div>
  812.  
  813. <div id="nani">{block:Posts}
  814.  
  815. <div id="entry">
  816.  
  817. {block:Text}{block:Title}<div id="titulo">{Title}</div>{/block:Title}{Body}{/block:Text}
  818.  
  819. {block:Photo}
  820. {LinkOpenTag}
  821. <img src="
  822. {block:If500pxPost}{PhotoURL-500}{/block:If500pxPost}
  823. {block:If400pxPost}{PhotoURL-400}{/block:If400pxPost}
  824. {block:If250pxPost}{PhotoURL-250}{/block:If250pxPost}
  825. ">
  826. {LinkCloseTag}
  827. {block:Caption}{Caption}{/block:Caption}
  828. {/block:Photo}
  829.  
  830. {block:Photoset}
  831. {block:If500pxPost}{Photoset-500}{/block:If500pxPost}
  832. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
  833. {block:If250pxPost}{Photoset-250}{/block:If250pxPost}
  834. {block:Caption}{Caption}{/block:Caption}
  835. {/block:Photoset}
  836.  
  837. {block:Quote}<div id="quotetitulo">“</div>{Quote}{block:Source}<br/> <div id="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  838.  
  839. {block:Link}<div id="titulo"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  840.  
  841. {block:Chat}{block:Title}<div id="titulo">{Title}</div>{/block:Title}{block:Lines}<div class="chat{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  842.  
  843. {block:Audio}
  844. <div id="moopie">
  845. <strong>Track:</strong> {block:TrackName}{TrackName}{/block:TrackName}<br/><br/>
  846. <strong>Artist:</strong> {block:Artist}{Artist}{/block:Artist}<br/><br/>
  847. <strong>Album:</strong> {block:Album}{Album}{/block:Album}
  848. </div>
  849. <div id="silverray"><div id="reina">{AudioPlayerBlack}</div></div><img src="http://static.tumblr.com/cxtftev/Ib8m8s0kd/defaultalbumart2.png" class="default" width="125px">{block:AlbumArt}<img src="{AlbumArtURL}" class="reina" width="125px">{/block:AlbumArt}
  850. {block:Caption}<div id="rey">{Caption}</div>{/block:Caption}
  851. {/block:Audio}
  852.  
  853. {block:Video}
  854. {block:If500pxPost}{Video-500}{/block:If500pxPost}
  855. {block:If400pxPost}{Video-400}{/block:If400pxPost}
  856. {block:If250pxPost}{Video-250}{/block:If250pxPost}
  857. {block:Caption}{Caption}{/block:Caption}
  858. {/block:Video}
  859.  
  860. {block:Answer}<div id="question"><img src="{AskerPortraitURL-16}">&nbsp;{Asker}: {Question}</div>{Answer}{/block:Answer}
  861.  
  862. <div id="tagsie">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} · reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> · originally <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:IfShowNotes}{block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{/block:IfShowNotes}{block:IfShowLike} · <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>{/block:IfShowLike}{block:IfShowReblog} · <a href="{ReblogURL}">reblog</a>{/block:IfShowReblog}</div>
  863.  
  864. {block:IfShowTags}{block:HasTags}<div id="tagsie">{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  865.  
  866. </div>
  867.  
  868. {/block:Posts}
  869.  
  870. </div>
  871.  
  872. {/block:IndexPage}
  873.  
  874. {block:PermalinkPage}
  875.  
  876. <div id="permaside">
  877.  
  878. {block:IfShowTitle}<div id="title"><a href="/" class="title">{Title}</a></div><br/>{/block:IfShowTitle}
  879.  
  880. {block:Description}
  881. <div id="descrip">
  882. {block:IfShowIcon}<img src="{PortraitURL-48}" class="sidebar">{/block:IfShowIcon}{Description}
  883.  
  884. <div class="pagination">
  885. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}{/block:Pagination}
  886. </div>
  887.  
  888. </div>
  889. {/block:Description}
  890. </div>
  891.  
  892. <div id="permanani">{block:Posts}
  893. <div id="permaentry">
  894.  
  895. {block:Text}{block:Title}<div id="titulo">{Title}</div>{/block:Title}{Body}{/block:Text}
  896.  
  897. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  898.  
  899. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  900.  
  901. {block:Quote}<div id="quotetitulo">“</div>{Quote}{block:Source}<br/> <div id="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  902.  
  903. {block:Link}<div id="titulo"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  904.  
  905. {block:Chat}{block:Title}<div id="titulo">{Title}</div>{/block:Title}{block:Lines}<div class="chat{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  906.  
  907. {block:Audio}
  908. <div id="moopie">
  909. <strong>Track:</strong> {block:TrackName}{TrackName}{/block:TrackName}<br/><br/>
  910. <strong>Artist:</strong> {block:Artist}{Artist}{/block:Artist}<br/><br/>
  911. <strong>Album:</strong> {block:Album}{Album}{/block:Album}
  912. </div>
  913. <div id="silverray"><div id="reina">{AudioPlayerBlack}</div></div><img src="http://static.tumblr.com/cxtftev/Ib8m8s0kd/defaultalbumart2.png" class="default" width="125px">{block:AlbumArt}<img src="{AlbumArtURL}" class="reina" width="125px">{/block:AlbumArt}
  914. {block:Caption}<div id="rey">{Caption}</div>{/block:Caption}
  915. {/block:Audio}
  916.  
  917. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  918.  
  919. {block:Answer}<div id="question"><img src="{AskerPortraitURL-16}">&nbsp;{Asker}: {Question}</div>{Answer}{/block:Answer}
  920.  
  921. <div id="tagsie">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  922. {block:RebloggedFrom} · reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  923. · originally <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  924. {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  925. </div>
  926.  
  927. {block:HasTags}<div id="tagsie">{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  928.  
  929. {block:PostNotes}<div id="tagsie">{PostNotes}</div>{/block:PostNotes}
  930.  
  931. </div>{/block:Posts}
  932.  
  933. </div>
  934.  
  935. {/block:PermalinkPage}
  936.  
  937. </div>
  938.  
  939. </div>
  940.  
  941. <div id="credit"><a href="http://www.celestialthemes.tumblr.com" class="credit">CT</a></div>
  942.  
  943. <!--theme #03 by celestialthemes.tumblr.com DO NOT REMOVE CREDITS-->
  944.  
  945. </body>
  946.  
  947. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement