Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.89 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. <!-- THEME BY MIU. ***ano-silence.tumblr.com***
  4.  
  5. Privet. So at first some things:
  6. don't use the theme as a base [look at my blog for the basic code!];
  7. and please don't remove the credit or move it to a page!
  8. if there are any glitches in this theme please message me off anon and
  9. i'll try to correct it right away !
  10.  
  11. thank you and enjoy the theme! 笑顔-->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <script type="text/javascript"
  16. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  17.  
  18. <head>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />
  56. {/block:Description}
  57.  
  58. <meta name="image:background img" content=""/>
  59. <meta name="image:postbackground img" content=""/>
  60. <meta name="image:top" content=""/>
  61. <meta name="image:bottom" content=""/>
  62. <meta name="color:background" content="#fff" />
  63. <meta name="color:postbackground" content="#fff" />
  64. <meta name="color:Text" content="#444" />
  65. <meta name="color:link" content="#999" />
  66. <meta name="color:link hover" content="#999" />
  67. <meta name="color:tooltip bg" content="#ffffff">
  68. <meta name="color:tooltip" content="#000000">
  69. <meta name="color:tooltip border" content="#000000">
  70. <meta name="color:scrollbar" content="#000000"/>
  71. <meta name="color:scrollbar bg" content="#ffffff"/>
  72. <meta name="if:show title" content="1"/>
  73. <meta name="if:show description" content="1"/>
  74. <meta name="if:post fade" content="1"/>
  75. <meta name="if:show updates" content="1"/>
  76. <meta name="if:show tags" content="1"/>
  77. <meta name="if:show Caption" content="0"/>
  78. <meta name="if:250px" content="1"/>
  79. <meta name="if:100px" content="0"/>
  80. <meta name="if:show month" content="0"/>
  81.  
  82. <meta name="text:Updates" content="well, here are your updates or whatever you want to write here. have fun with it!" />
  83. <meta name="text:UpdatesTitle" content="Updates +" />
  84. <meta name="text:Link1" content="<a href="" />
  85. <meta name="text:Link1title" content="" />
  86. <meta name="text:Link1 URL" content="" />
  87. <meta name="text:Link2" content="" />
  88. <meta name="text:Link2title" content="" />
  89. <meta name="text:Link2 URL" content="" />
  90. <meta name="text:Link3" content="" />
  91. <meta name="text:Link3title" content="" />
  92. <meta name="text:Link3 URL" content="" />
  93. <meta name="text:Link4" content="" />
  94. <meta name="text:Link4title" content="" />
  95. <meta name="text:Link4 URL" content="" />
  96. <meta name="text:Link5" content="" />
  97. <meta name="text:Link5title" content="" />
  98. <meta name="text:Link5 URL" content="" />
  99. <meta name="text:Link6" content="theme" />
  100.  
  101. <style type="text/css">
  102.  
  103. {block:ifinvertedtumblrcontrols}
  104. iframe#tumblr_controls {
  105. white-space:nowrap;
  106. -webkit-filter: invert(100%);
  107. -moz-filter: invert(100%);
  108. -o-filter: invert(100%);
  109. -ms-filter: invert(100%);
  110. filter: invert(100%);
  111. transition: .8s ease-in-out;
  112. -webkit-transition: .8s ease-in-out;
  113. -moz-transition: .8s ease-in-out;
  114. -o-transition: .8s ease-in-out;
  115. }
  116. {/block:ifinvertedtumblrcontrols}
  117.  
  118. ::-webkit-scrollbar {
  119. width: 6px; height: 4px; background:{color:scrollbar bg};
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb {
  123. background-color:{color:scrollbar};
  124. }
  125.  
  126.  
  127. body{
  128. font-size:12px;
  129. color:{color:text};
  130. font-family:"times new roman";
  131. background-color:{color:background};
  132. background-image:url('{image:background img}');
  133. background-attachment:fixed;
  134. background-repeat:repeat;
  135. -webkit-transition-duration: 0.5s;
  136. -moz-transition-duration: 0.5s;
  137. -o-transition-duration: 0.5s;
  138. -ms-transition-duration: 0.5s;
  139. background-image: url(http://static.tumblr.com/wkwluiw/eclnn8yfw/flowers13.jpg);
  140. background-position:top right;
  141. background-repeat: no-repeat;
  142. background-attachment: fixed;
  143. }
  144.  
  145. blockquote
  146. {border-left:2px solid;
  147. padding-left:5px;}
  148.  
  149. a
  150. {text-decoration:none;
  151. color:{color:Link};
  152. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  153. opacity:1;}
  154.  
  155. a:hover
  156. {text-decoration:none;
  157. color:{color:Link hover};
  158. opacity:1;}
  159.  
  160. #mew {
  161. {block:if250px}
  162. width:310px;
  163. {/block:if250px}
  164. {block:if100px}
  165. width:160px;
  166. {/block:if100px}
  167. {block:PermalinkPage}
  168. width:310px;
  169. {/block:PermalinkPage}
  170. margin-left:506px;
  171. background-color:{color:postbackground};
  172. background-image:url('{image:postbackground img}');
  173. background-attachment:fixed;
  174. background-repeat:repeat;
  175. position:absolute;
  176. padding:0px;
  177. border-left:1px solid {color:border};
  178. border-right:1px solid {color:border};
  179. border-bottom:1px solid {color:border};
  180. }
  181.  
  182. #post{
  183. padding:5px;
  184. background-color:transparent;
  185. {block:if250px}
  186. width:250px;
  187. margin:25px;
  188. {/block:if250px}
  189. {block:if100px}
  190. width:100px;
  191. margin:25px;
  192. {/block:if100px}
  193. float:left;
  194. {block:ifpostfade}
  195. opacity:.7;
  196. {/block:ifpostfade}
  197. {block:PermalinkPage}
  198. width:250px;
  199. margin:25px;
  200. {/block:PermalinkPage}
  201. -webkit-transition-duration: 0.5s;
  202. -moz-transition-duration: 0.5s;
  203. -o-transition-duration: 0.5s;
  204. -ms-transition-duration: 0.5s;
  205. }
  206.  
  207. #post:hover {
  208. opacity:1;
  209. -webkit-transition-duration: 0.5s;
  210. -moz-transition-duration: 0.5s;
  211. -o-transition-duration: 0.5s;
  212. -ms-transition-duration: 0.5s;
  213. }
  214.  
  215. #postinfo {
  216. {block:if250px}
  217. width:250px;
  218. {/block:if250px}
  219. {block:if100px}
  220. width:100px;
  221. {/block:if100px}
  222. {block:PermalinkPage}
  223. width:250px;
  224. {/block:PermalinkPage}
  225. padding:2px;
  226. font-size:8px;
  227. font-style:normal;
  228. letter-spacing:2px;
  229. text-align:left;
  230. -moz-transition-duration:0.5s;
  231. -webkit-transition-duration:0.5s;
  232. -o-transition-duration:0.5s;
  233. }
  234.  
  235. #sidebar {
  236. padding:3px 0px 3px 0px;
  237. background:transparent;
  238. position:fixed;
  239. width:180px;
  240. font-size: 9px;
  241. text-align:right;
  242. top:400px;
  243. height:auto;
  244. z-index:1;
  245. background:transparent;
  246. margin-left:310px;
  247. opacity:0.8;
  248. }
  249.  
  250. #title {
  251. font-size:11px;
  252. font-family:'Times New Roman'
  253. color: #000000;
  254. }
  255.  
  256. #s-m-t-tooltip {position:fixed;
  257. overflow:auto;
  258. max-width:150px;
  259. padding:2px 5px 2px 5px;
  260. margin:18px 0 0 18px;
  261. z-index:10;
  262. display:inline-block;
  263. font:8px 'calibri';
  264. letter-spacing:1px;
  265. background:{color:tooltip bg};
  266. color:{color:tooltip};
  267. border:1px solid {color:tooltip border};
  268. }
  269.  
  270. #updates {
  271. font-size:8px;
  272. color:{color:Text};
  273. text-align:left;
  274. height:13px;
  275. width:140px;
  276. padding:4px;
  277. top:1px;
  278. {block:if250px}
  279. left:840px;
  280. {/block:if250px}
  281. {block:if100px}
  282. left:695px;
  283. {/block:if100px}
  284. {block:PermalinkPage}
  285. left:840px;
  286. {/block:PermalinkPage}
  287. z-index:10;
  288. position:fixed;
  289. overflow:hidden;
  290. -webkit-transition: all 0.5s ease-in-out;
  291. -moz-transition: all 0.5s ease-in-out;
  292. -o-transition: all 0.5s ease-in-out;
  293. }
  294.  
  295. #updates:hover {
  296. height:auto;
  297. -webkit-transition: all 0.5s ease-in-out;
  298. -moz-transition: all 0.5s ease-in-out;
  299. -o-transition: all 0.5s ease-in-out;
  300. }
  301.  
  302. #updatestitle {
  303. font-size:10px;
  304. color:{color:text};
  305. }
  306.  
  307. #topright {
  308. position:fixed;
  309. width:auto;
  310. background-color:transparent;
  311. margin-top:-5px;
  312. left:0px;
  313. }
  314.  
  315. #bottomright {
  316. position:fixed;
  317. width:auto;
  318. background-color:transparent;
  319. bottom:0px;
  320. right:0px;
  321. }
  322.  
  323. #video{
  324. {block:if150px}
  325. width:250px;
  326. {/block:if150px}
  327. {block:if250px}
  328. width:250px;
  329. {/block:if250px}
  330. overflow: hidden;
  331. }
  332. #fade { /*--Transparent background layer--*/
  333. display: none; /*--hidden by default--*/
  334. background: #000;
  335. position: fixed; left: 0; top: 0;
  336. width: 100%; height: 100%;
  337. opacity: .80;
  338. z-index: 9999;
  339. }
  340. .popup_block{
  341. display: none; /*--hidden by default--*/
  342. background: #fff;
  343. padding: 20px;
  344. border: 20px solid #ddd;
  345. float: left;
  346. font-size: 1.2em;
  347. position: fixed;
  348. top: 50%; left: 50%;
  349. z-index: 99999;
  350. /*--CSS3 Box Shadows--*/
  351. -webkit-box-shadow: 0px 0px 20px #000;
  352. -moz-box-shadow: 0px 0px 20px #000;
  353. box-shadow: 0px 0px 20px #000;
  354. /*--CSS3 Rounded Corners--*/
  355. -webkit-border-radius: 10px;
  356. -moz-border-radius: 10px;
  357. border-radius: 10px;
  358. }
  359. img.btn_close {
  360. float: right;
  361. margin: -5px -5px 0 0;
  362. }
  363. /*--Making IE6 Understand Fixed Positioning--*/
  364. *html #fade {
  365. position: absolute;
  366. }
  367. *html .popup_block {
  368. position: absolute;
  369. }
  370. {CustomCSS]</style>
  371.  
  372. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  373. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  374. <script>
  375. (function($){
  376. $(document).ready(function(){
  377. $("a[title]").style_my_tooltips({
  378. tip_follows_cursor:true,
  379. tip_delay_time:90,
  380. tip_fade_speed:600,
  381. attribute:"title"
  382. });
  383. });
  384. })(jQuery);
  385. </script>
  386.  
  387.  
  388.  
  389. </head>
  390.  
  391. <body>
  392.  
  393. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  394.  
  395. <script type="text/javascript">
  396. snowStorm.snowColor = '#1c002a'; //
  397. snowStorm.flakesMaxActive = 30;
  398. </script>
  399.  
  400. <div id="topright"> <img src="{image:top}"></div>
  401. <div id="bottomright"> <img src="{image:bottom}"></div>
  402.  
  403. <div id="sidebar"> {block:ifshowtitle}<div id="title"><a href="/" >{Title}</a></div>{/block:ifshowtitle}
  404. {block:ifshowdescription}{Description}<br>{/block:ifshowdescription}
  405. {block:ifLink1}<a href="{text:Link1 URL}" title="{text:Link1title}">{text:Link1}</a> /{/block:ifLink1}{block:ifLink2}<a href="#?w=500" rel="ask_form_div" class="poplight">{text:Link2}</a> /{/block:ifLink2} {block:ifLink3}<a href="#?w=500" rel="03" class="poplight">iii.</a> /{/block:ifLink3} {block:ifLink4}<a href="#?w=500" rel="04" class="poplight">iv.</a> /{/block:ifLink4}{block:ifLink5}<a href="{text:Link5 URL}" title="{text:Link5title}">{text:Link5}</a>{/block:ifLink5} <a href="http://ano-silence.tumblr.com" title="theme credit">{text:Link6}</a>
  406. </div>
  407.  
  408.  
  409. {block:ifshowupdates}<div id="updates">
  410. <div id="updatestitle"> {text:UpdatesTitle}</div>
  411.  
  412. <div style="padding-top:8px;font-family:calibri;text-transform:uppercase;letter-spacing:1px;">
  413. <span style="calibri"> {text:Updates}
  414. </span>
  415. </div></div>{/block:ifshowupdates}
  416.  
  417.  
  418. <div id="mew">
  419. <div class="autopagerize_page_element">
  420. {block:Posts}
  421.  
  422. <div id="post">
  423.  
  424. {block:Title}<div style="font-size:12px;font-weight:bold;font-family:Times New Roman">{Title}</div>
  425. {/block:Title}
  426.  
  427. {block:Text}{Body}
  428. {/block:Text}
  429.  
  430. {block:Photo}
  431. {block:if100px}<a href="{Permalink}" ><img src="{PhotoURL-100}" /></a>{/block:if100px}{block:if250px}<a href="{Permalink}" ><img src="{PhotoURL-250}" /></a>{/block:if250px}
  432. {/block:Photo}
  433.  
  434. {block:Photoset}
  435. {block:Photos}{Photoset}{/block:Photos}
  436. {/block:Photoset}
  437.  
  438. {block:Quote}
  439. <div style="font-size:12px;color:{color:link};font-weight:italic;">"{Quote}"</div>
  440. <div align="right">
  441. {block:Source}-{Source}{/block:Source}
  442. </div>
  443. {/block:Quote}
  444.  
  445. {block:Video}
  446. {block:if150px}<div id="video">{VideoEmbed-250}</div>{/block:if150px}
  447. {block:if250px}<div id="video">{VideoEmbed-250}</div>{/block:if250px}
  448. {/block:Video}
  449.  
  450. {block:Link}
  451. <a href="{URL}" class="link" {Target}</a><b><i>{Name}</i></b></a><br>
  452. {block:Description}{Description}{/block:Description}
  453. {/block:Link}
  454.  
  455. {block:Chat}
  456. {block:Lines}
  457. {block:Label}
  458. <br><b>{Label}</b>
  459. {/block:Label}
  460. &nbsp;{Line}
  461. {/block:Lines}
  462. {/block:Chat}
  463.  
  464. {block:Audio}
  465. {block:TrackName}
  466. <div style="font-size:10px;text-transform:uppercase;">{TrackName}</div><br>
  467. {/block:TrackName}
  468. {block:AudioPlayer} <div style="width:27px; overflow:hidden;">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div style="text-align:right;margin-top:-26px;width:auto;margin-left:30px;"><i>{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}{Album}{/block:Album}<br>
  469. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</i></div>
  470. {/block:Audio}
  471.  
  472.  
  473. {block:Answer}
  474. <b>{Asker}</b> whispered <i>{Question}</i><Br>
  475. {Answer}
  476. {/block:Answer}
  477.  
  478.  
  479. {block:indexpage}
  480. <div id="postinfo">
  481. {block:ifshowCaption}{block:Caption} {Caption} {/block:Caption}
  482. {/block:ifshowCaption}
  483. <div align="right"><a href="{Permalink}" title="{NoteCount}" class="not">{block:ifshowmonth}{ShortMonth}, {block:ifshowmonth}注釈</a> <a href="{ReblogURL}" title="reblog?" target="_blank">↺</a> </div>
  484. {block:ifshowtags}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}"><i>{Tag}</i> </a>{/block:Tags}{/block:HasTags}{/block:ifshowtags}
  485. </div>{/block:indexpage}
  486.  
  487. {block:PermalinkPage}
  488. {block:Caption} {Caption} {/block:Caption}
  489. <br><br><center>{block:NoteCount}Posted on {ShortMonth} {DayOfMonthWithZero}, {Year} with {NoteCount} Notes{/block:NoteCount} {block:RebloggedFrom}<i>via</i> <a href="{ReblogParentURL}" >{ReblogParentName}</a> {/block:RebloggedFrom}
  490. {block:ContentSource}<br><i>Origin: </i><a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</center><br>{block:HasTags}<br><i>Tags: </i>{block:Tags}<a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}
  491. <br><div style="overflow:scroll;overflow:auto;width:250px;height:260px;opacity:1">{block:PostNotes}
  492. {PostNotes}{/block:PostNotes}</div></div>{/block:PermalinkPage}
  493. </div>
  494.  
  495. {/block:Posts}
  496.  
  497. </div></div>
  498.  
  499. <!-- hey there! >please< don't remove the credit or move it to anywhere else. it's just a tiny symbol. i worked hard on this theme and i hope you understand ! さようなら. -miu; -->
  500.  
  501. <a href="http://ano-silence.tumblr.com" style="left:3px;bottom:3px;position:fixed;z-index:99999999;background-color:{color:background};color:{color:Text};padding:1px;font-size:10px;letter-spacing:0px;border:1px solid {color:border};" title="theme by miu-">クレジット</a>
  502.  
  503. </div>
  504.  
  505. </body>
  506.  
  507. <div id="ask_form_div" class="popup_block">
  508. <div style="font-size:12px;font-weight:bold;font-family:Times New Roman">Ask me anything</div>
  509.  
  510. <iframe frameborder="0" scrolling="no" width="100%" height="200" src="https://www.tumblr.com/ask_form/shiinjiru.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  511. </div>
  512.  
  513. <button type="submit" id="ask_button" class="popup_block" disabled="" style="display: none;">Ask</button>
  514.  
  515. <div id="03" class="popup_block">
  516.  
  517. <a href="http://shiinjiru.tumblr.com/bears">font size</a><center><p>this is regular <strong>bold</strong> <em>italic&nbsp;</em></p>
  518. <p><small>this is small <strong>bold&nbsp;</strong><em>italic&nbsp;</em></small></p></a>
  519.  
  520. </div>
  521.  
  522. <div id="04" class="popup_block">
  523.  
  524. <a href="http://shiinjiru.tumblr.com/bigbears">rules sample</a><center><p><strong>&nbsp; &nbsp; &nbsp; &nbsp; benevolentia ;</strong><em> [ n o u n ]</em><strong> ;</strong> be.ne.wo.&rsquo;len.ti.a&nbsp;<br /><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [ L A T I N ]</em><span style="line-height: 1.4;"> meaning</span><strong style="line-height: 1.4;"> ; benevolence, kindness</strong></p>
  525. <p><small><strong>General:&nbsp;</strong></small></p>
  526. <p><small><strong>i.&nbsp;</strong>This is a&nbsp;<strong>semi-private</strong>&nbsp;&amp;&nbsp;<strong>semi-selective</strong>,<em>&nbsp;[ indie ]</em>&nbsp;role-play blog for Petra Ral from Shingeki no Kyojin.&nbsp;<br /><strong>ii.&nbsp;</strong>I&rsquo;m only going to write with&nbsp;<strong>mutuals</strong>; that being said, please refrain from sending me memes/tagging me in starters/replying to my opens/etc, if we&rsquo;re&nbsp;<strong>NOT</strong>&nbsp;in a mutual follow. It makes me very uncomfortable and I won&rsquo;t respond. It has nothing to do with you personally&mdash; it&rsquo;s for my own peace of mind. But this&nbsp;<strong>doesn&rsquo;t</strong>&nbsp;mean you can&rsquo;t communicate with me; I&rsquo;m quite friendly and would feel happy if you tried getting to know me.&nbsp;<br /><strong>iii.</strong>&nbsp;No god-modding; I think this is a given, but if you do it&nbsp;<em><strong>(</strong>&nbsp;</em>intentionally or not&nbsp;<em><strong>)</strong></em>, I&rsquo;ll ask you politely to rewrite your response. If it happens again I&rsquo;ll drop the thread.&nbsp;<br /><strong>iv.</strong>&nbsp;All triggers will be tagged&nbsp;<em><strong>(</strong>&nbsp;</em>images &amp; threads&nbsp;<em><strong>)</strong>&nbsp;</em>with<em>&nbsp;&lsquo;tw trigger&rsquo;</em>&nbsp;and/or<em>&nbsp;&lsquo;trigger&rsquo;</em>&nbsp;; nsfw will be tagged as well, but if I forget to tag something that bothers you please inform me and I&rsquo;ll tag it accordingly.<br /><strong>v.</strong>&nbsp;I track the tag&nbsp;<em><strong>&lsquo;benevolentiiaa&rsquo;</strong></em>&nbsp;<br /><strong>vi.</strong>&nbsp;Skype is available for mutuals upon request.<br /><strong>vii.</strong>&nbsp;All Petra Ral&nbsp;icons do not belong to me&mdash; they belong to their respected artists; if you see your art being used and want it to be either credited or taken down I will happily comply with your request. However, I&nbsp;<strong>did</strong>&nbsp;edit all my icons, so please don&rsquo;t take them. I will hunt you down and eat you for breakfast.&nbsp;</small></p></a>
  527.  
  528. </div>
  529.  
  530. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement