Advertisement
planthed

PILLOWTALK

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