Advertisement
crista

Theme #10

Jun 7th, 2013
1,925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.27 KB | None | 0 0
  1. <!--
  2. Theme by lets-get-it-poppin.tumblr.com
  3. You can edit as much as you like, but please don't remove the credit or claim as your own. Thank you~ ^^
  4. -->
  5. <html>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10.  
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  15.  
  16.  
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />{/block:Description}
  19. <title>
  20. {block:PostSummary}
  21. {PostSummary} - {/block:PostSummary}{Title}</title>
  22. </style>
  23.  
  24.  
  25.  
  26. <!--Default Variables-->
  27. <!--Colors-->
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Description Background" content="#ffffff"/>
  30. <meta name="color:Description Border" content="#f0f1f1"/>
  31. <meta name="color:Description text" content="#c0bfbf"/>
  32. <meta name="color:Tags Hover" content="#797878"/>
  33. <meta name="color:Text" content="#b9b9b9"/>
  34. <meta name="color:Link" content="#c2c1c1"/>
  35. <meta name="color:Link Hover" content="#797878"/>
  36. <meta name="color:Sidebar Link" content="#cecece"/>
  37. <meta name="color:Sidebar Link Hover" content="#6a6b6b"/>
  38. <meta name="color:Sidelinks Background" content="#ffffff"/>
  39. <meta name="color:Sidelinks Hover Background" content="#ececec"/>
  40. <meta name="color:Blockquote Color" content="#e9ebeb"/>
  41. <meta name="color:Entries" content="#ffffff" />
  42. <meta name="color:Sidebar img Border" content="#f1f3f3"/>
  43. <meta name="color:Post Border" content="#f1f3f3"/>
  44. <meta name="color:Scrollbar" content="#cdcfcf">
  45. <meta name="color:Blockquote bg color" content="#fcfcfc"/>
  46. <meta name="color:Selection Text" content="#ffffff"/>
  47. <meta name="color:Selection Background" content="#62727c"/>
  48.  
  49. <!--Images-->
  50. <meta name="image:Background" content""/>
  51. <meta name="image:Sidebar" content""/>
  52.  
  53. <!--Options-->
  54. <meta name="if:InfiniteScrolling" content="0" />
  55. <meta name="if:ShowCaptions" content="0">
  56. <meta name="if:ShowTags" content="0">
  57. <meta name="if:ShowHoverTags" content="1">
  58. <meta name="if:Cursor" content="1">
  59. <meta name="if:Audio Player Black" content="0">
  60. <meta name="if:Audio Player White" content="1">
  61. <meta name="if:Sidebar links before description" content="1">
  62. <meta name="if:Invert Follow and Dashboard Buttons" content="1">
  63. <meta name="if:Hover Fade Images" content="1">
  64. <meta name="if:Fade Images" content="0">
  65. <meta name="if:250post" content="0">
  66. <meta name="if:400post" content="0">
  67. <meta name="if:500post" content="1">
  68. <meta name="text:Link 1" content="/" />
  69. <meta name="text:Link 1 Text" content="Link 1" />
  70. <meta name="text:Link 1 Title" content="Link 1 Title" />
  71. <meta name="text:Link 2" content="/" />
  72. <meta name="text:Link 2 Text" content="Link 2" />
  73. <meta name="text:Link 2 Title" content="Link 2 Title" />
  74. <meta name="text:Link 3" content="/" />
  75. <meta name="text:Link 3 Text" content="Link 3" />
  76. <meta name="text:Link 3 Title" content="Link 3 Title" />
  77. <meta name="text:Link 4" content="" />
  78. <meta name="text:Link 4 Text" content="" />
  79. <meta name="text:Link 4 Title" content="" />
  80. <meta name="text:Link 5" content="" />
  81. <meta name="text:Link 5 Text" content="" />
  82. <meta name="text:Link 5 Title" content="" />
  83. <meta name="text:Link 6" content="" />
  84. <meta name="text:Link 6 Text" content="" />
  85. <meta name="text:Link 6 Title" content="" />
  86. <meta name="text:Link 7" content="" />
  87. <meta name="text:Link 7 Text" content="" />
  88. <meta name="text:Link 7 Title" content="" />
  89. <meta name="text:Blogtitle Title" content="Blogtitle Title" />
  90. <meta name="text:Sidebar img Title" content="Sidebar img Title" />
  91. <meta name="text:Back to top img" content="http://img.photobucket.com/albums/v252/shaquanda/42109/pixelfolder1/620.gif"/>
  92. <meta name="text:Sidebar Position Top" content="195">
  93. <meta name="text:Sidebar Position Left" content="182">
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98. {block:IfCursor}*, body, a, a:hover {
  99. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  100. }
  101. {/block:IfCursor}
  102.  
  103.  
  104.  
  105. iframe#tumblr_controls {
  106. right:2px !important;
  107. opacity:0.3;
  108. position: fixed !important;
  109. {block:IfInvertFollowandDashboardButtons}
  110. -webkit-filter: invert(100%);
  111. {/block:IfInvertFollowandDashboardButtons}
  112. filter:alpha(opacity=30);
  113. -webkit-transition: all 0.7s ease;
  114. -moz-transition: all 0.7s ease;
  115. -o-transition: all 0.7s ease;
  116. }
  117. iframe#tumblr_controls:hover{
  118. opacity:0.5;
  119. position: fixed !important;
  120. filter:alpha(opacity=80);
  121. -webkit-transition: all 0.7s ease;
  122. -moz-transition: all 0.7s ease;
  123. -o-transition: all 0.7s ease;
  124. }
  125.  
  126.  
  127.  
  128. ::selection {
  129. background:{color:Selection Background};
  130. color:{color:Selection Text};
  131. }
  132.  
  133.  
  134.  
  135. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:50px;}
  136. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:5px!important;}
  137. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  138.  
  139.  
  140.  
  141. {block:IfHoverFadeImages}
  142. img{
  143. -webkit-transition: opacity 0.3s linear;
  144. }
  145. img:hover{
  146. -webkit-transition: opacity 0.3s linear;
  147. opacity: 0.7;
  148. }
  149. {/block:IfHoverFadeImages}
  150.  
  151.  
  152.  
  153. {block:IfHoverFadeImages}
  154. iframe.photoset {
  155. -webkit-transition: opacity 0.3s linear;
  156. }
  157. iframe.photoset:hover {
  158. -webkit-transition: opacity 0.3s linear;
  159. opacity: 0.7;
  160. }
  161. {/block:IfHoverFadeImages}
  162.  
  163.  
  164.  
  165.  
  166. {block:IfFadeImages}
  167. img{
  168. -webkit-transition: opacity 0.3s linear;
  169. opacity: 0.80;
  170. }
  171. img:hover{
  172. -webkit-transition: opacity 0.3s linear;
  173. opacity: 1;
  174. }
  175. {/block:IfFadeImages}
  176.  
  177. {block:IfFadeImages}
  178. iframe.photoset {
  179. -webkit-transition: opacity 0.3s linear;
  180. opacity: 0.80;
  181. }
  182. iframe.photoset:hover {
  183. -webkit-transition: opacity 0.3s linear;
  184. opacity: 1;
  185. }
  186. {/block:IfFadeImages}
  187.  
  188.  
  189.  
  190.  
  191. body{
  192. background-color: {color:Background};
  193. background-image:url({image:Background});
  194. background-attachment:fixed;
  195. background-repeat:repeat;
  196. background-position:center;
  197. font-family:times new roman;
  198. font-size:11px;
  199. line-height:12px;
  200. color:{color:Text};
  201. overflow-x:hidden;
  202. }
  203.  
  204. a
  205. {text-decoration:none;
  206. color:{color:Link};
  207. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  208.  
  209. a:hover{
  210. color:{color:Link Hover};
  211. text-decoration:none;
  212. -webkit-transition: all 0.4s ease;
  213. -moz-transition: all 0.4s ease;
  214. -o-transition: all 0.4s ease;
  215. }
  216.  
  217.  
  218.  
  219.  
  220. #container {
  221. margin:26px;
  222. width:450px;
  223. }
  224.  
  225.  
  226.  
  227. #entry {
  228. {block:IndexPage}
  229. {block:If250Post}width:250px;{/block:If250Post}
  230. {block:If400Post}width:400px;{/block:If400Post}
  231. {block:If500Post}width:500px;{/block:If500post}
  232. {/block:IndexPage}
  233. {block:PermalinkPage}
  234. width:500px;
  235. {/block:PermalinkPage}
  236. background:{color:Entries};
  237. margin-left:375px;
  238. margin-top:17px;
  239. padding:12px;
  240. border:1px solid {color:Post Border};
  241. }
  242.  
  243. #entry img{
  244. {block:IndexPage}
  245. {block:If250Post}max-width:250px;{/block:If250Post}
  246. {block:If400Post}max-width:400px;{/block:If400Post}
  247. {block:If500Post}max-width:500px;{/block:If500post}
  248. {/block:IndexPage}
  249. {block:PermalinkPage}
  250. max-width:500px;
  251. {/block:PermalinkPage}
  252. }
  253.  
  254.  
  255. #entry:hover .perma {
  256. opacity:1;
  257. {block:If250Post}margin-left:266px;{/block:If250Post}
  258. {block:If400Post}margin-left:416px;{/block:If400Post}
  259. {block:If500Post}margin-left:516px;{/block:If500Post}
  260. -webkit-transition: all 0.9s ease;
  261. -moz-transition: all 0.9s ease;
  262. }
  263.  
  264.  
  265.  
  266. .perma a {
  267. color:{color:Link};
  268. font-size:10px;
  269. text-transform:normal;}
  270.  
  271. .perma a:hover {
  272. color:{color:Link Hover};
  273. }
  274.  
  275.  
  276. .perma {
  277. {block:If250Post}margin-left:275px;{/block:If250Post}
  278. {block:If400Post}margin-left:425px;{/block:If400Post}
  279. {block:If500Post}margin-left:525px;{/block:If500Post}
  280. width:140px;
  281. position:absolute;
  282. font-family:times new roman;
  283. line-height:11px;
  284. text-align:left;
  285. overflow:hidden;
  286. padding:3px;
  287. margin-top:-5px;
  288. opacity:0;
  289. background-color:transparent;
  290. -webkit-transition: all 0.9s ease;
  291. -moz-transition: all 0.9s;
  292. }
  293.  
  294.  
  295.  
  296.  
  297. .tagsperma {
  298. text-transform:lowercase;
  299. }
  300.  
  301.  
  302. .tagsperma a {
  303. color:{color:Link};
  304. font-size:9px;
  305. font-family:times new roman;
  306. line-height:11px;
  307. font-style:normal;
  308. text-decoration:underline;
  309. text-transform:none;
  310. letter-spacing:1px;
  311. transition-duration: 0.60s;
  312. -moz-transition-duration: 0.60s;
  313. -webkit-transition-duration: 0.60s;
  314. -o-transition-duration: 0.60s;
  315. }
  316.  
  317. .tagsperma a:hover {
  318. color:{color:Tags Hover};
  319. letter-spacing:1px;
  320. padding-left:5px;
  321. padding-right:5px;
  322. }
  323.  
  324.  
  325.  
  326.  
  327. #permalink{
  328. {block:PermalinkPage}
  329. text-align:center;
  330. margin-top:10px;
  331. padding:3px;
  332. font-size:11px;
  333. text-transform:Lowercase;
  334. font-style:normal;
  335. border-top:1px solid {color:Post border};
  336. border-bottom:1px solid {color:Post border};
  337. {/block:PermalinkPage}
  338. }
  339.  
  340.  
  341.  
  342. #side {
  343. text-align:center;
  344. position:fixed;
  345. width:130px;
  346. margin-top:{text:Sidebar Position Top}px;
  347. margin-left:{text:Sidebar Position Left}px;
  348. z-index:1;
  349. padding:6px;
  350. }
  351.  
  352.  
  353. #sideimage img {
  354. width:115px;
  355. border:1px solid {color:Sidebar img Border};
  356. padding:4px;
  357. background-color:{color:entries};
  358. }
  359.  
  360.  
  361.  
  362.  
  363. .desc {
  364. width:125px;
  365. color:{color:Description text};
  366. font-family:times new roman;
  367. font-size:9px;
  368. line-height:12px;
  369. background-color:{color:Description Background};
  370. margin-left:0px;
  371. {block:ifNotSidebarlinksbeforedescription}
  372. margin-top:5px;
  373. {/block:ifNotSidebarlinksbeforedescription}
  374. {block:ifSidebarlinksbeforedescription}
  375. margin-top:3px;
  376. {/block:ifSidebarlinksbeforedescription}
  377. padding:3px;
  378. padding-top:1px;
  379. padding-bottom:2px;
  380. font-style:italic;
  381. text-align:center;
  382. text-transform:Lowercase;
  383. {block:ifNotSidebarlinksbeforedescription}
  384. border-bottom:1px solid {color:Description Border};
  385. {/block:ifNotSidebarlinksbeforedescription}
  386. {block:ifSidebarlinksbeforedescription}
  387. border-top:1px solid {color:Description Border};
  388. {/block:ifSidebarlinksbeforedescription}
  389. }
  390.  
  391.  
  392.  
  393.  
  394.  
  395. .navigate{
  396. font-family:times new roman;
  397. text-align:center;
  398. margin-left:0px;
  399. margin-top:2px;
  400. font-size:9px;
  401. width:131px;
  402. text-transform:lowercase;
  403. font-style:normal;
  404. letter-spacing:1px;
  405. line-height:15px;
  406. }
  407.  
  408.  
  409. .navigate a {
  410. color:{color:Sidebar Link};
  411. background-color:{color:Sidelinks Background};
  412. line-height:12px;
  413. padding-left:1px;
  414. padding-right:1px;
  415. transition-duration: 0.50s;
  416. -moz-transition-duration: 0.50s;
  417. -webkit-transition-duration: 0.50s;
  418. -o-transition-duration: 0.50s;
  419. display:inline-block;
  420. text-decoration:underline;
  421. }
  422.  
  423. .navigate a:hover {
  424. color:{color:Sidebar Link Hover};
  425. background-color:{color:Sidelinks Hover Background};
  426. padding-left:1px;
  427. padding-right:1px;
  428. padding-bottom:1px;
  429. border-bottom:0px solid {color:Sidelinks border hover};
  430. text-decoration:none;
  431. transition-duration: 0.60s;
  432. -moz-transition-duration: 0.60s;
  433. -webkit-transition-duration: 0.60s;
  434. -o-transition-duration: 0.60s;
  435. }
  436.  
  437.  
  438.  
  439.  
  440. .tags {
  441. {block:IndexPage}text-align:center;{/block:IndexPage}
  442. {block:PermalinkPage}text-align:center;{/block:PermalinkPage}
  443. {block:IndexPage}margin-top:3px;{/block:IndexPage}
  444. {block:PermalinkPage}margin-top:2px;{/block:PermalinkPage}
  445. padding:0px;
  446. font-size:9px;
  447. text-transform:none;
  448. font-style:normal;
  449. font-family:times new roman;
  450. }
  451.  
  452.  
  453. .tags a {
  454. color:{color:Link};
  455. padding:2px;
  456. line-height:13px;
  457. transition-duration: 0.60s;
  458. -moz-transition-duration: 0.60s;
  459. -webkit-transition-duration: 0.60s;
  460. -o-transition-duration: 0.60s;
  461. letter-spacing:1px;
  462. text-decoration:underline;
  463. }
  464.  
  465. .tags a:hover {
  466. color:{color:Tags Hover};
  467. padding:2px;
  468. letter-spacing:1px;
  469. }
  470.  
  471.  
  472. .pagi {
  473. width:131px;
  474. font-size:10px;
  475. font-family:times new roman;
  476. text-transform:lowercase;
  477. letter-spacing:1px;
  478. font-style:italic;
  479. text-align:center;
  480. }
  481.  
  482. .pagi a {
  483. color:{color:link};
  484. }
  485.  
  486. .pagi a:hover {
  487. color:{color:link hover};
  488. }
  489.  
  490.  
  491.  
  492.  
  493. .blogtitle{
  494. color:{color:Link};
  495. width:150px;
  496. font-size:10px;
  497. margin-left:-10px;
  498. margin-top:0px;
  499. line-height:14px;
  500. letter-spacing:0px;
  501. text-align:center;
  502. font-family:georgia;
  503. font-style:normal;
  504. font-weight:normal;
  505. padding:1px;
  506. padding-bottom:2px;
  507. padding-top:4px;
  508. text-transform:normal;
  509. }
  510.  
  511.  
  512.  
  513. .posttitle{
  514. font-size:14px;
  515. line-height:15px;
  516. padding:2px;
  517. font-family:georgia;
  518. text-transform:normal;
  519. text-align:center;
  520. font-style:normal;
  521. font-weight:normal;
  522. letter-spacing:0px;
  523. }
  524.  
  525. .posttitle a{
  526. border-bottom:1px dotted;
  527. padding-bottom:2px;
  528. }
  529.  
  530.  
  531. .quote{
  532. font-size:14px;
  533. line-height:15px;
  534. padding-top:2px;
  535. font-family:georgia;
  536. text-transform:normal;
  537. text-align:center;
  538. font-style:normal;
  539. font-weight:normal;
  540. }
  541.  
  542.  
  543.  
  544.  
  545. {block:If500Post}
  546. blockquote {
  547. border-left:1px solid {color:Blockquote Color};
  548. background-color:{color:Blockquote bg color};
  549. padding:2px 3px;
  550. margin:4px 1px;}
  551. {/block:If500Post}
  552.  
  553.  
  554. {block:If400Post}
  555. blockquote {
  556. border-left:1px solid {color:Blockquote Color};
  557. background-color:{color:Blockquote bg color};
  558. padding:2px 3px;
  559. margin:4px 1px;}
  560. {/block:If400Post}
  561.  
  562.  
  563.  
  564. {block:If250Post}
  565. blockquote {
  566. border-left:1px solid {color:Blockquote Color};
  567. background-color:{color:Blockquote bg color};
  568. padding:2px 3px;
  569. margin:4px 1px;}
  570. {/block:If250Post}
  571.  
  572.  
  573.  
  574. #audio{
  575. overflow:hidden;
  576. }
  577.  
  578.  
  579. .reblogimg img {
  580. border:2px solid {color:Post Border};
  581. }
  582.  
  583.  
  584. #credit {
  585. font-size:10px;
  586. position:fixed;
  587. bottom:4px;
  588. left:5px;
  589. padding:2px;
  590. line-height:8px;
  591. }
  592.  
  593.  
  594.  
  595. #s-m-t-tooltip{
  596. max-width:300px;
  597. z-index:10;
  598. margin:13px 5px 3px 4px;
  599. padding:2px;
  600. padding-left:4px;
  601. padding-right:4px;
  602. background-color:{color:Entries};
  603. border:1px solid {color:Post Border};
  604. -moz-border-radius:1px;
  605. -webkit-border-radius:1px;
  606. border-radius:1px;
  607. box-shadow:1px 1px 1px {color:Post Border};
  608. font-family:times new roman;
  609. font-color:{color:Text};
  610. font-size:9px;
  611. font-style:italic;
  612. line-height:12px;
  613. text-transform:lowercase;
  614. letter-spacing:1px;
  615. }
  616.  
  617.  
  618. {CustomCSS}
  619. </style>
  620.  
  621. <!----- SCROLL TOP ---->
  622.  
  623. <script type="text/javascript"
  624. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  625. </script>
  626. <script type="text/javascript" language="javascript">
  627. $(function () {
  628. $('#scrlBotm').click(function () {
  629. $('html, body').animate({
  630. scrollTop: $(document).height()
  631. },
  632. 1500);
  633. return false;
  634. });
  635.  
  636. $('#scrlTop').click(function () {
  637. $('html, body').animate({
  638. scrollTop: '0px'
  639. },
  640. 1500);
  641. return false;
  642. });
  643. });
  644. </script>
  645.  
  646.  
  647. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  648. <script src="http://static.tumblr.com/rckvjnp/eNmmo5foz/jquery.style-my-tooltips.js"></script>
  649.  
  650.  
  651. <script>
  652. (function($){
  653. $(document).ready(function(){
  654. $("[title],a[title],img[title]").style_my_tooltips({
  655. tip_follows_cursor:true,
  656. tip_delay_time:30,
  657. tip_fade_speed:400,
  658. attribute:"title"
  659. });
  660. });
  661. })(jQuery);
  662. </script>
  663.  
  664.  
  665. </head>
  666.  
  667. {block:IfInfiniteScrolling}
  668. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  669.  
  670.  
  671.  
  672.  
  673. <body>
  674.  
  675.  
  676.  
  677. <div id="container">
  678. <div id="sidebar"></div>
  679. <div id="side">
  680. <div id="sideimage">
  681. <div class="blogtitle"><a href="/" title="{text:Blogtitle Title}">{Title}</a></div>
  682. <a href=/><img src="{image:Sidebar}" title="{text:Sidebar img Title}"></a></div>
  683. {block:ifSidebarlinksbeforedescription}
  684. <div class="navigate">
  685. <a href="/" title="Home">Home</a>
  686. <a href="/ask" title="Ask">Ask</a>
  687. {block:IfLink1}<a href="{text:Link 1}" title="{text:Link 1 Title}">{text:Link 1 Text}</a>{/block:IfLink1}
  688. {block:IfLink2} <a href="{text:Link 2}" title="{text:Link 2 Title}">{text:Link 2 Text}</a>{/block:IfLink2}
  689. {block:IfLink3} <a href="{text:Link 3}" title="{text:Link 3 Title}">{text:Link 3 Text}</a>{/block:IfLink3}
  690. {block:IfLink4} <a href="{text:Link 4}" title="{text:Link 4 Title}">{text:Link 4 Text}</a>{/block:IfLink4}
  691. {block:IfLink5} <a href="{text:Link 5}" title="{text:Link 5 Title}">{text:Link 5 Text}</a>{/block:IfLink5}
  692. {block:IfLink6} <a href="{text:Link 6}" title="{text:Link 6 Title}">{text:Link 6 Text}</a>{/block:IfLink6}
  693. {block:IfLink7} <a href="{text:Link 7}" title="{text:Link 7 Title}">{text:Link 7 Text}</a>{/block:IfLink7}
  694. </div>
  695. {/block:ifSidebarlinksbeforedescription}
  696. <div class="desc">
  697. {Description}
  698. </div>
  699. {block:ifNotSidebarlinksbeforedescription}
  700. <div class="navigate">
  701. <a href="/" title="Home">Home</a>
  702. <a href="/ask" title="Ask">Ask</a>
  703. {block:IfLink1}<a href="{text:Link 1}" title="{text:Link 1 Title}">{text:Link 1 Text}</a>{/block:IfLink1}
  704. {block:IfLink2} <a href="{text:Link 2}" title="{text:Link 2 Title}">{text:Link 2 Text}</a>{/block:IfLink2}
  705. {block:IfLink3} <a href="{text:Link 3}" title="{text:Link 3 Title}">{text:Link 3 Text}</a>{/block:IfLink3}
  706. {block:IfLink4} <a href="{text:Link 4}" title="{text:Link 4 Title}">{text:Link 4 Text}</a>{/block:IfLink4}
  707. {block:IfLink5} <a href="{text:Link 5}" title="{text:Link 5 Title}">{text:Link 5 Text}</a>{/block:IfLink5}
  708. {block:IfLink6} <a href="{text:Link 6}" title="{text:Link 6 Title}">{text:Link 6 Text}</a>{/block:IfLink6}
  709. {block:IfLink7} <a href="{text:Link 7}" title="{text:Link 7 Title}">{text:Link 7 Text}</a>{/block:IfLink7}
  710. </div>
  711. {/block:ifNotSidebarlinksbeforedescription}
  712.  
  713.  
  714. <br>
  715. {block:ifNotInfiniteScrolling}
  716. {block:Pagination}
  717. <div class="pagi">
  718. {block:PreviousPage}
  719. <a href="{PreviousPage}" title="Prev Page">Prev</a>
  720. {/block:PreviousPage}
  721. {block:NextPage}
  722. — <a href="{NextPage}" title="Next Page">Next</a>
  723. {/block:NextPage}
  724. </div>
  725. {/block:Pagination}
  726. {/block:ifNotInfiniteScrolling}
  727. </div>
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736. {block:IfInfiniteScrolling}<div class = "autopagerize_page_element" >{/block:IfInfiniteScrolling}
  737. {block:Posts}
  738. <div id="entry">
  739.  
  740. {block:IndexPage}
  741.  
  742. <div class="perma">
  743. {block:NoteCount}<a href="{Permalink}"> <big>{NoteCountwithLabel}</big></a><br>{/block:NoteCount}
  744. {block:Date}<a href="{Permalink}"> {Month} {DayOfMonthWithZero}, {Year}</a>
  745. <br>{/block:Date}
  746.  
  747. {block:RebloggedFrom}
  748. <br>
  749. <div class="reblogimg"><a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}"><img src="{ReblogParentPortraitURL-24}"></a>
  750. {block:ContentSource}
  751. <a href="{SourceURL}" title="originally posted by {ReblogRootName}"><img src="{ReblogRootPortraitURL-24}"></a>
  752. {block:ContentSource}</div>
  753. {/block:RebloggedFrom}
  754. {/block:ContentSource}
  755.  
  756.  
  757.  
  758. {block:HasTags}{/block:HasTags}
  759. <div class="tagsperma">{block:IfShowHoverTags}{block:HasTags}<br>{block:Tags}<a href="{TagURL}"><img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png" style="width:8px;" /> {Tag}</a><br>{/block:Tags}{/block:HasTags}{/block:IfShowHoverTags} </div>
  760.  
  761. </span></div>
  762.  
  763. {/block:IndexPage}
  764.  
  765. {block:Text}
  766. {block:Title}
  767. <div class="posttitle">{Title}</div>
  768. {/block:Title}
  769. {Body}
  770. {/block:Text}
  771.  
  772. {block:Link}
  773. <div class="posttitle">
  774. <a href="{URL}">{Name}</a>
  775. </div>
  776. {block:Description}{Description}{/block:Description}
  777. {/block:Link}
  778.  
  779. {block:Photo}
  780. <center>
  781. {LinkOpenTag}
  782. {block:IndexPage}
  783. <a href="{permalink}"><img class="Photo" src="{PhotoURL-500}"
  784. {block:If250Post}width="250"{/block:If250Post}
  785. {block:If400Post}width="400"{/block:If400Post}
  786. {block:If500Post}width="500"{/block:If500Post}
  787. alt="{PhotoAlt}"/></a>
  788. {/block:IndexPage}
  789. {block:PermalinkPage}
  790. <img class="Photo" src="{PhotoURL-500}"width="500"alt="{PhotoAlt}"/></a>
  791. {/block:PermalinkPage}
  792. {LinkCloseTag}
  793. </center>
  794. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  795. {block:ContentSource}
  796. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  797. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  798. {/block:SourceLogo}
  799. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  800. {/block:ContentSource}
  801. {block:ReblogParentURL}
  802. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  803. {/block:ReblogParentURL}
  804. {/block:Photo}
  805.  
  806. {block:Photoset}
  807. {block:IndexPage}
  808. {block:If250Post}{Photoset-250}{/block:If250Post}
  809. {block:If400Post}{Photoset-400}{/block:If400Post}
  810. {block:If500Post}{Photoset-500}{/block:If500Post}
  811. {/block:IndexPage}
  812. {block:PermalinkPage}
  813. {Photoset-500}
  814. {/block:PermalinkPage}
  815. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  816. {/block:Photoset}
  817.  
  818. {block:Quote}
  819. <div class="quote">"{Quote}"</div>
  820. {block:Source}
  821. <p align="center">- {Source}</p>
  822. {/block:Source}
  823. {/block:Quote}
  824.  
  825. {block:Chat}
  826. {block:Title}
  827. <div class="posttitle">
  828. {Title}
  829. </div>
  830. {/block:Title}
  831. {block:Lines}
  832. {block:Label}
  833. <b>{Label} </b>
  834. {/block:Label}
  835. {Line}
  836. <br>
  837. {/block:Lines}
  838. {/block:Chat}
  839.  
  840.  
  841. {block:Answer}
  842. <table style="padding-bottom:0px;margin-bottom:0px;">
  843. <tr>
  844. <td style="vertical-align:top;padding-right:2px;-moz-border-radius:4px;
  845. border-radius:4px;"><img src="{AskerPortraitURL-64}"></td>
  846. <td style="vertical-align:top;"><span style="font-family:georgia; font-size:11px; text-transform:none;">{Asker} asked:</span> <br>{Question}</td>
  847. </tr>
  848. </table>
  849. {Answer}
  850. {/block:Answer}
  851.  
  852.  
  853. {block:Audio}
  854. <div id="audio">
  855. <left>{block:AlbumArt}
  856. <img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;padding:3px;border:1px solid {color:Post Border}" />
  857. {/block:AlbumArt}
  858. <span class="audio">
  859. <div style="overflow:hidden;width:209px;{block:IndexPage}{block:If250Post}width:115px;{/block:If250Post}{/block:IndexPage}padding:5px;margin-left:0px;border:1px solid {color:Post Border};">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}{block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></left></span>
  860. <br>
  861. {block:TrackName}<b>Title:</b> {TrackName}<br/>{/block:TrackName}
  862. {block:Artist}<b>Artist:</b> {Artist}<br/>{/block:Artist}
  863. {block:Album}<b>Album:</b> {Album}<br/>{/block:Album}
  864. {block:PlayCount}<b>Played:</b> {PlayCountWithLabel}<br/>{/block:PlayCount}
  865. {/block:ExternalAudio}</div>
  866.  
  867. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  868. {/block:Audio}
  869.  
  870. {block:Video}
  871. {block:IndexPage}
  872. {block:If250Post}{Video-250}{/block:If250Post}
  873. {block:If400Post}{Video-400}{/block:If400Post}
  874. {block:If500Post}{Video-500}{/block:If500Post}
  875. {/block:IndexPage}
  876. {block:PermalinkPage}
  877. {Video-500}
  878. {/block:PermalinkPage}
  879.  
  880. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  881. {/block:Video}
  882.  
  883. {block:IndexPage}
  884.  
  885. <div id="permalink">
  886.  
  887.  
  888.  
  889.  
  890.  
  891. <div class="tags">
  892. {block:IfShowTags}
  893. {block:HasTags}
  894. {block:Tags}
  895. <a href="{TagURL}"><img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png" style="width:8px;" /> {Tag}</a>
  896. {/block:Tags}
  897. {/block:HasTags}
  898. {/block:IfShowTags}
  899. </div></div>
  900. {/block:IndexPage}
  901.  
  902.  
  903. {block:PermalinkPage}
  904. <div id="permalink">
  905. {block:Date} posted
  906. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonthWithZero}</a>{/block:Date}
  907. {block:NoteCount} with
  908. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  909. {block:RebloggedFrom}
  910. <small>▲</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> <small>▲</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  911. {/block:RebloggedFrom}
  912.  
  913. <div class="tags">
  914. {block:HasTags}
  915. {block:Tags}<a href="{TagURL}"><img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png" style="width:8px;" /> {Tag}</a>
  916. {/block:Tags}
  917. {/block:HasTags}
  918. </div></div>
  919. {/block:PermalinkPage}
  920.  
  921.  
  922. {block:PostNotes}
  923. {PostNotes}
  924. {/block:PostNotes}
  925. </div>
  926. {/block:Posts}
  927.  
  928. </div>
  929.  
  930.  
  931.  
  932. <div id="credit"><a href="http://lets-get-it-poppin.tumblr.com/" title="theme by lets-get-it-poppin">theme</a></div>
  933.  
  934.  
  935.  
  936. <a id="scrlTop" title="Top" href="#" style="position: fixed; bottom:-1px; right: 19px;"><img src="{text:Back to top img}"></a>
  937.  
  938.  
  939.  
  940.  
  941. </body>
  942. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement