Advertisement
themepirate

Bliss Theme by ThemePirate

Feb 16th, 2013
3,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.02 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. <!--------------------------------------------
  4.  
  5. *************** *************
  6. *************** **************
  7. *************** ***************
  8. ***** ***** ****
  9. ***** ***************
  10. ***** *************
  11. ***** heme ***** irate
  12. ***** *****
  13. ***** *****
  14.  
  15. Theme: Bliss Date: 2/17/13
  16. By: Byron (BlogInfinity.me)
  17.  
  18. themepirate.tumblr.com
  19. ---------------------------------------------->
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
  22. <title>{Title}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  26. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  28.  
  29. <meta name="color:Background" content="#dfdfdf" />
  30. <meta name="color:Box" content="#ffffff" />
  31. <meta name="color:Text" content="#1b1b1b" />
  32. <meta name="color:Links" content="#1b1b1b" />
  33. <meta name="color:Links Hover" content="#1b1b1b" />
  34. <meta name="color:Blog Title Color" content="#ffffff" />
  35. <meta name="color:Title Color" content="#1b1b1b" />
  36. <meta name="color:Title Hover Color" content="#666565" />
  37. <meta name="color:Chat" content="#f0f0f0" />
  38. <meta name="color:Asker Background" content="#f0f0f0" />
  39. <meta name="image:Background" content="http://static.tumblr.com/psjhflr/5UQmicnfj/bgplane.png" />
  40. <meta name="font:Body" content="Helvetica" />
  41. <meta name="if:Infinite Scroll" content="0"/>
  42. <meta name="if:To top button" content="1" />
  43. <meta name="if:Show Blog Title" content="1" />
  44. <meta name="if:Show Caption" content="0" />
  45. <meta name="if:Show Post Links" content="1" />
  46.  
  47. <meta name="text:Custom Link 1" content="" />
  48. <meta name="text:Custom Link 1 Title" content="Link 1" />
  49. <meta name="text:Custom Link 2" content="" />
  50. <meta name="text:Custom Link 2 Title" content="Link 2" />
  51. <meta name="text:Custom Link 3" content="" />
  52. <meta name="text:Custom Link 3 Title" content="Link 3" />
  53. <meta name="text:Custom Link 4" content="" />
  54. <meta name="text:Custom Link 4 Title" content="Link 4" />
  55. <meta name="text:Custom Link 5" content="" />
  56. <meta name="text:Custom Link 5 Title" content="Link 5" />
  57.  
  58.  
  59. <head>
  60. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  61. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  62. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  63.  
  64. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  65.  
  66.  
  67. <style type="text/css">
  68. body {
  69. background: {color:Background} url('{image:Background}') top left fixed repeat;
  70. color: {color:Text};
  71. font-family: {font:Body};
  72. font-size: 11px;
  73. background-position:top left;
  74. text-align:justify;
  75. text-justify:inter-word;
  76. text-transform:{text:Body Text transform};
  77. -webkit-font-smoothing: antialiased;
  78. }
  79.  
  80. a, a:link, a:visited {
  81. color: {color:Links};
  82. font-family: {font:Links};
  83. text-transform: {text:Body Text transform};
  84. text-decoration: none;
  85. font-size: 11px;
  86. }
  87.  
  88. a:hover {
  89. color: {color:Links Hover};
  90. font-family: {font:Links};
  91. text-decoration: none;
  92. font-size: 11px; }
  93.  
  94. p {
  95. margin: 5px 0 0 0;
  96. line-height:12px;
  97. padding: 0; }
  98. ul, ol {
  99. margin: 5px 0 0 25px; padding: 0; }
  100. blockquote {
  101. margin: 2px 2px 1px 2px;
  102. padding: 1px 2px 1px 4px;
  103. border: 0px solid {color:Text}; }
  104. blockquote p {
  105. margin: 0;
  106. padding: 0;
  107. line-height: 12px; }
  108.  
  109.  
  110. .header {
  111. background: transparent;
  112. width: 500px; padding: 15px;
  113. text-align: center; height: auto;
  114. margin-left: 370px; top: 30px;
  115. display: block; position: relative;
  116. -khtml-border-radius: 5px;
  117. -moz-border-radius: 5px;
  118. -webkit-border-radius: 5px;
  119. }
  120.  
  121. .menu, .menu a {
  122. margin-right: 0px; width: 500px; margin-left: 15px;
  123. text-align: center; font-size: 13px; margin-bottom: 5px;
  124. color: {color:Blog Title Color};
  125. text-transform: capitalize;
  126. font-family: 'Oswald', sans-serif;
  127. }
  128.  
  129. #content {
  130. {block:IndexPage}
  131. width: 1200px;
  132. top: 200px;
  133. left: 60px;
  134. {/block:IndexPage}
  135. {block:PermalinkPage}
  136. left: 360px;
  137. width:800px;
  138. top: 200px;
  139. {/block:PermalinkPage}
  140. float: right; position: absolute;
  141. }
  142.  
  143. #container {
  144. width: 800px;
  145. margin: 0px auto;
  146. }
  147.  
  148. .entry {
  149. background: {color:Box};
  150. float: left;
  151. width: 200px;
  152. {block:IndexPage}
  153. margin: 5px;
  154. {/block:IndexPage}
  155. {block:PermalinkPage}
  156. margin: 20px;
  157. width: 500px;
  158. {/block:PermalinkPage}
  159. padding: 10px;
  160. display: block;
  161. position: relative;
  162. -khtml-border-radius: 5px;
  163. -moz-border-radius: 5px;
  164. -webkit-border-radius: 5px;
  165. }
  166.  
  167. .entry img {
  168. display: block;
  169. max-width: 100%;
  170. {block:IfShowShadow}
  171. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  172. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  173. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  174. {/block:IfShowShadow}
  175. }
  176.  
  177. .entry:hover img {
  178. max-width: 100%;
  179. }
  180.  
  181.  
  182.  
  183. .sbcont {
  184. margin-top: auto;
  185. }
  186.  
  187. #sb:hover img {
  188. max-width: 100%;
  189. }
  190.  
  191. .navlinks a {
  192. height: 10px;
  193. font-family: 'Oswald', sans-serif; text-transform: none;
  194. font-size: 12px; text-align: center; margin-bottom:1px;
  195. letter-spacing:0px ;display:block;padding:10px;
  196. color: {color:NavLinks Text};
  197. }
  198.  
  199.  
  200. .navlinks a:hover {
  201. display:block;
  202. color: {color:NavLinks Text Hover};
  203. }
  204.  
  205. #left {
  206. line-height: 12px; position: absolute; top: 40px;
  207. height:auto; color: {color:Text};
  208. padding: 15px; left: 0px; text-align: right;
  209. font-size: 11px; letter-spacing: 0px;
  210. Display:block;
  211. }
  212.  
  213. .entry:hover .nts, .entry:hover .rblg, .entry:hover .dte {
  214. width: 200px; height: 10px; text-align: right;
  215. font-family: 'Lato', sans-serif;
  216. -webkit-transition: all 0.5s ease-out;
  217. -moz-transition: all 0.5s ease-out;
  218. -khtml-border-radius: 5px;
  219. -moz-border-radius: 5px;
  220. -webkit-border-radius: 5px;
  221. }
  222.  
  223.  
  224. .entry:hover .p1, .entry:hover .p2, .entry:hover .p3, .entry:hover .p4 {
  225. opacity: 1; left: 0px; text-align: right; bottom: 40px;
  226. filter: alpha(opacity = 100);
  227.  
  228. }
  229.  
  230. .entry:hover .p2, .entry:hover .p3, .entry:hover .p4 {
  231. opacity: 1; right: 0px; text-align: right; bottom: 50px;
  232. filter: alpha(opacity = 100);
  233. }
  234.  
  235. .p1 {
  236. -webkit-transition: all 0.5s ease-out;
  237. -moz-transition: all 0.5s ease-out;
  238. bottom: 40px; left: 0px; height: 0px;
  239. opacity: 0; text-align: right;
  240. filter: alpha(opacity = 0);
  241. z-index:9999999;
  242. display: inline-block;
  243. position: absolute;
  244. text-transform: uppercase;
  245. font-family: 'Oswald', sans-serif;
  246. -khtml-border-radius: 5px;
  247. -moz-border-radius: 5px;
  248. -webkit-border-radius: 5px;
  249.  
  250. }
  251.  
  252. .p2 {
  253. -webkit-transition: all 0.5s ease-out;
  254. -moz-transition: all 0.5s ease-out;
  255. bottom: 50px; right: 0px; height: 30px;
  256. opacity: 0; text-align: right;
  257. filter: alpha(opacity = 0);
  258. z-index:9999999;
  259. display: inline-block;
  260. position: absolute;
  261. text-transform: uppercase;
  262. font-family: 'Oswald', sans-serif;
  263. -khtml-border-radius: 5px;
  264. -moz-border-radius: 5px;
  265. -webkit-border-radius: 5px;
  266.  
  267. }
  268.  
  269.  
  270. .perma1, .perma1 a {
  271. margin-top: 5px;
  272. font-family: 'Oswald', sans-serif;
  273. font-size:10px; color: {color:Links};
  274. text-transform: uppercase; letter-spacing: 1px;
  275. }
  276. .perma1 a:hover {
  277. color: {color:Links Hover};
  278. }
  279.  
  280.  
  281. .rblg {
  282. height: 10px; width: 200px;
  283. overflow: hidden;
  284. z-index: 9999999;
  285. color: #fff;
  286. padding-left: 4px;
  287. padding-right: 4px;
  288. text-align: right;
  289. position: relative;
  290. display: inline-block;
  291. text-transform: uppercase;
  292. -webkit-transition: all 0.5s ease-out;
  293. -moz-transition: all 0.5s ease-out;
  294. padding: 10px;
  295. background: {color:Box};
  296. }
  297.  
  298. .rblg a {
  299. color: {color:Text}; text-transform: uppercase;
  300. font-family: 'Open Sans Condensed', sans-serif; font-size: 16px;
  301. }
  302.  
  303. .rblg:hover, .rblg a:hover {
  304. color: {color:Links}; text-transform: uppercase;
  305. font-family: 'Open Sans Condensed', sans-serif;
  306. }
  307.  
  308. .n1, .n1 a {
  309. text-transform: uppercase;
  310. font-family: 'Oswald', sans-serif;
  311. font-size: 40px;
  312. text-align: center;
  313. color: {color:Links};
  314. }
  315.  
  316. .n1:hover, .n1 a:hover {
  317. text-transform: uppercase;
  318. color: {color:Links Hover};
  319. }
  320.  
  321. .n2, .n2 a {
  322. text-transform: uppercase; text-align: center; margin-top: -5px;
  323. font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 1px;
  324. color: {color:Links};
  325.  
  326. }
  327.  
  328. .n2:hover, .n2 a:hover {
  329. text-transform: uppercase; text-align: center; margin-top: -5px;
  330. font-family: 'Oswald', sans-serif; font-size: 11px;
  331. color: {color:Links};
  332. }
  333.  
  334. .n3, .n3 a {
  335. text-transform: uppercase; text-align: center; letter-spacing: 3px;
  336. font-family: 'Oswald', sans-serif; font-size: 15px;
  337. color: {color:Links};
  338.  
  339. }
  340.  
  341. .n3:hover, .n3 a:hover {
  342. text-transform: uppercase;
  343. font-family: 'Oswald', sans-serif; font-size: 15px;
  344. color: {color:Links Hover};
  345. }
  346.  
  347.  
  348. .nts:hover , .rblg:hover , .dte:hover {
  349. color: #ffffff!important;
  350. }
  351.  
  352. .title, .title a {
  353. font-family: 'Oswald', sans-serif;
  354. font-size: 26px;
  355. color: {color:title color};
  356. line-height: 25px;
  357. letter-spacing:2px;
  358. text-transform: none;
  359. }
  360.  
  361. .title:hover, .title a:hover {
  362. color:{color:title hover color};
  363. }
  364.  
  365. #btitlebg {
  366. background: {color:Box};
  367. height: auto; margin-left: 20px;
  368. padding-bottom: 5px; top: -20px; width: 520px;
  369. }
  370. .btitle, .btitle a {
  371.  
  372. font-family: 'Oswald', sans-serif;
  373. font-size: 60px;
  374. color: {color:Blog Title color}; width:500px;
  375. line-height: 20px;
  376. letter-spacing:4px; padding: 10px;
  377. text-transform: uppercase;
  378. }
  379.  
  380. .btitle:hover, .btitle a:hover {
  381. color: {color:Blog Title color};
  382. }
  383.  
  384.  
  385.  
  386. .pos {
  387. background-color: {color:Chat};
  388. }
  389. .audioplayer {
  390. padding-left: 12px;
  391. background-color:{color:Chat};
  392. }
  393. .playcount {
  394. float: right;
  395. clear: both;
  396. padding-top: 10px;
  397. padding-right: 20px;
  398. color:{color:link};
  399. text-shadow: none;
  400. font-size:10px;
  401. text-transform:{text:Title text transform};
  402. }
  403.  
  404. #sidebar img {
  405. max-width:100%;
  406. }
  407.  
  408. #sidebar img {
  409. border: 0px;
  410. display: block;
  411. }
  412.  
  413. .ques {
  414. background-color:{color:Asker Background};
  415. padding:5px;
  416. font-family: {font:Title};
  417. font-size: 12px;
  418. line-height: 16px;
  419. text-transform: uppercase;
  420. letter-spacing:-1px;
  421. }
  422. .ques a {
  423. font-family: {font:Title};
  424. font-size: 12px;
  425. line-height: 16px;
  426. text-transform: uppercase;
  427. letter-spacing:-1px;color:{color:Links};
  428. }
  429. .ques a:hover {
  430. color: {color:Links Hover};}
  431. .said a {
  432. font-family: {font:Title};
  433. font-size: 12px;
  434. line-hepxht: 14px;
  435. text-transform: uppercase;
  436. letter-spacing:-1px;
  437. margin-top:6px;
  438. }
  439. .said a:hover {
  440. font-family: {font:Title};
  441. font-size: 12px;
  442. line-height: 14px;
  443. text-transform: uppercase;
  444. letter-spacing:-1px;
  445. margin-top:6px;
  446. }
  447.  
  448. .nav a {
  449. font-size: 13px;
  450. font-family: 'Oswald', sans-serif;
  451. }
  452. .nav {
  453. font-size: 13px;
  454. font-family: 'Oswald', sans-serif;
  455. }
  456.  
  457. .pagination {
  458. float:center;
  459. margin-top:-10px;
  460. width: auto;
  461. height:auto;
  462. margin-left: 3px;
  463. text-align: center;
  464. line-height:35px;
  465. font-family: 'Oswald', sans-serif;
  466. font-size:18px; color:
  467. }
  468.  
  469. .pagination a, .pagination a:active, .pagination a:visited {
  470. float:center;
  471. margin-top:0px;
  472. width: 250px;
  473. height:auto;
  474. margin-left: 3px;
  475. text-align: center;
  476. line-height:25px;
  477. font-family: 'Oswald', sans-serif;
  478. font-size:18px;
  479. }
  480.  
  481. .pag {
  482. font-family: 'Oswald', sans-serif;
  483. margin: 0 0 0px 0;
  484. padding: 3px; margin-top: 10px;
  485. color: {color:Text}
  486. text-align: center;
  487. font-size:15px;
  488. overflow:hidden;
  489. background: {color:Box};
  490. }
  491.  
  492.  
  493. .pag a:visited, .pag a:link
  494. background: {color:Box};
  495. font-family: 'Open Sans Condensed', sans-serif;
  496. margin: 0 0 0px 0;
  497. padding: 3px;
  498. text-align: center;
  499. font-size:15px;
  500. overflow:hidden;
  501. text-align: center;
  502. }
  503. .pag a:active {
  504. font-family: 'Oswald', sans-serif;
  505. margin: 0 0 0px 0;
  506. padding: 3px;
  507. text-align: center;
  508. font-size:15px;
  509. }
  510.  
  511. .pag a:hover {
  512. font-family: 'Oswald', sans-serif;
  513. color: {color:Links};
  514. }
  515.  
  516.  
  517.  
  518. #toTop {
  519. display:none;
  520. text-decoration:none;
  521. position:fixed;
  522. bottom:2px;
  523. right:2px;
  524. overflow:hidden;
  525. width:51px;
  526. height:51px;
  527. border:none;
  528. text-indent:100%;
  529. background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;
  530. opacity: .5;
  531. filter: alpha(opacity = 50);
  532. }
  533.  
  534. #toTopHover {
  535. background:url(http://static.tumblr.com/8jq17g7/Ecym0czgw/ui.totop.png) no-repeat left top;
  536. width:51px;
  537. height:51px;
  538. display:block;
  539. overflow:hidden;
  540. float:left;
  541. opacity: 0;
  542. -moz-opacity: 0;
  543. filter:alpha(opacity=0);
  544. }
  545.  
  546. #toTop:hover {
  547. opacity: 1;
  548. filter: alpha(opacity = 100);
  549. }
  550.  
  551. #toTop:active, #toTop:focus {
  552. outline:none;
  553. }
  554.  
  555. {block:IfInfiniteScroll}
  556. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  557. #infscr-loading {
  558. display:none;
  559. }
  560. .navigation {
  561. display:none!important;
  562. }
  563. #pagination {
  564. display:none;
  565. {/block:IfInfiniteScroll}
  566. }
  567.  
  568. #infscr-loading {
  569. position: absolute!important;
  570. width: 16px!important;
  571. height: 11px!important;
  572. bottom: 0px!important;
  573. left: 50%!important;
  574. margin-top: 10px!important;
  575. margin-bottom: 5px!important;
  576. }
  577.  
  578. #over{
  579. height:50000px!important;
  580. position:absolute;
  581. top:0px;
  582. left:0px;
  583. width: 100%;}
  584.  
  585. .hrline { margin-left: -5px; margin-right: -5px; padding:-1000px width: 410px;}
  586.  
  587. .t1, .t1 a {
  588. font-family: 'Oswald', sans-serif;
  589. font-size: 11px;
  590. color: {color:Links};
  591. line-height: 20px;
  592. letter-spacing:3px; margin-top: 10px; margin-right: -4px;
  593. text-transform: uppercase; text-align:right;
  594. }
  595.  
  596.  
  597.  
  598. .perma2, .perma2 a {
  599. font-family: 'Oswald', sans-serif;
  600. font-size:14px; color: {color:Links};
  601. }
  602.  
  603.  
  604.  
  605. .prmlnk {
  606. background: {color:Box};
  607. font-size:15px;
  608. margin-left: 20px;
  609. width: 500px;
  610. padding: 10px;
  611. display: block; overflow:hidden;
  612. position: relative;
  613.  
  614. }
  615.  
  616. .wrap {position: fixed; bottom:10px; left:-2px;}
  617.  
  618. .wrap:hover .cred a {width: 130px; height: 20px; text-align: right;}
  619.  
  620. .cred a {
  621. height: 100%; width: 80px; height: 20px; margin-left:-65px;
  622. background-color: #000; font-size: 15px; text-align: right;
  623. overflow: hidden;
  624. z-index: 9999999; padding-top: 3px;
  625. color: #fff; padding-right: 5px;
  626. -moz-border-radius: 2px;
  627. border-radius: 2px;
  628. display: inline-block;
  629. text-transform: capitalize;
  630. -webkit-transition: all 0.5s ease-out;
  631. -moz-transition: all 0.5s ease-out;
  632. opacity: .7;
  633. filter: alpha(opacity = 70);
  634. font-family: 'Oswald', sans-serif;
  635. line-spacing: 1px;
  636. }
  637.  
  638. .desc {
  639. padding: 2px; color: #ffffff; width: 500px;
  640. }
  641.  
  642. ol.notes {
  643. padding: 0px;
  644. margin: 25px 0px;
  645. list-style-type: none;
  646. border-bottom: solid 1px #ccc;
  647. }
  648.  
  649. ol.notes li.note {
  650. border-top: solid 1px #ccc;
  651. padding: 10px;
  652. }
  653.  
  654. ol.notes li.note img.avatar {
  655. vertical-align: -4px;
  656. margin-right: 10px;
  657. width: 16px;
  658. height: 16px;
  659. }
  660.  
  661. ol.notes li.note span.action {
  662. font-weight: bold;
  663. }
  664.  
  665. ol.notes li.note .answer_content {
  666. font-weight: normal;
  667. }
  668.  
  669. ol.notes li.note blockquote {
  670. border-color: #eee;
  671. padding: 4px 10px;
  672. margin: 10px 0px 0px 25px;
  673. }
  674.  
  675. ol.notes li.note blockquote a {
  676. text-decoration: none;
  677. }
  678.  
  679.  
  680. </style>
  681.  
  682. </head>
  683.  
  684.  
  685. <style type="text/css">{CustomCSS}</style>
  686.  
  687. <body>
  688.  
  689. <div class="header">
  690. <div class="btitle">
  691. <a href="/"><center>{Title}</center></a>
  692. </div>
  693.  
  694. <div class="menu">
  695. <a href="/">Index</a>
  696. {block:IfShowArchiveLink}
  697. <a href="/archive">Archive</a>
  698. {/block:IfShowArchiveLink}
  699. {block:IfShowAskLink}
  700. <a href="/ask">Message</a>
  701. {/block:IfShowAskLink}
  702. <a href="http://themepirate.tumblr.com">Theme</a>
  703. <a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a> {/block:ifCustomLink1Title}
  704. <a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a> {/block:ifCustomLink2Title}
  705. <a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a> {/block:ifCustomLink3Title}
  706. <a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a> {/block:ifCustomLink4Title}
  707. <a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a> {/block:ifCustomLink5Title}
  708. <br><p><p>
  709. </div>
  710.  
  711. <div class="desc"><center>{Description}</center></div>
  712. </div>
  713. <div id="container">
  714. <div id="content">
  715. {block:Posts}
  716. <div class="entry">
  717.  
  718. {block:Text}
  719. {block:Title}
  720. <div class="title"><a href="{Permalink}">{Title}</a></div>
  721. {/block:Title} {block:indexpage}
  722. {Body}
  723. {block:IfShowPostLinks}
  724. <div class="perma1">
  725. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  726. </div>
  727. {/block:IfShowPostLinks}
  728. {/block:indexpage}
  729. {block:PermalinkPage}
  730. {Body}
  731. {/block:PermalinkPage}
  732. {/block:Text}
  733.  
  734. {block:Photo}
  735. {block:IndexPage}
  736. <div class="p1">
  737. <div class="rblg"><center>
  738. <table cellpadding="0" cellspacing="10" width="200px">
  739. <div class="n2">
  740. <tr><div align="center">
  741. <td><div class="n2"><a href="{Permalink}">{MonthNumber}/{DayOfMonth}/{Year}</a></div></td>
  742. <td><div class="n2">{NoteCount}</div></td>
  743. <td><div class="n2"><a href="{reblogurl}">REBLOG</div></td></center>
  744. </tr>
  745.  
  746. </div>
  747. </table>
  748. </center>
  749. </div></div>
  750.  
  751.  
  752.  
  753. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}
  754.  
  755. {/block:IndexPage}
  756. {block:PermalinkPage}<div align="center">
  757. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>
  758. {block:Caption}{Caption}{/block:Caption}
  759. {/block:PermalinkPage}
  760. {/block:Photo}
  761.  
  762. {block:Photoset}
  763. {block:IndexPage}
  764. <center>{Photoset-100}</center>
  765. <center><div class="n3"><a href="{Permalink}">View Photoset</a></div></center>
  766. {block:ifShowCaption}{block:Caption}{caption}{/block:Caption}{/block:ifShowCaption}
  767. {block:IfShowPostLinks}
  768. <div class="perma1">
  769. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  770. </div>
  771. {/block:IfShowPostLinks}
  772. {/block:IndexPage}
  773. {block:permalinkpage}
  774. <div align="center">{Photoset-500}</div>
  775. {block:Caption}{Caption}{/block:Caption}
  776. {/block:permalinkpage}
  777. {/block:Photoset}
  778.  
  779. {block:Video}
  780. {block:IndexPage}<div align="center">{Video-100}</div> <p>
  781. <center><div class="n3"><a href="{Permalink}">View Video</a></div></center>
  782. {block:IfShowPostLinks}
  783. <div class="perma1">
  784. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  785. </div>
  786. {/block:IfShowPostLinks}
  787. {block:ifShowCaption}{block:Caption}{caption}{/block:Caption}{/block:ifShowCaption}
  788. {/block:IndexPage}
  789. {block:permalinkpage}
  790. <div align="center">{Video-500}</div>
  791. {block:Caption}{Caption}{/block:Caption}
  792. {/block:permalinkpage}
  793. {/block:Video}
  794.  
  795. {block:Audio}
  796. <div class="audioplayer">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}<p>{block:IndexPage}
  797. {block:IfShowPostLinks}
  798. <div class="perma1">
  799. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  800. </div>
  801. {/block:IfShowPostLinks}
  802. {/block:IndexPage}
  803. {block:permalinkpage}
  804. <div class="perma1"><a id="notes{PostID}" href="{Permalink}">{PlayCount} Plays</a></div>
  805. {/block:permalinkpage}
  806. {/block:Audio}
  807.  
  808. {block:Quote}
  809. <div class="title"><a href="{Permalink}">{Quote}</a></div><p> {block:Source}— {Source}{/block:Source}<p>{block:IndexPage}
  810. {block:IfShowPostLinks}
  811. <div class="perma1">
  812. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  813. </div>
  814. {/block:IfShowPostLinks}
  815. {/block:IndexPage}
  816. {/block:Quote}
  817.  
  818. {block:Link}
  819. <div class="title"><a href="{URL}" class="post_title" target="_blank"> {Name}</a></div> {block:Description}{Description}{/block:Description}<p>{block:IndexPage}
  820. {block:IfShowPostLinks}
  821. <div class="perma1">
  822. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  823. </div>
  824. {/block:IfShowPostLinks}{/block:IndexPage}
  825. {/block:Link}
  826.  
  827. {block:Chat}
  828. {block:Title}<div class="title"><a href="{Permalink}">{Title}<p></a></div>{/block:Title} {block:Lines}<div class="{Alt}">{block:Label}{Label}{/block:Label} {Line}</div>{/block:Lines}<p>{block:IndexPage}
  829. {block:IfShowPostLinks}
  830. <div class="perma1">
  831. {Month} {DayOfMonth}, {Year} With {NoteCountWithLabel} <a href="{Permalink}">&times; PERMALINK</a>
  832. </div>
  833. {/block:IfShowPostLinks}{/block:IndexPage}
  834. {/block:Chat}
  835. {block:Answer} <div class="ques"> {Asker} said: {Question}</div>
  836. <i>{Answer}</i>{/block:Answer}
  837.  
  838. </div>
  839.  
  840. {block:permalinkpage}{block:NoteCount}
  841. <div class="prmlnk"><div class="perma2">
  842. Posted on: <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a>
  843. with <a href="{Permalink}">{NoteCount} Notes</a><p>
  844. <i>via</i> {block:RebloggedFrom}
  845. {ReblogParentName} <i> source: </i> {ReblogRootName}
  846. {/block:RebloggedFrom}
  847. {/block:NoteCount}
  848. {block:PostNotes}
  849. {PostNotes}
  850. {/block:PostNotes}
  851. </div>
  852.  
  853. </div>
  854. {/block:permalinkpage}
  855. {/block:Posts}
  856.  
  857.  
  858.  
  859. <div class="clear"></div>
  860. {block:IfNotInfiniteScroll}
  861. {block:IndexPage}
  862. <div class="entry">
  863. <div class="pag">
  864. <div class="pagination">
  865.  
  866. {block:Pagination}
  867. <div class="navigation">
  868. {block:PreviousPage}
  869. <a href="{PreviousPage}" class="previous">Previous Page</a>
  870. {/block:PreviousPage}
  871.  
  872. {block:NextPage}
  873. <a href="{NextPage}" class="next">Next Page</a>
  874. {/block:NextPage}
  875. <div class="clear"></div>
  876. </div>
  877. {/block:Pagination}
  878. {/block:IndexPage}
  879. </div>
  880. </div></div>{/block:IfNotInfiniteScroll}
  881.  
  882. </div>
  883. </div>
  884.  
  885. <div class="wrap"><div class="cred"><a href="http://styleandluxury.tumblr.com/">THEME ©</a></div></div>
  886.  
  887. {block:Pagination}
  888. <ul id="pagination">
  889. {block:PreviousPage}
  890. <li><a href="{PreviousPage}"></a></li>
  891. {/block:PreviousPage}
  892. {block:NextPage}
  893. <li><a id="nextPage" href="{NextPage}"></a></li>
  894. {/block:NextPage}
  895. </ul>
  896. {/block:Pagination}
  897. <script src="http://static.tumblr.com/psjhflr/bxnmcwj9t/masonry.js"></script>
  898. {block:IfInfiniteScroll}
  899. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfInfiniteScroll}
  900. <script type="text/javascript">
  901. $(window).load(function () {
  902. $('#content').masonry(),
  903. $('.masonryWrap').infinitescroll({
  904. navSelector : '#pagination',
  905. nextSelector : '#pagination a#nextPage',
  906. itemSelector : ".entry, .clear",
  907. bufferPx : 40,
  908. loadingImg : "",
  909. loadingText : "",
  910. },
  911. function() { $('#content').masonry({ appendedContent: $(this) }); }
  912. );
  913. });
  914. </script>
  915.  
  916. </div>
  917.  
  918.  
  919.  
  920.  
  921. {block:iftotopbutton}
  922. <script type="text/javascript">
  923. $(document).ready(function() {
  924. /*
  925. var defaults = {
  926. containerID: 'toTop', // fading element id
  927. containerHoverID: 'toTopHover', // fading element hover id
  928. scrollSpeed: 1200,
  929. easingType: 'linear'
  930. };
  931. */
  932.  
  933. $().UItoTop({ easingType: 'easeOutQuart' });
  934.  
  935. });
  936. </script>
  937. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>{block:iftotopbutton}
  938.  
  939.  
  940.  
  941. </div>
  942. </body>
  943. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement