Advertisement
themepirate

Will Turner theme by THEME PIRATE

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