Advertisement
tsiappoworks

Ducks in Space

Sep 19th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.52 KB | None | 0 0
  1. <!-----THEME MADE BY CHRONONAUTICA FOR CHRONONAUTICA.
  2. DO NOT STEAL OR COPY THIS CODE IN ANY CAPACITY.
  3. THANKS.----->
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7.  
  8. <!-----------------------------TOOLTIPS------------------------------->
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11. <script>
  12. (function($){
  13.  
  14. $(document).ready(function(){
  15.  
  16. $("a[title]").style_my_tooltips({
  17.  
  18. tip_follows_cursor:true,
  19.  
  20. tip_delay_time:0,
  21.  
  22. tip_fade_speed:0,
  23.  
  24. attribute:"title"
  25.  
  26. });
  27.  
  28. });
  29.  
  30. })(jQuery);
  31. </script>
  32.  
  33. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  34. <script type="text/javascript"
  35. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function() {
  38. //
  39. $('a.poplight[href^=#]').click(function() {
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42. var query= popURL.split('?');
  43. var dim= query[1].split('&');
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  46. var popMargTop = ($('#' + popID).height() + 80) / 2;
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48. //Apply Margin to Popup
  49. $('#' + popID).css({
  50. 'margin-top' : -popMargTop,
  51. 'margin-left' : -popMargLeft
  52. });
  53. $('body').append('<div id="fade"></div>');
  54. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  55. return false;
  56. });
  57. $('a.close, #fade').live('click', function() {
  58. $('#fade , .popup_block').fadeOut(function() {
  59. $('#fade, a.close').remove(); //fade them both out
  60. });
  61. return false;
  62. });
  63. });
  64. </script>
  65. <!-------------------- VERSES SCRIPT BELOW -------------------->
  66. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  67.  
  68. <head>
  69.  
  70. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73.  
  74. <meta name="color:Accent" content="#e3ced4" />
  75. <meta name="color:Accent2" content="#2d3673" />
  76. <meta name="color:Accent3" content="#FAFAFA" />
  77. <meta name="color:body font" content="#ccbfc3" />
  78. <meta name="color:Page BG" content="#1c1c1c" />
  79. <meta name="color:ask bg" content="#FAFAFA" />
  80.  
  81. <meta name="font:Body" content="Helvetica" />
  82. <meta name="font:Details" content="Helvetica" />
  83.  
  84. <meta name="text:LinkSymbol" content="❧" />
  85. <meta name="text:URL1" content="/" />
  86. <meta name="text:URL2" content="/ask" />
  87. <meta name="text:URL3" content="/submit" />
  88. <meta name="text:URL4" content="/rules" />
  89. <meta name="text:URL5" content="/bio" />
  90. <meta name="text:URL6" content="/map" />
  91.  
  92. <style type="text/css">
  93. /*---------------------BODY--------------------*/
  94. ::-webkit-scrollbar-thumb:vertical {
  95. background-color:transparent;
  96. height:7px;}
  97. ::-webkit-scrollbar {
  98. background-color:transparent;
  99. height:7px;
  100. width:5px;}
  101.  
  102. html {
  103. background: url('http://static.tumblr.com/26sjxg0/OLKo4vj13/howarduck2.png') no-repeat top left fixed;
  104. background-color:{color:Page BG};
  105. }
  106.  
  107. body {
  108. margin: 0;
  109. word-wrap: break-word;
  110. color:Calibri, helvetica, arial, sans-serif;
  111. }
  112.  
  113. body a{
  114. text-decoration:none;
  115. font-weight:700;
  116. }
  117.  
  118. small, sub {
  119. font-size:12px;
  120. font-family: calibri,helvetica,arial,sans-serif;
  121. }
  122.  
  123. s,strike {
  124. color:{color:accent2};
  125. }
  126.  
  127. u,underline {
  128. color:{color:accent2};
  129. }
  130.  
  131. /*-------------------------MAIN BODY STUFF HERE-----------------------*/
  132. img{border:0; max-width:100%;}
  133.  
  134. #body{
  135. position:absolute;
  136. z-index:70;
  137. margin-left:551px;
  138. }
  139.  
  140. #body a{text-decoration:none;color:{color:Accent2};}
  141. #body a:hover{color:black;border-bottom:1px solid {color:Accent};}
  142. #body blockquote{border-left:2px solid {color:accent};margin:0;padding-left:7px;}
  143. /*--------------------CONTAINER BOX THING---------------------------*/
  144. #container{
  145. position:fixed;
  146. margin-top:185px;
  147. width:523px;
  148. height:330px;
  149. overflow:auto;
  150. margin-left:-130px;
  151. }
  152.  
  153. /*-------------------------INDIVID POSTS------------------------*/
  154. #post{
  155. width:500px;
  156. margin:10px auto;
  157. padding:10px 5px;
  158. font-family: {font:Body};
  159. color:{color:body font};
  160. }
  161.  
  162. #post .text{font-size:11px; line-height:16px;}
  163. #post .title{font-size:20px;}
  164. .text ul li{list-style-type:circle;}
  165.  
  166. /*-------------------------PERMALINKS AND TAGS------------------------*/
  167. #permalink{
  168. margin-left:5px;
  169. margin-top:-10px;
  170. padding:3px 0px;
  171. font-size:10px;
  172. text-align:center;
  173. font-family:{font:Details};
  174. width:510px;
  175. color:{color:accent};
  176. background:{color:accent2};
  177.  
  178. }
  179.  
  180. #permalink a{color:{color:accent};vertical-align:middle;}
  181. #permalink a:hover{color:{color:accent3};}
  182.  
  183. #tags{
  184. margin-top:2px;
  185. text-align:center;
  186. width:500px;
  187. font-size:10px;
  188. font-family:{font:Details};
  189. margin-bottom:40px;
  190. }
  191.  
  192. #notesbox{width:500px;margin:20px auto;font-size:11px;}
  193. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  194. #notesbox img.avatar{display:none;}
  195.  
  196. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  197. .chat ul {list-style:none; margin:0; padding:0;}
  198. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  199.  
  200. /*----------------------------NAVIGATION--------------------------*/
  201. #navigation a{color:{color:body font};}
  202.  
  203. /*------------------------CUSTOM TOOLTIP--------------------------*/
  204. #s-m-t-tooltip {
  205. max-width:150px;
  206. padding:5px;
  207. margin:0px 0px 0px 17px;
  208. background-color:{color:accent2};
  209. font-family:{font:Body};
  210. font-size:9px;
  211. letter-spacing:2px;
  212. text-transform:lowercase;
  213. color:{color:accent3};
  214. z-index:9999;
  215. }
  216.  
  217. /* ---------------------------- UPDATES ------------------------------*/
  218.  
  219. #updates {
  220. font-size:9px;
  221. font-family:century gothic, arial;
  222. color:{color:body font};
  223. text-align:center;
  224. height:400px;
  225. width:150px;
  226. padding:4px;
  227. top:185px;
  228. left:947px;
  229. z-index:10;
  230. position:fixed;
  231. }
  232.  
  233. #headerbar{
  234. left:50%;
  235. top:50%;
  236. width:400px; /*– sets width of your text –*/
  237. overflow:scroll;
  238. text-align:justify;
  239. color:#eee;
  240. font-family:calibri;
  241. font-size:12px;
  242. }
  243.  
  244. #tabbar{
  245. left:50%;
  246. top:50%;
  247. width:400px; /*– sets width of your text –*/
  248. height:400px; /*– sets height of your text –*/
  249. overflow: scroll;
  250. text-align:justify;
  251. color:#222;
  252. font-family:calibri;
  253. font-size:12px;
  254. }
  255.  
  256. ul#tabs {text-align: center;}
  257. ul#tabs li { /*– your inactive / not viewed tabs –*/
  258. display:inline-block;
  259. padding:2px;
  260. cursor:pointer;
  261. text-decoration:none;
  262. opacity:1;
  263. color:{color:body font};
  264. }
  265.  
  266. ul#tabs li.active { /*– your active tab –*/
  267. background-color:{color:body font};
  268. color:#fff;
  269. -webkit-transition:
  270. all 0.5s ease-out;
  271. -moz-transition: all 0.5s ease-out;
  272. transition: all 0.5s ease-out;
  273. }
  274.  
  275. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  276. ul#tab li.active {display: block;}
  277. ul#tab li {display: none;}
  278.  
  279. /*-----------------------------POPUP BOXES---------------------------*/
  280. #fade { /*--Transparent background layer--*/
  281. display: none; /*--hidden by default--*/
  282. background: #000;
  283. position: fixed; left: 0; top: 0;
  284. width: 100%; height: 100%;
  285. opacity: .80;
  286. z-index: 9999;
  287. }
  288. .popup_block{
  289. display: none; /*--hidden by default--*/
  290. color:{font:body font};
  291. padding: 10px;
  292. float: left;
  293. font-size: 11.5;
  294. position: fixed;
  295. top: 50%; left: 50%;
  296. z-index: 9999999;
  297.  
  298. img.btn_close {
  299. float: right;
  300. margin: -20 -20px 0 0;
  301. }
  302. /*--Making IE6 Understand Fixed Positioning--*/
  303. *html #fade {
  304. position: absolute;
  305. }
  306. *html .popup_block {
  307. position: absolute;
  308. }
  309.  
  310. {CustomCSS}</style>
  311. </head>
  312. <body>
  313.  
  314. <!-- begin updates tab -->
  315.  
  316. <div id="updates">
  317.  
  318. <div style="padding-top:10px;">
  319.  
  320. <b><span style="font-size:11px"><b>❛</b> <a href="/" style="color:white;text-shadow: black 0 0 2px;">HOWARD the DUCK</a> <b>❜</b></span></b><br>
  321. <span style="font-size:9px">mcu/616-based<br>with 1986 insp.</span><br>
  322. SELECTIVE & PRIVATE<br>
  323. <hr style = 'background-color:{color:body font}; border-width:0; color:{color:body font}; height:1px; lineheight:0; display: inline-block; text-align: center; width:50%;' /><br>
  324.  
  325. <!------------------------- NAVIGATION -------------------------->
  326. navigation<br>
  327. <div id="navigation" style="font-size:11px;">
  328. <a href="#?w=400" rel="ask" class="poplight" title="ask">✕</a>
  329. <a href="#?w=400" rel="story" class="poplight" title="story">✕</a>
  330. <a href="#?w=400" rel="guide" class="poplight" title="guide">✕</a>
  331. <a href="/verselanding" title="verses">✕</a>
  332. <a href="/tagged/[hc.]" title="trivia">✕</a>
  333. <a href="/commish" title="commissions">✕</a>
  334. </div>
  335. <!------------------------ NAV END ------------------------------>
  336. <hr style = 'background-color:{color:body font}; border-width:0; color:{color:body font}; height:1px; lineheight:0; display: inline-block; text-align: center; width:50%;' /><br>
  337. est. 6 sept. 2015<br>
  338. mun/muse 21+<br>
  339. <hr style = 'background-color:{color:body font}; border-width:0; color:{color:body font}; height:1px; lineheight:0; display: inline-block; text-align: center; width:50%;' /><br>
  340. <span style="font-size:11px">written by <a href="/mun" style="color:white;text-shadow: black 0 0 2px;">CHE</a></span><br>
  341. do not steal content<br>
  342. <hr style = 'background-color:{color:body font}; border-width:0; color:{color:body font}; height:1px; lineheight:0; display: inline-block; text-align: center; width:50%;' /><br>
  343. <span style="font-size:11px;text-decoration:underline;">OPEN</span><br>
  344. plots, chats, para<br><br>
  345.  
  346. <span style="font-size:11px;text-decoration:underline;">CLOSED</span><br>
  347. unplotted novella,<br>
  348. rp through asks<br>
  349. <hr style = 'background-color:{color:body font}; border-width:0; color:{color:body font}; height:1px; lineheight:0; display: inline-block; text-align: center; width:50%;' /><br>
  350. <!---------------------------PAGINATION---------------------------->
  351. {block:Pagination}
  352. {block:NextPage}<center><a href="{NextPage}" style="color:white;text-shadow: black 0 0 2px;">OLD</a></center>{/block:NextPage}<br>
  353. {block:PreviousPage}<center><a href="{PreviousPage}" style="color:white;text-shadow: black 0 0 2px;">NEW</a></center>{/block:PreviousPage}
  354. {/block:Pagination}
  355.  
  356. </div></div>
  357.  
  358. <!-- end updates tab -->
  359.  
  360. </div>
  361. <!----------------------------MAIN BODY----------------------------->
  362. <div id="body">
  363. <div id="container">
  364. {block:Posts}
  365.  
  366. <!--------------------------TYPES OF POSTS----------------------------->
  367. <div id="post">
  368. {block:Photo}
  369. <a href="{LinkURL}"><img src="{PhotoURL-500}" /></a>
  370. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  371. {/block:Photo}
  372.  
  373. {block:Photoset}
  374. {Photoset-500}
  375. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  376. {/block:Photoset}
  377.  
  378. {block:Video}
  379. {Video-500}
  380. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  381. {/block:Video}
  382.  
  383. {block:Audio}
  384. <div class="musicbox">
  385. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  386. {block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  387. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  388. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  389. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div>
  390. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  391. {/block:Audio}
  392.  
  393. {block:Quote}
  394. <div class="title" style="width:400px;margin:auto;text-align:justify;">{Quote}</div>
  395. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  396. {/block:Quote}
  397.  
  398. {block:Text}
  399. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  400. <div class="text">{Body}</div>
  401. {/block:Text}
  402.  
  403. {block:Answer}
  404. <div style="background-color:rgba(45,54,115,0.2); padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;">{Question}<br/></div>
  405. <div class="text" style="text-align:right;">&mdash;{Asker}<br/></div></div>
  406. <div class="text">{Answer}</div>
  407. {/block:Answer}
  408.  
  409. {block:Chat}
  410. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  411. {block:Lines}<div class="chat"><li class="line_{Alt}">
  412. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  413. {/block:Lines}
  414. {/block:Chat}
  415.  
  416. {block:Link}
  417. <div class="title"><a href="{URL}">{Name}</a></div>
  418. {block:Description}<div class="text">{Description}</div>{/block:Description}
  419. {/block:Link}
  420. </div>
  421.  
  422. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  423. <div id="permalink">{block:Date}<a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth} {Year}</a> |&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> |&nbsp;{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> |&nbsp;{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="{SourceName}">©</a> |&nbsp;{/block:ContentSource}<a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>
  424. <!----------------------------TAG STUFF----------------------------->
  425. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  426.  
  427. {block:PostNotes}
  428. <div id="notesbox">{PostNotes}</div>
  429. {/block:PostNotes}
  430. {/block:Posts}
  431. </div></div>
  432.  
  433. </body>
  434.  
  435. </div></div></div></div></div></div></div></div></div></div>
  436.  
  437.  
  438. </div>
  439.  
  440. <!-------HERE BEGIN THE POPUP BOXES------->
  441.  
  442. <div id="ask" class="popup_block" style="overflow:auto;">
  443.  
  444. <table>
  445. <tr><td>
  446. <iframe frameborder="0" scrolling="yes" width="340" height="150" src="https://www.tumblr.com/ask_form/duckpi.tumblr.com" style="background-color:transparent; overflow:auto; display:block; float:left;" id="ask_form"></iframe>
  447. </td></tr>
  448. </table>
  449. </div>
  450.  
  451. <div id="submit" class="popup_block" style="overflow:auto;">
  452.  
  453. <table>
  454. <tr><td>
  455. <iframe frameborder="0" scrolling="yes" width="340" height="250" src="https://www.tumblr.com/submit_form/mercantilistic.tumblr.com" style="background-color:transparent; overflow:auto; display: block; float:right; margin-left:20px;" id="submit_form"></iframe>
  456. </td></tr>
  457. </table>
  458. </div>
  459.  
  460. <div id="guide" class="popup_block" style="margin:0px auto; padding:10px 30px; background:#FCFBF8;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font}">
  461.  
  462. <h1 style="text-align:center; background:{color:body font};color:white;letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">GUIDELINES</h1>
  463.  
  464. <p>I’m going to keep this simple and assume you know how these things work. No godmodding, try your best to use proper grammar, etc. I’m not a stickler for length, but at least give me enough to work with. If I give you a few paragraphs, don’t leave me with two sentences. That’s not cool.
  465.  
  466. <p>As a heads up, I’m just going to put it out there that I’m less inclined to roleplay with people who write in purple prose. Nothing personal, but I don’t care for diction/syntax muddling clarity. Howard is currently single in all verses. He is allowed to take one lover per verse. However, shipping is not my main focus…but I’m still more than willing to give a ship a try. It just needs buildup and it needs to make sense.*
  467.  
  468. <p style="font-size:10px;">*Shipping with a duck never makes sense.
  469.  
  470. <p>Obligatory warning: Mun and muse are of age. Anything NSFW of a sexual nature is probably never going to happen (see the above note), though violence, alcohol, drugs, etc. may appear (depending on who I'm writing with). Don’t worry, I’ll make sure things are tagged.
  471.  
  472. <center><b>LAST NOTES</b></center>
  473.  
  474. <p>I don’t always follow back–I like a clean dash, so if you post a lot of images/OOC in a short time, I probably won’t follow unless I really like you. If we’re mutuals, you can tag me in a post at any time. If we aren’t, you can still try tagging me in something, but I might not stick with it for very long.
  475.  
  476. </div>
  477.  
  478. <div id="story" class="popup_block" style="margin:0px auto; padding:10px 30px; background:#FCFBF8;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font}">
  479.  
  480. <div id="headerbar">
  481. <ul id="tabs">
  482. <li class="active">stats</li>
  483. <li>relationships</li>
  484. <li>cases</li>
  485. </ul></div>
  486. <div id="tabbar">
  487. <ul id="tab">
  488.  
  489. <li class="active" style="color:{color:body font};">
  490.  
  491. <h1><center><b>HOWARD THE DUCK</b></center></h1>
  492. <br>
  493. <b>birthday:</b> july seventh <br>
  494. <b>location:</b> brooklyn, ny<br>
  495. <b>eyes:</b> red<br>
  496. <b>height:</b> three foot one <br>
  497. <b>occupation:</b> detective<br>
  498. <b>power:</b> astounding common sense<br>
  499. <b>secondary ability:</b> easily aggravated<br>
  500. <b>feathers:</b> white <br>
  501. <b>weight:</b> enough<br>
  502. <br>
  503. <h2><center>QUICK BIO</center></h2>
  504.  
  505. Howard has been around the block more than once. From his adventures with ex-girlfriend-slash-companion Beverly Switzler to his eventual capture by The Collector, this duck has seen it all. Stuck on Earth once again, he's followed the advice of Jennifer Walters and carved for himself a niche as a P.I. Unfortunately, business isn't going as great as he'd hoped. Even in a job like this, Howard has a way of finding more trouble than he's prepared for.
  506.  
  507. </li>
  508.  
  509. <li style="color:{color:body font};">
  510.  
  511. <p><a href="http://chrononautica.tumblr.com/" style="color:{color:body font};">Una Naux</a>&mdash;A young woman similarly down on her luck. Howard informed her about the Nexus of All Realities and its potential to take her back home, but he didn't stick with her for very long. After some playful banter, he named her his Bond Girl.</p>
  512.  
  513. </li>
  514.  
  515. <li style="color:{color:body font};">
  516.  
  517. <center>None...yet.</center>
  518.  
  519. </li>
  520.  
  521. </ul> <!--- important. don’t delete --->
  522. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement