Advertisement
faluvtha

[#37] — Arthur - アーサー

Dec 28th, 2013
14,253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5.  
  6. _______ __ __ __ ___ ___ __ _____
  7. | ____|| | | | | |/ / | | | | / __ \
  8. | |__ | | | | | ' / | | | | | | | |
  9. | __| | | | | | < | | | | | | | |
  10. | | | `--' | | . \ | `--' | | `--' |
  11. |__| \______/ |__|\__\ \______/ \______/
  12.  
  13. ARTHUR by FUKUO@TUMBLR
  14.  
  15. (C) Fukuo.tumblr.com
  16. -->
  17.  
  18. <html>
  19. <head>
  20. <title>{block:TagPage}{Tag} - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  21.  
  22. <!-- Google Webfonts -->
  23. <link href='http://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. <meta charset="UTF-8">
  27. {block:Description}
  28. <meta name="description" content="{MetaDescription}" />
  29. {/block:Description}
  30.  
  31. <!-- DEFAULT OPTIONS -->
  32. <meta name="if:Selection Color" content="1"/>
  33. <meta name="if:Lazy Load Posts" content="1"/>
  34. <meta name="if:Music Player Tab" content="1"/>
  35. <meta name="if:Show Caption" content="0"/>
  36. <meta name="if:Infinite Scrolling" content="0"/>
  37. <meta name="image:Header" content="http://25.media.tumblr.com/cb1370e5e1ded82c0bcd376ec7585254/tumblr_mvrcjcctsI1sok2gvo1_1280.jpg"/>
  38. <meta name="image:Background" content="http://24.media.tumblr.com/tumblr_lzvi9ijMuI1qhvdofo3_400.png"/>
  39. <meta name="color:Background" content="#eee" />
  40. <meta name="color:Header" content="#111111" />
  41. <meta name="color:Post" content="#fff" />
  42. <meta name="color:Sidebar Background" content="#ffffff" />
  43. <meta name="color:Body" content="#777777" />
  44. <meta name="color:Description text" content="#000000" />
  45. <meta name="color:Blockquote" content="#eeeeee" />
  46. <meta name="color:Border Blockquote" content="#777777" />
  47. <meta name="color:Menu Background" content="#111111" />
  48. <meta name="color:Menu Background Hover" content="#444" />
  49. <meta name="color:Menu Text Background" content="#fff" />
  50. <meta name="color:Menu Text Background Hover" content="fff" />
  51. <meta name="color:Circle Main" content="#111111" />
  52. <meta name="color:Permalink Circle One" content="#111111" />
  53. <meta name="color:Permalink Circle Two" content="#333333" />
  54. <meta name="color:Line Permalink Horizontal" content="#111111"/>
  55. <meta name="color:Line Permalink Vertical" content="#111111"/>
  56. <meta name="color:Line Title Color" content="#ffffff"/>
  57. <meta name="color:Line Top Background" content="#111111"/>
  58. <meta name="color:Title Post" content="#111111"/>
  59. <meta name="color:Title background Post" content="#eeeeee"/>
  60. <meta name="color:Ask background" content="#eeeeee"/>
  61. <meta name="color:Links" content="#111111" />
  62. <meta name="color:Links Hover" content="#aaa" />
  63. <meta name="color:Bold text" content="#101010" />
  64. <meta name="color:Italic text" content="#101010" />
  65. <meta name="color:Selection Color" content="#fff" />
  66. <meta name="color:Selection Background" content="#111" />
  67. <meta name="color:Scrollbar" content="#000000" />
  68. <meta name="color:Scrollbar Background" content="#f7f7f7" />
  69. <meta name="text:Font" content="consolas"/>
  70. <meta name="text:Font Size" content="11"/>
  71. <meta name="text:Line height" content="17"/>
  72. <meta name="text:Music Player Code" content="Music Code Here"/>
  73. <meta name="text:Custom Link One" content=""/>
  74. <meta name="text:Custom Link One URL" content=""/>
  75. <meta name="text:Custom Link Two" content=""/>
  76. <meta name="text:Custom Link Two URL" content=""/>
  77. <meta name="text:Custom Link Three" content=""/>
  78. <meta name="text:Custom Link Three URL" content=""/>
  79. <meta name="text:Custom Link Four" content=""/>
  80. <meta name="text:Custom Link Four URL" content=""/>
  81. <meta name="text:Custom Link Five" content=""/>
  82. <meta name="text:Custom Link Five URL" content=""/>
  83. <meta name="text:Custom Link Six" content=""/>
  84. <meta name="text:Custom Link Six URL" content=""/>
  85.  
  86. <!-- Style My-Tool-Tips by Malihu -->
  87.  
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  89. <script src="http://static.tumblr.com/5ojoydj/p9wmmzopi/jquery.style-my-tooltips.js"></script>
  90. <script src="http://static.tumblr.com/5ojoydj/En2mmzorm/style-my-tooltips.css"></script>
  91. <script>
  92. (function($){
  93. $(document).ready(function(){
  94. $("[title]").style_my_tooltips({
  95. tip_follows_cursor:true,
  96. tip_delay_time:200,
  97. tip_fade_speed:300,
  98. attribute:"title"
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104. <style type="text/css">
  105. {CustomCSS}
  106.  
  107. /* ----- Tumblr Controls ---- */
  108. iframe#tumblr_controls {
  109. right:3px!important;
  110. position:fixed!important;
  111. -webkit-transition:
  112. opacity 0.7s linear;
  113. opacity:0.5;
  114. -webkit-transition: all 0.8s ease-out;
  115. -moz-transition: all 0.8s ease-out;
  116. transition: all 0.8s ease-out;}
  117.  
  118. iframe#tumblr_controls:hover {
  119. -webkit-transition:opacity 0.7s linear;
  120. opacity:1;
  121. -webkit-transition: all 0.5s ease-out;
  122. -moz-transition: all 0.5s ease-out;
  123. transition: all 0.5s ease-out;}
  124.  
  125. /* ----- SELECTION COLOR ---- */
  126. ::selection {
  127. background:{color:Selection Background};
  128. color:{color:Selection Color};
  129. }
  130.  
  131. ::-moz-selection {
  132. background:{color:Selection Background};
  133. color:{color:Selection Color};
  134. }
  135.  
  136. ::-webkit-selection {
  137. background:{color:Selection Background};
  138. color:{color:Selection Color};
  139. }
  140.  
  141. /* ----- SCROLLBAR ---- */
  142. ::-webkit-scrollbar {width: 4px;}
  143.  
  144. ::-webkit-scrollbar-track-piece
  145. {background-color: {color:Scrollbar Background};}
  146.  
  147. ::-webkit-scrollbar-thumb:vertical
  148. {width:4px;
  149. background-color: {color:Scrollbar};}
  150.  
  151. /* ----- GENERAL STRUCTURE---- */
  152. body {
  153. font-family: {text:Font};
  154. font-size: {text:Font size}px;
  155. line-height:{text:Line height}px;
  156. background-color:{color:Background};
  157. background-image:url('{image:Background}');
  158. background-position: fixed;
  159. background-attachment:fixed;
  160. background-repeat:repeat;
  161. margin-bottom:-330px;
  162. }
  163.  
  164. /* ---------------- STYLE-MY-TOOLTIPS ----------------- */
  165.  
  166. #s-m-t-tooltip {
  167. width:auto;
  168. z-index:10;
  169. margin:24px 14px 7px 12px;
  170. padding:8px;
  171. background:#777;
  172. font:8px/9px 'Fukuo', Courier New;
  173. line-height:16px;
  174. color:#fff;
  175. text-transform:uppercase;
  176. border:1px solid {color:Title};
  177. z-index:9999999;
  178. }
  179.  
  180. /* ----- LINKS ---- */
  181. a {
  182. text-decoration:none;
  183. color:{color:Links};
  184. }
  185.  
  186. a:link, a:visited, a:active {
  187. text-decoration:none;
  188. -webkit-transition: all 0.5s ease;
  189. -moz-transition: all 0.5s ease;
  190. -o-transition: all 0.5s ease;
  191. }
  192.  
  193. a:hover {
  194. color:{color:Links hover};
  195. text-decoration:none;
  196. -webkit-transition: all 0.5s ease;
  197. -moz-transition: all 0.5s ease;
  198. -o-transition: all 0.5s ease;
  199. }
  200.  
  201. /* ----- BLOCKQUOTE ---- */
  202. blockquote{
  203. padding:10px;
  204. border-left:8px solid{color:border blockquote};
  205. background-color:{color:blockquote};
  206. }
  207.  
  208. /* ----- FONT ---- */
  209. @font-face {font-family: "fukuo";src: url('https://dl.dropboxusercontent.com/u/36901456/slkscr.ttf');}
  210.  
  211. /* ----- THE TITLE FROM POSTS ---- */
  212. .titles {
  213. font-size:25px;
  214. font-style:normal;
  215. font-weight:lighter;
  216. font-family:Courier New;
  217. text-align:left;
  218. padding-left:10px;
  219. text-transform:uppercase;
  220. border-left:20px solid {color:Title Post};
  221. background-color:{color:Title Background Post};
  222. padding:12px;
  223. }
  224.  
  225. /* ---------------- PERMALINK PAGE ----------------- */
  226.  
  227. #permalinks {
  228. width:500px;
  229. z-index:999;
  230. padding:28px;
  231. color:{color:Body};
  232. }
  233.  
  234. #permalinks li {list-style-type:none;}
  235.  
  236. #permalinks img {
  237. width:30px;
  238. height:30px;
  239. opacity:1;
  240. margin-top:5px;
  241. margin-right:7px;
  242. border:7px solid {color:Title};
  243. vertical-align:middle;
  244. }
  245.  
  246.  
  247. /* ----- TITLE ----- */
  248. .title-holder {
  249. width:700px;
  250. height:70px;
  251. text-align:center;
  252. font-size:11px;
  253. font-family:'Fukuo';
  254. position:absolute;
  255. margin:0px 0px 0px 0px;
  256. }
  257.  
  258. /* ----- LINE ON THE TOP ---- */
  259. #line_bar {
  260. width:700px;
  261. height:10px;
  262. padding:10px 10px 15px 10px;
  263. text-align:center;
  264. font-size:11px;
  265. font-family:'Fukuo';
  266. background-color:{color:Line Top Background};
  267. position:absolute;
  268. margin:-470px 0 0 -80px;
  269. z-index:1;
  270. color:{color:Line Title Color};
  271. }
  272.  
  273. #line_bar:after {
  274. content:'';
  275. width:163px;
  276. height:4px;
  277. background-color:{color:Line Top Background};
  278. position:absolute;
  279. margin:4px 0 0 292px;
  280. }
  281.  
  282. #line_bar:before {
  283. content:'';
  284. width:5px;
  285. height:200px;
  286. background-color:{color:Line Top Background};
  287. position:absolute;
  288. margin:8px 0 0 450px;
  289. }
  290.  
  291. #menu_bar {
  292. display:block;
  293. width:340px;
  294. position:absolute;
  295. margin:295px 0 0 350px;
  296. }
  297.  
  298. .menu_b {
  299. display:inline-block;
  300. width:80px;
  301. padding:9px;
  302. background-color:{color:Menu Background};
  303. color:{color:Menu Text Background};
  304. font-family:consolas;
  305. font-size:8px;
  306. text-align:center;
  307. text-transform:uppercase;
  308. margin-bottom:10px;
  309. -webkit-transition: all 0.5s ease-out;
  310. -moz-transition: all 0.5s ease-out;
  311. transition: all 0.5s ease-out;
  312. }
  313.  
  314. .menu_b:hover {
  315. background-color:{color:Menu Background Hover};
  316. color:{color:Menu Text Background Hover};
  317. -webkit-transition: all 0.5s ease-out;
  318. -moz-transition: all 0.5s ease-out;
  319. transition: all 0.5s ease-out;
  320. }
  321.  
  322. #menu_position {
  323. position:absolute;
  324. margin:50px 0 0 745px;
  325. }
  326.  
  327. .menu_r {
  328. display:block;
  329. background-color:{color:Circle Main};
  330. width:30px;
  331. height:30px;
  332. margin-bottom:9px;
  333. border-radius:100%;
  334. -moz-border-radius:100%;
  335. -o-border-radius:100%;
  336. -webkit-transition: all 0.5s ease-out;
  337. -moz-transition: all 0.5s ease-out;
  338. transition: all 0.5s ease-out;
  339. }
  340.  
  341. .menu_r:after {
  342. content:'';
  343. position:absolute;
  344. margin:14px 0 0 30px;
  345. width:14px;
  346. height:2px;
  347. background-color:{color:Line Top Background};
  348. z-index:1;
  349. }
  350.  
  351. /* ----- HEADER ---- */
  352. #header_main {
  353. position:absolute;
  354. margin:-440px 0 0 -60px;
  355. width:670px;
  356. height:250px;
  357. background-image:url('{image:Header}');
  358. background-position:center;
  359. padding:5px;
  360. -moz-border-radius:0px 0px 15px 15px;
  361. border-radius:0px 0px 15px 15px;
  362. }
  363.  
  364. #header_main img {
  365. width:670px;
  366. height:250px;
  367. -moz-border-radius:0px 0px 15px 15px;
  368. border-radius:0px 0px 15px 15px;
  369. }
  370.  
  371. #description_r {
  372. position:absolute;
  373. margin:-150px 0 0 20px;
  374. border-right:1px solid {color:Description text};
  375. color:{color:Description text};
  376. width:240px;
  377. height:105px;
  378. padding:0 20px 0 0;
  379. overflow-x:hidden;
  380. font-family:'Fukuo';
  381. font-size:8px;
  382. text-transform:uppercase;
  383. text-align:justify;
  384. }
  385.  
  386. /* ---- MUSIC ---- */
  387. #musicplayer {text-align: center;font-size: 11px;position:fixed;left:20px;top:-43px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;z-index:999;}
  388.  
  389. #musicplayer:hover {top:-10px;}
  390.  
  391. #music {padding: 20px 0 5px 0;background: #fff;width:230px;border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;z-index: 9999;}
  392. #musictab {font-family:century gothic;text-shadow: 0 1px 0 #FFFFFF;height:30px;padding: 0 0 8px 0;background:#fff;border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;width: 50px;}
  393.  
  394. /* ----- ARTICLE'S POSITION ---- */
  395. #posts {
  396. margin:470px auto 20px auto;
  397. {block:IndexPage}
  398. width:550px;
  399. {/block:IndexPage}
  400. {block:PermalinkPage}
  401. width:550px;
  402. {/block:PermalinkPage}
  403. }
  404.  
  405. /* ----- ARTICLE, ARTICLE IMAGE, BOLD AND ITALIC ---- */
  406. .post {
  407. {block:IndexPage}
  408. width:500px;
  409. {/block:IndexPage}
  410. {block:PermalinkPage}
  411. width:500px;
  412. {/block:PermalinkPage}
  413. margin-top:10px;
  414. margin-bottom:40px;
  415. padding:28px;
  416. background-color:{color:Post};
  417. color:{color:Body};
  418. }
  419.  
  420. .post img { max-width:100%; }
  421.  
  422. b, em, strong{
  423. color: {color:Bold text};
  424. font-weight:bold;
  425. }
  426.  
  427. i, em {
  428. color: {color:Italic text};
  429. font-weight:lighter;
  430. font-style:italic;
  431. }
  432.  
  433. /* ----- PERMALINK ----- */
  434. .line_1 {
  435. position:absolute;
  436. margin:20px 0 0 -90px;
  437. width:90px;
  438. height:5px;
  439. background-color:{color:Line Permalink Horizontal};
  440. z-index:-1;
  441. }
  442.  
  443. .line_2 {
  444. position:absolute;
  445. margin:20px 0 0 -90px;
  446. width:5px;
  447. height:90px;
  448. background-color:{color:Line Permalink Vertical};
  449. }
  450.  
  451. #tags {
  452. position:absolute;
  453. width:100px;
  454. z-index:2;
  455. margin-top:16px;
  456. margin-left:550px;
  457. font-family:"Fukuo", Consolas;
  458. text-transform:uppercase;
  459. font-size:8px;
  460. }
  461.  
  462. #note_count {
  463. position:absolute;
  464. margin:82px 0 0 -103px;
  465. background-color:{color:Permalink Circle One};
  466. width:30px;
  467. height:30px;
  468. border-radius:100%;
  469. -moz-border-radius:100%;
  470. -o-borer-radius:100%;
  471. z-index:2;
  472. }
  473.  
  474. #reblog_r {
  475. position:absolute;
  476. margin:42px 0 0 -130px;
  477. background-color:{color:Permalink Circle Two};
  478. width:30px;
  479. height:30px;
  480. border-radius:100%;
  481. -moz-border-radius:100%;
  482. -o-borer-radius:100%;
  483. z-index:2;
  484. }
  485.  
  486. #reblog_r:after {
  487. content:'';
  488. position:absolute;
  489. margin:14px 0 0 30px;
  490. width:14px;
  491. height:2px;
  492. background-color:{color:Line Permalink Horizontal};
  493. z-index:1;
  494. }
  495.  
  496. /* ----- FOOTER----- */
  497. #footer {
  498. position:absolute;
  499. background-color:#111;
  500. width:570px;
  501. height:20px;
  502. text-align:center;
  503. padding:20px 0 20px 0;
  504. margin:100px 0 -520px -10px;
  505. color:white;
  506. }
  507.  
  508. /* ----- PAGINATION ----- */
  509. .jump_page {
  510. padding: 4px 8px;
  511. border: 2px solid {color:Border Blockquote};
  512. background-color:{color:Jump Pagination};
  513. color:{color:Post};
  514. font-family:consolas;
  515. font-size:11px;
  516. text-decoration:none;
  517. }
  518.  
  519. .current_page, .jump_page:hover {
  520. padding: 4px 8px;
  521. border: 2px solid transparent;
  522. background-color:{color:Blockquote};
  523. color:{color:Body};
  524. font-family:consolas;
  525. font-size:11px;
  526. text-decoration:none;
  527. }
  528.  
  529. /* ----- AUDIO ---- */
  530. .audio {
  531. position:absolute;
  532. width:47px;
  533. height:47px;
  534. margin:38px 0 0 44px;
  535. background-color:#000;
  536. overflow:hidden;
  537. z-index:1;
  538. }
  539.  
  540. #albumart {
  541. position:relative;
  542. width:120px;
  543. height:120px;
  544. margin:0px 0px 10px 7px;
  545. }
  546.  
  547. #albumart img {
  548. display:block;
  549. border:10px solid #eee;
  550. }
  551.  
  552. .audioplayer {
  553. position:absolute;
  554. margin-left:60px;
  555. margin-top:-110px;
  556. padding-bottom:7px;
  557. }
  558.  
  559.  
  560. .artist , .play {
  561. width:200px;
  562. margin-top:-7px;
  563. margin-left:90px;
  564. padding:5px;
  565. background-color: {color:Blockquote};
  566. }
  567.  
  568. .track {
  569. width:200px;
  570. margin-top:-7px;
  571. margin-left:100px;
  572. padding:5px;
  573. background-color:#111;
  574. color:#FFFFFF;
  575. }
  576.  
  577. .track b {
  578. color:#999;
  579. }
  580.  
  581. .tumblr_audio_player {
  582. border: none;
  583. border-color:black;
  584. padding: 0px;
  585. margin: 0px;
  586. height: 50px;
  587. width:500px;
  588. }
  589.  
  590. .source {
  591. padding:10px;
  592. font-style:italic;
  593. text-align:center;
  594. }
  595.  
  596. /* ---------- ASK ----------*/
  597.  
  598. .ask {
  599. -moz-border-radius:8px;
  600. border-radius:8px;
  601. -o-border-radius:8px;
  602. padding:10px;
  603. background-color:{color:Ask Background};
  604. color:{color:Ask Body};
  605. text-align:justify;
  606. font-size:14px;
  607. border-bottom:3px solid {color:Ask Background};
  608. max-width:100%;
  609. }
  610.  
  611. .asker {
  612. margin-left:10px;
  613. margin-top:22px;
  614. }
  615.  
  616. .asker img {
  617. border:6px solid {color:Bold Text};
  618. }
  619.  
  620.  
  621. .links{
  622. padding:15px;
  623. font:25px Courier New;
  624. text-align:center;
  625. border-bottom:1px solid {color:border blockquote};
  626. }
  627.  
  628. .sa {
  629. font-size:25px;
  630. font-style:normal;
  631. font-weight:lighter;
  632. font-family:Courier New;
  633. text-align:left;
  634. padding-left:10px;
  635. text-transform:uppercase;
  636. border-left:20px solid {color:Title Post};
  637. background-color:{color:Title Background Post};
  638. padding:12px;
  639. }
  640.  
  641. .si {
  642. font-size:25px;
  643. font-style:normal;
  644. font-weight:lighter;
  645. font-family:Courier New;
  646. text-align:left;
  647. padding-left:10px;
  648. text-transform:uppercase;
  649. border-left:20px solid {color:Title Post};
  650. background-color:{color:Title Background Post};
  651. padding:12px;
  652. }
  653.  
  654.  
  655. </style>
  656.  
  657. <!-- Lazy Load Effects by Mika Tuupola -->
  658. {block:IfLazyLoadPosts}
  659. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  660. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  661. <script type="text/javascript" charset="utf-8">
  662. var $j = jQuery.noConflict();
  663. $j(function() {
  664. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  665. $j("img").lazyload({
  666. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  667. effect: "fadeIn",
  668. });
  669. });
  670. </script>
  671. {/block:IfLazyLoadPosts}
  672.  
  673. <!-- Infinite Scrolling by Cody Sherman -->
  674. {block:IfInfiniteScrolling}
  675. script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  676. {/block:IfInfiniteScrolling}
  677.  
  678. </head>
  679. <body>
  680.  
  681. {block:IfMusicPlayerTab}
  682. <div id="musicplayer">
  683.  
  684. <div id="music"> <center>{text:Music Player Code}</center> </div>
  685.  
  686. <div id="musictab"> <br><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"></div>
  687.  
  688. </div>
  689. {/block:IfMusicPlayerTab}
  690.  
  691. <div id="posts">
  692. <div style="text-shadow:2px 1px 1px #FFF;position:absolute;font-size:40px;float:left;margin:-150px 0 0 -20px;">❝</div>
  693. <div id="description_r">
  694. {Description}
  695. </div>
  696. <div id="line_bar">
  697. <div class="title-holder">{Title}</div>
  698. </div>
  699. <div id="header_main">
  700. <div id="menu_position">
  701. <a style="opacity:1;" title="INDEX" href="/" class="menu_r"></a>
  702. <a style="opacity:0.8;"title="ASK" href="/ask" class="menu_r"></a>
  703. <a style="opacity:0.6;"title="HISTORY" href="/archive" class="menu_r"></a>
  704. <a style="opacity:0.4;"title="&copy; Fukuo" href="http://fukuo.tumblr.com/" class="menu_r"></a>
  705. </div>
  706. <!-- MENU -->
  707. <div id="menu_bar">
  708. {block:IfCustomLinkOne}<a href="{text:Custom Link One URL}" class="menu_b">{text:Custom Link One}</a>{/block:IfCustomLinkOne}
  709. {block:IfCustomLinkTwo}<a href="{text:Custom Link Two URL}" class="menu_b">{text:Custom Link Two}</a>{/block:IfCustomLinkTwo}
  710. {block:IfCustomLinkThree}<a href="{text:Custom Link Three URL}" class="menu_b">{text:Custom Link Three}</a>{/block:IfCustomLinkThree}
  711. {block:IfCustomLinkFour}<a href="{text:Custom Link Four URL}" class="menu_b">{text:Custom Link Four}</a>{/block:IfCustomLinkFour}
  712. {block:IfCustomLinkFive}<a href="{text:Custom Link Five URL}" class="menu_b">{text:Custom Link Five}</a>{/block:IfCustomLinkFive}
  713. {block:IfCustomLinkSix}<a href="{text:Custom Link Six URL}" class="menu_b">{text:Custom Link Six}</a>{/block:IfCustomLinkSix}
  714. </div>
  715.  
  716. </div>
  717.  
  718. {block:IfInfiniteScrolling}
  719. <div class="autopagerize_page_element">
  720. {/block:IfInfiniteScrolling}
  721.  
  722. {block:Posts}
  723.  
  724. <article class="post">
  725. {block:IndexPage}
  726. <a title="{NoteCountWithLabel}" href="{Permalink}"><div id="note_count"></div></a>
  727. {/block:IndexPage}
  728. {block:IndexPage}
  729. <a title="Reblog?" href="{ReblogURL}"><div id="reblog_r"></div></a>
  730. {/block:IndexPage}
  731. {block:IndexPage}
  732. <div class="line_1"></div>
  733. <div class="line_2"></div>
  734. {/block:IndexPage}
  735.  
  736. {block:HasTags}
  737. <div id="tags">
  738. File under: <br> {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}
  739. </div>
  740. {/block:HasTags}
  741.  
  742. {block:Text}
  743. {block:Title}
  744. <div class="titles"><a href="{Permalink}">{Title}</a></div>
  745. {/block:Title}
  746. {Body}
  747. {/block:Text}
  748.  
  749. {block:Photo}
  750. {block:PermalinkPage}
  751. {LinkOpenTag}
  752. <img src="{PhotoURL-500}">
  753. {LinkCloseTag}
  754. {/block:PermalinkPage}
  755.  
  756. {block:IndexPage}
  757. {LinkOpenTag}
  758. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  759. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>{LinkCloseTag}
  760. {/block:IndexPage}
  761.  
  762. {block:IfShowCaption}
  763. {block:Caption}{Caption}{/block:Caption}
  764. {/block:IfShowCaption}
  765.  
  766. {block:IfNotShowCaption}{block:PermalinkPage}
  767. {block:Caption}{Caption}{/block:Caption}
  768. {block:PermalinkPage}{/block:IfNotShowCaption}
  769. {/block:Photo}
  770.  
  771. {block:Photoset}
  772. {block:PermalinkPage}{Photoset-500} {/block:PermalinkPage}
  773. {block:IndexPage} {Photoset-500}{/block:IndexPage}
  774. {block:IfShowCaption}
  775. {block:Caption}{Caption}{/block:Caption}
  776. {/block:IfShowCaption}
  777.  
  778. {block:IfNotShowCaption}{block:PermalinkPage}
  779. {block:Caption}{Caption}{/block:Caption}
  780. {block:PermalinkPage}{/block:IfNotShowCaption}
  781. {/block:Photoset}
  782.  
  783. {block:Quote}
  784. <div class="links">❝{Quote}❞</div>
  785. {block:Source}
  786. <div class="source"> — {Source} </div>
  787. {/block:Source}
  788. {/block:Quote}
  789.  
  790. {block:Link}
  791. <div class="sa">
  792. <a href="{URL}" {Target}>{Name}</a>
  793. </div>
  794. {block:Description}
  795. {Description}
  796. {/block:Description}
  797. {/block:Link}
  798.  
  799. {block:Chat}
  800. {block:Title}
  801. <div class="si">{Title}</div>
  802. {/block:Title}
  803. {block:Lines}
  804. {block:Label}<b>{Label}</b>{/block:Label}
  805. {Line}
  806. <br>
  807. {/block:Lines}
  808. {/block:Chat}
  809.  
  810. {block:Audio}
  811. <div class="audio">
  812. {AudioPlayerBlack}
  813. </div>
  814.  
  815. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  816.  
  817. <div class="audioplayer">
  818. <div class="artist"> {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}</div> <br /> <div class="track"><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div> <br /> <b> <div class="play">Plays: </b> {PlayCountWithLabel} </div> </div>
  819.  
  820. {block:IfShowCaption}
  821. {block:Caption}{Caption}{/block:Caption}
  822. {/block:IfShowCaption}
  823.  
  824. {block:IfNotShowCaption}{block:PermalinkPage}
  825. {block:Caption}{Caption}{/block:Caption}
  826. {block:PermalinkPage}{/block:IfNotShowCaption}
  827.  
  828. {/block:Audio}
  829.  
  830. {block:Video}
  831. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  832. {block:IndexPage}{Video-500}{/block:IndexPage}
  833. {block:IfShowCaption}
  834. {block:Caption}{Caption}{/block:Caption}
  835. {/block:IfShowCaption}
  836.  
  837. {block:IfNotShowCaption}{block:PermalinkPage}
  838. {block:Caption}{Caption}{/block:Caption}
  839. {block:PermalinkPage}{/block:IfNotShowCaption}
  840. {/block:Video}
  841.  
  842. {block:Answer}
  843. <div class="ask">
  844. {Question}
  845. </div>
  846.  
  847. <div class="asker">
  848. <div style="position:absolute;margin-top:-27px;margin-left:10px;color:{color:Ask Background};font-size:29px;">▼</div>
  849. <img src="{AskerPortraitURL-30}">
  850.  
  851. <div style="text-transform:uppercase;font:11px calibri;position:absolute;margin-left:50px;margin-top:-30px;">{Asker}</div>
  852. </div>
  853. <p>
  854. {Answer}
  855. {/block:Answer}
  856. </article>
  857.  
  858. {block:PermalinkPage}
  859. <div id="permalinks">
  860. {block:Date}
  861. <center><span style="text-transform:uppercase; font-size:15px;margin-top:5px;margin-bottom:5px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</span></center><br/>{/block:Date}
  862. <div style="border-bottom:1px dotted {color:border blockquote};"></div>
  863. <br>
  864. {block:RebloggedFrom}<b>original:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  865. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  866. {block:HasTags} {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  867. <div style="border-bottom:1px solid {color:border blockquote};margin-bottom:5px;"></div>
  868. {block:PostNotes}
  869. {PostNotes}
  870. {/block:PostNotes}
  871. </div>
  872. {/block:PermalinkPage}
  873. {/block:Posts}
  874.  
  875.  
  876. {block:IfNotInfiniteScrolling}
  877. {block:IndexPage}
  878. <div id="footer">{block:Pagination}
  879. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  880. {block:JumpPagination length="5"}
  881. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  882. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  883. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  884. {/block:Pagination}</div>
  885. </div>
  886. {/block:IndexPage}
  887. {/block:IfNotInfiniteScrolling}
  888.  
  889. </body>
  890. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement