Advertisement
fatblackcat

archeratalanta

Mar 29th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.61 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="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <link href='https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer' rel='stylesheet' type='text/css'>
  10.  
  11. <link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='https://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  16.  
  17. <link href='https://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <script>
  22. $(document).ready(function() {
  23. //
  24. $('a.poplight[href^=#]').click(function() {
  25. var popID = $(this).attr('rel'); //Get Popup Name
  26. var popURL = $(this).attr('href'); //Get Popup href to define size
  27. var query= popURL.split('?');
  28. var dim= query[1].split('&');
  29. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  30. $('#' + 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>');
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  33. //Apply Margin to Popup
  34. $('#' + popID).css({
  35. 'margin-top' : -popMargTop,
  36. 'margin-left' : -popMargLeft
  37. });
  38. $('body').append('<div id="fade"></div>');
  39. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  40. return false;
  41. });
  42. $('a.close, #fade').live('click', function() {
  43. $('#fade , .popup_block').fadeOut(function() {
  44. $('#fade, a.close').remove(); //fade them both out
  45. });
  46. return false;
  47. });
  48. });
  49. </script>
  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://41.media.tumblr.com/54a5ae9ccc926e1bf90636cc21ffad21/tumblr_o4tkjkFPky1ufxgs3o1_1280.png" />
  67.  
  68. <meta name="color:background" content="#edf7f3"/>
  69. <meta name="color:text" content="#568b6c"/>
  70. <meta name="color:text shadow" content="#9fd7bb"/>
  71. <meta name="color:bold" content="#273f33"/>
  72. <meta name="color:bold shadow" content="#9fd7bb"/>
  73. <meta name="color:italic shadow" content="#9fd7bb"/>
  74. <meta name="color:blockquote" content="#9fd7b7"/>
  75. <meta name="color:link" content="#8ba899"/>
  76. <meta name="color:link hover" content="#abeacc"/>
  77. <meta name="color:extra links" content="#3d9456"/>
  78. <meta name="color:extra links hover" content="#abeacc"/>
  79. <meta name="color:border" content="#80cea8"/>
  80. <meta name="color:scrollbar" content="#9fd7b7"/>
  81. <meta name="color:tooltip color" content="#8ba899"/>
  82. <meta name="color:tooltip border" content="#80cea8"/>
  83. <meta name="color:tooltip bg" content="#e3f3eb"/>
  84.  
  85. <meta name="text:cont height" content="340px" />
  86. <meta name="text:cont top axis" content="170px" />
  87. <meta name="text:cont left axis" content="258px" />
  88.  
  89. <meta name="text:tag symbol" content="➹" />
  90.  
  91. <meta name="text:pagination forward" content="chase" />
  92. <meta name="text:pagination forward title" content="forward" />
  93. <meta name="text:pagination backward" content="flee" />
  94. <meta name="text:pagination backward title" content="backward" />
  95. <meta name="text:pagination left axis" content="650px" />
  96. <meta name="text:pagination top axis" content="600px" />
  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="I" />
  101. <meta name="text:A links size" content="20px" />
  102. <meta name="text:A links left axis" content="300px" />
  103. <meta name="text:A links top axis" content="140px" />
  104.  
  105. <meta name="text:B links title" content="huntress" />
  106. <meta name="text:B links url" content="/" />
  107. <meta name="text:B links symbol" content="II" />
  108. <meta name="text:B links size" content="20px" />
  109. <meta name="text:B links left axis" content="380px" />
  110. <meta name="text:B links top axis" content="140px" />
  111.  
  112. <meta name="text:C links title" content="contract" />
  113. <meta name="text:C links url" content="/" />
  114. <meta name="text:C links symbol" content="III" />
  115. <meta name="text:C links size" content="20px" />
  116. <meta name="text:C links left axis" content="460px" />
  117. <meta name="text:C links top axis" content="140px" />
  118.  
  119. <meta name="text:D links title" content="inquiries" />
  120. <meta name="text:D links url" content="/" />
  121. <meta name="text:D links symbol" content="IV" />
  122. <meta name="text:D links size" content="20px" />
  123. <meta name="text:D links left axis" content="540px" />
  124. <meta name="text:D links top axis" content="140px" />
  125.  
  126. <meta name="text:E links title" content="bestow" />
  127. <meta name="text:E links url" content="/submit" />
  128. <meta name="text:E links symbol" content="V" />
  129. <meta name="text:E links size" content="20px" />
  130. <meta name="text:E links left axis" content="620px" />
  131. <meta name="text:E links top axis" content="140px" />
  132.  
  133. <meta name="text:F links title" content="master" />
  134. <meta name="text:F links url" content="/" />
  135. <meta name="text:F links symbol" content="VI" />
  136. <meta name="text:F links size" content="20px" />
  137. <meta name="text:F links left axis" content="700px" />
  138. <meta name="text:F links top axis" content="140px" />
  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 Great Primer', 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 Great Primer', serif;
  178. font-size:13px;
  179. text-shadow: 1px 1px 1px {color:Text shadow};
  180. letter-spacing:1px;
  181. line-height:120%;
  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: 'Satisfy', cursive;
  198. font-weight:bold;
  199. }
  200.  
  201. i, em, strong {
  202. font-size:13px;
  203. text-shadow: 1px 1px 1px {color:Italic shadow};
  204. letter-spacing:1px;
  205. font-family: 'Gloria Hallelujah', cursive;
  206. }
  207.  
  208. h1 {
  209. color: {color:bold};
  210. font-size:25px;
  211. text-shadow: 1px 1px 1px {color:bold shadow};
  212. text-align:center;
  213. font-family: 'La Belle Aurore', cursive;
  214. font-weight:normal;
  215. }
  216.  
  217. h2 {
  218. color: {color:bold};
  219. font-size:20px;
  220. text-shadow: 1px 1px 1px {color:bold shadow};
  221. text-align:center;
  222. font-family: 'La Belle Aurore', cursive;
  223. font-weight:normal;
  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: 'IM Fell Great Primer', serif;
  316. position:fixed;
  317. }
  318.  
  319. #alinks a {
  320. color:{color:extra links};
  321. -webkit-transition: all 0.4s ease;
  322. -moz-transition: all 0.4s ease;
  323. -o-transition: all 0.4s ease;
  324. }
  325.  
  326. #alinks a:hover {
  327. color:{color:extra links hover};
  328. -webkit-transition: all 0.4s ease;
  329. -moz-transition: all 0.4s ease;
  330. -o-transition: all 0.4s ease;
  331. -webkit-filter: blur(2px);
  332. }
  333.  
  334. #blinks {
  335. top:{text:B links top axis};
  336. left:{text:B links left axis};
  337. width:10px;
  338. height:auto;
  339. text-align:center;
  340. font-size:{text:B links size};
  341. font-family: 'IM Fell Great Primer', serif;
  342. position:fixed;
  343. }
  344.  
  345. #blinks a {
  346. color:{color:extra links};
  347. -webkit-transition: all 0.4s ease;
  348. -moz-transition: all 0.4s ease;
  349. -o-transition: all 0.4s ease;
  350. }
  351.  
  352. #blinks a:hover {
  353. color:{color:extra links hover};
  354. -webkit-transition: all 0.4s ease;
  355. -moz-transition: all 0.4s ease;
  356. -o-transition: all 0.4s ease;
  357. -webkit-filter: blur(2px);
  358. }
  359.  
  360. #clinks {
  361. top:{text:C links top axis};
  362. left:{text:C links left axis};
  363. width:10px;
  364. height:auto;
  365. text-align:center;
  366. font-size:{text:C links size};
  367. font-family: 'IM Fell Great Primer', serif;
  368. position:fixed;
  369. }
  370.  
  371. #clinks a {
  372. color:{color:extra links};
  373. -webkit-transition: all 0.4s ease;
  374. -moz-transition: all 0.4s ease;
  375. -o-transition: all 0.4s ease;
  376. }
  377.  
  378. #clinks a:hover {
  379. color:{color:extra links hover};
  380. -webkit-transition: all 0.4s ease;
  381. -moz-transition: all 0.4s ease;
  382. -o-transition: all 0.4s ease;
  383. -webkit-filter: blur(2px);
  384. }
  385.  
  386. #dlinks {
  387. top:{text:D links top axis};
  388. left:{text:D links left axis};
  389. width:10px;
  390. text-align:center;
  391. font-size:{text:D links size};
  392. font-family: 'IM Fell Great Primer', serif;
  393. position:fixed;
  394. }
  395.  
  396. #dlinks a {
  397. color:{color:extra links};
  398. -webkit-transition: all 0.4s ease;
  399. -moz-transition: all 0.4s ease;
  400. -o-transition: all 0.4s ease;
  401. }
  402.  
  403. #dlinks a:hover {
  404. color:{color:extra links hover};
  405. -webkit-transition: all 0.4s ease;
  406. -moz-transition: all 0.4s ease;
  407. -o-transition: all 0.4s ease;
  408. -webkit-filter: blur(2px);
  409. }
  410.  
  411. #elinks {
  412. top:{text:E links top axis};
  413. left:{text:E links left axis};
  414. width:10px;
  415. height:auto;
  416. text-align:center;
  417. font-size:{text:E links size};
  418. font-family: 'IM Fell Great Primer', serif;
  419. position:fixed;
  420. }
  421.  
  422. #elinks a {
  423. color:{color:extra links};
  424. -webkit-transition: all 0.4s ease;
  425. -moz-transition: all 0.4s ease;
  426. -o-transition: all 0.4s ease;
  427. }
  428.  
  429. #elinks a:hover {
  430. color:{color:extra links hover};
  431. -webkit-transition: all 0.4s ease;
  432. -moz-transition: all 0.4s ease;
  433. -o-transition: all 0.4s ease;
  434. -webkit-filter: blur(2px);
  435. }
  436.  
  437. #flinks {
  438. top:{text:F links top axis};
  439. left:{text:F links left axis};
  440. width:10px;
  441. height:auto;
  442. text-align:center;
  443. font-size:{text:F links size};
  444. font-family: 'IM Fell Great Primer', serif;
  445. position:fixed;
  446. }
  447.  
  448. #flinks a {
  449. color:{color:extra links};
  450. -webkit-transition: all 0.4s ease;
  451. -moz-transition: all 0.4s ease;
  452. -o-transition: all 0.4s ease;
  453. }
  454.  
  455. #flinks a:hover {
  456. color:{color:extra links hover};
  457. -webkit-transition: all 0.4s ease;
  458. -moz-transition: all 0.4s ease;
  459. -o-transition: all 0.4s ease;
  460. -webkit-filter: blur(2px);
  461. }
  462.  
  463. #pagination {
  464. margin-top:{text:pagination top axis};
  465. margin-left:{text:pagination left axis};
  466. text-align:center;
  467. font-size:25px;
  468. position:fixed;
  469. font-family: 'La Belle Aurore', cursive;
  470. }
  471.  
  472. /*- others -*/
  473.  
  474. #info {
  475. text-align:center;
  476. width:450px;
  477. margin-top:10px;
  478. padding: 5px;
  479. font-size: 12px;
  480. color: {color:link};
  481. border-top: 1px solid {color:border};
  482. }
  483.  
  484. #ask {
  485. padding:9px;
  486. padding-top:4px;
  487. padding-bottom:4px;
  488. text-align:left;
  489. text-transform:italic;
  490. color:{color:text};
  491. border-left:2px solid {color:blockquote};
  492. border-radius:7px;
  493. line-height:200%
  494. }
  495.  
  496. #answer {
  497. width: 450px;
  498. padding-top: 5px;
  499. margin-left: 7px;
  500. line-height:120%;
  501. }
  502.  
  503. #quote {
  504. font-size: 25px;
  505. text-align: center;
  506. line-height: 100%;
  507. font-family: 'Sacramento', cursive;
  508. }
  509.  
  510. #credit {
  511. font-size:9px;
  512. font-family:calibri;
  513. letter-spacing:1px;
  514. }
  515.  
  516. #credit a {
  517. color:{color:tooltip color};
  518. background-color:{color:tooltip bg};
  519. border:1px solid {color:tooltip border};
  520. border-radius:5px;
  521. padding:5px;
  522. position:fixed;
  523. right:15px;
  524. bottom:10px
  525. }
  526.  
  527. #credit a hover {
  528. color:{color:link hover};
  529. }
  530.  
  531. #tags {
  532. font-style:normal;
  533. width:450px;
  534. text-transform:normal;
  535. font-style:normal;
  536. line-height:120%;
  537. text-align:center;
  538. }
  539.  
  540. #fade { /*--Transparent background layer--*/
  541. display: none; /*--hidden by default--*/
  542. background: #fff;
  543. position: fixed; left: 0; top: 0;
  544. width: 100%; height: 100%;
  545. opacity: .80;
  546. z-index: 9999;
  547. }
  548. .popup_block{
  549.  
  550. display: none; /*--hidden by default--*/
  551. background-image:url("https://56.media.tumblr.com/f8ca9186373e48d21de45b13c56755a7/tumblr_o3qpqxCv6j1ufxgs3o2_500.png");
  552. height:655px;
  553. padding: 5px;
  554. text-align:center;
  555. float: left;
  556. position: fixed;
  557. top: 55%; left: 55%;
  558. z-index: 999999;
  559. }
  560. img.btn_close {
  561. float: right;
  562. margin: -2px -2px 0 0;
  563. }
  564. /*--Making IE6 Understand Fixed Positioning--*/
  565. *html #fade {
  566. position: absolute;
  567. }
  568. *html .popup_block {
  569. position: absolute;
  570. }
  571.  
  572. #bite
  573. #bite a{
  574. display:block
  575. }
  576. #bite .death {
  577. margin-top:0px;filter: alpha(opacity = 0);
  578. opacity:0;-webkit-transition: all 0.5s ease-out;
  579. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  580. }
  581.  
  582. #bite:hover .death {
  583. margin-top:0px;
  584. -webkit-transition: all 0.8s ease-out;
  585. -moz-transition: all 0.8s ease-out;
  586. transition: all 0.8s ease-out;
  587. filter: alpha(opacity = 100);
  588. filter: alpha(opacity = 100);
  589. opacity:100;
  590. }
  591.  
  592. #actualnews {
  593. font-family: 'IM Fell Great Primer', serif;
  594. font-size:12px;
  595. color: #568b6c;
  596. width:150px;
  597. height:auto;
  598. padding-top:3px;
  599. border:2px solid #80cea8;
  600. background:#e3f3eb;
  601. border-radius:5px;
  602. margin-left: 30px;
  603. margin-top:180px;
  604. text-align:center;
  605. position:fixed;
  606. }
  607.  
  608. #thekey img{
  609. width:100px;
  610. margin-top: 40px;
  611. margin-left: 45px;
  612. position:fixed;
  613. }
  614.  
  615. {CustomCSS}</style></head><body>
  616.  
  617. <div id="bite">
  618. <div id="thekey"><img src="https://56.media.tumblr.com/649dd1f3b8270e374297132403c4ee31/tumblr_o3qsdkoDiB1ufxgs3o1_100.png"></div>
  619. <div class="death">
  620. <div id="actualnews">
  621. {description}
  622.  
  623. </div>
  624. </div></div>
  625.  
  626. </div>
  627.  
  628. <div id="links">
  629.  
  630.  
  631. <div id="alinks"><a href="{text:A links url}" title="{text:A links title}">{text:A links symbol}</a></div>
  632. <div id="blinks"><a href="#?w=466" rel="a" class="poplight" title="{text:B links title}">{text:B links symbol}</a></div>
  633. <div id="clinks"><a href="#?w=466" rel="r" class="poplight" title="{text:C links title}">{text:C links symbol}</a></div>
  634. <div id="dlinks"><a href="#?w=466" rel="q" class="poplight" title="{text:D links title}">{text:D links symbol}</a></div>
  635. <div id="elinks"><a href="{text:E links url}" title="{text:E links title}">{text:E links symbol}</a></div>
  636. <div id="flinks"><a href="#?w=466" rel="mun" class="poplight" title="{text:F links title}">{text:F links symbol}</a></div>
  637. </div>
  638.  
  639. </div>
  640.  
  641. {block:Pagination}
  642. <div id="pagination">
  643.  
  644. {block:PreviousPage}<a href="{PreviousPage}" title="{text:pagination backward title}">{text:pagination backward}</a>{/block:PreviousPage} —
  645. {block:NextPage} <a href="{NextPage}" title="{text:pagination forward title}">{text:pagination forward}</a>{/block:NextPage}
  646. </div>{/block:Pagination}
  647.  
  648. </div></div>
  649.  
  650. <div id="entries">{block:Posts}<div id="post">
  651.  
  652. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  653.  
  654. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  655.  
  656. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  657.  
  658. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  659.  
  660.  
  661. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  662.  
  663. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  664.  
  665. {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>
  666. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  667. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  668. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  669. {/block:Audio}
  670.  
  671. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  672.  
  673. {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}
  674.  
  675. <div id="info">
  676. {block:Date}<a href="{Permalink}">
  677. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  678. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  679. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br>
  680. {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  681.  
  682. </div>
  683.  
  684. </div>
  685. {/block:Posts}
  686. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  687. {/block:Posts}</div></div></div>
  688.  
  689. <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>
  690.  
  691.  
  692. </body>
  693.  
  694. <div id="q" class="popup_block">
  695. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;margin-left:85px; margin-top:100px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:390px ; width: 265px;">
  696. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/archer-atalanta.tumblr.com" width="100%"></iframe></p>
  697.  
  698. <h1>How can I be of assistance?</h1></p>
  699.  
  700. </div></div></div></div>
  701.  
  702. <div id="a" class="popup_block">
  703. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;margin-left:85px; margin-top:100px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:390px ; width: 265px;">
  704. <h1>Here you may find what you are looking for</h1>
  705. <a href="#?w=466" rel="p" class="poplight" title="About Atalanta"><div style="font-size:17px; text-align:center;">The huntress</a></div></p>
  706. <a href="/tagged/headcanons" title="Headcanons"><div style="font-size:17px; text-align:center;">The huntress' secrets</a></div></p>
  707. <a href="/tagged/little%20things%20of%20enjoyment"><div style="font-size:17px; text-align:center;">Little things of enjoyments</a></div></p>
  708. <a href="/tagged/mind%20of%20the%20huntress"><div style="font-size:17px; text-align:center;">Mind of the huntress</a></div></p>
  709. <a href="/tagged/memories"><div style="font-size:17px; text-align:center;">Memories of the huntress</a></div></p>
  710. </div></div></div></div>
  711.  
  712. <div id="r" class="popup_block">
  713. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;margin-left:85px; margin-top:100px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:390px ; width: 265px;">
  714. <h1>Few words of wisdom from master</h1>
  715.  
  716. <b>➹</b> <b>This version of Atalanta is only based on F/GO and the Greek mythology</b>. The reason for this is that I’m not familiar with the other things she is involved in. This is also my view and take on her, so it might be slightly different from what you’d expect. Thank you for your understanding! </p>
  717.  
  718. <b>➹</b> <b>Blog is Multiship & AU friendly.</b> Original characters are welcome, but I might be a bit picky. </p>
  719.  
  720. <b>➹</b> Outside of serious threads, <b>I do crack ones as well.</b> Messing around from time to time is great. </p>
  721.  
  722. <b>➹</b> <b>Both mun and muse are 18+ so NSFW content is allowed.</b> However, if you wish to write something related to that please do inform me beforehand so nobody gets unwanted surprises. </p>
  723.  
  724. <b>➹</b> <b>Please, no godmodding or force shipping!</b> If you are unsure about something, ask before doing it. </p>
  725.  
  726. <b>➹</b> <b>Asks for both mun and muse are more than welcome.</b> I’m usually assuming that they’re for Atalanta unless otherwise stated.</p>
  727.  
  728. <b>➹</b> <b>English isn’t my first language</b>, so I might make some grammar mistakes. I try my best to keep it clean, so please bear with me.</p>
  729.  
  730. <b>➹</b> <b>Sometimes replying to threads or asks might take me a while</b>. This is simply a hobby and I do have things to do outside of the internet. I’d like to keep this fun instead of stressing out, which is why I’m sometimes taking my time. <b>However, if it’s been more than 3 days, feel free to send me a reminder</b>. I wont bite!</p>
  731.  
  732. <b>➹</b> <b>Most importantly, have fun! </b>♥
  733.  
  734. </div></div></div></div>
  735.  
  736. <div id="p" class="popup_block">
  737. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;margin-left:85px; margin-top:100px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:390px ; width: 265px;">
  738.  
  739. <h1>You wish to know me?</h1>
  740.  
  741. Hi there! Since <b>my portrayal of Atalanta will be slightly different from what you’d probably expect</b> I’ll explain you few things. If you aren’t familiar with the character, I’d suggest you to <b>take a look at here first</b> —> <a href="http://t.umblr.com/redirect?z=http%3A%2F%2Ftypemoon.wikia.com%2Fwiki%2FArcher_of_Red&t=Y2U4NzQyY2U5M2Y5Zjk5MzAyOGU2YmI0MTBjNjE5MTg5YmNhM2FmNyxUbU4zdWpESg%3D%3D">The chaste huntress</a></p>
  742.  
  743. Now that that is out of the way, let us begin. <b>I am not familiar with Apocrypha yet</b>, so I cannot match her with that very well. However, I will try my best to make her stay in character, even if there might be some differences. </p>
  744.  
  745. Personality wise, I’m trying to keep her somewhat ‘<b>blank</b>’. What I mean by that is, that s<b>he will show little to no emotion to most things and isn’t easily shaken</b>. However, she does have her <b>bestial side due to the fact she grew up alongside the furious beasts</b>. She keeps herself calm and collected as much as she can, <b>but is fairly easy to anger</b>. The less she knows about you, the more hostile and savage she’ll act.</p>
  746.  
  747. Whenever she cares for someone, <b>she shows similar affection that wild animals would show to their babies.</b> In other words, she treats them with great care and feels a strong need to protect them. If you manage to get through her protective walls, <b>she is one of the most loyal people you’ll find</b>. </p>
  748.  
  749. What goes for abilities,<b> it is pretty much the same as the wiki states</b>. She is able to use <b>Agrius Metamorphosis</b>, but it takes a lot before she would be willing to do since she loses all of her reason in the progress.</p>
  750.  
  751. Because I’m avoiding to make this too long, I’ll stop here. <b>More of my ideas and thoughts you can find from the ’Headcanons’ page</b>.</p>
  752.  
  753. </div></div></div></div>
  754.  
  755. <div id="mun" class="popup_block">
  756. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;margin-left:85px; margin-top:100px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:390px ; width: 265px;">
  757.  
  758. <h1>My master would like to introduce themselves</h1>
  759.  
  760. <b>➹</b> You can call me <b>Kitty</b>.</p>
  761.  
  762. <b>➹</b> <b>I consider myself genderfluid</b>, but I’m not picky about pronouns. </p>
  763.  
  764. <b>➹</b> <b>Skype is available to mutuals</b>. </p>
  765.  
  766. <b>➹</b> <b>I’m new to the Fate fandom </b>and just recently finished Fate/Zero & Fate/Stay night (UBW.)</p>
  767.  
  768. <b>➹</b> <b>I’m new to the Fate fandom </b>I do play F/GO, but I’m still a beginner with that. Friend code is available for pretty much everyone, just ask. It would be nice to add new people to my friends list! (If you don’t mind a newbie hanging around haha.) </p>
  769.  
  770. <b>➹</b> <b>Always happy to chat and plot stuff</b>, feel free to hit me up with a message!
  771.  
  772. </div></div></div></div>
  773.  
  774. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement