Advertisement
paigeh987

Theme 16 - neonbike themes

May 23rd, 2014
4,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. Theme 16 by Paige @ neonbikethemes.tumblr.com
  11.  
  12. Rules:
  13. - don't steal code or design
  14. - DO NOT remove the credit
  15. - edit as much as you want
  16. - no using as a base (just leave the credit)
  17. - if you can, like or rblob hte post of this theme :)
  18. - have fun
  19.  
  20. code last updated 12/28/15
  21.  
  22. --->
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#848484"/>
  28. <meta name="color:Link" content="#b8b8b8"/>
  29. <meta name="color:hover" content="#dadada"/>
  30. <meta name="color:container" content="#f3f3f3"/>
  31. <meta name="color:border" content="#dfdfdf"/>
  32.  
  33. <meta name="select:Font" content="Open Sans" title="Open Sans">
  34. <meta name="select:Font" content="Montserrat" title="Montserrat">
  35. <meta name="select:Font" content="Roboto" title="Roboto">
  36. <meta name="select:Font" content="Bitter" title="Bitter">
  37. <meta name="select:Font" content="Lato" title="Lato">
  38. <meta name="select:Font" content="Inconsolata" title="Inconsolata">
  39. <meta name="select:Font" content="Helvetica" title="Helvetica">
  40. <meta name="select:Font" content="Arial" title="Arial">
  41.  
  42. <meta name="select:Font size" content="10px" title="10px">
  43. <meta name="select:Font size" content="11px" title="11px">
  44. <meta name="select:Font size" content="12px" title="12px">
  45.  
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 Title" content="" />
  54.  
  55. <meta name="if:hide captions" content="0" />
  56. <meta name="if:500px posts" content="0" />
  57. <meta name="if:alternative links" content="0" />
  58. <meta name="if:grayscale posts" content="0" />
  59. <meta name="if:hide sidebar img" content="0" />
  60. <meta name="if:hover tags" content="0" />
  61.  
  62.  
  63. <!-- TOOLTIP CODE -->
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67. <script>
  68. (function($){
  69. $(document).ready(function(){
  70. $("a[title]").style_my_tooltips({
  71. tip_follows_cursor:true,
  72. tip_delay_time:0,
  73. tip_fade_speed:300,
  74. attribute:"title"
  75. });
  76. });
  77. })(jQuery);
  78. </script>
  79.  
  80. <!-- FONTS -->
  81.  
  82. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600|Inconsolata:400,700|Montserrat|Lato:400,700|Bitter:400,700|Roboto:400,700' rel='stylesheet' type='text/css'>
  83.  
  84. <script type="text/javascript">
  85. WebFontConfig = {
  86. google: { families: [ 'Open+Sans:400,600:latin', 'Inconsolata:400,700:latin', 'Montserrat::latin', 'Lato:400,700:latin', 'Bitter:400,700:latin', 'Roboto:400,700:latin' ] }
  87. };
  88. (function() {
  89. var wf = document.createElement('script');
  90. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  91. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  92. wf.type = 'text/javascript';
  93. wf.async = 'true';
  94. var s = document.getElementsByTagName('script')[0];
  95. s.parentNode.insertBefore(wf, s);
  96. })(); </script>
  97.  
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. ::-webkit-scrollbar {
  103. width: 8px;height: 0px;
  104. }
  105. ::-webkit-scrollbar-button:start:decrement,
  106. ::-webkit-scrollbar-button:end:increment {
  107. height: 0px;
  108. display: block;
  109. background-color: {color:background};
  110. }
  111. ::-webkit-scrollbar-track-piece {
  112. background-color: {color:background};
  113. border:1px solid {color:border};
  114. }
  115. ::-webkit-scrollbar-thumb:vertical {
  116. height: 3px;
  117. background-color: {color:container};
  118. border:1px solid {color:border};
  119. }
  120.  
  121.  
  122. #s-m-t-tooltip {
  123. max-width:300px;
  124. padding:5px;
  125. margin:10px 0px 0px 10px;
  126. background-color:{color:background};
  127. font-family:arial;
  128. font-size:9px;
  129. letter-spacing:1px;
  130. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  131. color:{color:text}; /*text color */
  132. z-index:999999999999999999999999999999999999;
  133. }
  134.  
  135. /* ----------------------------- GENERAL -------------------------- */
  136.  
  137. body {
  138. background:{color:background};
  139. margin: 0;
  140. word-wrap: break-word;
  141. color:{color:text};
  142. font-family:{select:font}, sans-serif;
  143. font-size:{select:font size};
  144. line-height:130%;
  145. }
  146.  
  147. a {
  148. color:{color:link};
  149. text-decoration: none;
  150. -webkit-transition: all .2s ease-in-out;
  151. -moz-transition: all .2s ease-in-out;
  152. -o-transition: all .2s ease-in-out;
  153. -ms-transition: all .2s ease-in-out;
  154. transition: all .2s ease-in-out;
  155. }
  156.  
  157. a:hover {
  158. color:{color:hover};
  159. -webkit-transition: all .2s ease-in-out;
  160. -moz-transition: all .2s ease-in-out;
  161. -o-transition: all .2s ease-in-out;
  162. -ms-transition: all .2s ease-in-out;
  163. transition: all .2s ease-in-out;
  164. }
  165.  
  166. img {
  167. border:none;
  168. max-width:100%;
  169. }
  170.  
  171. blockquote {
  172. padding-left:10px;
  173. padding-top:1px;
  174. padding-bottom:1px;
  175. border-left:1px solid {color:border};
  176. margin-left:10px;
  177. }
  178.  
  179. h1 {
  180. font-size:12px;
  181. text-transform:uppercase;
  182. font-weight:lighter;
  183. letter-spacing:2px;
  184. background:{color:container};
  185. border:1px solid {color:border};
  186. padding:10px;
  187. margin-top:0px;
  188. text-align:center;
  189. }
  190.  
  191. b, strong {
  192. color:{color:bold};
  193. font-weight:bold;
  194. }
  195.  
  196. i, em {
  197. color:{color:text};
  198. }
  199.  
  200. /* ----------------------------- POSTS --------------------------- */
  201.  
  202. #entries {
  203. padding:60px;
  204. {block:If500pxposts}
  205. width:530px;
  206. margin-left:400px;
  207. {/block:If500pxposts}
  208. {block:Ifnot500pxposts}
  209. width:430px;
  210. margin-left:500px;
  211. {/block:Ifnot500pxposts}
  212. margin-top:0px;
  213. background:{color:container};
  214. border-left: 1px solid {color:border};
  215. border-right: 1px solid {color:border};
  216. }
  217.  
  218. #post {
  219. padding:15px;
  220. {block:If500pxposts}
  221. width:500px;
  222. {/block:If500pxposts}
  223. {block:Ifnot500pxposts}
  224. width:400px;
  225. {/block:Ifnot500pxposts}
  226. margin-bottom:40px;
  227. background:{color:background};
  228. border: 1px solid {color:border};
  229. {block:Ifgrayscaleposts}
  230. -webkit-filter: grayscale(100%);
  231. -webkit-transition: all 0.6s ease-in-out;
  232. -moz-transition: all 0.6s ease-in-out;
  233. -o-transition: all 0.6s ease-in-out;
  234. -ms-transition: all 0.6s ease-in-out;
  235. transition: all 0.6s ease-in-out;
  236. {/block:Ifgrayscaleposts}
  237. }
  238.  
  239. #post:hover{
  240. {block:Ifgrayscaleposts}
  241. -webkit-filter: grayscale(0%);
  242. -webkit-transition: all 0.6s ease-in-out;
  243. -moz-transition: all 0.6s ease-in-out;
  244. -o-transition: all 0.6s ease-in-out;
  245. -ms-transition: all 0.6s ease-in-out;
  246. transition: all 0.6s ease-in-out;
  247. {/block:Ifgrayscaleposts}
  248. }
  249.  
  250. .caption{
  251. background:{color:container};
  252. border:1px solid {color:border};
  253. padding-left:10px;
  254. padding-right:10px;
  255. margin-top:10px;
  256. }
  257.  
  258. /* ----------------------------- SIDEBAR -------------------------- */
  259.  
  260. #sidebar {
  261. width:130px;
  262. position:fixed;
  263. {block:If500pxposts}
  264. margin-left:150px;
  265. {/block:If500pxposts}
  266. {block:Ifnot500pxposts}
  267. margin-left:250px;
  268. {/block:Ifnot500pxposts}
  269. margin-top:100px;
  270. padding:15px;
  271. background:{color:container};
  272. border: 1px solid {color:border};
  273. }
  274.  
  275. #sidebarsplit{
  276. margin-top:15px;
  277. margin-bottom:15px;
  278. margin-left:-16px;
  279. margin-right:-16px;
  280. height:10px;
  281. border-top: 1px solid {color:border};
  282. border-bottom: 1px solid {color:border};
  283. background:{color:background};
  284. }
  285.  
  286. #title {
  287. padding:5px;
  288. text-align:center;
  289. text-transform:uppercase;
  290. letter-spacing:2px;
  291. margin-bottom:10px;
  292. background:{color:background};
  293. border-bottom:1px solid {color:border};
  294. }
  295.  
  296. #sidebarimage {
  297. width 130px;
  298. padding:10px;
  299. background:{color:background};
  300. border:1px solid {color:border};
  301. }
  302.  
  303. #sidebarimage img {
  304. width:110px;
  305. max-height:150px;
  306. }
  307.  
  308. #description {
  309. {block:Ifhidesidebarimg}
  310. margin-top:0px;
  311. {/block:Ifhidesidebarimg}
  312. {block:Ifnothidesidebarimg}
  313. margin-top:10px;
  314. {/block:Ifnothidesidebarimg}
  315. padding:10px;
  316. background:{color:background};
  317. border:1px solid {color:border};
  318. text-align:center;
  319. }
  320.  
  321. #pagination {
  322. text-align:center;
  323. padding:10px;
  324. margin-top:10px;
  325. background:{color:background};
  326. border:1px solid {color:border};
  327. color:{color:link};
  328. }
  329.  
  330. #links {
  331. position:absolute;
  332. float:right;
  333. margin-left:-160px;
  334. margin-top:-5px;
  335. opacity:0;
  336. text-align:right;
  337. letter-spacing:1px;
  338. width:150px;
  339. -webkit-transition: all .3s ease-in-out;
  340. -moz-transition: all .3s ease-in-out;
  341. -o-transition: all .3s ease-in-out;
  342. -ms-transition: all .3s ease-in-out;
  343. transition: all .3s ease-in-out;
  344. }
  345.  
  346. .toplinks{
  347. position:static;
  348. {block:If500pxposts}
  349. width:530px;
  350. margin-left:400px;
  351. {block:If500pxposts}
  352. {block:Ifnot500pxposts}
  353. width:430px;
  354. margin-left:500px;
  355. {block:Ifnot500pxposts}
  356. background:{color:container};
  357. border-left:1px solid {color:border};
  358. border-right:1px solid {color:border};
  359. padding:60px;
  360. padding-top:50px;
  361. padding-bottom:0px;
  362. text-align:center;
  363. }
  364.  
  365. .toplinksbox{
  366. position:absolute;
  367. float:left;
  368. {block:If500pxposts}
  369. width:530px;
  370. {block:If500pxposts}
  371. {block:Ifnot500pxposts}
  372. width:430px;
  373. {block:Ifnot500pxposts}
  374. z-index:99;
  375. border-bottom:1px solid {color:border};
  376. margin-top:13px;
  377. overflow:visible;
  378. }
  379.  
  380. .toplink{
  381. margin-left:3px;
  382. margin-right:3px;
  383. text-transform:uppercase;
  384. background:{color:background};
  385. border:1px solid {color:border};
  386. padding:10px;
  387. letter-spacing:2px;
  388. padding-top:6px;
  389. padding-bottom:6px;
  390. position:relative;
  391. display:inline-block;
  392. z-index:9999999;
  393. }
  394.  
  395. #sidebar:hover #links{
  396. opacity:1;
  397. margin-left:-200px;
  398. -webkit-transition: all .3s ease-in-out;
  399. -moz-transition: all .3s ease-in-out;
  400. -o-transition: all .3s ease-in-out;
  401. -ms-transition: all .3s ease-in-out;
  402. transition: all .3s ease-in-out;
  403. }
  404.  
  405. .linky{
  406. position:relative;
  407. background:{color:background};
  408. padding:8px;
  409. padding-right:0px;
  410. width:120px;
  411. text-transform:uppercase;
  412. margin-top:5px;
  413. -webkit-transition: all .3s ease-in-out;
  414. -moz-transition: all .3s ease-in-out;
  415. -o-transition: all .3s ease-in-out;
  416. -ms-transition: all .3s ease-in-out;
  417. transition: all .3s ease-in-out;
  418. }
  419.  
  420. .linky:hover{
  421. letter-spacing:5px;
  422. -webkit-transition: all .3s ease-in-out;
  423. -moz-transition: all .3s ease-in-out;
  424. -o-transition: all .3s ease-in-out;
  425. -ms-transition: all .3s ease-in-out;
  426. transition: all .3s ease-in-out;
  427. }
  428.  
  429. .linkybox{
  430. position:relative;
  431. float:right;
  432. margin-right:-30px;
  433. margin-top:-3px;
  434. width:9px;
  435. height:9px;
  436. background:{color:background};
  437. border:3px solid {color:container};
  438. -webkit-transition: all .2s ease-in-out;
  439. -moz-transition: all .2s ease-in-out;
  440. -o-transition: all .2s ease-in-out;
  441. -ms-transition: all .2s ease-in-out;
  442. transition: all .2s ease-in-out;
  443. }
  444.  
  445. .linky:hover .linkybox{
  446. background:{color:container};
  447. -webkit-transition: all .4s ease-in-out;
  448. -moz-transition: all .4s ease-in-out;
  449. -o-transition: all .4s ease-in-out;
  450. -ms-transition: all .4s ease-in-out;
  451. transition: all .4s ease-in-out;
  452. }
  453.  
  454. .navi{
  455. border-top:1px solid {color:border};
  456. padding-top:5px;
  457. padding-bottom;
  458. word-spacing:3px;
  459. text-align:center;
  460. text-transform:lowercase;
  461. margin-top:10px;
  462. background:{color:background};
  463. }
  464.  
  465. /* ------------------------------ POSTS ----------------------------- */
  466.  
  467. #tags {
  468. padding:5px;
  469. padding-bottom:0px;
  470. font-size:9px;
  471. color:{color:link};
  472. margin-top:10px;
  473. text-align:right;
  474. letter-spacing:0px;
  475. text-transform:lowercase;
  476. border-top:1px solid {color:border};
  477. padding-left:180px;
  478. min-height:10px;
  479. }
  480.  
  481. .info{
  482. position:relative;
  483. float:left;
  484. font-size:8px;
  485. color:{color:link};
  486. text-align:right;
  487. text-transform:uppercase;
  488. letter-spacing:1px;
  489. margin-left:-175px;
  490. }
  491.  
  492. .tags{
  493. position:relative;
  494. display:inline-block;
  495. {block:Ifhovertags}
  496. opacity:0;
  497. {/block:Ifhovertags}
  498. -webkit-transition: all .2s ease-in-out;
  499. -moz-transition: all .2s ease-in-out;
  500. -o-transition: all .2s ease-in-out;
  501. -ms-transition: all .2s ease-in-out;
  502. transition: all .2s ease-in-out;
  503. }
  504.  
  505. .tag{
  506. padding-bottom:3px;
  507. border-bottom:1px solid transparent;
  508. -webkit-transition: all .2s ease-in-out;
  509. -moz-transition: all .2s ease-in-out;
  510. -o-transition: all .2s ease-in-out;
  511. -ms-transition: all .2s ease-in-out;
  512. transition: all .2s ease-in-out;
  513. }
  514.  
  515. .tag:hover{
  516. border-bottom:1px solid {color:border};
  517. -webkit-transition: all .2s ease-in-out;
  518. -moz-transition: all .2s ease-in-out;
  519. -o-transition: all .2s ease-in-out;
  520. -ms-transition: all .2s ease-in-out;
  521. transition: all .2s ease-in-out;
  522. }
  523.  
  524. #post:hover .tags{
  525. opacity:1;
  526. -webkit-transition: all 0.6s ease-in-out;
  527. -moz-transition: all 0.6s ease-in-out;
  528. -o-transition: all 0.6s ease-in-out;
  529. -ms-transition: all 0.6s ease-in-out;
  530. transition: all 0.6s ease-in-out;
  531. }
  532.  
  533. /* --------------------------- POST TYPES -------------------------- */
  534.  
  535. /* QUESTIONS */
  536.  
  537. #questions {
  538. background-color: {color:container};
  539. border:1px solid {color:border};
  540. padding:11px;
  541. margin-top: 5px;
  542. margin-bottom:5px;
  543. font-size:10px;
  544. text-align:left;
  545. }
  546.  
  547. #answer {
  548. font-size:10px;
  549. text-transform:lowercase;
  550. }
  551.  
  552. .askerimg{
  553. position:relative;
  554. float:left;
  555. margin-right:5px;
  556. margin-top:-2px;
  557. }
  558.  
  559. /* AUDIO */
  560.  
  561. .songart{
  562. float:left;
  563. /*background:{color:background};*/
  564. border:1px solid {color:border};
  565. margin-right:10px;
  566. width:120px;
  567. height:120px;
  568. background: url('http://findicons.com/files/icons/770/token_dark/256/disc.png');
  569. background-size:100% 100%;
  570. }
  571.  
  572. .songart img{
  573. width:100px;
  574. height:100px;
  575. border:10px solid #ffffff;
  576. }
  577.  
  578. .songtitle{
  579. background:{color:container};
  580. border:1px solid {color:border};
  581. padding:10px;
  582. margin-bottom:10px;
  583. margin-left:132px;
  584. text-transform:uppercase;
  585. font-size:10px;
  586. letter-spacing:2px;
  587. text-align:left;
  588. min-height:10px;
  589. }
  590.  
  591. .songauthor{
  592. background:{color:container};
  593. border:1px solid {color:border};
  594. padding:10px;
  595. margin-bottom:10px;
  596. margin-left:132px;
  597. text-align:left;
  598. text-transform:uppercase;
  599. letter-spacing:2px;
  600. }
  601.  
  602. .tumblr_audio_player {
  603. height: 32px;
  604. {block:If500pxposts}
  605. width:366px;
  606. {/block:If500pxposts}
  607. {block:Ifnot500pxposts}
  608. width:266px;
  609. {/block:Ifnot500pxposts}
  610. border:{color:border} solid 1px;
  611. margin-bottom:0px;
  612. }
  613.  
  614. /* QUOTES */
  615.  
  616. .quote{
  617. text-transform:uppercase;
  618. font-weight:lighter;
  619. letter-spacing:1px;
  620. line-height:160%;
  621. padding:20px;
  622. text-align:left;
  623. font-style:italic;
  624. }
  625.  
  626. .quotesource{
  627. padding-top:10px;
  628. border-top:1px solid {color:border};
  629. text-align:right;
  630. }
  631.  
  632. /* ---------------------------- POST NOTES -------------------------- */
  633.  
  634. ol.notes {
  635. display:block;
  636. text-align:left;
  637. margin-bottom:30px;
  638. list-style-type: none;
  639. margin-left:-30px;
  640. }
  641.  
  642. ol.notes li.note{
  643. padding:5px;
  644. border-bottom:1px solid {color:border};
  645. padding-bottom:10px;
  646. }
  647.  
  648. .pagenotes {
  649. text-align:left;
  650. padding:30px;
  651. background:{color:background};
  652. border:1px solid {color:border};
  653. text-transform:uppercase;
  654. font-size:8px;
  655. }
  656.  
  657. .pagenotes img{
  658. padding-right:5px;
  659. padding-top:5px;
  660. margin-bottom:-5px;
  661. }
  662.  
  663. /* ---------------------------- CREDIT ----------------------------- */
  664.  
  665. #cred {
  666. position:fixed;
  667. bottom:15px;
  668. left:15px;
  669. font-size:8px;
  670. padding:5px;
  671. text-transform:uppercase;
  672. padding: 2px 3px 2px 3px;}
  673.  
  674. {CustomCSS}</style></head><body>
  675.  
  676. <div id="sidebar">
  677.  
  678. {block:Ifnotalternativelinks}
  679. <div id="links">
  680. {block:ifLink1}
  681. <a href=" {text:Link1}">
  682. <div class="linky">{text:Link1 Title}
  683. <div class="linkybox"></div>
  684. </div></a>
  685. {/block:ifLink1}
  686. {block:ifLink2}
  687. <a href="{text:Link2}">
  688. <div class="linky">{text:Link2 Title}
  689. <div class="linkybox"></div>
  690. </div></a>
  691. {/block:ifLink2}
  692. {block:ifLink3}
  693. <a href="{text:Link3}">
  694. <div class="linky">{text:Link3 Title}
  695. <div class="linkybox"></div>
  696. </div></a>
  697. {/block:ifLink3}
  698. {block:ifLink4}
  699. <a href="{text:Link4}">
  700. <div class="linky">{text:Link4 Title}
  701. <div class="linkybox"></div>
  702. </div></a>
  703. {/block:ifLink4}
  704. </div>
  705. {/block:Ifnotalternativelinks}
  706.  
  707. {block:Ifhidesidebarimg}
  708. {/block:Ifhidesidebarimg}
  709.  
  710. {block:Ifnothidesidebarimg}
  711. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  712. <div id="sidebarsplit"></div>
  713. {/block:Ifnothidesidebarimg}
  714.  
  715. <div id="description">
  716. <div id="title">{Title}</div>
  717. {Description}
  718.  
  719. <div class="navi">
  720. <a href="/"><span class="tag">index</span></a>
  721. <a href="/ask"><span class="tag">contact</span></a>
  722. <a href="/archive"><span class="tag">past</span></a>
  723. </div>
  724. </div></center>
  725.  
  726.  
  727. {block:Pagination}
  728. <div id="pagination">
  729. {block:PreviousPage}
  730. <a href="{PreviousPage}">prev</a>
  731. {/block:PreviousPage} ╼
  732. {block:NextPage}
  733. <a href="{NextPage}">next</a>
  734. {/block:NextPage}
  735. </div>
  736. {/block:Pagination}
  737.  
  738.  
  739. </div>
  740. <div id="cred"><a href="http://neonbikethemes.tumblr.com" title="neonbike themes">N</a></div>
  741.  
  742.  
  743.  
  744. {block:Ifalternativelinks}
  745. <div class="toplinks">
  746. <div class="toplinksbox"></div>
  747. {block:ifLink1}
  748. <a href=" {text:Link1}">
  749. <div class="toplink">{text:Link1 Title}
  750. </div></a>
  751. {/block:ifLink1}
  752. {block:ifLink2}
  753. <a href="{text:Link2}">
  754. <div class="toplink">{text:Link2 Title}
  755. </div></a>
  756. {/block:ifLink2}
  757. {block:ifLink3}
  758. <a href="{text:Link3}">
  759. <div class="toplink">{text:Link3 Title}
  760. </div></a>
  761. {/block:ifLink3}
  762. {block:ifLink4}
  763. <a href="{text:Link4}">
  764. <div class="toplink">{text:Link4 Title}
  765. </div></a>
  766. {/block:ifLink4}
  767. </div>
  768. {/block:Ifalternativelinks}
  769.  
  770.  
  771. <div id="entries">
  772.  
  773. {block:Posts}<div id="post">
  774.  
  775. {block:Text}
  776. {block:Title}
  777. <h1>{Title}</h1>
  778. {/block:Title}
  779. {Body}
  780. {/block:Text}
  781.  
  782. {block:Photo}
  783. {LinkOpenTag}
  784. {block:If500pxposts}
  785. <img src="{PhotoURL-500}">
  786. {/block:If500pxposts}
  787. {block:Ifnot500pxposts}
  788. <img src="{PhotoURL-400}">
  789. {/block:Ifnot500pxposts}
  790. {LinkCloseTag}
  791.  
  792. {block:Ifhidecaptions}
  793. {block:permalink}
  794. {block:Caption}
  795. <div class="caption">{Caption}</div>
  796. {/block:Caption}
  797. {/block:permalink}
  798. {/block:Ifhidecaptions}
  799. {block:Ifnothidecaptions}
  800. {block:Caption}
  801. <div class="caption">{Caption}</div>
  802. {/block:Caption}
  803. {/block:Ifnothidecaptions}
  804. {/block:Photo}
  805.  
  806. {block:Photoset}
  807. {block:If500pxposts}
  808. {Photoset-500}
  809. {/block:If500pxposts}
  810. {block:Ifnot500pxposts}
  811. {Photoset-400}
  812. {/block:Ifnot500pxposts}
  813.  
  814. {block:Ifhidecaptions}
  815. {block:permalink}
  816. {block:Caption}
  817. <div class="caption">{Caption}</div>
  818. {/block:Caption}
  819. {/block:permalink}
  820. {/block:Ifhidecaptions}
  821. {block:Ifnothidecaptions}
  822. {block:Caption}
  823. <div class="caption">{Caption}</div>
  824. {/block:Caption}
  825. {/block:Ifnothidecaptions}
  826. {/block:Photoset}
  827.  
  828. {block:Quote}
  829. <div class="quote">{Quote}</div>
  830. <div class="quotesource">{block:Source}
  831. —{Source}
  832. {/block:Source}</div>
  833. {/block:Quote}
  834.  
  835. {block:Link}
  836. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  837. {block:Description}
  838. <div class="caption">{Description}</div>
  839. {/block:Description}
  840. {/block:Link}
  841.  
  842. {block:Chat}
  843. {block:Title}<h1>{Title}</h1>{/block:Title}
  844. {block:Lines}
  845. {block:Label}<b>{Label}</b>{/block:Label}
  846. {Line}<br>
  847. {/block:Lines}
  848. {/block:Chat}
  849.  
  850. {block:Audio}
  851. <div class="songart">
  852. {block:AlbumArt}
  853. <img src="{AlbumArtURL}">
  854. {/block:AlbumArt}
  855. </div>
  856. <div class="songtitle">
  857. {block:TrackName}
  858. {TrackName}
  859. {/block:TrackName}
  860. </div>
  861. <div class="songauthor">
  862. By
  863. {block:Artist}
  864. {Artist}
  865. {/block:Artist}
  866. </div>
  867. {AudioPlayerWhite}
  868. {block:Ifhidecaptions}
  869. {block:permalink}
  870. {block:Caption}
  871. <div class="caption">{Caption}</div>
  872. {/block:Caption}
  873. {/block:permalink}
  874. {/block:Ifhidecaptions}
  875. {block:Ifnothidecaptions}
  876. {block:Caption}
  877. <div class="caption">{Caption}</div>
  878. {/block:Caption}
  879. {/block:Ifnothidecaptions}
  880. {/block:Audio}
  881.  
  882. {block:Video}
  883. {block:If500pxposts}
  884. {Video-500}
  885. {/block:If500pxposts}
  886. {block:Ifnot500pxposts}
  887. {Video-400}
  888. {/block:Ifnot500pxposts}
  889.  
  890. {block:Ifhidecaptions}
  891. {block:permalink}
  892. {block:Caption}
  893. <div class="caption">{Caption}</div>
  894. {/block:Caption}
  895. {/block:permalink}
  896. {/block:Ifhidecaptions}
  897. {block:Ifnothidecaptions}
  898. {block:Caption}
  899. <div class="caption">{Caption}</div>
  900. {/block:Caption}
  901. {/block:Ifnothidecaptions}
  902. {/block:Video}
  903.  
  904. {block:Answer}
  905. <div id="questions">
  906. <div class="askerimg"><img src="{AskerPortraitURL-16}"></div>
  907. <b><span style="text-transform:uppercase;">{Asker}</span></b>: {Question}</div>
  908. <div id="answer">{Answer}</div>{/block:answer}
  909.  
  910.  
  911.  
  912. <!-- POST INFO -->
  913. <div id="tags"> <a href="{Perimalink}">
  914.  
  915. <div class="info">
  916. {block:Date}
  917. <a href="{Permalink}"><span class="tag">
  918. {ShortDayOfWeek} {12Hour}:{Minutes} {AmPm}
  919. </span></a>
  920. {/block:Date}
  921. + <a href="{Permalink}">
  922. <span class="tag">{NoteCount}</span></a>
  923. {block:PermalinkPage}
  924. {block:RebloggedFrom}
  925. - <a href="{ReblogParentURL}">
  926. <span class="tag"> via</span> </a>
  927. {/block:RebloggedFrom}
  928. {block:ContentSource}
  929. - <a href="{SourceURL}"><span class="tag">©</span></a>
  930. {/block:ContentSource}
  931. {/block:PermalinkPage}
  932. </div>
  933.  
  934. {block:HasTags}<div class="tags">
  935. {block:Tags}
  936. <a href="{TagURL}">
  937. <span class="tag">{Tag}</span>,</a>
  938. {/block:Tags}</div>
  939. {/block:HasTags}
  940.  
  941. </div></div>
  942.  
  943.  
  944.  
  945. {block:PostNotes}
  946. <div class="pagenotes">{PostNotes-16}</div>
  947. {/block:PostNotes}
  948.  
  949.  
  950.  
  951. {/block:Posts}</div>
  952. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement