farflunghopes

chai

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