farflunghopes

pilot lights

May 10th, 2013
3,504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.42 KB | None | 0 0
  1. <!--- Theme #25 'Pilot Lights' 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 'bgimgposition'.
  14. - The sidebar image is the home link.
  15. - The posts can either be 400px wide or 500px wide. The default is 500px. For 400px select '400pxPosts' under the appearance options.
  16. - The sidebar image is 220px wide when the posts are 500px and 190px wide when the posts are 400px.
  17. - There are four extra links available. Add them under the appearance options.
  18. - Hovering over the roman numerals reveals the links. To have them always visible, deselect 'RomanNumerals' 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=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  38.  
  39. <meta name="color:background" content="#ffffff"/>
  40. <meta name="color:text" content="#888888"/>
  41. <meta name="color:sidetext" content="#000000">
  42. <meta name="color:sidebarborders" content="#888888">
  43. <meta name="color:infobackground" content="#888888">
  44. <meta name="color:infoborder" content="#888888">
  45. <meta name="color:link" content="#333333"/>
  46. <meta name="color:linkhover" content="#999999">
  47. <meta name="color:tags" content="#FFFFFF">
  48. <meta name="color:tagshover" content="#777777">
  49. <meta name="color:tagshoverbg" content="#777777">
  50. <meta name="color:infolink" content="#555555">
  51. <meta name="color:infolinkhover" content="#999999">
  52. <meta name="color:sidelink" content="#444444">
  53. <meta name="color:posts" content="#DDDDDD">
  54. <meta name="color:scrollbarbackground" content="#DDDDDD">
  55. <meta name="color:scrollbar" content="#999999">
  56. <meta name="color:highlight" content="#DDDDDD">
  57. <meta name="color:highlighttext" content="#111111">
  58.  
  59. <meta name="font:sidebar" content="">
  60. <meta name="font:body" content="">
  61.  
  62. <meta name="image:sidebar" content=""/>
  63. <meta name="image:background" content="">
  64.  
  65. <meta name="text:bodyfontsize" content="11">
  66. <meta name="text:bgimgposition" content="bottom right" />
  67. <meta name="text:link1" content="/">
  68. <meta name="text:link1name" content="link 1">
  69. <meta name="text:link2" content="/">
  70. <meta name="text:link2name" content="link 2">
  71. <meta name="text:link3" content="/">
  72. <meta name="text:link3name" content="link 3">
  73. <meta name="text:link4" content="/">
  74. <meta name="text:link4name" content="link 4">
  75.  
  76. <meta name="if:BackgroundImageRepeat" content="" />
  77. <meta name="if:400pxPosts" content="">
  78. <meta name="if:RomanNumerals" content="1">
  79.  
  80. <style type="text/css">
  81.  
  82. iframe#tumblr_controls { white-space:nowrap; opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  83. 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;}
  84.  
  85. ::-webkit-scrollbar {
  86. width: 7px;
  87. background-color:{color:scrollbarbackground};
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb {
  91. width:7px;
  92. background-color:{color:scrollbar};
  93. }
  94.  
  95. ::selection {
  96. background: {color:highlight};
  97. color: {color:highlighttext};
  98. }
  99.  
  100. body {
  101. background-color:{color:background};
  102. color:{color:text};
  103. font-size:{text:bodyfontsize}px;
  104. font-family:{font:body};
  105. background-image:url('{image:background}');
  106. background-attachment:fixed;
  107. word-spacing:1px;
  108. text-align:justify;
  109. background-position:{text:bgimgposition};
  110. {block:IfBackgroundImageRepeat}
  111. background-repeat:repeat;
  112. {/block:IfBackgroundImageRepeat}
  113. {block:IfNotBackgroundImageRepeat}
  114. background-repeat:no-repeat;
  115. {/block:IfNotBackgroundImageRepeat}
  116. }
  117.  
  118. a {
  119. color:{color:link};
  120. text-decoration:none;
  121. outline:none;
  122. -moz-outline-style:none;
  123. -webkit-transition: all 0.6s ease-out;
  124. -o-transition: all 0.6s ease-out;
  125. -webkit-transition: all 0.6s ease-out;
  126. -moz-transition: all 0.6s ease-out;
  127. }
  128.  
  129. a:hover {
  130. text-decoration:line-through;
  131. color:{color:linkhover};
  132. -webkit-transition: all 0.6s ease-out;
  133. -o-transition: all 0.6s ease-out;
  134. -webkit-transition: all 0.6s ease-out;
  135. -moz-transition: all 0.6s ease-out;
  136. }
  137.  
  138. blockquote {
  139. padding-left:3px;
  140. border-left:2px solid;
  141. }
  142.  
  143. blockquote blockquote {
  144. padding-left:3px;
  145. border-left:2px solid;
  146. }
  147.  
  148. h1 {
  149. font-size:15px;
  150. font-family:'Playball', cursive;
  151. }
  152.  
  153. #enterprise {
  154. margin-top:0px;
  155. margin-left:0%;
  156. width:100%;
  157. height:100%;
  158. }
  159.  
  160. #bridge {
  161. padding-top:50px;
  162. {block:IfNot400pxPosts}
  163. width:500px;
  164. margin-left:460px;
  165. {/block:IfNot400pxPosts}
  166. {block:If400pxPosts}
  167. width:400px;
  168. margin-left:465px;
  169. {/block:If400pxPosts}
  170. }
  171.  
  172. #captainschair {
  173. padding:10px;
  174. background-color:{color:posts};
  175. overflow:hidden;
  176. {block:IfNot400pxPosts}
  177. width:500px;
  178. {/block:IfNot400pxPosts}
  179. {block:If400pxPosts}
  180. width:400px;
  181. {/block:If400pxPosts}
  182. }
  183.  
  184. #helm {
  185. margin-top:140px;
  186. position:fixed;
  187. width:50px;
  188. background-color:{color:background};
  189. height:90px;
  190. {block:IfLink1Name}
  191. height:145px;
  192. {/block:IfLink1Name}
  193. {block:IfLink2Name}
  194. height:190px;
  195. {/block:IfLink2Name}
  196. {block:IfLink3Name}
  197. height:245px;
  198. {/block:IfLink3Name}
  199. {block:IfLink4Name}
  200. height:300px;
  201. {/block:IfLink4Name}
  202. {block:IfNot400pxPosts}
  203. left:374px;
  204. {/block:IfNot400pxPosts}
  205. {block:If400pxPosts}
  206. left:359px;
  207. {/block:If400pxPosts}
  208. }
  209.  
  210. #sciencestation {
  211. margin-top:-8px;
  212. margin-left:-10px;
  213. height:100%;
  214. position:fixed;
  215. background-color:transparent;
  216. border-right:1px solid {color:sidebarborders};
  217. {block:IfNot400pxPosts}
  218. width:400px;
  219. {/block:IfNot400pxPosts}
  220. {block:If400pxPosts}
  221. width:385px;
  222. {/block:If400pxPosts}
  223. }
  224.  
  225. #kirk {
  226. margin-top:150px;
  227. text-align:center;
  228. {block:IfNot400pxPosts}
  229. width:240px;
  230. margin-left:10px;
  231. {/block:IfNot400pxPosts}
  232. {block:If400pxPosts}
  233. width:210px;
  234. margin-left:-3px;
  235. {/block:If400pxPosts}
  236. -webkit-transition: all 0.6s ease-out;
  237. -o-transition: all 0.6s ease-out;
  238. -webkit-transition: all 0.6s ease-out;
  239. -moz-transition: all 0.6s ease-out;
  240. }
  241.  
  242. #kirk img {
  243. padding:8px;
  244. {block:IfNot400pxPosts}
  245. width:220px;
  246. {/block:IfNot400pxPosts}
  247. {block:If400pxPosts}
  248. width:190px;
  249. {/block:If400pxPosts}
  250. border:1px solid {color:sidebarborders};
  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. #kirk img:hover {
  258. opacity:0.6;
  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. #scotty {
  266. margin-top:0px;
  267. margin-left:0px;
  268. position:absolute;
  269. text-align:center;
  270. width:50px;
  271. -webkit-transition: all 0.6s ease-out;
  272. -o-transition: all 0.6s ease-out;
  273. -webkit-transition: all 0.6s ease-out;
  274. -moz-transition: all 0.6s ease-out;
  275. }
  276.  
  277. #impulse {
  278. margin-left:0px;
  279. overflow:hidden;
  280. display:block;
  281. height:22px;
  282. width:40px;
  283. z-index:3;
  284. margin-top:30px;
  285. border-bottom:1.5px solid {color:sidelink};
  286. -webkit-transition: all 0.6s ease-out;
  287. -o-transition: all 0.6s ease-out;
  288. -webkit-transition: all 0.6s ease-out;
  289. -moz-transition: all 0.6s ease-out;
  290. }
  291.  
  292. {block:IfRomanNumerals}
  293. #impulse:hover {
  294. -webkit-transition: all 0.6s ease-out;
  295. -o-transition: all 0.6s ease-out;
  296. -webkit-transition: all 0.6s ease-out;
  297. -moz-transition: all 0.6s ease-out;
  298. }
  299.  
  300. #impulse:hover .dilithium {
  301. opacity:0;
  302. -webkit-transition: all 0.6s ease-out;
  303. -o-transition: all 0.6s ease-out;
  304. -webkit-transition: all 0.6s ease-out;
  305. -moz-transition: all 0.6s ease-out;
  306. }
  307.  
  308. #impulse:hover .warpcore a {
  309. opacity:1;
  310. -webkit-transition: all 0.6s ease-out;
  311. -o-transition: all 0.6s ease-out;
  312. -webkit-transition: all 0.6s ease-out;
  313. -moz-transition: all 0.6s ease-out;
  314. }
  315. {/block:IfRomanNumerals}
  316.  
  317. .warpcore {
  318. {block:IfRomanNumerals}
  319. margin-top:-15px;
  320. {/block:IfRomanNumerals}
  321. {block:IfNotRomanNumerals}
  322. margin-top:5px;
  323. {/block:IfNotRomanNumerals}
  324. }
  325.  
  326. .warpcore a {
  327. display:block;
  328. font-size:8px;
  329. font-family:georgia;
  330. font-weight:bold;
  331. font-style:italic;
  332. text-align:center;
  333. color:{color:sidelink};
  334. {block:IfNotRomanNumerals}
  335. opacity:1;
  336. {/block:IfNotRomanNumerals}
  337. {block:IfRomanNumerals}
  338. opacity:0;
  339. {/block:IfRomanNumerals}
  340. -webkit-transition: all 0.4s ease-out;
  341. -o-transition: all 0.4s ease-out;
  342. -webkit-transition: all 0.4s ease-out;
  343. -moz-transition: all 0.4s ease-out;
  344. }
  345.  
  346. .warpcore a:hover {
  347. text-decoration:none;
  348. {block:IfNotRomanNumerals}
  349. color:{color:linkhover};
  350. {/block:IfNotRomanNumerals}
  351. }
  352.  
  353. {block:IfRomanNumerals}
  354. .dilithium {
  355. margin-top:0px;
  356. margin-left:0px;
  357. display:block;
  358. font-family:baskerville;
  359. font-style:none;
  360. text-align:center;
  361. font-weight:bold;
  362. font-size:15px;
  363. -webkit-transition: all 0.4s ease-out;
  364. -o-transition: all 0.4s ease-out;
  365. -webkit-transition: all 0.4s ease-out;
  366. -moz-transition: all 0.4s ease-out;
  367. }
  368.  
  369. .dilithium a {
  370. color:{color:sidelink};
  371. }
  372. {/block:IfRomanNumerals}
  373.  
  374. .uhura {
  375. margin-top:-5px;
  376. padding:10px 18px 0px 17px;
  377. line-height:12px;
  378. font-size:10px;
  379. text-align:justify;
  380. color:{color:sidetext};
  381. font-family:{font:sidebar};
  382. word-spacing:0px;
  383. {block:IfNot400pxPosts}
  384. width:205px;
  385. margin-left:10px;
  386. {/block:IfNot400pxPosts}
  387. {block:If400pxPosts}
  388. width:175px;
  389. margin-left:-3px;
  390. {/block:If400pxPosts}
  391. border-bottom:1px solid {color:sidebarborders};
  392. -webkit-transition: all 0.6s ease-out;
  393. -o-transition: all 0.6s ease-out;
  394. -webkit-transition: all 0.6s ease-out;
  395. -moz-transition: all 0.6s ease-out;
  396. }
  397.  
  398. #sulu {
  399. padding-top:8px;
  400. letter-spacing:1px;
  401. text-align:center;
  402. color:{color:link};
  403. font-size:8px;
  404. font-family:baskerville;
  405. opacity:0.99;
  406. {block:IfNot400pxPosts}
  407. width:215px;
  408. {/block:IfNot400pxPosts}
  409. {block:If400pxPosts}
  410. width:185px;
  411. {/block:If400pxPosts}
  412. }
  413.  
  414. #sulu a {
  415. color:{color:sidetext};
  416. }
  417.  
  418. #sulu a:hover {
  419. color:{color:tagshover};
  420. }
  421.  
  422. #spock {
  423. background-color:{color:infobackground};
  424. border-top:3px double {color:infoborder};
  425. font-size:8px;
  426. padding:5px;
  427. text-align:center;
  428. font-family:georgia;
  429. text-transform:uppercase;
  430. letter-spacing:1px;
  431. margin-top:10px;
  432. border-left:1px solid {color:infoborder};
  433. border-right:1px solid {color:infoborder};
  434. border-bottom:1px solid {color:infoborder};
  435. }
  436.  
  437. #spock a{
  438. color:{color:infolink};
  439. }
  440.  
  441. #spock a:hover {
  442. color:{color:infolinkhover};
  443. text-decoration:none;
  444. }
  445.  
  446. #bones {
  447. margin-top:2px;
  448. font-size:8px;
  449. text-transform:none;
  450. line-height:13px;
  451. font-family:georgia;
  452. font-style:italic;
  453. }
  454.  
  455. #bones a {
  456. color:{color:tags};
  457. background-color:{color:tagsbg};
  458. padding:0px 2px 0px 2px;
  459. }
  460.  
  461. #bones a:hover {
  462. background-color:{color:tagshoverbg};
  463. color:{color:tagshover};
  464. text-decoration:none;
  465. }
  466.  
  467. #chekov {
  468. position:fixed;
  469. bottom:5px;
  470. left:5px;
  471. padding:0px 10px 0px 5px;
  472. font-size:12px;
  473. border:1px solid {color:sidebarborders};
  474. font-family: 'Allura', cursive;
  475. -webkit-transition: all 0.3s ease-out;
  476. -o-transition: all 0.3s ease-out;
  477. -webkit-transition: all 0.3s ease-out;
  478. -moz-transition: all 0.3s ease-out;
  479.  
  480. }
  481.  
  482. #chekov:hover {
  483. bottom:3px;
  484. left:3px;
  485. border:3px double {color:sidebarborders};
  486. -webkit-transition: all 0.3s ease-out;
  487. -o-transition: all 0.3s ease-out;
  488. -webkit-transition: all 0.3s ease-out;
  489. -moz-transition: all 0.3s ease-out;
  490. }
  491.  
  492. .quotation {
  493. font-family: 'Love Ya Like A Sister', cursive;
  494. font-size:38px;
  495. margin-top:10px;
  496. }
  497.  
  498. .portrait {
  499. float:left;
  500. padding-right:5px;
  501. }
  502.  
  503. #asker {
  504. margin-top:6px;
  505. font-size:15px;
  506. border-bottom:1px dotted {color:borders};
  507. padding-bottom:6px;
  508. font-family:'Playball', cursive;
  509. }
  510.  
  511. #question {
  512. margin-top:-8px;
  513. border-bottom:1px solid {color:text};
  514. padding-bottom:7px;
  515. }
  516.  
  517. .audio {
  518. margin-right:5px;
  519. width:70px;
  520. float:left;
  521. }
  522.  
  523. .hidden {
  524. width:70px;
  525. height:73px;
  526. }
  527.  
  528. .pull {
  529. margin-left:-7px;
  530. margin-top:-6px;
  531. }
  532.  
  533. .tumblr_audio_player {
  534. margin:0px;
  535. padding:0px;
  536. width:500px;
  537. height:50px;
  538. }
  539.  
  540. .player {
  541. width:35px;
  542. height:37px;
  543. margin-left:10px;
  544. margin-top:10px;
  545. background-color:#999;
  546. overflow:hidden;
  547. position:absolute;
  548. opacity:0.7;
  549. background-color:#fff;
  550. border:7px solid #ECECEC;
  551. -webkit-transition: all 0.3s ease-out;
  552. -o-transition: all 0.3s ease-out;
  553. -webkit-transition: all 0.3s ease-out;
  554. -moz-transition: all 0.3s ease-out;
  555. }
  556.  
  557. .player:hover {
  558. opacity:1;
  559. -webkit-transition: all 0.3s ease-out;
  560. -o-transition: all 0.3s ease-out;
  561. -webkit-transition: all 0.3s ease-out;
  562. -moz-transition: all 0.3s ease-out;
  563. }
  564.  
  565. .caption {
  566. margin-top:18px;
  567. }
  568.  
  569. .audio img{
  570. max-width: 70px;
  571. height: auto;
  572. }
  573.  
  574. .song {
  575. margin-left:70px;
  576. margin-top:-61px;
  577. text-transform:uppercase;
  578. font-size:12px;
  579. font-family:baskerville;
  580. padding-bottom:13px;
  581. }
  582.  
  583. .quote {
  584. margin-top:-35px;
  585. }
  586.  
  587.  
  588. {CustomCSS}</style>
  589.  
  590. </head><body>
  591.  
  592. <div id="enterprise">
  593.  
  594. <div id="sciencestation">
  595.  
  596. <center>
  597. <div id="kirk"><a href="/"><img src="{image:sidebar}"></a></div>
  598.  
  599.  
  600. <center>
  601. <div class="uhura">
  602. {Description}<p>
  603. </div>
  604.  
  605. <div id="sulu">
  606. {block:PreviousPage}<span style="font-size:12px;"><a href="{PreviousPage}">«</a></span>{/block:PreviousPage}&nbsp;
  607. {block:JumpPagination length="5"}
  608. {block:CurrentPage}
  609. <strong>{PageNumber}</strong>&nbsp;
  610. {/block:CurrentPage}
  611. {block:JumpPage}
  612. <a href="{URL}">{PageNumber}</a>&nbsp;
  613. {/block:JumpPage}
  614. {/block:JumpPagination}
  615. {block:NextPage}<span style="font-size:12px;"><a href="{NextPage}">»</a></span>{/block:NextPage}</div>
  616.  
  617. </center>
  618. </div>
  619. </center></div>
  620.  
  621. <div id="helm">
  622.  
  623. <div id="scotty">
  624. <center>
  625. <div id="impulse">
  626. {block:IfRomanNumerals}<div class="dilithium"><a href="/ask">I</a></div>{/block:IfRomanNumerals}
  627. <div class="warpcore"><a href="/ask">askbox</a></div></div>
  628.  
  629. {block:ifLink1Name}<div id="impulse">
  630. {block:IfRomanNumerals}{block:IfLink1Name}<div class="dilithium"><a href="{text:link1}">II</a></div>{/block:IfLink1Name}{/block:IfRomanNumerals}
  631. <div class="warpcore"><a href="{text:link1}">{text:link1name}</a></div>
  632. </div>{/block:ifLink1Name}
  633.  
  634. {block:ifLink2Name}<div id="impulse">
  635. {block:IfRomanNumerals}{block:IfLink2Name}<div class="dilithium"><a href="{text:link2}">III</a></div>{/block:IfLink2Name}{/block:IfRomanNumerals}<div class="warpcore"><a href="{text:link2}">{text:link2name}</a></div>
  636. </div>{/block:ifLink2Name}
  637.  
  638. {block:ifLink3Name}<div id="impulse">
  639. {block:IfRomanNumerals}{block:IfLink3Name}<div class="dilithium"><a href="{text:link3}">IV</a></div>{/block:IfLink3Name}{/block:IfRomanNumerals}<div class="warpcore"><a href="{text:link3}">{text:link3name}</a></div>
  640. </div>{/block:ifLink3Name}
  641.  
  642. {block:ifLink4Name}<div id="impulse">
  643. {block:IfRomanNumerals}{block:IfLink4Name}<div class="dilithium"><a href="{text:link4}">V</a></div>{/block:IfLink4Name}{/block:IfRomanNumerals}<div class="warpcore"><a href="{text:link4}">{text:link4name}</a></div>
  644. </div>{/block:ifLink4Name}
  645. </center>
  646. </div></div>
  647.  
  648. <a href="http://farflunghopes.tumblr.com"><div id="chekov">T</div></a>
  649.  
  650. <div id="bridge">
  651.  
  652. {block:Posts}<div id="captainschair">
  653.  
  654. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  655.  
  656. {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}
  657.  
  658. {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  659.  
  660. {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}
  661.  
  662. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  663.  
  664. {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}
  665.  
  666. {block:Audio}
  667. {block:AlbumArt}
  668. <div class="audio">
  669. <img src="{AlbumArtURL}">
  670. </div>
  671. {/block:AlbumArt}
  672. <div class="hidden">
  673. <div class="player">
  674. <div class="pull">
  675. {AudioPlayerWhite}
  676. </div>
  677. </div>
  678. </div>
  679. <div class="song">
  680. {block:TrackName}
  681. {TrackName}
  682. {/block:TrackName}
  683. {block:Artist}
  684. <br />
  685. {Artist}
  686. {/block:Artist}
  687. <br />
  688. {PlayCountWithLabel}
  689. </div>
  690. {block:Caption}
  691. <div class="caption">
  692. {Caption}
  693. </div>
  694. {/block:Caption}
  695. {/block:Audio}
  696.  
  697. {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  698.  
  699. {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}
  700.  
  701.  
  702. <div id="spock">
  703. {block:Date}<a href="{Permalink}">{TimeAgo} ({ShortMonth} {DayOfMonth}, {ShortYear})</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>
  704.  
  705. {block:HasTags}<div id="bones">&nbsp;&nbsp;-&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;-&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  706. </div>
  707.  
  708.  
  709. </div>
  710.  
  711. <br><br>
  712. {block:PostNotes}{PostNotes}{/block:PostNotes}
  713. {/block:Posts}</div>
  714. </div>
  715.  
  716. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment