radiantvictor

morgan theme

Jul 28th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.28 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>
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5.  
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7.  
  8. <script>
  9.  
  10. (function($){
  11.  
  12. $(document).ready(function(){
  13.  
  14. $("a[title]").style_my_tooltips({
  15.  
  16. tip_follows_cursor:true,
  17.  
  18. tip_delay_time:90,
  19.  
  20. tip_fade_speed:600,
  21.  
  22. attribute:"title"
  23.  
  24. });
  25.  
  26. });
  27.  
  28. })(jQuery);
  29.  
  30. </script>
  31. <!--basic tooltip from tutorial-baby! Enjoy-->
  32. <style>
  33. .tooltip{
  34. display: inline;
  35. position: relative;
  36. }
  37. #s-m-t-tooltip {
  38. max-width:300px; /*how big the tooltip can be at most*/
  39. border-radius: 0px; /*change your border radius*/
  40. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  41. margin:20px 7px -2px 20px; /*distance from word*/
  42. background-color:#7d7d7d; /*background color*/
  43. border-left:3px solid #fff; /*border info*/
  44. border-right:3px solid #fff; /*border info*/
  45. font-family:"silkscreen"; /*tooltip font*/
  46. font-size:9px; /*tooltip font size*/
  47. letter-spacing:2px; /*tooltip letter spacing*/
  48. text-transform:uppercase; /*makes the tooltip title uppercase*/
  49. color:#fff; /*tooltip font color*/
  50. z-index:999999999999999999999999999999999999;
  51. box-shadow:0px 0px 0px 0px #ababab;
  52. }
  53. </style>
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56. <script>
  57. $(document).ready(function() {
  58. //
  59. $('a.poplight[href^=#]').click(function() {
  60. var popID = $(this).attr('rel'); //Get Popup Name
  61. var popURL = $(this).attr('href'); //Get Popup href to define size
  62. var query= popURL.split('?');
  63. var dim= query[1].split('&');
  64. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  65. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  66. var popMargTop = ($('#' + popID).height() + 80) / 2;
  67. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  68. //Apply Margin to Popup
  69. $('#' + popID).css({
  70. 'margin-top' : -popMargTop,
  71. 'margin-left' : -popMargLeft
  72. });
  73. $('body').append('<div id="fade"></div>');
  74. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  75. return false;
  76. });
  77. $('a.close, #fade').live('click', function() {
  78. $('#fade , .popup_block').fadeOut(function() {
  79. $('#fade, a.close').remove(); //fade them both out
  80. });
  81. return false;
  82. });
  83. });
  84. </script><title>{Title}</title>
  85. <link rel="shortcut icon" href="{Favicon}">
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  87. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  88.  
  89. <!---- this is theme 41 by Hollywhood
  90. please don't remove the credit
  91. thank you
  92. --->
  93.  
  94. <meta name="color:Background" content="#d7d7d7"/>
  95. <meta name="color:Text" content="#9B9B9B"/>
  96. <meta name="color:Link" content="#b8b8b8"/>
  97. <meta name="color:scrollbar" content="#999999">
  98. <meta name="color:title" content="#999999">
  99. <meta name="color:Link Hover" content="#eeeeee"/>
  100. <meta name="color:pop up title bg" content="#ffffff"/>
  101.  
  102. <meta name="image:sidebar" content=""/>
  103. <meta name="text:sidebartitle" content="">
  104.  
  105. <meta name="text:link 1" content="Link 1"/>
  106. <meta name="text:link 1 url" content="/"/>
  107. <meta name="text:link 2" content="Link 2"/>
  108. <meta name="text:link 2 url" content="/"/>
  109. <meta name="text:link 3" content="Link 3"/>
  110. <meta name="text:link 3 url" content="/"/>
  111. <meta name="text:link 4" content="Link 4"/>
  112. <meta name="text:link 4 url" content="/"/>
  113. <meta name="text:link 5" content="Link 5"/>
  114. <meta name="text:link 5 url" content="/"/>
  115.  
  116. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  117.  
  118. <style>
  119. div#qTip {
  120. padding: 3px;
  121. display: none;
  122. text-align: center;
  123. position: absolute;
  124. font-size:7px;
  125. margin-left:10px;
  126. margin-top:-2px;
  127. line-height:9px;
  128. font-family:arial;
  129. z-index: 1000;
  130. border: 1px solid #cacaca;
  131. background-color:#fff;
  132. color: #9b9b9b;
  133. text-transform:uppercase;
  134. letter-spacing: 2px;
  135. }
  136. </style>
  137.  
  138. <style type="text/css">
  139.  
  140. b, strong {
  141. color: {color:bold};
  142. font-style:bold;
  143. font-family:'ronda';
  144. font-size:19px;
  145. text-shadow: 0px 1px 3px {color:bold shadow};
  146. }
  147.  
  148. i, em {
  149. color: {color:italics};
  150. font-style:italic;
  151. font-size:17px;
  152. font-family:'ronda';
  153. text-shadow: 0px 0px 1px #808080;
  154. }
  155.  
  156. ::-webkit-scrollbar-thumb{
  157. background-color: transparent;
  158. border: 2px solid transparent;
  159. height:auto;
  160. }
  161.  
  162. ::-webkit-scrollbar {
  163. height:auto;
  164. width:11px;
  165. background-color: transparent;
  166. border:5px solid transparent;
  167. }
  168.  
  169.  
  170. ::selection {color: #ffffff; background: transparent;}
  171. ::-moz-selection {color: #ffffff; background: transparent;}
  172. ::-webkit-selection {color: #ffffff; background: transparent;}
  173.  
  174. iframe#tumblr_controls {
  175. white-space:nowrap;
  176. -webkit-filter: invert(100%);
  177. -moz-filter: invert(100%);
  178. -o-filter: invert(100%);
  179. -ms-filter: invert(100%);
  180. filter: invert(100%);
  181. opacity:.2;transition: .8s ease-in-out;
  182. -webkit-transition: .8s ease-in-out;
  183. -moz-transition: .8s ease-in-out;
  184. -o-transition: .8s ease-in-out;
  185. }
  186.  
  187. h1 {
  188. font-weight:normal;
  189. font-size:13px;
  190. text-align:center;
  191. font-style:normal;
  192. line-height:100%;
  193. letter-spacing:1px;
  194. text-transform:normal;
  195. color:{color:text};
  196. }
  197.  
  198. h2 {
  199. font-size:10px;
  200. text-align:center;
  201. line-height:100%;
  202. letter-spacing:-0.5px;
  203. color:{color:text};
  204. font-weight:bold;
  205. text-transform:uppercase;
  206. padding:5px;
  207. padding-bottom:2px;
  208. }
  209.  
  210.  
  211. blockquote {
  212. border-left:2px solid {color:text};
  213. padding-left:5px;
  214. margin:5px;
  215. }
  216.  
  217.  
  218. body {
  219. background:{color:background};
  220. margin:0px;
  221. color:{color:text};
  222. font-family:trebuchet ms;
  223. font-size:14px;
  224. line-height:100%;
  225. background-image:url("http://static.tumblr.com/bttbnbf/WzWns7ink/___morgan_bg.png");
  226. background-attachment: fixed;
  227. background-image:stretch;
  228. background-repeat: no-repeat;
  229. background-image:cover;
  230. background-position:left top;
  231. }
  232.  
  233. a {
  234. text-decoration:none;
  235. outline:none;
  236. -moz-outline-style:none;
  237. color:#616161;
  238. -moz-transition-duration:0.5s;
  239. -webkit-transition-duration:0.5s;
  240. -o-transition-duration:0.5s;
  241. text-shadow:0px 0px 2px #313147;
  242. letter-spacing:1px;
  243. }
  244.  
  245. a:hover {
  246. text-decoration:none;
  247. outline:none;
  248. -moz-outline-style:none;
  249. color:{color:link hover};
  250. text-shadow:0px 0px 2px #212121;
  251. letter-spacing:2px;
  252. }
  253.  
  254. img {
  255. border:none;
  256. }
  257.  
  258. blockquote {
  259. padding-left:5px;
  260. border-left:2px solid;
  261. }
  262.  
  263. blockquote blockquote {
  264. padding-left:5px;
  265. border-left:2px solid;
  266. }
  267.  
  268. #post {
  269. width:400px;
  270. padding-bottom:30px;
  271. margin-top:30px;
  272. }
  273.  
  274. #entries {
  275. padding:10px;
  276. left:400px;
  277. top:50px;
  278. position:fixed;
  279. background-color:transparent;
  280. width:450px;
  281. height:425px;
  282. top:10px;
  283. padding: 20px;
  284. overflow-x:scroll;
  285. scroll:left;
  286. overflow-x:hidden;
  287. }
  288.  
  289.  
  290. #sidebar {
  291. color:{color:text};
  292. position:fixed;
  293. width:100px;
  294. height:auto;
  295. margin-top:39px;
  296. margin-left:250px;
  297. text-align:left;
  298. }
  299.  
  300. #sidebarimage img {
  301. width:200px;
  302. margin-top:-10px;
  303. margin-bottom:0px;
  304. margin-left:-9px;
  305. }
  306.  
  307. #links {
  308. position:absolute;
  309. position:fixed;
  310. font-family:arial;
  311. width:20px;
  312. margin-top:-190px;
  313. margin-left:95px;
  314. font-size:28px;
  315. text-transform:uppercase;
  316. text-align:center;
  317. line-height:280%;
  318. text-shadow:0px 0px 0px #313147;
  319. }
  320.  
  321. #links a{
  322. line-height:280%;
  323. border-bottom:1px solid transparent;
  324. margin-top:4px;
  325. margin-left:13px;
  326. color:#4a4a4a;
  327. text-decoration:none;
  328. -moz-transition-duration:.9s;
  329. -webkit-transition-duration:.9s;
  330. -o-transition-duration:.9s;
  331. letter-spacing:1px;
  332. text-shadow:0px 0px 0px #313147;
  333. }
  334.  
  335. #links a:hover {
  336. color: {color:link hover};
  337. width:60px;
  338. -moz-transition-duration:0.8s;
  339. -webkit-transition-duration:0.8s;
  340. -o-transition-duration:0.8s;
  341. letter-spacing:1px;
  342. }
  343.  
  344. #description {
  345. position:fixed;
  346. width:0px;
  347. font-family:trebuchet ms;
  348. margin-top:55px;
  349. margin-left:-9px;
  350. text-align:justify;
  351. font-size:9px;
  352. color: {color:text};
  353. letter-spacing:0px;
  354. line-height:130%;
  355. -moz-transition-duration:1s;
  356. -webkit-transition-duration:1s;
  357. -o-transition-duration:1s;
  358. }
  359.  
  360. #description a {
  361. color:{color:link};
  362. }
  363.  
  364. #description a:hover {
  365. color:{color:link hover};
  366. }
  367.  
  368. .sidebartitle {
  369. width:210px;
  370. text-align:center;
  371. position:fixed;
  372. font-family:arial;
  373. line-height:120%;
  374. margin-left:-13px;
  375. font-size:13px;
  376. margin-top:10px;
  377. color:{color:title};
  378. }
  379.  
  380. #pagination {
  381. font-family:cambria;
  382. width:310px;
  383. font-size:49px;
  384. margin-top:225px;
  385. margin-left:-118px;
  386. padding-left:5px;
  387. letter-spacing:1px;
  388. font-style:normal;
  389. text-align:center;
  390. }
  391.  
  392. #pagination a {
  393. color:#fff;
  394. }
  395.  
  396. #info {
  397. font-family:arial;
  398. width:400px;
  399. height:15px;
  400. margin-top:15px;
  401. padding-top:1px;
  402. font-size:20px;
  403. border-top:3px solid #fff;
  404. border-bottom:3px solid #fff;
  405. border-radius:1px;
  406. background-image:url("http://static.tumblr.com/bttbnbf/Eaqns7lii/2.png");
  407. background-attachment:fixed;
  408. background-position:top left;
  409. background-repeat: no-repeat;
  410. padding:2px;
  411. color:#fff;
  412. text-transform:uppercase;
  413. font-style:normal;
  414. text-align:center;
  415. -moz-transition-duration:0.5s;
  416. -webkit-transition-duration:0.5s;
  417. -o-transition-duration:0.5s;
  418. box-shadow:-1px 1px 3px 0px #6e6e6e;
  419. }
  420.  
  421. #info a {
  422. color:#fff;
  423. font-style:normal;
  424. letter-spacing:1px;
  425. }
  426.  
  427. #info a:hover {
  428. color:{color:link hover};
  429. letter-spacing:1px;
  430. transform: rotate(360deg);
  431. -ms-transform: rotate(360deg);
  432. -webkit-transform: rotate(360deg);
  433. -o-transform: rotate(360deg);
  434. -moz-transform: rotate(360deg);
  435. }
  436.  
  437. .tags {
  438. font-family:calibri;
  439. font-style:normal;
  440. width:495px;
  441. text-transform:normal;
  442. font-style:normal;
  443. line-height:120%;
  444. padding-left:5px;
  445. font-size:10px;
  446. text-align:left;
  447. padding-top:5px;
  448. padding-bottom:15px;
  449. -moz-transition-duration:0.2s;
  450. -webkit-transition-duration:0.2s;
  451. -o-transition-duration:0.2s;
  452. }
  453. .tags a{
  454. color:#fff;
  455. -moz-transition-duration:0.2s;
  456. -webkit-transition-duration:0.2s;
  457. -o-transition-duration:0.2s;
  458. }
  459. .tags a:hover{
  460. color:{color:link hover};
  461. -moz-transition-duration:0.2s;
  462. -webkit-transition-duration:0.2s;
  463. -o-transition-duration:0.2s;
  464. }
  465.  
  466. .audio{
  467. background-color:#e5e5e5;
  468. height:65px;
  469. overflow:hidden;
  470. }
  471.  
  472. #ask {
  473. float:left;
  474. color:{color:text};
  475. }
  476.  
  477.  
  478. #question {margin:05px 0px;
  479. padding:10px 20px;
  480. line-height:15px;
  481. border-bottom:3px solid #fff;
  482. border-top:3px solid #fff;
  483. background-image:url("http://static.tumblr.com/bttbnbf/f5jns7ntb/morgan_question.png");
  484. height:150px;
  485. width:370px;
  486. text-align:center;
  487. box-shadow:-3px 3px 3px 1px #ababab;
  488. color:#ffffff;
  489. text-shadow:0px 0px 3px #5b5b66;
  490. }
  491.  
  492. #credit {
  493. font-size:9px;
  494. font-family:cambria;
  495. font-style:italic;
  496. letter-spacing:1px;
  497. -moz-transition-duration:0.5s;
  498. -webkit-transition-duration:0.5s;
  499. -o-transition-duration:0.5s;
  500. }
  501.  
  502. #credit a {
  503. background-color:#fff;
  504. padding:5px;
  505. border:1px solid #e9e9e9;
  506. position:fixed;
  507. right:15px;
  508. bottom:10px
  509. }
  510.  
  511. #credit a:hover {
  512. color:#fff;
  513. background-color:#191919;
  514. }
  515.  
  516. {CustomCSS}
  517.  
  518. .popup_block{
  519. display:none;
  520. background:#fff;
  521. padding:20px;
  522. border:1px solid #eee;
  523. float:left;
  524. position:fixed;
  525. text-align:center;
  526. top:50%;left:50%;
  527. z-index: 99999;
  528. height:400px;
  529. width:500px;
  530. overflow-x:scroll;
  531. scroll:left;
  532. overflow-x:hidden;
  533. background-image:url('http://static.tumblr.com/bttbnbf/MrBns7n1o/morgan_pop_up.png');
  534. }
  535.  
  536. *html #fade {position: absolute;}
  537. *html .popup_block {position: absolute;}
  538. #fade {
  539. display:none;
  540. position:fixed;
  541. left:0px;
  542. top:0px;
  543. width:100%;
  544. height:100%;
  545. z-index:9999;
  546. background:#000; /* change to #fff for solid white */
  547. opacity:0.5; /* change to opacity:1; */
  548. }
  549.  
  550. @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  551.  
  552. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  553. /*** start of the bubble tab ***/
  554.  
  555. #tabs{
  556. border-bottom-right-radius: 15px; /*to round the bottom right corner*/
  557. font-family: Lucida Sans; /*font of the text not on hover*/
  558. color: #000; /*color of the text not on hover*/
  559. background: #f7f7f7; /*background color of the tab*/
  560. height: 25px; /*height of the tab when not hovered*/
  561. width: 25px; /*width of the tab when not hovered*/
  562. left: 0px; /*to change to the right side, change left to right*/
  563. top: -1px; /*to put it in the bottom, change top to bottom*/
  564. text-align: center; /*to center the plus sign*/
  565. line-height: 12px; /*to hide the text inside the updates tab*/
  566. padding: 10px; /*enlarge the number if you want the tab surrounding the plus sign to enlarge*/
  567. position: fixed; /*don't change the position or it won't appear when you scroll your blog*/
  568. overflow: hidden; /*to hide the scroll*/
  569. opacity: 0.7; /*transparency of the tab*/
  570. -webkit-transition: opacity 0.7s linear; /*transition*/
  571. -webkit-transition: all 0.7s ease-in-out; /*transition*/
  572. -moz-transition: all 0.7s ease-in-out; /*transition*/
  573. -o-transition: all 0.7s ease-in-out; /*transition*/
  574. z-index:999999999;
  575. }
  576.  
  577. #tabs:hover{
  578. border-bottom-right-radius: 15px; /*to 'un-round' the bottom right corner*/
  579. font-family: Arial; /*font of the text on hover*/
  580. color: #000; /*color of the text on hover*/
  581. background: #f7f7f7; /*background color of the tab on hover*/
  582. height: 300px; /*height of the tab on hover*/
  583. width: 250px; /*width of the tab on hover*/
  584. text-align: center; /*to center the text on hover*/
  585. line-height: 12px; /*to not crowd the text on hover*/
  586. padding: 10px; /*enlarge the number if you want the tab to enlarge*/
  587. overflow: auto; /*to automatically scroll when needed*/
  588. -webkit-transition: opacity 0.9s linear; /*transition*/
  589. -webkit-transition: all 0.9s ease-in-out; /*transition*/
  590. -moz-transition: all 0.9s ease-in-out; /*transition*/
  591. -o-transition: all 0.9s ease-in-out; /*transition*/
  592. z-index:999999999;
  593. }
  594.  
  595. .ttitle {
  596. font-size: 12px; /*size of the plus sign*/
  597. }
  598.  
  599. /*** credit goes to html-tutorials, by caffeous ***/
  600. </style></head><body>
  601.  
  602. <div id="rules" class="popup_block"><div style="background-color:{color:pop up title bg}; width:350px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';height:auto">LAWS.</div><p>
  603. place morgan's rules here
  604. </div>
  605.  
  606. </div></div></div></div></div></div></div></div></div></div>
  607. <div id="about" class="popup_block">
  608. <div style="background-color:{color:pop up title bg}; width:350px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';height:auto">ABOUT.</div><p>
  609. place morgan's about here
  610. </div>
  611.  
  612. </div></div></div></div></div></div></div></div></div></div>
  613.  
  614. <div id="navi" class="popup_block">
  615. <div style="background-color:{color:pop up title bg}; width:350px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';height:auto">WORLD MAP.</div><p>
  616. place links here
  617. </div>
  618.  
  619. </div></div></div></div></div></div></div></div></div></div>
  620.  
  621. <!-- bubble tab -->
  622.  
  623. <div class="wrapper">
  624.  
  625. <div id="tabs">
  626. <div style="font-size: 32px;"><img src="http://static.tumblr.com/bttbnbf/Wdans7o4q/warknowledgeicon.png" /></div></b><br><p>
  627. <div style="background: #7a7a7a;padding: 5px;font-size: 12px;">UPDATES</b></div><p>
  628. YOUR UPDATES HERE</p>
  629. <div style="background: #7a7a7a; padding: 5px;font-size: 12px;">NETWORKS</b></div><p>
  630. YOUR NETWORKS HERE</p>
  631. <div style="background: #7a7a7a;padding: 5px;font-size: 12px;">SOURCES</b></div><p>
  632. <a href="http://html-tutorials.tumblr.com/post/52133461314/bubble-tab">update tab.</a><br><a href="http://www.pixiv.net/member_illust.php?mode=medium&illust_id=33949436">sidebar.</a> </p>
  633.  
  634. </div>
  635.  
  636. <!-- bubble tab -->
  637.  
  638. <div id="sidebar">
  639.  
  640. <div id="sidebarimage">
  641. <a href="/"><img src="{image:sidebar}"></a></div>
  642.  
  643. <div class="sidebartitle">{text:sidebartitle}</div>
  644.  
  645. <div id="links">
  646. <a href="{text:link 1 url}" title="{text:link 1}">■</a>
  647. <a href="{text:link 2 url}" title="{text:link 2}">■</a>
  648. <a href="#?w=400" rel="rules" title="{text:link 3}" class="poplight">■</a>
  649. <a href="#?w=400" rel="about" title="{text:link 4}" class="poplight">■</a>
  650. <a href="#?w=400" rel="navi" title="{text:link 5}" class="poplight">■</a>
  651. </div>
  652.  
  653. <div id="description">{description}
  654.  
  655. <div id="pagination">
  656. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  657. </div></div></div>
  658.  
  659. <div id="entries">{block:Posts}<div id="post">
  660.  
  661. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  662.  
  663. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  664.  
  665. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  666.  
  667. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  668.  
  669. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  670.  
  671. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  672.  
  673. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  674. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  675.  
  676. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  677.  
  678. {block:Answer}<div id="ask"><div id="question"><br><em>{Asker} asked ;</em><br> « {Question} »</div><br><center><img src="https://31.media.tumblr.com/8b5205621bc585cfc02b6c3061e43bea/tumblr_inline_ns7k5rapwI1tt21hq_500.gif" /><br><em><small>Morgan answered... !</small></em><br><br><img src="http://33.media.tumblr.com/0d9081b2634d0a7d3b1fff4541b4a66a/tumblr_inline_mverf43WHi1r63cto.gif"><img src="http://33.media.tumblr.com/0d9081b2634d0a7d3b1fff4541b4a66a/tumblr_inline_mverf43WHi1r63cto.gif"></center><p>{Answer}{/block:Answer}
  679.  
  680. {block:Date}<div id="info"><a title="{TimeAgo}" href="{Permalink}">☆</a>
  681. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}" title="{NoteCount} notes">☆</a> {/block:NoteCount}
  682.  
  683. &nbsp;{block:RebloggedFrom} <a title="via: {ReblogParentName}" href="{ReblogParentURL}">☆</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="source: {SourceTitle}" href="{SourceURL}">☆</a>{/block:ContentSource}{/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">☆</a>
  684. </div>
  685.  
  686.  
  687. {block:HasTags}
  688. <div class="tags">
  689. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  690. {/block:HasTags}
  691. <div class="postnote">
  692. {block:PostNotes}{PostNotes}{/block:PostNotes}
  693. </div>
  694. </div>
  695. {/block:Posts}
  696.  
  697. </div>
  698. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div>
  699.  
  700. </body>
  701.  
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment