farflunghopes

he-bird

Aug 16th, 2013
1,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.01 KB | None | 0 0
  1. <!--- Theme #26 'he-bird' by Brianna @ colorfulmetaphors.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 background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - The sidebar image is 130px wide by 180px tall when the posts are 500px and 110px wide by 160px tall when the posts are 400px.
  15. - This theme comes with the option to NOT have a sidebar image. Selecting the option 'NoSidebarImage' will display your description in its place with an optional background.
  16. - The posts can either be 400px or 500px wide the default is 500px. For 400px, select '400pxPosts' under the appearance options.
  17. - There are FOUR extra links available. Add them under the appearance options. Try and keep the link names short.
  18. - Hovering over the sidebar image/description reveals the links. To have them visible at all times, DEselect 'HiddenLinks' under the appearance options.
  19. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  20. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  21.  
  22. Enjoy!
  23.  
  24. --->
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head><title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Volkhov:400' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  42.  
  43. <meta name="color:background" content="#ffffff"/>
  44. <meta name="color:description" content="#e7e7e7">
  45. <meta name="color:posts" content="#ffffff">
  46. <meta name="color:text" content="#888888"/>
  47. <meta name="color:sidetext" content="#000000">
  48. <meta name="color:sidelinkborders" content="#e6e6e6">
  49. <meta name="color:borders" content="#888888">
  50. <meta name="color:link" content="#333333"/>
  51. <meta name="color:linkhover" content="#999999">
  52. <meta name="color:tags" content="#FFFFFF">
  53. <meta name="color:tagshover" content="#777777">
  54. <meta name="color:tagsbg" content="#555555">
  55. <meta name="color:infolink" content="#555555">
  56. <meta name="color:infolinkhover" content="#999999">
  57. <meta name="color:title" content="#e6e6e6">
  58. <meta name="color:sidelink" content="#444444">
  59. <meta name="color:sidelinkhover" content="#CCCCCC">
  60. <meta name="color:scrollbarbackground" content="#DDDDDD">
  61. <meta name="color:scrollbar" content="#999999">
  62. <meta name="color:highlight" content="#DDDDDD">
  63. <meta name="color:highlighttext" content="#111111">
  64.  
  65. <meta name="font:sidebar" content="georgia">
  66. <meta name="font:body" content="">
  67.  
  68. <meta name="image:sidebar" content=""/>
  69. <meta name="image:background" content="">
  70. <meta name="image:sidebarbackground" content="">
  71.  
  72. <meta name="text:bodyfontsize" content="11">
  73. <meta name="text:bgimgposition" content="bottom right" />
  74. <meta name="text:link1" content="/">
  75. <meta name="text:link1name" content="link 1">
  76. <meta name="text:link2" content="/">
  77. <meta name="text:link2name" content="link 2">
  78. <meta name="text:link3" content="/">
  79. <meta name="text:link3name" content="link 3">
  80. <meta name="text:link4" content="/">
  81. <meta name="text:link4name" content="link 4">
  82.  
  83. <meta name="if:BackgroundImageRepeat" content="" />
  84. <meta name="if:400pxPosts" content="">
  85. <meta name="if:HiddenLinks" content="1">
  86. <meta name="if:NoSidebarImage" content="1">
  87.  
  88. <style type="text/css">
  89.  
  90. iframe#tumblr_controls {right:3px !important; position: fixed important; !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;}
  91. 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;}
  92.  
  93. ::-webkit-scrollbar {
  94. width: 7px;
  95. background-color:{color:scrollbarbackground};
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. width:7px;
  100. background-color:{color:scrollbar};
  101. }
  102.  
  103. ::selection {
  104. background: {color:highlight};
  105. color: {color:highlighttext};
  106. }
  107.  
  108. body {
  109. background-color:{color:background};
  110. color:{color:text};
  111. font-size:{text:bodyfontsize}px;
  112. font-family:{font:body};
  113. background-image:url('{image:background}');
  114. background-attachment:fixed;
  115. word-spacing:1px;
  116. text-align:justify;
  117. background-position:{text:bgimgposition};
  118. {block:IfBackgroundImageRepeat}
  119. background-repeat:repeat;
  120. {/block:IfBackgroundImageRepeat}
  121. {block:IfNotBackgroundImageRepeat}
  122. background-repeat:no-repeat;
  123. {/block:IfNotBackgroundImageRepeat}
  124. }
  125.  
  126. a {
  127. color:{color:link};
  128. text-decoration:none;
  129. outline:none;
  130. -moz-outline-style:none;
  131. -webkit-transition: all 0.6s ease-out;
  132. -o-transition: all 0.6s ease-out;
  133. -webkit-transition: all 0.6s ease-out;
  134. -moz-transition: all 0.6s ease-out;
  135. }
  136.  
  137. a:hover {
  138. text-decoration:line-through;
  139. color:{color:linkhover};
  140. -webkit-transition: all 0.6s ease-out;
  141. -o-transition: all 0.6s ease-out;
  142. -webkit-transition: all 0.6s ease-out;
  143. -moz-transition: all 0.6s ease-out;
  144. }
  145.  
  146. a:tip:title {
  147. background-color:{color:background;}
  148. }
  149.  
  150. blockquote {
  151. padding-left:3px;
  152. border-left:2px solid;
  153. }
  154.  
  155. blockquote blockquote {
  156. padding-left:3px;
  157. border-left:2px solid;
  158. }
  159.  
  160. h1 {
  161. font-size:13px;
  162. font-family: 'Vollkorn', serif;
  163. }
  164.  
  165. #theme {
  166. margin-top:20px;
  167. width:100%;
  168. margin-left:0%;
  169. }
  170.  
  171. #entries {
  172. position:absolute;
  173. {block:IfNot400pxPosts}
  174. width:500px;
  175. margin-left:350px;
  176. {/block:IfNot400pxPosts}
  177. {block:If400pxPosts};
  178. width:400px;
  179. margin-left:330px;
  180. {/block:If400pxPosts}
  181. padding-top:80px;
  182. }
  183.  
  184. #post {
  185. {block:IfNot400pxPosts}
  186. width:500px;
  187. {/block:IfNot400pxPosts}
  188. {block:If400pxPosts};
  189. width:400px;
  190. {/block:If400pxPosts}
  191. padding:10px;
  192. background-color:{color:posts};
  193. overflow:hidden;
  194. }
  195.  
  196. #sidebar1 {
  197. margin-top:120px;
  198. margin-left:50px;
  199. position:fixed;
  200. width:199px;
  201. padding:10px;
  202. background-color:{color:background}:
  203. }
  204.  
  205. #line {
  206. position:fixed;
  207. height:100%;
  208. margin-top:-20px;
  209. margin-left:177px;
  210. border-right:1px solid {color:borders};
  211. }
  212.  
  213. #title {
  214. text-align:center;
  215. padding-bottom:20px;
  216. padding-top:10px;
  217. background-color:{color:background};
  218. color:{color:link};
  219. font-size:8px;
  220. font-family: 'Volkhov', serif;
  221. {block:IfBackgroundImageRepeat}
  222. background-image:url('{image:background}');
  223. {/block:IfBackgroundImageRepeat}
  224. {block:IfNot400pxPosts}
  225. margin-left:45px;
  226. width:144px;
  227. {/block:IfNot400pxPosts}
  228. {block:If400pxPosts}
  229. margin-left:55px;
  230. width:124px;
  231. {/block:If400pxPosts}
  232. {block:IfNotNoSidebarImage}
  233. margin-top:-8px;
  234. {/block:IfNotNoSidebarImage}
  235. {block:IfNoSidebarImage}
  236. margin-top:0px;
  237. {/block:IfNoSidebarImage}
  238. }
  239.  
  240. #sidebarimage {
  241. -webkit-transition: all 0.6s ease-out;
  242. -o-transition: all 0.6s ease-out;
  243. -webkit-transition: all 0.6s ease-out;
  244. -moz-transition: all 0.6s ease-out;
  245. background-color:{color:background};
  246. {block:IfNot400pxPosts}
  247. margin-left:45px;
  248. width:143px;
  249. height:194px;
  250. {/block:IfNot400pxPosts}
  251. {block:If400pxPosts}
  252. margin-left:53px;
  253. width:123px;
  254. height:174px;
  255. {/block:If400pxPosts}
  256. }
  257.  
  258. #sidebarimage img {
  259. padding:6px;
  260. border:1px solid {color:borders};
  261. -webkit-transition: all 0.6s ease-out;
  262. -o-transition: all 0.6s ease-out;
  263. -webkit-transition: all 0.6s ease-out;
  264. -moz-transition: all 0.6s ease-out;
  265. {block:IfNot400pxPosts}
  266. width:130px;
  267. height:180px;
  268. {/block:IfNot400pxPosts}
  269. {block:If400pxPosts}
  270. width:110px;
  271. height:160px;
  272. {/block:If400pxPosts}
  273. }
  274.  
  275. {block:IfHiddenLinks}
  276. #sidebarimage img:hover #link a {
  277. padding-right:4px;
  278. }
  279.  
  280. #sidebarimage:hover #link {
  281. width:45px;
  282. opacity:1;
  283. margin-left:-50px;
  284. }
  285. {/block:IfHiddenLinks}
  286.  
  287. #link {
  288. position:absolute;
  289. margin-top:0px;
  290. {block:IfHiddenLinks}
  291. opacity:0;
  292. width:20px;
  293. -webkit-transition: all 0.9s ease-out;
  294. -o-transition: all 0.9s ease-out;
  295. -webkit-transition: all 0.9s ease-out;
  296. -moz-transition: all 0.9s ease-out;
  297. {/block:IfHiddenLinks}
  298. {block:IfNotHiddenLinks}
  299. margin-left:-50px;
  300. width:45px;
  301. opacity:1;
  302. {/block:IfNotHiddenLinks}
  303. }
  304.  
  305. #link a {
  306. display:block;
  307. font-size:7px;
  308. text-align:right;
  309. font-family:times new roman;
  310. text-transform:uppercase;
  311. color:{color:sidelink};
  312. overflow:hidden;
  313. border-bottom:1px solid {color:sidelinkborders};
  314. -webkit-transition: all 0.6s ease-out;
  315. -o-transition: all 0.6s ease-out;
  316. -webkit-transition: all 0.6s ease-out;
  317. -moz-transition: all 0.6s ease-out;
  318. {block:IfNotHiddenLinks}
  319. padding:0px 4px 5px 0px;
  320. {/block:IfNotHiddenLinks}
  321. {block:IfHiddenLinks}
  322. padding:0px 0px 5px 0px;
  323. {/block:IfHiddenLinks}
  324. {block:IfNot400pxPosts}
  325. margin-bottom:18px;
  326. {/block:IfNot400pxPosts}
  327. {block:If400pxPosts}
  328. margin-bottom:15px;
  329. {/block:If400pxPosts}
  330.  
  331. }
  332.  
  333. #link a:hover {
  334. padding-right:7px;
  335. text-decoration:none;
  336. color:{color:sidelinkhover};
  337. -webkit-transition: all 0.4s ease-out;
  338. -o-transition: all 0.4s ease-out;
  339. -webkit-transition: all 0.4s ease-out;
  340. -moz-transition: all 0.4s ease-out;
  341. }
  342.  
  343. .f {
  344. border-top:1px solid {color:sidelinkborders};
  345. {block:IfNot400pxPosts}
  346. padding-top:18px;
  347. {/block:IfNot400pxPosts}
  348. {block:If400pxPosts}
  349. padding-top:14px;
  350. {/block:If400pxPosts}
  351. }
  352.  
  353. .d {
  354. font-size:8px;
  355. letter-spacing:0px;
  356. font-style:italic;
  357. text-align:justify;
  358. font-family:{font:sidebar};
  359. color:{color:sidetext};
  360. border:1px solid {color:borders};
  361. background-color:{color:description};
  362. background-image:url('{image:sidebarbackground}');
  363. -webkit-transition: all 0.9s ease-out;
  364. -o-transition: all 0.9s ease-out;
  365. -webkit-transition: all 0.9s ease-out;
  366. -moz-transition: all 0.9s ease-out;
  367. {block:IfNot400pxPosts}
  368. padding:13px;
  369. width:114px;
  370. height:165px;
  371. {/block:IfNot400pxPosts}
  372. {block:If400pxPosts}
  373. padding:10px;
  374. width:102px;
  375. height:151px;
  376. {/block:If400pxPosts}
  377.  
  378. }
  379.  
  380. .d:first-letter {
  381. float:left;
  382. padding:7px;
  383. padding-right:7px;
  384. font-size:20px;
  385. line-height:13px;
  386. margin-right:5px;
  387. background-color:{color:borders};
  388. }
  389.  
  390. #rel {
  391. background-color:#FFFFFF;
  392. padding:7px;
  393. line-height:10px;
  394. overflow:auto;
  395. -webkit-transition: all 0.9s ease-out;
  396. -o-transition: all 0.9s ease-out;
  397. -webkit-transition: all 0.9s ease-out;
  398. -moz-transition: all 0.9s ease-out;
  399. {block:IfSidebarBackgroundImage}
  400. opacity:0.4;
  401. {/block:IfSidebarBackgroundImage}
  402. {block:IfNotSidebarBackgroundImage}
  403. opacity:1;
  404. {/block:IfNotSidebarBackgroundImage}
  405. {block:IfNot400pxPosts}
  406. padding:10px;
  407. width:95px;
  408. height:145px;
  409. {/block:IfNot400pxPosts}
  410. {block:If400pxPosts}
  411. padding:7px;
  412. width:88px;
  413. height:136px;
  414. {/block:If400pxPosts}
  415. }
  416.  
  417. #rel:hover {
  418. opacity:1;
  419. -webkit-transition: all 0.9s ease-out;
  420. -o-transition: all 0.9s ease-out;
  421. -webkit-transition: all 0.9s ease-out;
  422. -moz-transition: all 0.9s ease-out;
  423. }
  424.  
  425. .dd {
  426. padding:5px 10px 0px 10px;
  427. font-size:8px;
  428. letter-spacing:0px;
  429. font-style:italic;
  430. text-align:center;
  431. font-family:{font:sidebar};
  432. color:{color:sidetext};
  433. background-color:{color:background};
  434. {block:IfBackgroundImageRepeat}
  435. background-image:url('{image:background}');
  436. {/block:IfBackgroundImageRepeat}
  437. -webkit-transition: all 0.9s ease-out;
  438. -o-transition: all 0.9s ease-out;
  439. -webkit-transition: all 0.9s ease-out;
  440. -moz-transition: all 0.9s ease-out;
  441. {block:IfNot400pxPosts}
  442. margin-left:45px;
  443. width:124px;
  444. {/block:IfNot400pxPosts}
  445. {block:If400pxPosts}
  446. margin-left:55px;
  447. width:104px;
  448. {/block:If400pxPosts}
  449. }
  450.  
  451. #tl {
  452. text-align:right;
  453. padding-top:15px;
  454. font-family: 'Bad Script', cursive;
  455. background-color:{color:background};
  456. {block:IfBackgroundImageRepeat}
  457. background-image:url('{image:background}');
  458. {/block:IfBackgroundImageRepeat}
  459. {block:IfNot400pxPosts}
  460. margin-left:45px;
  461. width:144px;
  462. font-size:12px;
  463. {/block:IfNot400pxPosts}
  464. {block:If400pxPosts}
  465. margin-left:55px;
  466. width:124px;
  467. font-size:11px;
  468. {/block:If400pxPosts}
  469. }
  470.  
  471. #info {
  472. font-size:7px;
  473. padding:5px;
  474. text-align:center;
  475. font-family:times new roman;
  476. text-transform:uppercase;
  477. letter-spacing:1px;
  478. margin-top:10px;
  479. border-top:1px dotted {color:borders};
  480. }
  481.  
  482. #info a{
  483. color:{color:infolink};
  484. }
  485.  
  486. #info a:hover {
  487. color:{color:infolinkhover};
  488. text-decoration:none;
  489. }
  490.  
  491. #tags {
  492. font-size:8px;
  493. text-transform:none;
  494. line-height:13px;
  495. font-family:georgia;
  496. font-style:italic;
  497. padding:3px;
  498. background-color:{color:tagsbg};
  499. {block:IfBackgroundImageRepeat}
  500. background-image:url('{image:background}')
  501. {/block:IfBackgroundImageRepeat}
  502. }
  503.  
  504. #tags a {
  505. color:{color:tags};
  506. padding:0px 2px 0px 2px;
  507. }
  508.  
  509. #tags a:hover {
  510. color:{color:tagshover};
  511. text-decoration:none;
  512. }
  513.  
  514. #credit {
  515. position:fixed;
  516. bottom:5px;
  517. left:5px;
  518. padding:0px 10px 0px 5px;
  519. font-size:12px;
  520. border:1px solid {color:borders};
  521. font-family: 'Allura', cursive;
  522. -webkit-transition: all 0.3s ease-out;
  523. -o-transition: all 0.3s ease-out;
  524. -webkit-transition: all 0.3s ease-out;
  525. -moz-transition: all 0.3s ease-out;
  526.  
  527. }
  528.  
  529. #credit:hover {
  530. bottom:3px;
  531. left:3px;
  532. border:3px double {color:borders};
  533. -webkit-transition: all 0.3s ease-out;
  534. -o-transition: all 0.3s ease-out;
  535. -webkit-transition: all 0.3s ease-out;
  536. -moz-transition: all 0.3s ease-out;
  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. .portrait {
  549. float:left;
  550. padding-right:5px;
  551. }
  552.  
  553. #asker {
  554. margin-top:6px;
  555. font-size:15px;
  556. padding-bottom:4px;
  557. font-family: 'Vollkorn', serif;
  558. }
  559.  
  560. #question {
  561. margin-top:-13px;
  562. border-bottom:1px solid {color:text};
  563. padding-bottom:10px;
  564. }
  565.  
  566. .audio {
  567. margin-right:5px;
  568. width:70px;
  569. float:left;
  570. }
  571.  
  572. .hidden {
  573. width:70px;
  574. height:73px;
  575. }
  576.  
  577. .pull {
  578. margin-left:-7px;
  579. margin-top:-6px;
  580. }
  581.  
  582. .tumblr_audio_player {
  583. margin:0px;
  584. padding:0px;
  585. width:500px;
  586. height:50px;
  587. }
  588.  
  589. .player {
  590. width:35px;
  591. height:37px;
  592. margin-left:10px;
  593. margin-top:10px;
  594. background-color:#999;
  595. overflow:hidden;
  596. position:absolute;
  597. opacity:0.7;
  598. background-color:#fff;
  599. border:7px solid #ECECEC;
  600. -webkit-transition: all 0.3s ease-out;
  601. -o-transition: all 0.3s ease-out;
  602. -webkit-transition: all 0.3s ease-out;
  603. -moz-transition: all 0.3s ease-out;
  604. }
  605.  
  606. .player:hover {
  607. opacity:1;
  608. -webkit-transition: all 0.3s ease-out;
  609. -o-transition: all 0.3s ease-out;
  610. -webkit-transition: all 0.3s ease-out;
  611. -moz-transition: all 0.3s ease-out;
  612. }
  613.  
  614. .caption {
  615. margin-top:20px;
  616. }
  617.  
  618. .audio img{
  619. max-width: 70px;
  620. height: auto;
  621. }
  622.  
  623. .song {
  624. margin-left:70px;
  625. margin-top:-55px;
  626. text-transform:uppercase;
  627. font-size:10px;
  628. padding-bottom:13px;
  629. font-family: 'Droid Sans', sans-serif;
  630. }
  631.  
  632. ol.notes {
  633. padding:0px;
  634. margin-left:10px;
  635. list-style-type:decimal;
  636. font-style:italic;
  637. border-bottom: solid 1px {color:borders};
  638. }
  639.  
  640. ol.notes li.note {
  641. border-top: solid 1px {color:borders};
  642. padding: 10px;
  643. font-family: 'Droid Sans', sans-serif;
  644. }
  645.  
  646. ol.notes li.note img.avatar {
  647. vertical-align: -4px;
  648. margin-right: 10px;
  649. width: 16px;
  650. height: 16px;
  651. }
  652.  
  653. ol.notes li.note blockquote {
  654. border-color: {color:text};
  655. padding: 4px 10px;
  656. margin: 10px 0px 0px 25px;
  657. }
  658.  
  659. ol.notes li.note blockquote a {
  660. text-decoration: none;
  661. }
  662.  
  663. {CustomCSS}</style>
  664.  
  665. </head><body>
  666.  
  667. <div id="theme">
  668.  
  669. <div id="line">
  670. </div>
  671.  
  672. <div id="sidebar1">
  673.  
  674. <div id="tl">
  675. {Title}
  676. </div>
  677. <div id="sidebarimage">
  678.  
  679. <div id="link">
  680. <center>
  681. <div class="f"><a href="/">home</a></div>
  682. <a href="/ask">askbox</a>
  683. {block:ifLink1Name}
  684. <a href="{text:link1}">{text:link1name}</a>
  685. {/block:ifLink1Name}
  686. {block:ifLink2Name}
  687. <a href="{text:link2}">{text:link2name}</a>
  688. {/block:ifLink2Name}
  689. {block:ifLink3Name}
  690. <a href="{text:link3}">{text:link3name}</a>
  691. {/block:ifLink3Name}
  692. {block:ifLink4Name}
  693. <a href="{text:link4}">{text:link4name}</a>
  694. {/block:ifLink4Name}
  695. </center>
  696. </div>
  697.  
  698. {block:IfNotNoSidebarImage}
  699. <img src="{image:sidebar}">
  700. {/block:IfNotNoSidebarImage}
  701.  
  702.  
  703. {block:IfNoSidebarImage}
  704. <div class="d">
  705. <div id="rel">{Description}
  706. </div>
  707. </div>
  708. {/block:IfNoSidebarImage}
  709.  
  710.  
  711. </div>
  712.  
  713. {block:IfNotNoSidebarImage}
  714. <div class="dd">{Description}
  715. </div>
  716. {/block:IfNotNoSidebarImage}
  717.  
  718. <div id="title">
  719. &nbsp;&nbsp;
  720.  
  721. {block:IfNot400pxPosts}
  722. {block:JumpPagination length="9"}
  723. {block:CurrentPage}
  724. <strong>{PageNumber}</strong>&nbsp;&nbsp;
  725. {/block:CurrentPage}
  726. {block:JumpPage}
  727. <a href="{URL}">{PageNumber}</a>&nbsp;&nbsp;
  728. {/block:JumpPage}
  729. {/block:JumpPagination}
  730. {/block:IfNot400pxPosts}
  731.  
  732. {block:If400pxPosts}
  733. {block:JumpPagination length="7"}
  734. {block:CurrentPage}
  735. <strong>{PageNumber}</strong>&nbsp;&nbsp;
  736. {/block:CurrentPage}
  737. {block:JumpPage}
  738. <a href="{URL}">{PageNumber}</a>&nbsp;&nbsp;
  739. {/block:JumpPage}
  740. {/block:JumpPagination}
  741. {/block:If400pxPosts}
  742.  
  743.  
  744. </div>
  745.  
  746. </div>
  747.  
  748. <a target="blank" href="http://colorfulmetaphors.tumblr.com"><div id="credit">T</div></a>
  749.  
  750. <div id="entries">
  751.  
  752. {block:Posts}<div id="post">
  753.  
  754. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  755. {/block:Text}
  756.  
  757. {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}
  758. {/block:Photo}
  759.  
  760. {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}
  761. {/block:Photoset}
  762.  
  763. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div style="text-align:center; font-family: 'Droid Sans', sans-serif;">— {Source} —</div>{/block:Source}
  764. {/block:Quote}
  765.  
  766. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  767. {/block:Link}
  768.  
  769. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{block:Lines}{block:Label}<strong>{Label}&nbsp</strong>{/block:Label}{Line}<br />{/Block:Lines}
  770. {/block:Chat}
  771.  
  772. {block:Audio}
  773. {block:AlbumArt}
  774. <div class="audio">
  775. <img src="{AlbumArtURL}">
  776. </div>
  777. {/block:AlbumArt}
  778. <div class="hidden">
  779. <div class="player">
  780. <div class="pull">
  781. {AudioPlayerWhite}
  782. </div>
  783. </div>
  784. </div>
  785. <div class="song">
  786. {block:TrackName}
  787. {TrackName}
  788. {/block:TrackName}
  789. {block:Artist}
  790. <br />
  791. {Artist}
  792. {/block:Artist}
  793. <br />
  794. {PlayCountWithLabel}
  795. </div>
  796. {block:Caption}
  797. <div class="caption">
  798. {Caption}
  799. </div>
  800. {/block:Caption}
  801. {/block:Audio}
  802.  
  803. {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}
  804. {/block:Video}
  805.  
  806. {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker}:</div><br /><div id="question">{Question}</div><br />{Answer}
  807. {/block:Answer}
  808.  
  809. <div id="info">
  810. {block:Date}<a href="{Permalink}">{TimeAgo}</a> | {/block:Date}<a href="{Permalink}">{NoteCountWithLabel}</a> | {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}(© <a href="{SourceURL}">{ReblogRootName}</a>){/block:ContentSource} | {/block:RebloggedFrom}<a href="{ReblogURL}">reblog</a>
  811. </div>
  812.  
  813. {block:HasTags}<div id="tags">&nbsp;&nbsp;-&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;-&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  814. </div>
  815.  
  816. <br /><br />
  817. {block:PostNotes}{PostNotes}{/block:PostNotes}
  818. {/block:Posts}
  819. </div>
  820. </div>
  821. </div>
  822.  
  823. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment