Advertisement
themepirate

PRT|VCTN Theme by Themepirate

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