farflunghopes

red wagon

Oct 2nd, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. <!---- theme 1 'Red Wagon' 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 background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'BackgroundImagePosition'.
  14. - The posts can either be 400px wide or 500px wide. The default is 500px. For 400px posts select '400pxPosts' under the appearance options.
  15. - The custom fonts for the BODY, INFO, and TAGS can be toggled OFF. Simply deselect them under the appearance options.
  16. - The three font options WILL NOT WORK if custom fonts are enabled.
  17. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  18. - The sidebar image is 150px wide by 225px long. Any sized image will automatically be altered to fit, but may look stretched or compressed.
  19. - The titles that appear around the sidebar image must be entered SEPARATELY from the one on your window tab. Enter them in 'title 1' and 'title2' under the appearance options.
  20. - The titles can be as long as the corresponding side of the image. Any longer and they will cover your image.
  21. - 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.
  22. - There are THREE extra links available. Add them under the appearance options. Keep the link names SHORT or they will run together.
  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. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Mate+SC' rel='stylesheet' type='text/css'>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Arapey:400italic,400' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
  43.  
  44. <meta name="color:background" content="#ffffff"/>
  45. <meta name="color:entry" content="#e6e6e6"/>
  46. <meta name="color:entryborder" content="#000000" />
  47. <meta name="color:text" content="#000000"/>
  48. <meta name="color:link" content="#333333"/>
  49. <meta name="color:linkhover" content="#FFFFFF" />
  50. <meta name="color:mainlinks" content="#BBBBBB" />
  51. <meta name="color:mainlinkhover" content="#777777" />
  52. <meta name="color:extralink" content="#000000" />
  53. <meta name="color:extralinkhover" content="#777777" />
  54. <meta name="color:extralinkhovertext" content"#FFFFFF" />
  55. <meta name="color:infolinks" content="#FFFFFF" />
  56. <meta name="color:infolinkhover" content="#525252" />
  57. <meta name="color:infoborder" content="#000000" />
  58. <meta name="color:sidetext" content="#797979" />
  59. <meta name="color:blogtitle" content="#000000" />
  60. <meta name="color:scrollbar" content="#FFFFFF" />
  61. <meta name="color:scrollbarbackground" content="#000000" />
  62. <meta name="color:pagination" content="#555555" />
  63. <meta name="color:paginationhover" content="#999999" />
  64. <meta name="color:highlight" content="#FFFFFF" />
  65. <meta name="color:highlighttext" content="#000000" />
  66.  
  67. <meta name="image:sidebar" content=""/>
  68. <meta name="image:background" content=""/>
  69.  
  70. <meta name="if:CustomFont" content="1">
  71. <meta name="if:InfoCustomFont" content="1">
  72. <meta name="if:TagsCustomFont" content="1">
  73. <meta name="if:400pxPosts" content="">
  74. <meta name="if:BackgroundRepeat" content="">
  75.  
  76. <meta name="font:info" content="" />
  77. <meta name="font:tags" content="">
  78. <meta name="font:body" content="">
  79.  
  80. <meta name="text:title1" content="" />
  81. <meta name="text:title2" content="" />
  82. <meta name="text:link1" content="" />
  83. <meta name="text:link1name" content="link 1" />
  84. <meta name="text:link2" content="" />
  85. <meta name="text:link2name" content="link 2"/>
  86. <meta name="text:link3" content="" />
  87. <meta name="text:link3name" content="link3"/>
  88. <meta name="text:bodyfont" content="12"/>
  89. <meta name="text:BackgroundImagePosition" content="bottom right">
  90.  
  91. <style type="text/css">
  92.  
  93. 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;}
  94. 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;}
  95.  
  96. ::-webkit-scrollbar {
  97. width: 7px;
  98. background-color:{color:scrollbarbackground};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. width:7px;
  103. background-color:{color:scrollbar};
  104. }
  105.  
  106. body {
  107. background:{color:background};
  108. margin:0px;
  109. color:{color:text};
  110. {block:IfCustomFont}
  111. font-family: 'Arapey', serif;
  112. {/block:IfCustomFont}
  113. {block:IfNotCustomFont}
  114. font-family:{font:body};
  115. {/block:IfNotCustomFont}
  116. font-size:{text:bodyfont}px;
  117. line-height:13px;
  118. letter-spacing:1px;
  119. background-image:url('{image:background}');
  120. background-attachment: fixed;
  121. background-position:{text:BackgroundImagePosition};
  122. {block:IfBackgroundRepeat}
  123. background-repeat:repeat;
  124. {/block:IfBackgroundRepeat}
  125. {block:IfNotBackgroundRepeat}
  126. background-repeat:no-repeat;
  127. {/block:IfNotBackgroundRepeat}
  128. }
  129.  
  130. a {
  131. text-decoration:none;
  132. outline:none;
  133. -moz-outline-style:none;
  134. color:{color:link};
  135. -webkit-transition: all 0.6s ease-out;
  136. -o-transition: all 0.6s ease-out;
  137. -webkit-transition: all 0.6s ease-out;
  138. -moz-transition: all 0.6s ease-out;
  139. }
  140.  
  141. a:hover {
  142. color:{color:linkhover};
  143. -webkit-transition: all 0.6s ease-out;
  144. -o-transition: all 0.6s ease-out;
  145. -webkit-transition: all 0.6s ease-out;
  146. -moz-transition: all 0.6s ease-out;
  147. }
  148.  
  149. ::selection {
  150. background: {color:highlight};
  151. color: {color:highlighttext};
  152. }
  153.  
  154. img {
  155. border:none;
  156. }
  157.  
  158. blockquote {
  159. padding-left:5px;
  160. border-left:1px solid {color:imgborder};
  161. }
  162.  
  163. blockquote blockquote {
  164. padding-left:5px;
  165. border-left:1px solid {color:imgborder};
  166. }
  167.  
  168. h1 {
  169. font-family: 'Arapey', serif;
  170. font-size:15px;
  171. }
  172.  
  173. #entries {
  174. padding:10px;
  175. {block:IfNot400pxPosts}
  176. width:500px;
  177. margin-left:375px;
  178. {/block:IfNot400pxPosts}
  179. {block:If400pxPosts}
  180. width:400px;
  181. margin-left:400px;
  182. {/block:If400pxPosts}
  183. margin-top:20px;
  184.  
  185. }
  186.  
  187. #post {
  188. {block:IfNot400pxPosts}
  189. width:500px;
  190. {/block:IfNot400pxPosts}
  191. {block:If400pxPosts}
  192. width:400px;
  193. {/block:If400pxPosts}
  194. padding-top:20px;
  195. padding-left:20px;
  196. padding-right:20px;
  197. padding-bottom:10px;
  198. background-color:{color:entry};
  199. overflow:hidden;
  200. border-radius: 0px 0px 0px 20px;
  201. border-top: 1px solid {color:entryborder};
  202. border-left: 1px solid {color:entryborder};
  203. border-right: 1px solid {color:entryborder};
  204. }
  205.  
  206. #sidebar {
  207. position:fixed;
  208. {block:IfNot400pxPosts}
  209. margin-left:205px;
  210. width:150px;
  211. {/block:IfNot400pxPosts}
  212. {block:If400pxPosts}
  213. margin-left:250px;
  214. width:130px;
  215. {/block:If400pxPosts}
  216. margin-top:300px;
  217. }
  218.  
  219.  
  220. #title {
  221. z-index:9999;
  222. font-size:20px;
  223. text-align:right;
  224. height:12px;
  225. padding-top:18px;
  226. padding-right:10px;
  227. font-family: 'Allura', cursive;
  228. letter-spacing:1px;
  229. color:{color:blogtitle};
  230. -webkit-transform: rotate(270deg);
  231. {block:IfNot400pxPosts}
  232. width:210px;
  233. margin-left:-129px;
  234. margin-top:-155px;
  235. {/block:IfNot400pxPosts}
  236. {block:If400pxPosts}
  237. width:194px;
  238. margin-left:-120px;
  239. margin-top:-150px;
  240. {/block:If400pxPosts}
  241. }
  242.  
  243. #title2 {
  244. z-index:9999;
  245. font-size:20px;
  246. margin-top:-29px;
  247. margin-left:-15px;
  248. text-align:left;
  249. height:10px;
  250. padding-top:15px;
  251. padding-left:10px;
  252. font-family: 'Allura', cursive;
  253. letter-spacing:1px;
  254. color:{color:blogtitle};
  255. {block:IfNot400pxPosts}
  256. width:125px;
  257. {/block:IfNot400pxPosts}
  258. {block:If400pxPosts}
  259. width:100px;
  260. {/block:If400pxPosts}
  261. }
  262.  
  263. #sidebarimage {
  264. margin-top:3px;
  265. {block:IfNot400pxPosts}
  266. width:150px;
  267. {/block:IfNot400pxPosts}
  268. {block:If400pxPosts}
  269. width:130px;
  270. {/block:If400pxPosts}
  271. }
  272.  
  273. #sidebarimage img {
  274. {block:IfNot400pxPosts}
  275. width:150px;
  276. height:225px;
  277. {/block:IfNot400pxPosts}
  278. {block:If400pxPosts}
  279. width:130px;
  280. height:205px;
  281. {/block:If400pxPosts}
  282. border-radius: 0px 40px 0px 0px;
  283. }
  284.  
  285. .sideback {
  286. {block:IfNot400pxPosts}
  287. width:150px;
  288. height:230px;
  289. margin-top:-230px;
  290. {/block:IfNot400pxPosts}
  291. {block:If400pxPosts}
  292. width:130px;
  293. height:210px;
  294. margin-top:-210px;
  295. {/block:If400pxPosts}
  296. background-color:#FFFFFF;
  297. opacity:0;
  298. -webkit-transition: all 0.8s ease-out;
  299. -o-transition: all 0.8s ease-out;
  300. -webkit-transition: all 0.8s ease-out;
  301. -moz-transition: all 0.8s ease-out;
  302. border-radius:0px 15px 0px 0px;
  303. }
  304.  
  305. .sideback:hover{
  306. opacity:0.8;
  307. -webkit-transition: all 0.8s ease-in;
  308. -o-transition: all 0.8s ease-in;
  309. -webkit-transition: all 0.8s ease-in;
  310. -moz-transition: all 0.8s ease-in;
  311. }
  312.  
  313. #mainlink {
  314. {block:IfNot400pxPosts}
  315. width:150px;
  316. margin-top:3px;
  317. {/block:IfNot400pxPosts}
  318. {block:If400pxPosts}
  319. width:130px;
  320. {/block:If400pxPosts}
  321. }
  322.  
  323. #mainlink a {
  324. display:inline-block;
  325. margin-top:0px;
  326. color:{color:text};
  327. padding-top:2px;
  328. padding-bottom:7px;
  329. text-align:center;
  330. border-top:20px solid {color:mainlinks};
  331. font-family: 'Mate SC', serif;
  332. font-size:10px;
  333. letter-spacing: 0px;
  334. tex-decoration:none;
  335. -webkit-transition: all 0.5s ease-out;
  336. -moz-transition: all 0.5s ease-out;
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;
  339. {block:IfNot400pxPosts}
  340. width:48px;
  341. {/block:IfNot400pxPosts}
  342. {block:If400pxPosts}
  343. width:42px;
  344. {/block:If400pxPosts}
  345. }
  346.  
  347. #mainlink a:hover {
  348. border-top:7px solid {color:mainlinks};
  349. -webkit-transition: all 0.5s ease-out;
  350. -moz-transition: all 0.5s ease-out;
  351. -webkit-transition: all 0.5s ease-out;
  352. -moz-transition: all 0.5s ease-out;
  353. }
  354.  
  355. .one {
  356. {block:If400pxPosts}
  357. margin-left:0px;
  358. {/block:If400pxPosts}
  359. {block:IfNot400pxPosts}
  360. margin-left:0px;
  361. {/block:IfNot400pxPosts}
  362. height:25px;
  363. overflow:hidden;
  364. }
  365.  
  366. .two {
  367. {block:If400pxPosts}
  368. margin-left:44px;
  369. {/block:If400pxPosts}
  370. {block:IfNot400pxPosts}
  371. margin-left:51px;
  372. {/block:IfNot400pxPosts}
  373. margin-top:-25px;
  374. height:25px;
  375. overflow:hidden;
  376. }
  377.  
  378. .three {
  379. {block:If400pxPosts}
  380. margin-left:88px;
  381. {/block:If400pxPosts}
  382. {block:IfNot400pxPosts}
  383. margin-left:102px;
  384. {/block:IfNot400pxPosts}
  385. margin-top:-25px;
  386. height:25px;
  387. overflow:hidden;
  388. }
  389.  
  390.  
  391. #link {
  392. text-align:center;
  393. {block:If400pxPosts}
  394. width:130px;
  395. {/block:If400pxPosts}
  396. {block:IfNot400pxPosts}
  397. width:150px;
  398. {/block:IfNot400pxPosts}
  399. height:30px;
  400. }
  401.  
  402. #link a {
  403. {block:If400pxPosts}
  404. margin-right:4px;
  405. margin-left:4px;
  406. {/block:If400pxPosts}
  407. {block:IfNot400pxPosts}
  408. margin-right:7px;
  409. margin-left:7px;
  410. {/block:IfNot400pxPosts}
  411. display:inline-block;
  412. padding:2px;
  413. font-size:9px;
  414. color:{color:extralink};
  415. -webkit-transition: all 0.5s ease-out;
  416. -moz-transition: all 0.5s ease-out;
  417. -webkit-transition: all 0.5s ease-out;
  418. -moz-transition: all 0.5s ease-out;
  419. }
  420.  
  421. #link a:hover {
  422. background-color:{color:extralinkhover};
  423. color:{color:extralinktext};
  424. -webkit-transition: all 0.5s ease-out;
  425. -moz-transition: all 0.5s ease-out;
  426. -webkit-transition: all 0.5s ease-out;
  427. -moz-transition: all 0.5s ease-out;
  428. }
  429.  
  430. .description {
  431. text-align:center;
  432. {block:IfNot400pxPosts}
  433. width:124px;
  434. height:180px;
  435. {/block:IfNot400pxPosts}
  436. {block:If400pxPosts}
  437. width:104px;
  438. height:165px;
  439. {/block:If400pxPosts}
  440. margin-top:0px;
  441. margin-left:0px;
  442. padding:13px;
  443. color:{color:sidetext};
  444. font-family: 'Arapey', serif;
  445. font-size:11px;
  446. letter-spacing:0px;
  447. background-color:none;
  448. }
  449.  
  450. #pagination {
  451. {block:IfNot400pxPosts}
  452. width:150px;
  453. {/block:IfNot400pxPosts}
  454. {block:If400pxPosts}
  455. width:130px;
  456. {/block:If400pxPosts}
  457. font-size:12px;
  458. margin-left:0px;
  459. font-family: 'Mate SC', serif;
  460. color:{color:sidetext};
  461. background-color:{color:mainlinks};
  462. }
  463.  
  464. #pagination a{
  465. color:{color:sidetext};
  466. font-size:25px;
  467. font-family: 'Arapey', serif;
  468. }
  469.  
  470. #info {
  471. text-align:right;
  472. margin-top:3px;
  473. {block:IfInfoCustomFont}
  474. font-family: 'Mate SC', serif;
  475. {/block:IfInfoCustomFont}
  476. {block:IfNotInfoCustomFont}
  477. font-family:{font:info};
  478. {/block:IfNotInfoCustomFont}
  479. font-size:10px;
  480. border-top:1px solid {color:infoborder};
  481. padding-top:5px;
  482. padding-bottom:5px;
  483. }
  484.  
  485. #info a{
  486. color:{color:infolinks};
  487. }
  488.  
  489. #info a:hover{
  490. color:{color:infolinkhover};
  491. }
  492.  
  493. #tags {
  494. {block:IfTagsCustomFont}
  495. font-family: 'Arapey', serif;
  496. {/block:IfTagsCustomFont}
  497. {block:IfNotTagsCustomFont}
  498. font-family:{font:tags};
  499. {/block:IfNotTagsCustomFont}
  500. width:500px;
  501. height:auto;
  502. font-size:11px;
  503. margin-top:-4px;
  504. color:{color:tags};
  505. text-align:right;
  506. }
  507.  
  508. #icon {
  509. float:left;
  510. margin-right:5px;
  511. padding-top:2px;
  512. }
  513.  
  514. #asker {
  515. margin-top:0px;
  516. font-size:13px;
  517. float:right;
  518. padding-right:3px;
  519. font-family: 'Mate SC', serif;
  520. }
  521.  
  522. #question {
  523. border: 1px solid {color:entryborder};
  524. font-size:10px;
  525. background-color:none;
  526. height:72px;
  527. padding-top:3px;
  528. padding-left:5px;
  529. padding-right:3px;
  530. line-height:10px;
  531. font-family:baskerville;
  532. letter-spacing:1px;
  533. }
  534.  
  535. #answer {
  536. background-color:none;
  537. margin-top:10px;
  538. padding-left:5px;
  539. padding-right:5px;
  540. }
  541.  
  542. .reblog {
  543. float:right;
  544. padding-top:2px;
  545. padding-left:2px;
  546. }
  547.  
  548. #credit {
  549. position:fixed;
  550. bottom:5px;
  551. left:10px;
  552. width:15px;
  553. font-family:'Allura', cursive;
  554. font-size:15px;
  555. opacity:0.4;
  556. -webkit-transition: all 1s ease-out;
  557. -o-transition: all 1s ease-out;
  558. -webkit-transition: all 1s ease-out;
  559. -moz-transition: all 1s ease-out;
  560. }
  561.  
  562. #credit a{
  563. color:{color:link};
  564. }
  565.  
  566. #credit:hover {
  567. text-transform:none;
  568. opacity:1;
  569. -webkit-transition: all 1s ease-out;
  570. -o-transition: all 1s ease-out;
  571. -webkit-transition: all 1s ease-out;
  572. -moz-transition: all 1s ease-out;
  573. }
  574.  
  575. #credit a:hover {
  576. color:{color:link};
  577. }
  578.  
  579. .audio {
  580. margin-right:5px;
  581. width:70px;
  582. float:left;
  583. }
  584.  
  585. .hidden {
  586. width:70px;
  587. height:73px;
  588. }
  589.  
  590. .pull {
  591. margin-left:4px;
  592. margin-top:-6px;
  593. }
  594.  
  595. .tumblr_audio_player {
  596. margin:0px;
  597. padding:0px;
  598. width:500px;
  599. height:50px;
  600. }
  601.  
  602. .player {
  603. width:35px;
  604. height:37px;
  605. margin-left:10px;
  606. margin-top:10px;
  607. background-color:#999;
  608. overflow:hidden;
  609. position:absolute;
  610. opacity:0.7;
  611. background-color:#fff;
  612. border:7px solid #ECECEC;
  613. -webkit-transition: all 0.3s ease-out;
  614. -o-transition: all 0.3s ease-out;
  615. -webkit-transition: all 0.3s ease-out;
  616. -moz-transition: all 0.3s ease-out;
  617. }
  618. .player:hover {
  619. opacity:1;
  620. -webkit-transition: all 0.3s ease-out;
  621. -o-transition: all 0.3s ease-out;
  622. -webkit-transition: all 0.3s ease-out;
  623. -moz-transition: all 0.3s ease-out;
  624. }
  625.  
  626. .caption {
  627. margin-top:20px;
  628. }
  629.  
  630. .audio img{
  631. max-width: 70px;
  632. height: auto;
  633. }
  634.  
  635. .song {
  636. margin-left:70px;
  637. margin-top:-58px;
  638. font-family:geneva;
  639. line-height:15px;
  640. text-transform:uppercase;
  641. font-size:12px;
  642. padding-bottom:15px;
  643. }
  644.  
  645. .quotation {
  646. font-family: 'Love Ya Like A Sister', cursive;
  647. font-size:38px;
  648. margin-top:10px;
  649. }
  650.  
  651. .quote {
  652. margin-top:-15px;
  653. }
  654.  
  655. {CustomCSS}</style></head>
  656. <body>
  657. <div id="sidebar">
  658.  
  659. <center>
  660.  
  661. <div id="title2">{text:title2}</div>
  662.  
  663. <div id="sidebarimage"><img src="{image:sidebar}">
  664. <div class="sideback">
  665. <div class="description">{Description}</div>
  666. <div id="link">
  667. <center>
  668. <em>
  669. {block:iflink1name}<a href="{text:link1}">{text:link1name}</a>{/block:iflink1name}
  670. {block:iflink2name}<a href="{text:link2}">{text:link2name}</a>{/block:iflink2name}
  671. {block:iflink3name}<a href="{text:link3}">{text:link3name}</a>{/block:iflink3name}
  672. </em>
  673. </center>
  674. </div>
  675. </div>
  676. </div>
  677.  
  678. </center>
  679.  
  680. <div id="mainlink">
  681. <div class="one"><a href="/">Home</a></div>
  682. <div class="two"><a href="/ask">Askbox</a></div>
  683. <div class="three"><a href="/archive">Index</a></div>
  684. </div>
  685.  
  686. <div id="pagination">
  687. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}&nbsp&nbsp{CurrentPage} · {TotalPages}&nbsp&nbsp{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</center>
  688. </div>
  689.  
  690.  
  691. <div id="title">{text:title1}</div>
  692.  
  693. </div>
  694.  
  695. <div id="credit"><a href="http://farflunghopes.tumblr.com">theme</a></div>
  696.  
  697. <div id="entries">
  698. {block:Posts}
  699. <div id="post">
  700.  
  701. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  702.  
  703. {block:Photo}{LinkOpenTag}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{block:IfNot400pxPosts}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  704.  
  705. {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  706.  
  707. {block:Quote}<div class="quotation">"</div><div class="quote">&nbsp&nbsp&nbsp&nbsp&nbsp{Quote}"</div>{block:Source}<br>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp—{Source}{/block:Source}{/block:Quote}
  708.  
  709. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  710.  
  711. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  712.  
  713. {block:Audio}
  714. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  715. <div class="hidden"><div class="player"><div class="pull">{AudioPlayerWhite}</div></div></div>
  716. <div class="song">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}<br>{PlayCountWithLabel}</div>
  717. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  718. {/block:Audio}
  719.  
  720. {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  721.  
  722. {block:Answer}<div id="question"><div id="icon"><img src="{AskerPortraitURL-64}"></div> " {Question} " <div id="asker">~{Asker}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  723.  
  724. <div id="info">
  725. {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">
  726. {NoteCountWithLabel}</a>{block:RebloggedFrom} | via <a href="{ReblogParentURL}">{ReblogParentName}</a>,{block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:RebloggedFrom} | <div class="reblog"><a href="{ReblogURL}">{ReblogButton size="10"}</a></div></div>
  727. <div id="tags">
  728. {block:HasTags}{block:Tags}&nbsp&nbsp&nbsp<em><a href="{TagURL}">{Tag}</a></em>{/block:Tags}{/block:HasTags}</div>
  729.  
  730. </div>
  731.  
  732. <BR><BR>
  733. {block:PostNotes}{PostNotes}{/block:PostNotes}
  734. {/block:Posts}</div>
  735.  
  736. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment