Advertisement
planthed

Chelsea Smile

Feb 25th, 2016
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.61 KB | None | 0 0
  1. <!--
  2.  
  3. ✧* 。♡ theme made by tumblr user @planthed ♡ 。*✧
  4.  
  5. theme blog: @themekid
  6.  
  7. -->
  8.  
  9.  
  10. <html lang="en">
  11. <head>
  12.  
  13.  
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{favicon}">
  17. <meta name="image:background" content=""/>
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="color:Background" content="#fbfbfb"/>
  21. <meta name="color:Link" content="#000"/>
  22. <meta name="color:shadow" content="#eee"/>
  23. <meta name="color:border" content="#eee"/>
  24. <meta name="color:post background" content="#fff"/>
  25. <meta name="color:lace border" content="#eee"/>
  26. <meta name="color:lace" content="#fff"/>
  27. <meta name="color:text quote" content="#000"/>
  28. <meta name="color:text" content="#000"/>
  29. <meta name="color:blogtitle" content="#000"/>
  30.  
  31. <meta name="text:blogtitle" content="Pillowtalk" />
  32. <meta name="text:quote" content="write here your quote" />
  33.  
  34. <meta name="text:Link 1 Title" content="title 1" />
  35. <meta name="text:Link 1" content="http://" />
  36. <meta name="text:Link 2 Title" content="title 2"/>
  37. <meta name="text:Link 2" content="http://" />
  38. <meta name="text:Link 3 Title" content="title 3" />
  39. <meta name="text:Link 3" content="http://" />
  40. <meta name="text:Link 4 Title" content="title 4" />
  41. <meta name="text:Link 4" content="http://" />
  42. <meta name="text:Link 5 Title" content="title 4" />
  43. <meta name="text:Link 5" content="http://" />
  44.  
  45. <meta name="if:Tiny cursor" content="1"/>
  46. <meta name="if:Border posts" content="0"/>
  47. <meta name="if:Box shadow" content="1"/>
  48. <meta name="if:Photo zoom" content="1"/>
  49. <meta name="if:faded hover" content="1"/>
  50. <meta name="if:sidebar box shadow" content="0"/>
  51. <meta name="if:border sidebar" content="0"/>
  52. <meta name="if:grayscale sidebar image" content="0"/>
  53. <meta name="if:hover links" content="0"/>
  54. <meta name="if:permalink 1" content="1"/>
  55. <meta name="if:permalink 2" content="0"/>
  56.  
  57. <meta name="select:title font" content="karla" title="Karla"/>
  58. <meta name="select:title font" content="montserrat" title="Montserrat"/>
  59. <meta name="select:title font" content="raleway" title="Raleway"/>
  60. <meta name="select:title font" content="Quicksand" title="Quicksand"/>
  61. <meta name="select:title font" content=" 'Petit Formal Script', cursive" title="Petit Formal Scrip"/>
  62. <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
  63. </script>
  64.  
  65. <style type="text/css">
  66.  
  67. /*tooltips style*/
  68.  
  69. #s-m-t-tooltip{
  70. max-width:300px;
  71. padding:3px;
  72. padding-left:7px;
  73. padding-right:7px;
  74. min-height:7px;
  75. border:1px solid {color:border};
  76. background:{color:post background};
  77. margin:20px 0px 0px 20px;
  78. font-family:lato;
  79. text-transform:uppercase;
  80. letter-spacing:2px;
  81. font-size:7px;
  82. color:{color:text};
  83. line-height:20px;
  84. opacity:1;
  85. z-index:9999999999999999999;
  86. }
  87. /*tumblr controls*/
  88.  
  89.  
  90. #tumblr_controls, .tmblr-iframe{ z-index:999999999999999999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:3px!important; right:0px!important; opacity:.5;
  91. -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
  92.  
  93. #tumblr_controls, .tmblr-iframe:hover{
  94. opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  95. -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
  96. }
  97.  
  98.  
  99. /*scrollbar*/
  100.  
  101. ::-webkit-scrollbar{
  102. height:0px;
  103. width:9px;
  104. background-color:{color:border};
  105. border:4px solid {color:background};
  106. }
  107. ::-webkit-scrollbar-thumb{
  108. height:6px;
  109. background-color:{color:post background};
  110. border:1px solid {color:border};
  111. }
  112.  
  113.  
  114.  
  115. /*tiny cursor*/
  116.  
  117. {block:ifTinycursor}
  118.  
  119. html, body, a{cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), progress;}
  120.  
  121. a:hover{
  122. cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
  123. }
  124. {/block:ifTinycursor}
  125.  
  126. /*links*/
  127.  
  128. a:link, a:active, a:visited{color:{color:link};-webkit-transition: all 0.6s ease-out;text-decoration:none;}
  129.  
  130. a:hover {color:{color:text};}
  131.  
  132.  
  133. body{
  134. margin:5px;
  135. background-color:{color:background};
  136. background-image:url({image:Background});
  137. background-attachment:fixed;
  138. background-repeat:repeat;
  139. color:{color:Text};
  140. }
  141.  
  142. #posts{
  143. width:700px;
  144. margin:0px auto;
  145. margin-top:10px;
  146. }
  147.  
  148.  
  149.  
  150. #entry img{
  151. max-width:100%;
  152. -webkit-transition:all 0.3s ease-out;
  153. }
  154.  
  155. #entry:hover img{
  156. {block:iffadedhover}
  157. opacity:.7;
  158. {/block:iffadedhover}
  159. }
  160.  
  161.  
  162. #entry {
  163. overflow:hidden;
  164. font-family:Lato;
  165. font-size:9px;
  166. padding:15px;
  167. {block:ifNOTphotozoom}
  168. padding-bottom:10px;
  169. {/block:ifNOTphotozoom}
  170. line-height:15px;
  171. color:{color:text};
  172. margin-top:70px;
  173. margin-left:60px;
  174. width:250px;
  175. float:left;
  176. background:{color:post background};
  177. {block:ifborderposts}
  178. border:1px solid {color:border};
  179. {/block:ifborderposts}
  180. {block:ifboxshadow}
  181. box-shadow: 7px 7px rgba({RGBcolor:shadow}, 0.4);
  182. {/block:ifboxshadow}
  183. {block:PermalinkPage}
  184. width:400px;
  185. {/block:PermalinkPage}
  186. }
  187.  
  188. /*DON'T COPY OR STEAL MY CODES*/
  189.  
  190.  
  191. #zoom{
  192. position:relative;
  193. overflow:hidden;
  194. }
  195.  
  196. #entry #zoom img{
  197. display:block;
  198. -webkit-transition: all 0.3s ease-in-out;
  199. -moz-transition: all 0.3s ease-in-out;
  200. transition: all 0.3s ease-in-out;
  201. }
  202.  
  203. #entry:hover #zoom img{
  204. -webkit-transform: scale(1.4);
  205. -moz-transform: scale(1.4);
  206. -o-transform: scale(1.4);
  207. transform: scale(1.4);
  208. }
  209.  
  210.  
  211. #audio {
  212. width:250px;
  213. height:auto;
  214. min-height:60px;
  215. padding-bottom:0px;
  216. line-height:20px;
  217. }
  218. .cover {
  219. position:absolute;
  220. z-index:1;
  221. width:60px;
  222. height:60px;
  223. }
  224. .cover img {
  225. position:absolute;
  226. float:left;
  227. border-radius:0px;
  228. width:60px;
  229. height:60px;
  230. }
  231. .playbox {
  232. -webkit-transform: scale(0.20);
  233. opacity:0;
  234. width:27px;
  235. height:30px;
  236. overflow:hidden;
  237. position:absolute;
  238. z-index:1000;
  239. margin-left:17px;
  240. margin-top:17px;
  241. text-align:center;
  242. -webkit-transition: all .9s ease;
  243. -moz-transition: all .9s ease;
  244. -o-transition: all .9s ease;
  245. transition: all .9s ease;
  246. }
  247.  
  248. #entry:hover .playbox{
  249. opacity:0.6;
  250. -webkit-transform: scale(1);
  251. -webkit-transition: all .9s ease;
  252. -moz-transition: all .9s ease;
  253. -o-transition: all .9s ease;
  254. transition: all .9s ease;
  255. }
  256. .info {
  257. margin-left:73px;
  258. margin-top:4px;
  259. font-size:15px;
  260. text-align:right;
  261. font-family:raleway;
  262. line-height:17px;
  263. }
  264.  
  265. li {
  266. position:relative;
  267. display:block;
  268. }
  269.  
  270. /*―*/
  271.  
  272. li:before {
  273. content:'×';
  274. font-size:8px;
  275. position:absolute;
  276. font-family:karla;
  277. left:-10px;
  278. color:{color:border};
  279. top:0px;
  280. }
  281.  
  282. .title{
  283. font-family: Karla;
  284. padding:2px;
  285. font-size:20px;
  286. line-height:25px;
  287. color:{color:text};
  288. }
  289.  
  290.  
  291.  
  292. blockquote{
  293. border-left:1px solid {color:border};
  294. padding-left:5px;
  295. font-family:karla;
  296. line-height:15px;
  297. font-size:10px;
  298. margin:0px;
  299. padding-bottom:1px;
  300. }
  301.  
  302. .quote{
  303. font-family:Karla;
  304. font-size:17px;
  305. line-height:20px;
  306. color:{color:text};
  307. }
  308.  
  309. /*ask style*/
  310.  
  311. .as{
  312. color:{color:text};
  313. font-family:Karla;
  314. padding-bottom:3px;
  315. font-size:13px;
  316. }
  317.  
  318. .as a{
  319. color:{color:text};
  320. }
  321.  
  322.  
  323. .q{
  324. margin-top:0px;
  325. padding:6px;
  326. line-height:14px;
  327. border:1px solid {color:border};
  328. }
  329.  
  330. .ed{
  331. color:{color:text};
  332. margin-left:0px;
  333. font-family:Karla;
  334. text-align:right;
  335. font-size:13px;
  336. margin-top:6px;
  337. padding-bottom:3px;
  338. }
  339.  
  340. .a{
  341. margin-top:0px;
  342. padding:1px;
  343. padding-left:10px;
  344. line-height:14px;
  345. border:1px solid {color:border};
  346. }
  347.  
  348.  
  349.  
  350.  
  351. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{background:{color:border}; padding:5px;margin-bottom:8px;text-transform:uppercase;font-size:7px;letter-spacing:2px;color:{color:text};line-height:15px;padding-top:8px;}
  352.  
  353. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{background:rgba({RGBcolor:border}, 0.5); padding:5px;margin-bottom:8px;text-transform:uppercase;font-size:7px;letter-spacing:2px;color:{color:text};line-height:15px;padding-top:8px;}
  354.  
  355. #postnotes{
  356. background:{color:background};
  357. overflow:auto;
  358. border:1px solid {color:border};
  359. height:auto;
  360. max-height:170px;
  361. padding:8px;
  362. text-align:left;
  363. }
  364.  
  365. ol.notes {
  366. padding: 0px;
  367. margin: 0 20px 20px 20px;
  368. list-style-type: none;
  369. }
  370. ol.notes a {
  371. border-bottom:0;
  372. }
  373. ol.notes li.note {
  374. padding: 3px;
  375. margin-bottom:3px;
  376. }
  377. ol.notes li.note img.avatar {
  378. float:right;
  379. border-radius:50%;
  380. }
  381. ol.notes li.note blockquote {
  382. border-color: {color:text};
  383. padding-left: 6px;
  384. margin: 6px;
  385. }
  386. ol.notes li.note blockquote a {
  387. text-decoration: none;
  388. }
  389.  
  390. #entry .perm1{
  391. width:auto;
  392. height:12px;
  393. padding:5px;
  394. margin-left:35px;
  395. opacity:0;
  396. {block:ifphotozoom}
  397. margin-top:-29px;
  398. {/block:ifphotozoom}
  399. {block:ifNOTphotozoom}
  400. margin-top:-34px;
  401. {/block:ifNOTphotozoom}
  402. font-size:10px;
  403. color:{color:text};
  404. line-height:12px;
  405. font-weight:bold;
  406. font-family:montserrat;
  407. text-align:right;
  408. background-color:{color:post background};
  409. position:absolute;
  410. z-index:99999;
  411. overflow:hidden;
  412. -webkit-transition: all .5s ease;
  413. -moz-transition: all .5s ease;
  414. -o-transition: all .5s ease;
  415. transition: all .5s ease;
  416. }
  417.  
  418. #entry:hover .perm1{
  419. opacity:1;
  420. overflow:visible;
  421. }
  422.  
  423. .perm2 a, .perm1 a{
  424. color:{color:text};
  425. }
  426.  
  427. #entry .perm2{
  428. width:12px;
  429. height:12px;
  430. padding:5px;
  431. {block:ifphotozoom}
  432. margin-top:-29px;
  433. {/block:ifphotozoom}
  434. {block:ifNOTphotozoom}
  435. margin-top:-34px;
  436. {/block:ifNOTphotozoom}
  437. margin-left:7px;
  438. opacity:0;
  439. font-size:13px;
  440. color:{color:text};
  441. text-transform:uppercase;
  442. line-height:10px;
  443. text-align:center;
  444. background-color:{color:post background};
  445. position:absolute;
  446. z-index:99999;
  447. overflow:hidden;
  448. -webkit-transition: all .5s ease;
  449. -moz-transition: all .5s ease;
  450. -o-transition: all .5s ease;
  451. transition: all .5s ease;
  452. }
  453.  
  454.  
  455. #entry:hover .perm2{
  456. opacity:1;
  457. overflow:visible;
  458. }
  459.  
  460. .permalinktext a{color:{color:text};}
  461.  
  462. .permalinktext{
  463. -o-transition-transition: all 1.5s ease-out;
  464. -webkit-transition: all 1.5s ease-out;
  465. display:block;
  466. text-align:right;
  467. text-decoration:none;
  468. margin-top:13px;
  469. font-size:7px;
  470. letter-spacing:2px;
  471. font-family:open sans;
  472. text-transform:uppercase;
  473. border-top:1px solid {color:border};
  474. padding-right:7px;
  475. padding-top:5px;
  476. line-height:20px;
  477. margin-left:-20px;
  478. width:280px;
  479. height:10px;
  480. }
  481. #lace a{
  482. color:{color:text quote};
  483. }
  484. #lace{
  485. position:fixed;
  486. opacity:1;
  487. width:100%;
  488. font-family:lato;
  489. font-size:9px;
  490. line-height:28px;
  491. height:30px;
  492. color:{color:text quote};
  493. padding-left:10px;
  494. background:{color:lace};
  495. border-bottom:1px solid {color:lace border};
  496. margin-top:-10px;
  497. margin-left:-5px;
  498. z-index:999999;}
  499.  
  500. .wow {
  501. position:fixed;
  502. font-size:20px;
  503. right:10px;
  504. bottom:10px;
  505. z-index:999999999999999999999999;
  506. -o-transition-transition: all 0.3s ease;
  507. -webkit-transition: all 0.3s ease;
  508. -moz-transition: all 0.3s ease;
  509. transition: all 0.3s ease;
  510. }
  511.  
  512. .wow a{color:{color:blogtitle};}
  513. .wow:hover a{color:{color:link};}
  514. .wow:hover{
  515. -webkit-animation:pop 1s;
  516. -ms-transform: rotate(360deg); /* IE 9 */
  517. -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  518. transform: rotate(360deg);
  519. }
  520.  
  521. @-webkit-keyframes pop{0% {-webkit-transform: scale(1);}50% {-webkit-transform: scale(.8);}100% {-webkit-transform: scale(1);}}
  522.  
  523.  
  524. #sidebar{
  525. position:fixed;
  526. margin-top:100px;
  527. margin-left:105px;
  528. width:150px;
  529. font-family:Lato;
  530. font-size:9px;
  531. padding:15px;
  532. background:{color:post background};
  533. {block:ifbordersidebar}
  534. border:1px solid {color:border};
  535. {/block:ifbordersidebar}
  536. {block:ifsidebarboxshadow}
  537. box-shadow: 5px 5px rgba({RGBcolor:shadow}, 0.4);
  538. {/block:ifsidebarboxshadow}
  539. }
  540.  
  541. #sidebar img {
  542. {block:ifgrayscalesidebarimage}
  543. -webkit-filter: grayscale(100%);
  544. filter: grayscale(100%);
  545. {/block:ifgrayscalesidebarimage}
  546. width:150px;
  547. }
  548.  
  549.  
  550. .blogtitle{
  551. font-family:{select:title font};
  552. font-size:16px;
  553. letter-spacing:1px;
  554. padding-bottom:7px;
  555. padding-top:9px;
  556. text-align:center;
  557. color:{color:blogtitle};
  558. border-bottom:1px solid {color:border};
  559. }
  560.  
  561. .nav{
  562. position:absolute;
  563. margin-left:-50px;
  564. margin-top:-140px;
  565. font-family:montserrat;
  566. font-size:10px;
  567. font-weight:bold;
  568. padding:7px;
  569. text-align:center;
  570. {block:ifhoverlinks}
  571. opacity:0;
  572. {/block:ifhoverlinks}
  573.  
  574. -webkit-transition: all .9s ease;
  575. -moz-transition: all .9s ease;
  576. -o-transition: all .9s ease;
  577. transition: all .9s ease;
  578. }
  579.  
  580. #sidebar:hover .nav{
  581. {block:ifhoverlinks}
  582. opacity:1;
  583. {/block:ifhoverlinks}
  584.  
  585. -webkit-transition: all .9s ease;
  586. -moz-transition: all .9s ease;
  587. -o-transition: all .9s ease;
  588. transition: all .9s ease;
  589. }
  590.  
  591. .nav a{
  592. background:{color:post background};
  593. {block:ifbordersidebar}
  594. border:1px solid {color:border};
  595. {/block:ifbordersidebar}
  596. border-radius:100%;
  597. display:block;
  598. color:{color:text};
  599. width:5px;
  600. padding:5px;
  601. height:5px;
  602. margin-top:7px;
  603. -o-transition-transition: all 0.3s ease;
  604. -webkit-transition: all 0.3s ease;
  605. -moz-transition: all 0.3s ease;
  606. transition: all 0.3s ease;
  607. }
  608.  
  609. .nav a:hover{
  610. background:{color:link};
  611. {block:ifbordersidebar}
  612. border:1px solid {color:link};
  613. {/block:ifbordersidebar}
  614. -webkit-animation:pop 1s;
  615. -o-transition-transition: all 0.3s ease;
  616. -webkit-transition: all 0.3s ease;
  617. -moz-transition: all 0.3s ease;
  618. transition: all 0.3s ease;
  619. }
  620.  
  621. </style>
  622.  
  623. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
  624.  
  625. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  626. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  627. <script type="text/javascript">
  628. WebFontConfig = {
  629. google: { families: [ 'Open+Sans:400,300:latin', 'Roboto:400,100:latin', 'Lato:400,300:latin', 'Raleway:400,300:latin', 'Montserrat:400,700:latin', 'NTR::latin', 'Karla::latin', 'Quicksand::latin', 'Petit+Formal+Script::latin', 'Parisienne::latin', 'Clicker+Script::latin' ] }
  630. };
  631. (function() {
  632. var wf = document.createElement('script');
  633. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  634. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  635. wf.type = 'text/javascript';
  636. wf.async = 'true';
  637. var s = document.getElementsByTagName('script')[0];
  638. s.parentNode.insertBefore(wf, s);
  639. })(); </script>
  640. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  641. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  642. <script>
  643. (function($){
  644. $(document).ready(function(){
  645. $("a[title]").style_my_tooltips({
  646. tip_follows_cursor:true,
  647. tip_delay_time:90,
  648. tip_fade_speed:600,
  649. attribute:"title"
  650. });
  651. });
  652. })(jQuery);
  653. </script>
  654.  
  655.  
  656. <body>
  657.  
  658. <div id="lace">{text:quote}</div>
  659.  
  660. <div id="sidebar">
  661. <img src="{image:sidebar}">
  662. <div class="blogtitle">{text:blogtitle}</div>
  663. <div style="padding-top:10px">{description}</div>
  664. <div class="nav">
  665. <a title="{text:Link 1 Title}" href="{text:Link 1}"></a>
  666. <a title="{text:Link 2 Title}" href="{text:Link 2}"></a>
  667. <a title="{text:Link 3 Title}" href="{text:Link 3}"></a>
  668. <a title="{text:Link 4 Title}" href="{text:Link 4}"></a>
  669. <a title="{text:Link 5 Title}" href="{text:Link 5}"></a>
  670. <a title="theme" href="http://planthed.tumblr.com" target="_blank"></a>
  671. </div>
  672. </div>
  673.  
  674.  
  675. <!--don't delete or i will fucking will you-->
  676. <div class="wow"><a title="theme credit" href="http://planthed.tumblr.com" target="_blank"><i class="fa fa-product-hunt"></i></a></div>
  677. <!--don't delete or i will fucking will you-->
  678.  
  679.  
  680.  
  681.  
  682. <div id="posts">
  683. {block:Posts}
  684. <div id="entry">
  685.  
  686.  
  687. {block:Text}
  688. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  689. <span class="entrytext">{Body}</span></span></a>
  690. {block:IndexPage}
  691. <div class="permalinktext">
  692. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  693. {/block:IndexPage}
  694. {/block:Text}
  695.  
  696.  
  697. {block:Link}
  698. <a href="{URL}" class="title">{Name}</a>
  699. {block:Description}{Description}{/block:Description}
  700. {block:IndexPage}
  701. <div class="permalinktext">
  702. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  703. {/block:IndexPage}
  704. {block:Link}
  705.  
  706. {block:Photo}
  707. {block:ifphotozoom}
  708. <div id="zoom"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/></div>
  709. {/block:ifphotozoom}
  710. {block:ifNOTphotozoom}
  711. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>
  712. {/block:ifNOTphotozoom}
  713. {block:IndexPage}
  714. {block:ifpermalink1}
  715. <div class="perm1">
  716. <a href="{permalink}" target="_blank">{notecount}</a>
  717. </div>
  718. <div class="perm2"><a href="{reblogURL}" target="_blank"><i class="fa fa-refresh"></i></a>
  719. </div>
  720. {/block:ifpermalink1}
  721. {/block:IndexPage}
  722. {block:IndexPage}
  723. {block:ifpermalink2}
  724. <div class="permalinktext">
  725. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  726. {/block:ifpermalink2}
  727. {/block:IndexPage}
  728. {/block:Photo}
  729.  
  730. {block:Photoset}
  731. {block:IndexPage}
  732. {Photoset-250}
  733. {/block:IndexPage}
  734. {block:IndexPage}
  735. <div class="permalinktext">
  736. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  737. {/block:IndexPage}
  738. {block:PermalinkPage}
  739. {Photoset-400}
  740. {/block:PermalinkPage}
  741. {/block:Photoset}
  742.  
  743.  
  744.  
  745. {block:Quote}
  746. <div class="quote">❝&nbsp;{quote}</div>
  747. {block:IndexPage}
  748. <div class="permalinktext">
  749. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  750. {/block:IndexPage}
  751. {/block:Quote}
  752.  
  753. {block:Chat}
  754. <div class="chat">
  755. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  756. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
  757. </div>
  758. {block:IndexPage}
  759. <div class="permalinktext">
  760. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  761. {/block:IndexPage}
  762. {/block:Chat}
  763.  
  764. {block:Audio}
  765. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><p><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div></div><p>
  766. {block:IndexPage}
  767. <div class="permalinktext">
  768. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  769. {/block:IndexPage}
  770. {/block:Audio}
  771.  
  772.  
  773.  
  774. {block:Video}
  775. {block:IndexPage}
  776. {Video-250}
  777. {/block:IndexPage}</center>
  778. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  779. {block:IndexPage}
  780. <div class="permalinktext">
  781. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  782. {/block:IndexPage}
  783. {block:Video}
  784.  
  785.  
  786. {block:Answer}
  787. <div class="as">{Asker} asked:</div>
  788. <div class="q">{Question}</div>
  789. <div class="ed">{name} replied:</div>
  790. <div class="a">{Answer}</div>
  791. {block:IndexPage}
  792. <div class="permalinktext">
  793. {DayOfMonth} {Month}, <a href="{permalink}">{notecount} notes</a>, <a href="{ReblogURL}" target="_blank">reblog?</a></div>
  794. {/block:IndexPage}
  795. {/block:Answer}
  796.  
  797.  
  798. {block:PermalinkPage}
  799. {block:Caption}{Caption}{/block:Caption}
  800. <center>{block:RebloggedFrom}
  801. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  802. <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  803. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  804. {block:NoteCount}{/block:NoteCount}
  805. {/block:PermalinkPage}
  806.  
  807. {block:PostNotes}
  808. <div id="postnotes">{PostNotes-16}</div>
  809. {/block:PostNotes}
  810. </div>
  811. {/block:Posts}
  812. </div></div>
  813.  
  814. {block:indexpage}
  815. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  816. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  817. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  818. <script type="text/javascript">
  819. $(window).load(function(){
  820. var $wall = $('#posts');
  821. $wall.imagesLoaded(function(){
  822. $wall.masonry({
  823. itemSelector: '#entry, #entry_photo',
  824. isAnimated : false
  825. });
  826. });
  827.  
  828. $wall.infinitescroll({
  829. navSelector : '#page-nav',
  830. nextSelector : '#page-nav a',
  831. itemSelector : '#entry, #entry_photo',
  832. bufferPx : 2000,
  833. debug : false,
  834. errorCallback: function() {
  835. $('#infscr-loading').fadeOut('normal');
  836. }},
  837. function( newElements ) {
  838. var $newElems = $( newElements );
  839. $newElems.hide();
  840. $newElems.imagesLoaded(function(){
  841. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  842. });
  843. }); $('#content').show(500);
  844. });
  845. </script>
  846. {/block:indexpage}
  847. </body>
  848. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement