Advertisement
fatblackcat

badbishopsdoitbetter

Mar 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.58 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="https://36.media.tumblr.com/5a5c89a4676e6763bb3aaec04029d5df/tumblr_o4pzqfA20S1ufxgs3o1_75sq.png">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41. <link href='https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica' rel='stylesheet' type='text/css'>
  42.  
  43. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  44.  
  45. <link href='https://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='https://fonts.googleapis.com/css?family=Caveat' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("[title],a[title],img[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:90,
  59. tip_fade_speed:600,
  60. attribute:"title"
  61. });
  62. });
  63. })(jQuery);
  64. </script>
  65.  
  66. <meta name="text:bg url" content="http://56.media.tumblr.com/3a49904de0ccf1e5a7e039d95ba93143/tumblr_o41t2iOynl1ufxgs3o1_1280.png" />
  67.  
  68. <meta name="color:background" content="#eae8f1"/>
  69. <meta name="color:text" content="#7a689f"/>
  70. <meta name="color:text shadow" content="#b6adc1"/>
  71. <meta name="color:bold" content="#352f43"/>
  72. <meta name="color:bold shadow" content="#9784bb"/>
  73. <meta name="color:italic shadow" content="#b6adc1"/>
  74. <meta name="color:blockquote" content="#51426e"/>
  75. <meta name="color:link" content="#867ac1"/>
  76. <meta name="color:link hover" content="#fbf8ff"/>
  77. <meta name="color:extra links" content="#968eb8"/>
  78. <meta name="color:extra links hover" content="#c3bcda"/>
  79. <meta name="color:border" content="#9484ac"/>
  80. <meta name="color:scrollbar" content="#51426e"/>
  81. <meta name="color:tooltip color" content="#595086"/>
  82. <meta name="color:tooltip border" content="#9484ac"/>
  83. <meta name="color:tooltip bg" content="##e0dce9"/>
  84.  
  85. <meta name="text:cont height" content="270px" />
  86. <meta name="text:cont top axis" content="330px" />
  87. <meta name="text:cont left axis" content="394px" />
  88.  
  89. <meta name="text:tag symbol" content="☨" />
  90.  
  91. <meta name="text:pagination forward" content="+⊱" />
  92. <meta name="text:pagination forward title" content="rise" />
  93. <meta name="text:pagination backward" content="⊰+" />
  94. <meta name="text:pagination backward title" content="fall" />
  95. <meta name="text:pagination left axis" content="900px" />
  96. <meta name="text:pagination top axis" content="280px" />
  97.  
  98. <meta name="text:A links title" content="escape" />
  99. <meta name="text:A links url" content="/" />
  100. <meta name="text:A links symbol" content="☨" />
  101. <meta name="text:A links size" content="40px" />
  102. <meta name="text:A links left axis" content="420px" />
  103. <meta name="text:A links top axis" content="75px" />
  104.  
  105. <meta name="text:B links title" content="Link B" />
  106. <meta name="text:B links url" content="/" />
  107. <meta name="text:B links symbol" content="☨" />
  108. <meta name="text:B links size" content="40px" />
  109. <meta name="text:B links left axis" content="400px" />
  110. <meta name="text:B links top axis" content="150px" />
  111.  
  112. <meta name="text:C links title" content="Link C" />
  113. <meta name="text:C links url" content="/" />
  114. <meta name="text:C links symbol" content="☨" />
  115. <meta name="text:C links size" content="40px" />
  116. <meta name="text:C links left axis" content="410px" />
  117. <meta name="text:C links top axis" content="240px" />
  118.  
  119. <meta name="text:D links title" content="Link D" />
  120. <meta name="text:D links url" content="/" />
  121. <meta name="text:D links symbol" content="☨" />
  122. <meta name="text:D links size" content="40px" />
  123. <meta name="text:D links left axis" content="880px" />
  124. <meta name="text:D links top axis" content="75px" />
  125.  
  126. <meta name="text:E links title" content="Link E" />
  127. <meta name="text:E links url" content="/" />
  128. <meta name="text:E links symbol" content="☨" />
  129. <meta name="text:E links size" content="40px" />
  130. <meta name="text:E links left axis" content="895px" />
  131. <meta name="text:E links top axis" content="150px" />
  132.  
  133. <meta name="text:F links title" content="Link F" />
  134. <meta name="text:F links url" content="/" />
  135. <meta name="text:F links symbol" content="☨" />
  136. <meta name="text:F links size" content="40px" />
  137. <meta name="text:F links left axis" content="880px" />
  138. <meta name="text:F links top axis" content="240px" />
  139.  
  140. <style type="text/css">
  141.  
  142. /** basic tooltip from tutorial-baby**/
  143. .tooltip{
  144. display:inline;
  145. position:relative;
  146. }
  147. #s-m-t-tooltip{
  148. max-width:300px; /*how big the tooltip can be at most*/
  149. border-radius: 3px; /*change your border radius*/
  150. padding:2px 2px 2px 2px; /*padding inside tooltip*/
  151. margin:20px 7px -2px 20px; /*distance from word*/
  152. background-color:{color:tooltip bg};/*background color*/
  153. border:1px solid {color:tooltip border}; /*border info*/
  154. font-family: 'IM Fell DW Pica', serif; /*tooltip font*/
  155. font-size:11px; /*tooltip font size*/
  156. letter-spacing:1px; /*tooltip letter spacing*/
  157. text-transform:uppercase; /*makes the tooltip title uppercase*/
  158. color:{color:tooltip color}; /*tooltip font color*/
  159. z-index:99999999999999999999;
  160. }
  161.  
  162. ::-webkit-scrollbar-thumb{
  163. background-color: {color:scrollbar};
  164. height:auto;
  165. }
  166.  
  167. ::-webkit-scrollbar {
  168. height:auto;
  169. width:4px;
  170.  
  171. }
  172.  
  173. /*- body -*/
  174.  
  175. body {
  176. margin:0px;
  177. font-family: 'IM Fell DW Pica', serif;
  178. font-size:14px;
  179. text-shadow: 1px 1px 1px {color:Text shadow};
  180. letter-spacing:1px;
  181. line-height:90%;
  182. color:{color:text};
  183. background:{color:background};
  184. background-image:url({text:bg url});
  185. background-attachment: fixed;
  186. background-image:stretch;
  187. background-repeat: no-repeat;
  188. background-image:cover;
  189. background-position:left top;
  190. }
  191.  
  192. b, strong{
  193. color: {color:bold};
  194. text-shadow: 1px 1px 1px {color:Bold shadow};
  195. font-size:14px;
  196. letter-spacing:1px;
  197. font-family: 'Shadows Into Light', cursive;
  198. }
  199.  
  200. i, em, strong {
  201. font-size:15px;
  202. text-shadow: 1px 1px 1px {color:Italic shadow};
  203. letter-spacing:1px;
  204. font-family: 'Caveat', cursive;
  205. font-weight:bold;
  206. }
  207.  
  208. h1 {
  209. color: {color:bold};
  210. font-size:20px;
  211. text-shadow: 1px 1px 1px {color:bold shadow};
  212. text-align:center;
  213. font-family: 'Rock Salt', cursive;
  214. line-height:110%;
  215. }
  216.  
  217. h2 {
  218. color: {color:bold};
  219. font-size:15px;
  220. text-shadow: 1px 1px 1px {color:bold shadow};
  221. text-align:center;
  222. font-family: 'Rock Salt', cursive;
  223. line-height:110%;
  224. }
  225.  
  226. blockquote {
  227. border-radius:7px;
  228. border-left:2px solid {color:blockquote};
  229. padding-left:10px;
  230. padding-top:0.5px;
  231. padding-bottom:0.5px;
  232. margin:5px;
  233. }
  234.  
  235. a {
  236. text-decoration:none;
  237. outline:none;
  238. -moz-outline-style:none;
  239. color:{color:link};
  240. -webkit-transition: all 0.6s ease;
  241. -moz-transition: all 0.6s ease;
  242. -o-transition: all 0.6s ease
  243. }
  244.  
  245. a:hover {
  246. color:{color:link hover};
  247. -webkit-transition: all 0.8s ease;
  248. -moz-transition: all 0.8s ease;
  249. -o-transition: all 0.8s ease
  250. }
  251.  
  252. blockquote img {
  253. max-width:100%;
  254. height:auto;
  255. }
  256.  
  257. img {
  258. max-width: 100%;
  259. }
  260.  
  261. /*- posts/entries -*/
  262.  
  263. #entries {
  264. left:{text:cont left axis};
  265. top:{text:cont top axis};
  266. position:fixed;
  267. background-color:transparent;
  268. width:455px;
  269. height:{text:cont height};
  270. padding: 20px;
  271. overflow-x:scroll;
  272. scroll:left;
  273. overflow-x:hidden;
  274. }
  275.  
  276.  
  277. #post {
  278. padding-bottom:30px;
  279. margin-top:20px;
  280. }
  281.  
  282.  
  283. #links {
  284. margin-top:{text:links top axis};
  285. margin-left:{text:links left axis};
  286. width:10px;
  287. height:auto;
  288. text-align:center;
  289. font-size:25px;
  290. font-family:calibri;
  291. word-spacing:2px;
  292. position:fixed;
  293. }
  294.  
  295. #links a {
  296. -webkit-transition: all 0.4s ease;
  297. -moz-transition: all 0.4s ease;
  298. -o-transition: all 0.4s ease;
  299. }
  300.  
  301. #links a:hover {
  302. color:{color:link hover}
  303. -webkit-transition: all 0.4s ease;
  304. -moz-transition: all 0.4s ease;
  305. -o-transition: all 0.4s ease;
  306. }
  307.  
  308. #alinks {
  309. top:{text:A links top axis};
  310. left:{text:A links left axis};
  311. width:10px;
  312. height:auto;
  313. text-align:center;
  314. font-size:{text:A links size};
  315. font-family:calibri;
  316. position:fixed;
  317. -webkit-transform: rotate(40deg);
  318. -moz-transform: rotate(40deg);
  319. -o-transform: rotate(40deg);
  320. -webkit-filter: blur(1px);
  321. }
  322.  
  323. #alinks a {
  324. color:{color:extra links};
  325. -webkit-transition: all 0.4s ease;
  326. -moz-transition: all 0.4s ease;
  327. -o-transition: all 0.4s ease;
  328. }
  329.  
  330. #alinks a:hover {
  331. color:{color:extra links hover};
  332. -webkit-transition: all 0.4s ease;
  333. -moz-transition: all 0.4s ease;
  334. -o-transition: all 0.4s ease
  335. }
  336.  
  337. #blinks {
  338. top:{text:B links top axis};
  339. left:{text:B links left axis};
  340. width:10px;
  341. height:auto;
  342. text-align:center;
  343. font-size:{text:B links size};
  344. font-family:calibri;
  345. position:fixed;
  346. -webkit-transform: rotate(10deg);
  347. -moz-transform: rotate(10deg);
  348. -o-transform: rotate(10deg);
  349. -webkit-filter: blur(1px);
  350. }
  351.  
  352. #blinks a {
  353. color:{color:extra links};
  354. -webkit-transition: all 0.4s ease;
  355. -moz-transition: all 0.4s ease;
  356. -o-transition: all 0.4s ease;
  357. }
  358.  
  359. #blinks a:hover {
  360. color:{color:extra links hover};
  361. -webkit-transition: all 0.4s ease;
  362. -moz-transition: all 0.4s ease;
  363. -o-transition: all 0.4s ease;
  364. }
  365.  
  366. #clinks {
  367. top:{text:C links top axis};
  368. left:{text:C links left axis};
  369. width:10px;
  370. height:auto;
  371. text-align:center;
  372. font-size:{text:C links size};
  373. font-family:calibri;
  374. position:fixed;
  375. -webkit-transform: rotate(-30deg);
  376. -moz-transform: rotate(-30deg);
  377. -o-transform: rotate(-30deg);
  378. -webkit-filter: blur(1px);
  379. }
  380.  
  381. #clinks a {
  382. color:{color:extra links};
  383. -webkit-transition: all 0.4s ease;
  384. -moz-transition: all 0.4s ease;
  385. -o-transition: all 0.4s ease;
  386. }
  387.  
  388. #clinks a:hover {
  389. color:{color:extra links hover};
  390. -webkit-transition: all 0.4s ease;
  391. -moz-transition: all 0.4s ease;
  392. -o-transition: all 0.4s ease;
  393. }
  394.  
  395. #dlinks {
  396. top:{text:D links top axis};
  397. left:{text:D links left axis};
  398. width:10px;
  399. text-align:center;
  400. font-size:{text:D links size};
  401. font-family:calibri;
  402. position:fixed;
  403. -webkit-transform: rotate(-40deg);
  404. -moz-transform: rotate(-40deg);
  405. -o-transform: rotate(-40deg);
  406. -webkit-filter: blur(1px);
  407. }
  408.  
  409. #dlinks a {
  410. color:{color:extra links};
  411. -webkit-transition: all 0.4s ease;
  412. -moz-transition: all 0.4s ease;
  413. -o-transition: all 0.4s ease;
  414. }
  415.  
  416. #dlinks a:hover {
  417. color:{color:extra links hover};
  418. -webkit-transition: all 0.4s ease;
  419. -moz-transition: all 0.4s ease;
  420. -o-transition: all 0.4s ease;
  421. }
  422.  
  423. #elinks {
  424. top:{text:E links top axis};
  425. left:{text:E links left axis};
  426. width:10px;
  427. height:auto;
  428. text-align:center;
  429. font-size:{text:E links size};
  430. font-family:calibri;
  431. position:fixed;
  432. -webkit-transform: rotate(-10deg);
  433. -moz-transform: rotate(-10deg);
  434. -o-transform: rotate(-10deg);
  435. -webkit-filter: blur(1px);
  436. }
  437.  
  438. #elinks a {
  439. color:{color:extra links};
  440. -webkit-transition: all 0.4s ease;
  441. -moz-transition: all 0.4s ease;
  442. -o-transition: all 0.4s ease;
  443. }
  444.  
  445. #elinks a:hover {
  446. color:{color:extra links hover};
  447. -webkit-transition: all 0.4s ease;
  448. -moz-transition: all 0.4s ease;
  449. -o-transition: all 0.4s ease;
  450. }
  451.  
  452. #flinks {
  453. top:{text:F links top axis};
  454. left:{text:F links left axis};
  455. width:10px;
  456. height:auto;
  457. text-align:center;
  458. font-size:{text:F links size};
  459. font-family:calibri;
  460. position:fixed;
  461. -webkit-transform: rotate(30deg);
  462. -moz-transform: rotate(30deg);
  463. -o-transform: rotate(30deg);
  464. -webkit-filter: blur(1px);
  465. }
  466.  
  467. #flinks a {
  468. color:{color:extra links};
  469. -webkit-transition: all 0.4s ease;
  470. -moz-transition: all 0.4s ease;
  471. -o-transition: all 0.4s ease;
  472. }
  473.  
  474. #flinks a:hover {
  475. color:{color:extra links hover};
  476. -webkit-transition: all 0.4s ease;
  477. -moz-transition: all 0.4s ease;
  478. -o-transition: all 0.4s ease;
  479. }
  480.  
  481.  
  482. #pagination {
  483. margin-top:{text:pagination top axis};
  484. margin-left:{text:pagination left axis};
  485. text-align:center;
  486. font-size:20px;
  487. position:fixed;
  488. font-family:calibri;
  489. }
  490.  
  491. /*- others -*/
  492.  
  493. #info {
  494. text-align:center;
  495. width:450px;
  496. margin-top:10px;
  497. padding: 5px;
  498. font-size: 12px;
  499. color: {color:link};
  500. border-top: 1px solid {color:border};
  501. }
  502.  
  503. #ask {
  504. padding:9px;
  505. padding-top:4px;
  506. padding-bottom:4px;
  507. text-align:left;
  508. text-transform:italic;
  509. color:{color:text};
  510. border-left:2px solid {color:blockquote};
  511. border-radius:7px;
  512. line-height:200%
  513. }
  514.  
  515. #answer {
  516. width: 450px;
  517. padding-top: 5px;
  518. margin-left: 7px;
  519. line-height:120%;
  520. }
  521.  
  522. #quote {
  523. font-size: 20px;
  524. text-align: center;
  525. line-height: 100%;
  526. font-family: 'Permanent Marker', cursive;
  527. font-weight:normal;
  528. }
  529.  
  530. #credit {
  531. font-size:9px;
  532. font-family:calibri;
  533. letter-spacing:1px;
  534. }
  535.  
  536. #credit a {
  537. color:{color:tooltip color};
  538. background-color:{color:tooltip bg};
  539. border:1px solid {color:tooltip border};
  540. border-radius:5px;
  541. padding:5px;
  542. position:fixed;
  543. right:15px;
  544. bottom:10px
  545. }
  546.  
  547. #credit a hover {
  548. color:{color:link hover};
  549. }
  550.  
  551. #tags {
  552. font-style:normal;
  553. width:450px;
  554. text-transform:normal;
  555. font-style:normal;
  556. line-height:120%;
  557. text-align:center;
  558. }
  559.  
  560. #hovertitle {
  561. font-size: 20px;
  562. line-height: 15px;
  563. letter-spacing:2px;
  564. font-weight:normal;
  565. font-family: 'Rock Salt', cursive;
  566. }
  567.  
  568. #hoverbox {
  569. position:fixed;
  570. top:30px;
  571. margin-left:30px;}
  572.  
  573. #hovercontent {
  574. margin-top:10px;
  575. width:125px;
  576. color:#7a689f;
  577. opacity:0;
  578. text-align:center;
  579. -webkit-transition: all 0.7s ease;
  580. -mo-transition: all 0.7s ease;
  581. -o-transition: all 0.7s ease;
  582. }
  583.  
  584. #hoverbox:hover #hovercontent {
  585. opacity:1;
  586. -webkit-transition: all 0.7s ease;
  587. -moz-transition: all 0.7s ease;
  588. -o-transition: all 0.7s ease;}
  589.  
  590.  
  591. #fade { /*--Transparent background layer--*/
  592. display: none; /*--hidden by default--*/
  593. background: #fff;
  594. position: fixed; left: 0; top: 0;
  595. width: 100%; height: 100%;
  596. opacity: .80;
  597. z-index: 9999;
  598. }
  599. .popup_block{
  600.  
  601. display: none; /*--hidden by default--*/
  602. background-image:url("https://56.media.tumblr.com/fc2b69d3586f14d05d606b367a1d3054/tumblr_o43rfa96iO1ufxgs3o1_400.png");
  603. height:550px;
  604. padding: 5px;
  605. border: 3px solid #786f88;
  606. text-align:center;
  607. float: left;
  608. position: fixed;
  609. top: 55%; left: 55%;
  610. z-index: 999999;
  611. /*--CSS3 Box Shadows--*/
  612. -webkit-box-shadow: 0px 0px 20px #000;
  613. -moz-box-shadow: 0px 0px 20px #000;
  614. box-shadow: 0px 0px 20px #000;
  615. /*--CSS3 Rounded Corners--*/
  616. -webkit-border-radius: 2px;
  617. -moz-border-radius: 2px;
  618. border-radius: 10px;
  619. }
  620. img.btn_close {
  621. float: right;
  622. margin: -2px -2px 0 0;
  623. }
  624. /*--Making IE6 Understand Fixed Positioning--*/
  625. *html #fade {
  626. position: absolute;
  627. }
  628. *html .popup_block {
  629. position: absolute;
  630. }
  631.  
  632. {CustomCSS}</style></head><body>
  633.  
  634. <div id="hoverbox">
  635. <div id="hovertitle">Hello ladies!</br>(touch here)</DIV>
  636. <div id="hovercontent">Used <b>Octomoosey's hover description tutorial</b> <a href="http://octomoosey.tumblr.com/post/134583055582/hey-there-i-have-been-trying-to-find-how-to-do">here</a>.</p>
  637.  
  638. There are a <i>gazillion ways</i> to make the theme code I provided to make it into something <b>amazingly</b> pretty or awesome or sexy or cool or whatever!</p> And this is just one of the samples! <b>Check out</b> my tutorial list to know ways to spiffy up a simple container theme into a <b>WOWZER</b> one!
  639. </div>
  640. </div>
  641.  
  642.  
  643. <div id="links">
  644.  
  645.  
  646. <div id="alinks"><a href="{text:A links url}" title="{text:A links title}">{text:A links symbol}</a></div>
  647. <div id="blinks"><a href="{text:B links url}" title="{text:B links title}">{text:B links symbol}</a></div>
  648. <div id="clinks"><a href="{text:C links url}" title="{text:C links title}">{text:C links symbol}</a></div>
  649. <div id="dlinks"><a href="#?w=400" rel="q" class="poplight" title="{text:D links title}">{text:D links symbol}</a></div>
  650. <div id="elinks"><a href="{text:E links url}" title="{text:E links title}">{text:E links symbol}</a></div>
  651. <div id="flinks"><a href="{text:F links url}" title="{text:F links title}">{text:F links symbol}</a></div>
  652.  
  653. </div>
  654.  
  655. </div>
  656.  
  657. {block:Pagination}
  658. <div id="pagination">
  659.  
  660. {block:PreviousPage}<a href="{PreviousPage}" title="{text:pagination backward title}">{text:pagination backward}</a>{/block:PreviousPage} —
  661. {block:NextPage} <a href="{NextPage}" title="{text:pagination forward title}">{text:pagination forward}</a>{/block:NextPage}
  662. </div>{/block:Pagination}
  663.  
  664. </div></div>
  665.  
  666. <div id="entries">{block:Posts}<div id="post">
  667.  
  668. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  669.  
  670. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  671.  
  672. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  673.  
  674. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  675.  
  676.  
  677. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  678.  
  679. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  680.  
  681. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  682. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  683. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  684. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  685. {/block:Audio}
  686.  
  687. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  688.  
  689. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;<b>{Asker}:</b> <i>{Question}</i></div><br><div id="answer">{Answer}</div>{/block:Answer}
  690.  
  691. <div id="info">
  692. {block:Date}<a href="{Permalink}">
  693. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  694. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  695. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br>
  696. {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  697.  
  698. </div>
  699.  
  700. </div>
  701. {/block:Posts}
  702. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  703. {/block:Posts}</div></div></div>
  704.  
  705. <div id="credit"><a href="http://empireofoao.tumblr.com/post/140496825751/you-found-aoibaras-indie-contained-theme-code" title="code by Aoibara">oAo</a></center></div>
  706.  
  707.  
  708. </body>
  709.  
  710. <div id="q" class="popup_block">
  711. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  712. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/badbishopsdoitbetter.tumblr.com" width="100%"></iframe></p>
  713. <h1>Get to know me uncomfortably well at your own risk!</h1>
  714. </div></div></div>
  715. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement