farflunghopes

katana

Nov 19th, 2012
1,863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.24 KB | None | 0 0
  1. <!--- Theme #10 'Katana' by Brianna @ farflunghopes.tumblr.com
  2. Rules:
  3. 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
  4. 2. Do not redistribute this theme.
  5. 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
  6. 4. Do not use this theme as a base code.
  7. 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
  8.  
  9. Help:
  10. - Theme looks best in Google Chrome.
  11. - SAVE and REFRESH the page before changing appearance options.
  12. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  13. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  14. - The title is the home link.
  15. - This theme can either have 400 or 500 px wide posts. The default is 500px. For 400px, select '400pxPosts' under the appearance options.
  16. - The sidebar image for this theme is optional. Uploading an image will automatically change the code to accommodate it.
  17. - The sidebar image is 250px wide by 350px tall. Smaller images will be stretched and larger ones will be compressed.
  18. - There are FIVE extra links available. Add them under the appearance options.
  19. - The title is the home link.
  20. - This theme has two placement options for the post info (time stamp, note count, source, and reblog button). The default is beside the post. To have the info below the post, select 'BottomInfo' under the appearance options.
  21. - This theme comes with the option to have to post info hidden until the post is hovered over. To have the info visible at all times, DESELECT 'HiddenInfo' under the appearance options.
  22. - The hidden info only works when the info is BESIDE the posts, not under them.
  23. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  24.  
  25. Enjoy!
  26.  
  27. --->
  28.  
  29. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  30. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  31. <head><title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("[title]").style_my_tooltips();
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <script type="text/javascript">
  49. jQuery(document).ready(function() {
  50. jQuery(".sub").hide();
  51. //toggle the componenet with class msg_body
  52. jQuery(".cthrough").click(function()
  53. {
  54. jQuery(this).next(".sub").slideToggle(500);
  55. });});
  56. </script>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Sirin+Stencil' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  65.  
  66. <meta name="color:background" content="#ffffff"/>
  67. <meta name="color:sidebar" content="#CCCCCC">
  68. <meta name="color:description" content="#AAAAAA">
  69. <meta name="color:text" content="#888888"/>
  70. <meta name="color:homelink" content="#555555">
  71. <meta name="color:homelinkhover" content="#FFFFFF">
  72. <meta name="color:titlebackground" content="#ffffff">
  73. <meta name="color:link" content="#333333"/>
  74. <meta name="color:linkhover" content="#999999">
  75. <meta name="color:tags" content="#888888">
  76. <meta name="color:tagshover" content="#777777">
  77. <meta name="color:infolink" content="#555555">
  78. <meta name="color:infolinkhover" content="#999999">
  79. <meta name="color:sidelink" content="#444444">
  80. <meta name="color:sidelinktext" content="#333333">
  81. <meta name="color:sidelinkborder" content="#CCCCCC">
  82. <meta name="color:posts" content="#ffffff">
  83. <meta name="color:postsborder" content="#DDDDDD">
  84. <meta name="color:scrollbarbackground" content="#DDDDDD">
  85. <meta name="color:scrollbar" content="#999999">
  86. <meta name="color:highlight" content="#DDDDDD">
  87. <meta name="color:highlighttext" content="#111111">
  88.  
  89. <meta name="font:body" content="">
  90.  
  91. <meta name="image:sidebar" content=""/>
  92. <meta name="image:background" content="">
  93.  
  94. <meta name="text:link1" content="/" />
  95. <meta name="text:link1name" content="link 1"/>
  96. <meta name="text:link2" content="/" />
  97. <meta name="text:link2name" content="link 2"/>
  98. <meta name="text:link3" content="/" />
  99. <meta name="text:link3name" content="link 3"/>
  100. <meta name="text:link4" content="/" />
  101. <meta name="text:link4name" content="link 4"/>
  102. <meta name="text:link5" content="/" />
  103. <meta name="text:link5name" content="link 5"/>
  104. <meta name="text:bodyfontsize" content="11">
  105. <meta name="text:bgimgposition" content="bottom right" />
  106.  
  107. <meta name="if:BackgroundImageRepeat" content="" />
  108. <meta name="if:BottomInfo" content="">
  109. <meta name="if:400pxPosts" content="">
  110.  
  111. <style type="text/css">
  112.  
  113. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  114. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  115.  
  116. ::-webkit-scrollbar {
  117. width: 7px;
  118. background-color:{color:scrollbarbackground};
  119. }
  120.  
  121. ::-webkit-scrollbar-thumb {
  122. width:7px;
  123. background-color:{color:scrollbar};
  124. }
  125.  
  126. ::selection {
  127. background: {color:highlight};
  128. color: {color:highlighttext};
  129. }
  130.  
  131. #s-m-t-tooltip {
  132. z-index: 9999;
  133. background:{color:background};
  134. font-size: 9px;
  135. line-height: 11px;
  136. font-style:italic;
  137. font-family:georgia;
  138. border: 1px solid #F0F0F0;
  139. text-transform: lowercase;
  140. color: #AAA;
  141. max-width: 150px;
  142. padding: 5px 10px 5px 10px;
  143. display: block;
  144. margin: 15px 0px 0px -50px;
  145. box-shadow:3px 3px 5px;
  146. }
  147.  
  148.  
  149. body {
  150. background-color:{color:background};
  151. color:{color:text};
  152. font-size:{text:bodyfontsize}px;
  153. font-family:{font:body};
  154. line-height:11px;
  155. background-image:url('{image:background}');
  156. background-attachment:fixed;
  157. background-position:{text:bgimgposition};
  158. {block:IfBackgroundImageRepeat}
  159. background-repeat:repeat;
  160. {/block:IfBackgroundImageRepeat}
  161. {block:IfNotBackgroundImageRepeat}
  162. background-repeat:no-repeat;
  163. {/block:IfNotBackgroundImageRepeat}
  164. }
  165.  
  166. a {
  167. color:{color:link};
  168. text-decoration:none;
  169. outline:none;
  170. -moz-outline-style:none;
  171. -webkit-transition: all 0.6s ease-out;
  172. -o-transition: all 0.6s ease-out;
  173. -webkit-transition: all 0.6s ease-out;
  174. -moz-transition: all 0.6s ease-out;
  175. }
  176.  
  177. a:hover {
  178. color:{color:linkhover};
  179. -webkit-transition: all 0.6s ease-out;
  180. -o-transition: all 0.6s ease-out;
  181. -webkit-transition: all 0.6s ease-out;
  182. -moz-transition: all 0.6s ease-out;
  183. }
  184.  
  185. blockquote {
  186. padding-left:3px;
  187. border-left:2px solid;
  188. }
  189.  
  190. blockquote blockquote {
  191. padding-left:3px;
  192. border-left:2px solid;
  193. }
  194.  
  195. h1 {
  196. font-size:15px;
  197. font-family: 'Sirin Stencil', cursive;
  198. }
  199.  
  200. #entries {
  201. padding:10px;
  202. margin-left:36%;
  203. margin-top:40px;
  204. {block:If400pxPosts}
  205. width:400px;
  206. {/block:If400pxPosts}
  207. {block:IfNot400pxPosts}
  208. width:500px;
  209. {/block:IfNot400pxPosts}
  210. }
  211.  
  212. #post {
  213. padding:10px;
  214. background-color:{color:posts};
  215. border: 1px solid {color:postsborder};
  216. {block:If400pxPosts}
  217. width:400px;
  218. {/block:If400pxPosts}
  219. {block:IfNot400pxPosts}
  220. width:500px;
  221. {/block:IfNot400pxPosts}
  222. }
  223.  
  224. {block:IfNotBottomInfo}
  225. #post:hover #info{
  226. opacity:0.9;
  227. border-left:3px solid {color:sidebar};
  228. -webkit-transition: all 0.6s ease-out;
  229. -o-transition: all 0.6s ease-out;
  230. -webkit-transition: all 0.6s ease-out;
  231. -moz-transition: all 0.6s ease-out;
  232. }
  233. {/block:IfNotBottomInfo}
  234.  
  235. #sidebar {
  236. width:230px;
  237. position:fixed;
  238. margin-left:11%;
  239. margin-top:100px;
  240. padding:10px;
  241. {block:IfSidebarImage}
  242. height:330px;
  243. {/block:IfSidebarImage}
  244. {block:IfNotSidebarImage}
  245. margin-top:150px;
  246. {/block:IfNotSidebarImage}
  247. }
  248.  
  249. #sidebar:hover #hh {
  250. opacity:1;
  251. -webkit-transition: all 0.6s ease-out;
  252. -o-transition: all 0.6s ease-out;
  253. -webkit-transition: all 0.6s ease-out;
  254. -moz-transition: all 0.6s ease-out;
  255. }
  256.  
  257. #hh:hover #pagination {
  258. opacity:1;
  259. -webkit-transition: all 0.6s ease-out;
  260. -o-transition: all 0.6s ease-out;
  261. -webkit-transition: all 0.6s ease-out;
  262. -moz-transition: all 0.6s ease-out;
  263. }
  264.  
  265. {block:IfNotSidebarImage}
  266. #sidebar:hover #pagination {
  267. opacity:1;
  268. -webkit-transition: all 0.6s ease-out;
  269. -o-transition: all 0.6s ease-out;
  270. -webkit-transition: all 0.6s ease-out;
  271. -moz-transition: all 0.6s ease-out;
  272. }
  273. {/block:IfNotSidebarImage}
  274.  
  275. #loo {
  276. margin-left:-10px;
  277. margin-top:-10px;
  278. }
  279.  
  280. #loo img {
  281. width:250px;
  282. height:350px;
  283. }
  284.  
  285. #title {
  286. font-size:20px;
  287. text-align:center;
  288. padding:6px;
  289. padding-top:15px;
  290. background-color:{color:titlebackground};
  291. {block:IfSidebarImage}
  292. padding-bottom:5px;
  293. margin-top:50px;
  294. border-bottom:1px solid {color:sidebar};
  295. {/block:IfSidebarImage}
  296. {block:IfNotSidebarImage}
  297. margin-top:-1px;
  298. border-top:1px solid {color:sidebar};
  299. {/block:IfNotSidebarImage}
  300.  
  301. }
  302.  
  303. #title a {
  304. color:{color:homelink};
  305. font-family: 'Sirin Stencil', cursive;
  306. }
  307.  
  308. #title a:hover {
  309. color:{color:homelinkhover};
  310. }
  311.  
  312. .lif {
  313. padding:10px;
  314. margin-top:7px;
  315. text-align:center;
  316. text-transform:uppercase;
  317. letter-spacing:2px;
  318. font-family:times new roman;
  319. font-size:8px;
  320. background-color:{color:sidebar};
  321. }
  322.  
  323. #links {
  324. margin-top:5px;
  325. text-align:center;
  326. padding-bottom:70px;
  327. -webkit-transition: all 0.6s ease-out;
  328. -o-transition: all 0.6s ease-out;
  329. -webkit-transition: all 0.6s ease-out;
  330. -moz-transition: all 0.6s ease-out;
  331. }
  332.  
  333. #links a {
  334. display:inline-block;
  335. margin-bottom:3px;
  336. width:100px;
  337. font-family: 'Cabin', sans-serif;
  338. color:{color:sidelinktext};
  339. padding:5px 0px 5px 0px;
  340. background-color:{color:sidelink};
  341. border-left:2px solid {color:sidebar};
  342. border-right:2px solid {color:sidebar};
  343. -webkit-transition: all 0.6s ease-out;
  344. -o-transition: all 0.6s ease-out;
  345. -webkit-transition: all 0.6s ease-out;
  346. -moz-transition: all 0.6s ease-out;
  347. }
  348.  
  349. #links a:hover {
  350. color:{color:sidelink};
  351. background-color:{color:sidelinktext};
  352. -webkit-transition: all 0.6s ease-out;
  353. -o-transition: all 0.6s ease-out;
  354. -webkit-transition: all 0.6s ease-out;
  355. -moz-transition: all 0.6s ease-out;
  356. }
  357.  
  358. #description {
  359. padding:5px;
  360. text-align:justify;
  361. line-height:110%;
  362. font-size:10px;
  363. font-family:times new roman;
  364. color:{color:sidelink};
  365. background-color:{color:description};
  366. }
  367.  
  368. #description:first-letter {
  369. float:left;
  370. font-size:21px;
  371. text-transform:uppercase;
  372. font-style:italic;
  373. padding:10px;
  374. padding-right:13px;
  375. margin-right:5px;
  376. background-color:{color:sidebar};
  377. }
  378.  
  379. #hh {
  380. width:230px;
  381. position:absolute;
  382. margin-top:-290px;
  383. opacity:0;
  384. -webkit-transition: all 0.6s ease-out;
  385. -o-transition: all 0.6s ease-out;
  386. -webkit-transition: all 0.6s ease-out;
  387. -moz-transition: all 0.6s ease-out;
  388. }
  389.  
  390. #pagination {
  391. font-size:10px;
  392. text-align:center;
  393. padding:10px;
  394. -webkit-transition: all 0.6s ease-out;
  395. -o-transition: all 0.6s ease-out;
  396. -webkit-transition: all 0.6s ease-out;
  397. -moz-transition: all 0.6s ease-out;
  398. background-color:{color:sidebar};
  399. {block:IfNotSidebarImage}
  400. opacity:0;
  401. {/block:IfNotSidebarImage}
  402. {block:IfSidebarImage}
  403. width:230px;
  404. margin-top:7px;
  405. margin-left:-10px;
  406. {/block:IfSidebarImage}
  407. }
  408.  
  409. #pagination a{
  410. font-size:8px;
  411. text-transform:uppercase;
  412. font-family:times new roman;
  413. letter-spacing:2px;
  414. }
  415.  
  416. #info {
  417. font-family: 'Cabin', sans-serif;
  418. text-transform:uppercase;
  419. font-size:8px;
  420. word-spacing:2px;
  421. {block:IfBottomInfo}
  422. letter-spacing:1px;
  423. padding-left:3px;
  424. border-top:1px solid {color:postsborder};
  425. padding-top:3px;
  426. text-align:left;
  427. margin-top:10px;
  428. {/block:IfBottomInfo}
  429. {block:IfNotBottomInfo}
  430. position:absolute;
  431. margn-top:10px;
  432. padding-left:3px;
  433. text-align:left;
  434. border-left:0px solid {color:sidebar};
  435. opacity:0;
  436. -webkit-transition: all 0.6s ease-out;
  437. -o-transition: all 0.6s ease-out;
  438. -webkit-transition: all 0.6s ease-out;
  439. -moz-transition: all 0.6s ease-out;
  440. {block:If400pxPosts}
  441. margin-left:415px;
  442. {/block:If400pxPosts}
  443. {block:IfNot400pxPosts}
  444. margin-left:515px;
  445. {/block:IfNot400pxPosts}
  446. {/block:IfNotBottomInfo}
  447. }
  448.  
  449.  
  450. #info a{
  451. color:{color:infolink};
  452. }
  453.  
  454. #info a:hover {
  455. color:{color:infolinkhover};
  456. }
  457.  
  458. #tags {
  459. font-size:11px;
  460. text-align:left;
  461. font-size:9px;
  462. font-style:italic;
  463. font-family: 'Droid Sans', sans-serif;
  464. {block:IfBottomInfo}
  465. margin-top:4px;
  466. margin-left:-1px;
  467. {/block:IfBottomInfo}
  468. {block:IfNotBottomInfo}
  469. border-top:1px solid {color:postsborder};
  470. padding-top:3px;
  471. margin-top:10px;
  472. {/block:IfNotBottomInfo}
  473. }
  474.  
  475. #tags a {
  476. color:{color:tags};
  477. }
  478.  
  479. #tags a:hover {
  480. color:{color:tagshover};
  481. }
  482.  
  483. .quote {
  484. padding-top:15px;
  485. padding-left:30px;
  486. padding-right:30px;
  487. font-size:12px;
  488. line-height:110%;
  489. text-align:center;
  490. font-family: 'Droid Sans', sans-serif;
  491. }
  492.  
  493. .portrait {
  494. float:left;
  495. padding-right:5px;
  496. }
  497.  
  498. #asker {
  499. margin-top:6px;
  500. font-size:15px;
  501. border-bottom:1px dotted {color:borders};
  502. padding-bottom:6px;
  503. font-family: 'Droid Sans', sans-serif;
  504. }
  505.  
  506. #question {
  507. margin-top:-5px;
  508. border-bottom:1px solid {color:text};
  509. padding-bottom:7px;
  510. }
  511.  
  512. .audio {
  513. margin-right:5px;
  514. width:70px;
  515. float:left;
  516. }
  517.  
  518. .hidden {
  519. width:70px;
  520. height:73px;
  521. }
  522.  
  523. .pull {
  524. margin-left:4px;
  525. margin-top:-6px;
  526. }
  527.  
  528. .tumblr_audio_player {
  529. margin:0px;
  530. padding:0px;
  531. width:500px;
  532. height:50px;
  533. }
  534.  
  535. .player {
  536. width:35px;
  537. height:37px;
  538. margin-left:10px;
  539. margin-top:10px;
  540. background-color:#999;
  541. overflow:hidden;
  542. position:absolute;
  543. opacity:0.7;
  544. background-color:#fff;
  545. border:7px solid #ECECEC;
  546. -webkit-transition: all 0.3s ease-out;
  547. -o-transition: all 0.3s ease-out;
  548. -webkit-transition: all 0.3s ease-out;
  549. -moz-transition: all 0.3s ease-out;
  550. }
  551. .player:hover {
  552. opacity:1;
  553. -webkit-transition: all 0.3s ease-out;
  554. -o-transition: all 0.3s ease-out;
  555. -webkit-transition: all 0.3s ease-out;
  556. -moz-transition: all 0.3s ease-out;
  557. }
  558.  
  559. .caption {
  560. margin-top:18px;
  561. }
  562.  
  563. .audio img{
  564. max-width: 70px;
  565. height: auto;
  566. }
  567.  
  568. .song {
  569. margin-left:70px;
  570. margin-top:-57px;
  571. text-transform:uppercase;
  572. font-size:11px;
  573. font-family: 'Droid Sans', sans-serif;
  574. padding-bottom:13px;
  575. }
  576.  
  577. ol.notes {
  578. padding:0px;
  579. margin-left:50px;
  580. list-style-type:decimal;
  581. border-bottom: solid 1px {color:borders};
  582. {block:IfNot400pxPosts}
  583. width:420px;
  584. {/block:IfNot400pxPosts}
  585. {block:If400pxPosts}
  586. width:320px;
  587. {/block:If400pxPosts}
  588. }
  589.  
  590. ol.notes li.note {
  591. border-top: solid 1px {color:borders};
  592. padding: 10px;
  593. font-family: 'Droid Sans', sans-serif;
  594. }
  595.  
  596. ol.notes li.note img.avatar {
  597. vertical-align: -4px;
  598. margin-right: 10px;
  599. width: 16px;
  600. height: 16px;
  601. }
  602.  
  603. ol.notes li.note blockquote {
  604. border-color: {color:text};
  605. padding: 4px 10px;
  606. margin: 10px 0px 0px 25px;
  607. }
  608.  
  609. ol.notes li.note blockquote a {
  610. text-decoration: none;
  611. }
  612.  
  613. #credit {
  614. position:fixed;
  615. bottom:5px;
  616. left:5px;
  617. padding:2px 10px 2px 5px;
  618. font-size:12px;
  619. border:1px solid {color:postsborder};
  620. font-family: 'Allura', cursive;
  621. -webkit-transition: all 0.3s ease-out;
  622. -o-transition: all 0.3s ease-out;
  623. -webkit-transition: all 0.3s ease-out;
  624. -moz-transition: all 0.3s ease-out;
  625.  
  626. }
  627.  
  628. #credit:hover {
  629. bottom:3px;
  630. left:3px;
  631. border:3px double {color:postsborder};
  632. -webkit-transition: all 0.3s ease-out;
  633. -o-transition: all 0.3s ease-out;
  634. -webkit-transition: all 0.3s ease-out;
  635. -moz-transition: all 0.3s ease-out;
  636. }
  637.  
  638. {CustomCSS}</style></head><body>
  639.  
  640. <div id="sidebar">
  641.  
  642. {block:IfSidebarImage}
  643. <div id="loo"><image src="{image:sidebar}"></div>
  644. {/block:IfSidebarImage}
  645.  
  646. {block:IfSidebarImage}<div id="hh">{/block:IfSidebarImage}
  647. {block:IfNotSidebarImage}
  648. <div id="pagination">
  649. {block:Pagination}
  650. {block:PreviousPage}<a href="{PreviousPage}">prev</a>&nbsp;&dagger;&nbsp;{/block:PreviousPage}
  651. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  652. {/block:Pagination}
  653. </div>
  654. {/block:IfNotSidebarImage}
  655.  
  656. <div id="title"><a title="home page" href="/">{Title}</a>
  657. </div>
  658.  
  659. <div id="description">
  660. {Description}
  661. </div>
  662.  
  663. <a href="#" class="cthrough"><div class="lif">links</div></a>
  664. <div class="sub">
  665. <div id="links">
  666. <center>
  667. <a href="/ask">ask</a>
  668. {block:IfLink1Name}
  669. <a href="{text:link1}">{text:link1name}</a>
  670. {/block:IfLink1Name}
  671. {block:IfLink2Name}
  672. <a href="{text:link2}">{text:link2name}</a>
  673. {/block:IfLink2Name}
  674. {block:IfLink3Name}
  675. <a href="{text:link3}">{text:link3name}</a>
  676. {/block:IfLink3Name}
  677. {block:IfLink4Name}
  678. <a href="{text:link4}">{text:link4name}</a>
  679. {/block:IfLink4Name}
  680. {block:IfLink5Name}
  681. <a href="{text:link5}">{text:link5name}</a>
  682. {/block:IfLink5Name}
  683. </center>
  684. </div>
  685. </div>
  686.  
  687. {block:IfSidebarImage}
  688. </div>
  689. {/block:IfSidebarImage}
  690. {block:IfSidebarImage}
  691. <div id="pagination">
  692. {block:Pagination}
  693. {block:PreviousPage}<a href="{PreviousPage}">prev</a>&nbsp;&dagger;&nbsp;{/block:PreviousPage}
  694. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  695. {/block:Pagination}
  696. </div>
  697. {/block:IfSidebarImage}
  698.  
  699. </div>
  700.  
  701. <a target="blank" href="http://colorfulmetaphors.tumblr.com"><div id="credit">T</div></a>
  702.  
  703. <div id="entries">{block:Posts}<div id="post">
  704.  
  705. {block:IfNotBottomInfo}
  706. <div id="info">
  707. {block:Date}<a href="{Permalink}">{TimeAgo}&nbsp;&bull;&nbsp;{/block:Date}{NoteCountWithLabel}</a>
  708. {block:RebloggedFrom}<br />{block:ContentSource}<a title="{ReblogRootName}" href="{SourceURL}">source</a>&nbsp;&bull;&nbsp;{/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<br /><a href="{ReblogURL}">reblog</a></div>
  709. {/block:IfNotBottomInfo}
  710.  
  711. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  712.  
  713. {block:Photo}<center>{LinkOpenTag}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{/block:IfNot400pxPosts}{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  714.  
  715. {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  716.  
  717. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div style="text-align:center; font-family: 'Droid Sans', sans-serif; padding-bottom:15px;">— {Source} —</div>{/block:Source}{/block:Quote}
  718.  
  719. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  720.  
  721. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{block:Lines}{block:Label}<strong>{Label}&nbsp</strong>{/block:Label}{Line}<br />{/Block:Lines}{/block:Chat}
  722.  
  723. {block:Audio}
  724. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  725. <div class="hidden"><div class="player"><div class="pull">{AudioPlayerWhite}</div></div></div>
  726. <div class="song">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br />{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div>
  727. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  728. {/block:Audio}
  729.  
  730. {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  731.  
  732. {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}
  733.  
  734. {block:IfBottomInfo}
  735. <div id="info">
  736. {block:Date}<a href="{Permalink}">{TimeAgo}&nbsp;&bull;&nbsp;{/block:Date}{NoteCountWithLabel}</a>
  737. {block:RebloggedFrom}|{block:ContentSource}&nbsp;<a title="{ReblogRootName}" href="{SourceURL}">Source</a>, {/block:ContentSource}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} | <a href="{ReblogURL}">reblog</a></div>
  738. {/block:IfBottomInfo}
  739.  
  740. {block:HasTags}<div id="tags">
  741. {block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  742.  
  743. </div>
  744.  
  745. <br /><br />
  746. {block:PostNotes}{PostNotes}{/block:PostNotes}
  747. {/block:Posts}</div>
  748.  
  749. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment