Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--basic tooltip from tutorial-baby! Enjoy-->
- <style>
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px; /*how big the tooltip can be at most*/
- border-radius: 0px; /*change your border radius*/
- padding:3px 4px 5px 4px; /*padding inside tooltip*/
- margin:20px 7px -2px 20px; /*distance from word*/
- background-color:#b3a39a; /*background color*/
- border-left:3px solid #fff; /*border info*/
- border-right:3px solid #fff; /*border info*/
- font-family:"silkscreen"; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:#fff; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- box-shadow:0px 0px 0px 0px #ababab;
- }
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script><title>{Title}</title>
- <link rel="shortcut icon" href="http://38.media.tumblr.com/e9a4002d25d07c534da3df401ba46479/tumblr_inline_mv6jb4cCch1r63cto.gif">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!---- this is theme 41 by Hollywhood
- please don't remove the credit
- thank you
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:scrollbar" content="#999999">
- <meta name="color:title" content="#999999">
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="text:sidebartitle" content="">
- <meta name="text:link 1" content="Link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="Link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="Link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="Link 4"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 5" content="Link 5"/>
- <meta name="text:link 5 url" content="/"/>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:7px;
- margin-left:10px;
- margin-top:-2px;
- line-height:9px;
- font-family:arial;
- z-index: 1000;
- border: 1px solid #cacaca;
- background-color:#fff;
- color: #9b9b9b;
- text-transform:uppercase;
- letter-spacing: 2px;
- }
- </style>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color:#8f8d89;
- border: 2px solid transparent;
- height:auto;
- border-radius:1px;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:4px;
- background-color: transparent;
- border:3px solid transparent;
- border-radius:0px;
- }
- iframe#tumblr_controls {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- h1 {
- font-weight:normal;
- font-size:23px;
- text-align:center;
- font-style:normal;
- line-height:100%;
- letter-spacing:1px;
- text-transform:normal;
- color:{color:text};
- }
- h2 {
- font-size:20px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:bold;
- text-transform:uppercase;
- padding:5px;
- padding-bottom:2px;
- }
- b, strong {
- color: {color:bold};
- font-style:bold;
- font-family: 'ronda';
- font-size:15px;
- text-shadow: 0px 0px 2px {color:bold shadow};
- }
- i, em {
- color: {color:italics};
- font-style:italic;
- font-size:17px;
- font-family: 'ronda';
- text-shadow: 0px 0px 1px #808080;
- }
- ::selection {color: #382a20; background: transparent;}
- ::-moz-selection {color: #382a20; background: transparent;}
- ::-webkit-selection {color: #382a20; background: transparent;}
- blockquote {
- border-left:2px solid {color:text};
- padding-left:5px;
- margin:5px;
- }
- body {
- background:#ccc9c1;
- margin:0px;
- color:{color:text};
- font-family:trebuchet ms;
- font-size:14px;
- line-height:100%;
- background-image:url("http://i.imgur.com/yWy1jji.png");
- background-attachment: fixed;
- background-image:stretch;
- background-repeat: no-repeat;
- background-image:cover;
- background-position:left top;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#595959;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- text-shadow:0px 0px 1px #313147;
- letter-spacing:1px;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#ffffff;
- text-shadow:0px 0px 2px #212121;
- letter-spacing:1px;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #post {
- width:400px;
- padding-bottom:30px;
- margin-top:10px;
- opacity:0.7;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #entries {
- padding:10px;
- left:520px;
- top:50px;
- position:fixed;
- background-color:transparent;
- width:420px;
- height:235px;
- top:190px;
- padding: 20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- }
- #sidebar {
- color:{color:text};
- position:fixed;
- width:100px;
- height:auto;
- margin-top:39px;
- margin-left:250px;
- text-align:left;
- }
- #sidebarimage img {
- width:00px;
- margin-top:-10px;
- margin-bottom:0px;
- margin-left:-9px;
- }
- #links {
- position:absolute;
- position:fixed;
- font-family:arial;
- width:320px;
- margin-top:70px;
- margin-left:355px;
- font-size:28px;
- text-transform:uppercase;
- text-align:center;
- line-height:280%;
- text-shadow:0px 0px 7px #807360;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #links a{
- line-height:280%;
- border-bottom:0px solid #fff;
- margin-top:4px;
- margin-left:13px;
- color:#ffffff;
- text-decoration:none;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- letter-spacing:3px;
- }
- #links a:hover {
- color:#fff;
- width:60px;
- text-shadow:0px 0px 10px #e3e3e3;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- letter-spacing:3px;
- }
- #description {
- position:fixed;
- width:200px;
- font-family:trebuchet ms;
- margin-top:55px;
- margin-left:-9px;
- text-align:justify;
- font-size:9px;
- color: {color:text};
- letter-spacing:0px;
- line-height:130%;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #description a {
- color:{color:link};
- }
- #description a:hover {
- color:{color:link hover};
- }
- .sidebartitle {
- width:210px;
- text-align:center;
- position:fixed;
- font-family:arial;
- line-height:120%;
- margin-left:-13px;
- font-size:13px;
- margin-top:10px;
- color:{color:title};
- }
- #pagination {
- font-family:cambria;
- width:210px;
- font-size:29px;
- margin-top:375px;
- margin-left:128px;
- padding-left:5px;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- }
- #pagination a {
- color:#fff;
- }
- #pagination a:hover {
- color:#ffffff;
- text-shadow:0px 0px 2px #212121;
- }
- #info {
- font-family:"stars";
- width:392px;
- margin-top:15px;
- padding:1px;
- font-size:20px;
- border:3px double #545454;
- color:#fff;
- text-transform:uppercase;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- background-color: rgba(159, 159, 159, 0.1);
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- box-shadow:-1px 1px 3px 0px #6b5c3d;
- }
- #info a {
- color:#545454;
- font-style:normal;
- }
- #info a:hover {
- color:{color:link hover};
- transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- }
- .tags {
- font-family:calibri;
- font-style:normal;
- width:395px;
- text-transform:normal;
- font-style:normal;
- line-height:120%;
- padding-left:5px;
- font-size:10px;
- text-align:center;
- padding-top:5px;
- padding-bottom:15px;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .tags a{
- color:#545454;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .tags a:hover{
- color:{color:link hover};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .audio{
- background-color:#e5e5e5;
- height:65px;
- overflow:hidden;
- }
- #ask {
- margin:05px 15px;
- padding:10px 20px;
- line-height:15px;
- border-bottom:3px solid #fff;
- border-top:3px solid #fff;
- background-image:url("http://i.imgur.com/thLI33Q.png");
- height:100px;
- width:340px;
- text-align:center;
- box-shadow:-1px 1px 4px 1px #917b6a;
- color:#ffffff;
- text-shadow:0px 0px 3px #5b5b66;
- }
- #credit {
- font-size:19px;
- font-family:cambria;
- font-style:none;
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a {
- background-color:transparent;
- padding:5px;
- border:0px solid #e9e9e9;
- position:fixed;
- right:15px;
- bottom:10px
- }
- #credit a:hover {
- color:#fff;
- background-color:transparent;
- transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- }
- {CustomCSS}
- .popup_block{
- display:none;
- background:#fcfcfa;
- background-image: url("http://i.imgur.com/rktsv2a.png");
- background-repeat: no-repeat;
- border-radius:0px;
- width:500px;
- height:620px;
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- box-shadow:-1px 1px 4px 1px #917b6a;
- z-index:999999999999999999999999999999999999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#fff; /* change to #fff for solid white */
- opacity:0.4;
- }
- #ocehans {
- position:fixed;
- text-align:center;
- font-size: 10px;
- opacity: .5;
- left:10px;
- opacity: 1;
- background-color:#fff;
- width:115px;
- height:auto;
- bottom: 15px;
- opacity: 1;
- padding:5px;
- border: 3px double #eee;
- right:10px;
- font-size:8px;
- font-family:consolas;
- text-transform:uppercase;
- line-height:9px;
- letter-spacing:1px;
- overflow:hidden;
- z-index:999;
- -moz-border-radius:1px;
- border-radius:1px;
- box-shadow:-1px 1px 3px 0px #6b5c3d;
- }
- }
- #ocehans2 {
- height:10px;
- width:55px;
- background-color: auto;
- z-index: 99;
- }
- #musicplayer {
- position: fixed;
- left: 910px;
- top: 133px; }
- .yo {
- position: absolute;
- left: 35px;
- top: 0px;
- font-style: oblique; font: 9px georgia;
- width: 80px;
- height: auto;
- padding: 5px;
- background-color: #fff;
- opacity: 0;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- -ms-transition: all 0.3s eease-in;
- transition: all 0.3s ease-in; }
- #musicplayer:hover .yo {
- opacity: 1;
- -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
- -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
- box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
- .player {
- border: 0px solid #fff;
- padding-top:2px;
- padding-right:1px;
- position: fixed;
- width: 25px;
- margin: 3px 0px 0px 0px;
- overflow: hidden;
- z-index: 9999;
- opacity: 0.6; }
- @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- </style></head><body>
- <div id="musicplayer">
- <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
- <param name="bgcolor" value="#ccc9c1" />
- <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/t8xyfdmezf7i27e/Kingdom%2520Hearts%2520II%2520Final%2520Mix%252B%2520-%2520The%2520Other%2520Promise%2520-Orchestral%2520Version-%2520%2528Roxas%2527s%2520Theme%2529%2520-%2520Dramatica.mp3%3Fdl%3D0&width=25&loop=1&autoplay=1&volume=50&showslider=0&bgcolor=ccc9c1&bgcolor1=ccc9c1&bgcolor2=ccc9c1&buttonovercolor=999999" />
- </object></div></div>
- </div>
- <div id="ocehans">
- <div id="ocehans2">
- indie henry!inigo from fire emblem awakening.<br>written by haru.
- </div> </div>
- <div id="RULES" class="popup_block">
- <center><div style="background-color:transparent; width:460px;padding:10px;text-align:center; text-style:normal;border:4px transparent #c4c4c4;border-radius:0px; color:#917f74;opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:-10px; margin-top:310px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:290px"></i>
- <li>Please do <strong>NOT </strong>godmod, powerplay, or metagame. This will lead to me unfollowing you and dropping the thread immediately. I do not tolerate this type of behavior. </li>
- <li>This blog is <strong>OC</strong> and <strong>crossover friendly</strong>. This means I’m willing to RP with OCs from any fandom, and I’m willing to RP with the fandoms I know. If I do not know your muse that well, and we happen to RP, I apologize in advance of the many mistakes I’ll end up making. </li>
- <li>Inigo is primarily married to <a href="http://gladiance.tumblr.com/" target="_blank">this Lucina</a>, although this blog is open to other ships in “other verses”. If you are interested in shipping with me, it must take place in another verse, since in his main verse, he is married to Lucina. But for the sake of simplifying things, this blog is <strong>primarily multi-ship, but with only one ship per verse.</strong> A ship can take up more than one verse if desired. <strong>HOWEVER</strong>, Inigo still tends to be a huge flirt, so please tell me if you’re uncomfortable with him flirting with your muse (this will probably occur if your muse is female).</li>
- <li>I am tracking <strong>flourpicker</strong>, please tag accordingly!</li>
- <li>Do not bug me about threads. I tend to be slow with replies. I still have some summer homework to do, sorry, I don’t make the rules.</li>
- <li>Furthermore, if I am really late, you can tell me that you are expecting our thread soon. This may or may not give me further incentive to actually do it.</li>
- <li>Don’t steal icons from my blog, that is extremely rude.</li>
- <li><strong>THIS BLOG IS SEMI-SELECTIVE. This means I will only RP with mutuals.</strong></li>
- <li>I do not drop threads frequently (unless a case as rule breaking occurs), but if I ever do, I will consult you first.</li>
- <li>Do not feel pressured to match my length, most of the time, I write a whole lot. Not as much as others may, but still a considerable amount.</li>
- <li>I am <strong>NOT </strong>my muse. I cannot stress this enough! I know several bouts of drama that occurred to my friends due to people misunderstand the concept that mun <strong>≠</strong><span style="color: #252525; font-family: sans-serif; line-height: 22.3999996185303px;"> </span>muse.</li>
- <li>I use exact formatting, but this doesn’t mean you have to match it. However, you can if you feel like it. I will only use symbols if my partner is using them.</li>
- <li>If you are willing to interact, please message me! I love interacting with new people!</li>
- <li>I take years to reply, sorry! If it’s at least a week late, it will be tagged as “<strong>.three years late</strong>”. This is for my own entertainment, mostly, letting me see how much replies I churn out late haha.</li>
- <li>Inigo does have a set of canons, which will be on <a href="/canons" target="_blank">this page</a>.</li>
- </ol>
- <p><a href="http://." target="_blank"><span style="text-decoration: underline;">Ask Memes</span></a></p>
- <ol>
- <li><span style="line-height: 1.4;">I tend to reblog ask memes from time to time, and they will be tagged as “<strong>.inbox</strong>” unless they are ooc memes that will be deleted later. If you need to use my blog as a meme archive, please feel free to peruse through <a href="http://flourpicker.tumblr.com/tagged/.inbox" target="_blank">this tag!</a></span></li>
- <li><span style="line-height: 1.4;">I do not follow reblog karma at all. It would be nice if you sent me a meme after you reblogged it from me, but it is <em>not</em> necessary! If it’s a simple meme such as sending symbols, if you send me some, I will most likely send some back in return.</span></li>
- <li><span style="line-height: 1.4;">A thread can be started from an ask meme, but I will make it clear that I would deeply appreciate it if you transform it into a text post rather than simply reblogging the ask. If you do that, that is alright, I will just change the thread into a text post.</span></li>
- <li><span style="line-height: 1.4;">Non-mutuals are free to send me asks, but I cannot guarantee that they will be answered. If they are answered, those will not be changed into a thread. You’re free to reply, but I won’t write a response in return, sorry!</span></li>
- <li><span style="line-height: 1.4;">Please do not send me memes on anon, although it is alright for when you’re doing that in cases of sending memes from sideblogs. If you are too shy or do not have a roleplay blog but would like to see Inigo’s reaction to that character, you are free to send a symbol and specifying the character!</span></li>
- <li><span style="line-height: 1.4;">I <strong>do not </strong>take M!As. This is because I tend to be forgetful with them and sometimes they're not very interesting. Oops.</span></li>
- </ol>
- <p><span style="text-decoration: underline;"><a href="http://." target="_blank">Dash/Unfollowing</a></span></p>
- <ol style="line-height: 19.6000003814697px;">
- <li>It is possible to begin a thread from an ask, but I ask you to make a text post for it. If you are unable to do that, then when I finally reply, I’ll do that for you.</li>
- <li><strong>PLEASE CUT YOUR POSTS. </strong>If you do not, I will unfollow you. It is a pain to scroll down all of that or find the j key on my keyboard.</li>
- <li>If you show any signs of being toxic, I will mostly likely unfollow you. I will also unfollow if you stir up drama on purpose in order to get attention. This also applies to if you have vagueposted about a friend of mines, or have antagonized them in the past.</li>
- <li>If you excessively post OOC and I have never seen you RP, I will also unfollow.</li>
- <li>I do not follow personals, sorry.</li>
- <li>If you are not following me back, then I will unfollow. This is in order to keep a clean dash and in order to secure my self-confidence, lol. There is an exception for sideblogs, however.</li>
- <li>If you do not tag your sexual content with the general <strong>nsfw</strong> tag, I will probably unfollow you.</li>
- </ol>
- <p style="line-height: 19.6000003814697px;"><span style="text-decoration: underline;"><a href="http://.">OOC</a></span></p>
- <ol style="line-height: 19.6000003814697px;">
- <li><strong><span style="line-height: 1.4;">I’m only 14, therefore I am unable to roleplay smut or any other type of explicit content.</span></strong></li>
- <li><span style="line-height: 1.4;">I am female, but just call me Haru. Please address me with she/her pronouns.</span></li>
- <li><span style="line-height: 1.4;"><span style="line-height: 1.4;">Skype is available to mutuals upon request.</span></span></li>
- <li><span style="line-height: 1.4;">My 3DS friend code is also available upon request. Keep in mind that I most likely won’t fight you in Pokemon. I suck.</span></li>
- <li><span style="line-height: 1.4;">I do not have any triggers. If you are following me and have any, please tell me so I can tag it for you! I strive to tag basic triggers like: blood, death, gifs…. I tag them in the format of #<strong>.blood tw</strong>. For gifs, I use #<strong>.gif warning</strong>.</span></li>
- <li><span style="line-height: 1.4;">OOC posts will be tagged with: <strong>.outofflours</strong>. Go ahead and blacklist it if you find it useful. To blacklist tags, use either tumblrsavior or xkit. I highly recommend that you use tumblr savior, however. It blocks out ANY mention of the word. While using xkit, you must be VERY specific and it does not blacklist tags if there is anything else in there.</span></li>
- <li><span style="line-height: 1.4;">I have an <a href="http://haru-icons.tumblr.com/" target="_blank">icon blog</a>! I slave away at icons! Currently, requests are closed at the minute, but feel free to peruse anyways.</span></li>
- <li><span style="line-height: 1.4;">I am not a huge fan of the passwords trends in rules. If you want to let me know that you read my rules, then <em>go ahead </em> and send me an ask saying that and tell me if you’re interested in interacting! <strong>However</strong>, I will send them to yours from here or my Kamui blog (shadowedties). If i end up forgetting, please forgive me! I usually make it my policy to read my rules if applicable, but for the most part I tend to skim them since they usually state the usual rules. </span></li>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="ABOUT" class="popup_block">
- <center><div style="background-color:transparent; width:460px;padding:10px;text-align:center; text-style:normal;border:4px transparent #c4c4c4;border-radius:0px; color:#917f74;opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:-10px; margin-top:310px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:290px"></i>
- place inigo's about here
- </div></div></div></div></div></div></div></div></div></div>
- <div id="NAVI" class="popup_block">
- <center><div style="background-color:transparent; width:460px;padding:10px;text-align:center; text-style:normal;border:4px transparent #c4c4c4;border-radius:0px; color:#917f74;opacity:.9; letter-spacing:1px;font-size:14px;font-family:'ronda';margin-left:-10px; margin-top:310px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:290px"></i>
- place inigo's links here
- </div></div></div></div></div></div></div></div></div></div>
- <div id="sidebar">
- <div class="sidebartitle">{text:sidebartitle}</div>
- <div id="links">
- <a title="{text:link 1}" href="{text:link 1 url}">❀</a>
- <a title="{text:link 2}" href="{text:link 2 url}">❀</a>
- <a href="#?w=470" rel="RULES" class="poplight" title="{text:link 3}">❀</a>
- <a href="#?w=470" rel="ABOUT" class="poplight" title="{text:link 4}">❀</a>
- <a href="#?w=470" rel="NAVI" class="poplight" title="{text:link 5}">❀</a>
- </div>
- <div id="description">{description}
- <div id="pagination">
- <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
- </div></div></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
- {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}
- {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName} {TrackName}{/block:TrackName}
- {block:Artist} — {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><br><em>{Asker} asked the Mercenary ;</em><br> « {Question} »</div><br><p>{Answer}{/block:Answer}
- {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">☆</a>
- {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount} notes">☆</a> {/block:NoteCount}
- {block:RebloggedFrom} <a title="via: {ReblogParentName}" href="{ReblogParentURL}">☆</a> {/block:RebloggedFrom}{block:ContentSource} <a title="source: {SourceTitle}" href="{SourceURL}">☆</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">☆</a></br>
- </div>
- {block:HasTags}
- <div class="tags">
- tagged as:{block:Tags} <a href="{TagURL}"> -{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="credit"><a href="http://hollywhood.tumblr.com">✦</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment