toodleoodle

ike theme 1

May 23rd, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---
  6. Theme 05. BENRIYA by soldierholic
  7.         Don't remove the credit!
  8.        Please don't take, use as a base, or claim the theme as your own.
  9. --->
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="http://4.bp.blogspot.com/_NZJzdRm10Y0/TUbta6aSfWI/AAAAAAAAAf4/lWOy2CAOWUs/flor.gif">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Blockquote" content="#e3e3e3"/>
  17. <meta name="color:Bold" content="#000000"/>
  18. <meta name="color:Borders" content="#c4c4c4"/>
  19. <meta name="color:Clinks 1" content="#acacac"/>
  20. <meta name="color:Clinks 2" content="#888888"/>
  21. <meta name="color:Clinks hover" content="#bdbdbd"/>
  22.  
  23. <meta name="color:Info Text" content="#999898"/>
  24. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  25. <meta name="color:Link" content="#636363"/>
  26. <meta name="color:Link Hover" content="#e0e0e0"/>
  27. <meta name="color:Navi" content="#a2a2a2"/>
  28. <meta name="color:Navi hover" content="#bdbdbd"/>
  29. <meta name="color:Pagination" content="#b4b4b4"/>
  30. <meta name="color:Post BG" content="#ffffff">
  31. <meta name="color:Post Title" content="#3d3d3d"/>
  32.  
  33. <meta name="color:Scrollbar" content="#b5b5b5"/>
  34. <meta name="color:Tags" content="#363636"/>
  35. <meta name="color:Text" content="#a9a9a9"/>
  36.  
  37.  
  38. <meta name="image:Sidebar" content="http://static.tumblr.com/f25176f93acded3bcc55bb930354dfd6/yiih8yx/fHtn1decu/tumblr_static_gangsta_v02_-_002_copy_2__2_xs.jpg"/>
  39.  
  40. <meta name="text:Home Title" content="index" />
  41. <meta name="text:Ask Title" content="query" />
  42. <meta name="text:Submit Title" content="forfeit" />
  43. <meta name="text:Archive Title" content="history" />
  44.  
  45. <meta name="text:Link1" content="/" />
  46. <meta name="text:Link1 Title" content="Link 1" />
  47. <meta name="text:Link2" content="/" />
  48. <meta name="text:Link2 Title" content="Link 2" />
  49. <meta name="text:Link3" content="/" />
  50. <meta name="text:Link3 Title" content="Link 3" />
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("a[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:0,
  61. tip_fade_speed:0,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <script type="text/javascript"
  69. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70. <script>
  71. $(document).ready(function() {
  72. //
  73. $('a.poplight[href^=#]').click(function() {
  74. var popID = $(this).attr('rel'); //Get Popup Name
  75. var popURL = $(this).attr('href'); //Get Popup href to define size
  76. var query= popURL.split('?');
  77. var dim= query[1].split('&');
  78. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  79. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  80. var popMargTop = ($('#' + popID).height() + 80) / 2;
  81. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  82. //Apply Margin to Popup
  83. $('#' + popID).css({
  84. 'margin-top' : -popMargTop,
  85. 'margin-left' : -popMargLeft
  86. });
  87. $('body').append('<div id="fade"></div>');
  88. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  89. return false;
  90. });
  91. $('a.close, #fade').live('click', function() {
  92. $('#fade , .popup_block').fadeOut(function() {
  93. $('#fade, a.close').remove(); //fade them both out
  94. });
  95. return false;
  96. });
  97. });
  98. </script>
  99.  
  100. <script type="text/javascript"src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=tiny_cursor&path=random"></script>
  101.  
  102. <style type="text/css">
  103.  
  104. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  105.  
  106.    
  107. ::-webkit-scrollbar-thumb:vertical {
  108.     background-color:transparant;
  109.     height:7px;
  110.     border-bottom:2px solid transparant;
  111.     border-top:2px solid transparant;
  112.     border-right:2px solid transparant;}
  113. ::-webkit-scrollbar-thumb:horizontal {
  114.     background-color:transparant;
  115.     height:7px!important;}
  116. ::-webkit-scrollbar {
  117.     background-color:transparant;
  118.     height:7px;
  119.     width:2px;}
  120. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  121.     display:block;
  122.     height:6px;
  123.     background-color:transparant;
  124.     border-right:2px solid transparant;}
  125.    
  126.     #fade { /*--Transparent background layer--*/
  127. display: none; /*--hidden by default--*/
  128. background: #000;
  129. position: fixed; left: 0; top: 0;
  130. width: 100%; height: 100%;
  131. opacity: .80;
  132. z-index: 9999;
  133. }
  134. .popup_block{
  135. display: none; /*--hidden by default--*/
  136. background: #fcfbf8;
  137. padding: 10px;
  138. border: 5px solid #f2e7e2;
  139. float: left;
  140. font-size: 10;
  141. line-height: 12px;
  142. color:#000;
  143. position: fixed;
  144. top: 50%; left: 50%;
  145. z-index: 99999;
  146. /*--CSS3 Box Shadows--*/
  147. -webkit-box-shadow: 0px 0px 20px #000;
  148. -moz-box-shadow: 0px 0px 20px #000;
  149. box-shadow: 0px 0px 20px #252525;
  150. /*--CSS3 Rounded Corners--*/
  151. -webkit-border-radius: 5px;
  152. -moz-border-radius: 5px;
  153. border-radius: 5px;
  154. }
  155. img.btn_close {
  156. float: right;
  157. margin: -20 -20px 0 0;
  158. }
  159. /*--Making IE6 Understand Fixed Positioning--*/
  160. *html #fade {
  161. position: absolute;
  162. }
  163. *html .popup_block {
  164. position: absolute;
  165. }
  166.  
  167.  
  168. body {
  169.     background-image:#fff;
  170.     background-position: fixed;
  171.     margin:0px;
  172.     color:{color:text};
  173.     font-family:arial;
  174.     font-size:10px;
  175.     font-style: none;
  176.     background-image:url(http://i60.tinypic.com/2cqjfqr.png);
  177.     repeat: no-repeat;
  178.     background-attachment: fixed;
  179. }
  180.    
  181. sup,small,sub {
  182.     font-size:10px;}
  183.    
  184. b, strong {
  185.     color:#0bad6a;
  186.     text-shadow: 1px 1px #cdcece;
  187.  
  188. }
  189.    
  190. a {
  191.     color: {color:Link};
  192.     text-decoration: none;
  193.     font-weight: normal;
  194.     -webkit-transition: all 0.5s ease-in-out;
  195.     -moz-transition: all 0.5s ease-in-out;
  196.     -o-transition: all 0.5s ease-in-out;}
  197.  
  198. a:hover {
  199.     -webkit-transition: all 0.5s ease-in-out;
  200.     -moz-transition: all 0.5s ease-in-out;
  201.     -o-transition: all 0.5s ease-in-out;
  202.     color: {color:Link Hover};
  203.     text-decoration: none;
  204.     font-weight: normal;}
  205.    
  206. img {max-width:100%;
  207. }
  208.  
  209. blockquote {
  210.     margin-left:25px;
  211.     margin-right:5px;
  212.     padding-left:5px;
  213.     padding-top:1px;
  214.     padding-bottom:1px;
  215.     border-left:1px solid {color:blockquote};}
  216.    
  217. h1 {font-family: cambria;
  218.     font-size:18px;
  219.     font-weight:lighter;
  220.     text-transform: lowercase;
  221.     letter-spacing:2px;
  222.     text-align: center;
  223.     font-style: italic;
  224.         color: #000;}
  225.  
  226. #s-m-t-tooltip {
  227.     margin:-10px 0 0 10px;
  228.     display:none;
  229.     text-align:left;
  230.     position:absolute;
  231.     letter-spacing:2px;
  232.     text-transform:uppercase;
  233.     font-family:calibri;
  234.     font-size:7px;
  235.     z-index:999;
  236.     padding:3px 3px;
  237.     line-height:10px;
  238.     color:#000;
  239.     background:#fff;}
  240.  
  241. #container {margin: auto;
  242. width: 900px;
  243.  
  244. }
  245.    
  246. #pcontainer {
  247.     width:402px;
  248.     height:298px;
  249.     padding: 0px;
  250.     margin-top:385px;
  251.     margin-left:352px;
  252.     position: fixed;
  253.     overflow-x: hidden;
  254.     overflow-y: scroll;
  255.  
  256. }
  257.  
  258. #entry {
  259.     position:relative;
  260.     float:left;
  261.     width:400px;
  262.     margin: auto;
  263.     text-align:justify;
  264.     padding-left:0px;
  265. }
  266.    
  267. #post {
  268.     width:400px;
  269.     padding:0px;
  270.     background-color: transparant;
  271.    
  272. }
  273.    
  274. #line {
  275.      width:400px;
  276.      height:1px;
  277.      margin-top:-6px;
  278.      background-color:#e8e8e8;
  279.  }
  280.  
  281. #tlink a {font-family: cambria;
  282.     font-size:18px;
  283.     font-weight:lighter;
  284.     text-transform: lowercase;
  285.     letter-spacing:2px;
  286.     text-align: center;
  287.     font-style: italic;}
  288.    
  289. #pagination {
  290.     margin-top: 500px;
  291.     width:390px;
  292.     margin-top:0px;
  293.     font-size:8px
  294.     font-family: consolas;
  295.     text-align:center;}
  296.  
  297. #pagination a {
  298.     text-align:center;
  299.     padding: 4px;
  300.     color: #000;
  301.     text-decoration: none;}
  302.    
  303.  #sbar {
  304.         width: 210px;
  305.         height: 390px;
  306.         padding: 0px;
  307.         float: left;
  308.  }
  309.      
  310.     #sidebar {
  311.         margin-left:0px;
  312.         margin-top:-80px;
  313.         background-position: center;
  314.         position:fixed;
  315.  
  316.     }
  317.     #sidebar img {
  318.         max-width: 1227px;
  319.  
  320.        
  321.     }
  322.      
  323.     #desc {
  324.         width:200px;
  325.         font:25px times;
  326.         color: #000;
  327.         margin-top:0px;
  328.         position:justify;
  329.         text-align: center;}
  330.    
  331. #elinks {
  332.     width:150px;
  333.     display:inline-block;
  334.     text-align:center;
  335.     margin-bottom:5px;}
  336.    
  337. #elinks a {
  338.     text-align:center;
  339.     font-size:8px;
  340.     font-family:consolas;
  341.     text-transform:uppercase;
  342.     display:inline-block;
  343.     color: {color:clinks 1};
  344.     letter-spacing:0px;
  345.     -moz-transition-duration:.7s;
  346.     -webkit-transition-duration:.7s;
  347.     -o-transition-duration:.7s;}
  348.    
  349. #elinks a.clink2 {
  350.     display:inline-block;
  351.     color: {color:clinks 2};
  352.     letter-spacing:1px;
  353.     -moz-transition-duration:.7s;
  354.     -webkit-transition-duration:.7s;
  355.     -o-transition-duration:.7s;}
  356.    
  357. #elinks a:hover {
  358.     color: {color:clinks hover};
  359.     background-color:transparent;
  360.     -moz-transition-duration:.5s;
  361.     -webkit-transition-duration:.5s;
  362.     -o-transition-duration:.5s;}
  363.    
  364. #deck {
  365.     margin-top:380px;
  366.     margin-left:755px;
  367.     width: 400px;
  368.     z-index:1;
  369.     position:fixed;
  370.     text-align:left;
  371.     -webkit-transition: all 0.7s ease-in-out;
  372.     -moz-transition: all 0.7s ease-in-out;
  373.     -o-transition: all 0.7s ease-in-out;
  374.     -ms-transition: all 0.7s ease-in-out;    
  375.     transition: all 0.7s ease-in-out;}
  376.  
  377. .suits {
  378.     width:400px;
  379.     color:{color:navi};}
  380.    
  381. .suits a {
  382.     color:#000;
  383.     width:10px;
  384.     font-size:18px;
  385.     letter-spacing: 0px;
  386.     line-height:20px;
  387.     display:block;
  388.     text-align:center;
  389.     font-family:times;
  390.     padding:5px 4px;
  391.     -webkit-transition: all 0.7s ease-in-out;
  392.     -moz-transition: all 0.7s ease-in-out;
  393.     -o-transition: all 0.7s ease-in-out;
  394.     -ms-transition: all 0.7s ease-in-out;    
  395.     transition: all 0.7s ease-in-out;}
  396.    
  397. .suits a:hover{
  398.     color:#000;
  399.     -webkit-transition: all 0.7s ease-in-out;
  400.     -moz-transition: all 0.7s ease-in-out;
  401.     -o-transition: all 0.7s ease-in-out;
  402.     -ms-transition: all 0.7s ease-in-out;    
  403.     transition: all 0.7s ease-in-out;}
  404.  
  405. .cards {
  406.     color:#000;
  407.     opacity:0;
  408.     position: absolute;
  409.     padding:5px;
  410.     font-family:tinytots;
  411.     font-size:8px;
  412.     text-align:left;
  413.     text-transform:uppercase;
  414.     letter-spacing:2px;
  415.     line-height:18px;    
  416.     z-index:999;
  417.    -webkit-transition: all 0.7s ease-in-out;
  418.     -moz-transition: all 0.7s ease-in-out;
  419.     -o-transition: all 0.7s ease-in-out;
  420.     -ms-transition: all 0.7s ease-in-out;    
  421.     transition: all 0.7s ease-in-out;}
  422. .cards a {color:{color:navi};}
  423.  
  424. .suits:hover .cards {
  425.     opacity: 1;
  426.     -webkit-transition: all 0.7s ease-in-out;
  427.     -moz-transition: all 0.7s ease-in-out;
  428.     -o-transition: all 0.7s ease-in-out;
  429.     -ms-transition: all 0.7s ease-in-out;    
  430.     transition: all 0.7s ease-in-out;}
  431.  
  432.  
  433. #space {margin-bottom:20px;}
  434.  
  435. .quote {
  436.     font:20px cambria;
  437.     margin-left:25px;
  438.     width: 350px;
  439.     letter-spacing:-1px;
  440.     font-weight:bold;
  441.     font-style:italic;}
  442.  
  443. .source {
  444.     text-align: right;
  445.         font-size: 7px;
  446.         text-transform: uppercase;
  447.         letter-spacing: 2px;}
  448.  
  449.  
  450. .question {
  451.     padding:9px;
  452.     text-align:left;
  453.     text-transform:italic;
  454.     color:{color:text};
  455.     border-left:3px solid #e5e5e5;
  456.     line-height:120%;
  457.     }
  458.    
  459. .answer {
  460.     text-align:left;
  461.     padding:7px;
  462.     color:{color:text};
  463.     }
  464.  
  465. .info {
  466. border-top:1px solid #eeeeee;
  467. padding-top:0px;
  468. text-transform:uppercase;
  469. font-size:8px;
  470. font-family:calibri;
  471. letter-spacing:1px;
  472. margin-top:5px;
  473. }
  474.  
  475. .info a:hover {color: #000;}
  476.    
  477.     .tags {
  478.     font-family:arial;
  479.     font-style:normal;
  480.     width:400px;
  481.     text-transform:normal;
  482.     font-style:normal;
  483.     line-height:100%;
  484.     margin-top:10px;
  485.     font-size:8px;
  486.     margin-bottom:30px;
  487.     text-align:center;
  488.     -moz-transition-duration:0.5s;
  489.     -webkit-transition-duration:0.5s;
  490.     -o-transition-duration:0.5s;
  491.     }
  492.     .tags a{
  493.         color:{color:tags};
  494.      -moz-transition-duration:0.2s;
  495.     -webkit-transition-duration:0.2s;
  496.     -o-transition-duration:0.2s;
  497.     }
  498.     .tags a:hover{
  499.         color:#000;
  500.          -moz-transition-duration:0.2s;
  501.     -webkit-transition-duration:0.2s;
  502.     -o-transition-duration:0.2s;
  503.     }
  504.    
  505.     #stuffs{
  506.     position:relative;
  507.     margin-top:5px;
  508.     font-family:consolas;
  509.     font-size:8px;
  510.     letter-spacing:2px;
  511.     width:400px;
  512.     line-height:12px;
  513.     z-index:999;
  514.     margin-left:-4px;
  515. }
  516.  
  517. #linksss{
  518.     padding:1px;
  519.     display:block;
  520. }
  521.  
  522. #linksss a{
  523.     float:center;
  524.     color:#000;
  525.     background:#f1f1f1;
  526.     margin-top:2px;
  527.     width:330px;
  528.     text-transform:uppercase;
  529.     padding:5px;
  530.     display:inline-block;
  531.     -webkit-transition: all 0.7s ease;
  532.     -moz-transition: all 0.7s ease;
  533.     transition: all 0.7s ease;
  534. }
  535.  
  536. #linksss a:hover{
  537.     color:#fff;
  538.     background:#000;
  539.     -webkit-transition: all 0.7s ease;
  540.     -moz-transition: all 0.7s ease;
  541.     transition: all 0.7s ease;
  542. }
  543.  
  544.  
  545. </style>
  546.    
  547.  
  548. </head><body>
  549.  
  550.  
  551. <div id="sbar">
  552. <div id="sidebar">
  553. <img src="http://i58.tinypic.com/mcxgqx.png" alt="">
  554. </div><div id="container">
  555.  
  556.  
  557. <div id="deck">
  558.  
  559. <div class="suits"><a title= "home" href="/" >•</a>
  560. <a title= "query" href="/ask">•</a>
  561. <a title= "law" href="/guidelines.">•</a>
  562. <a title= "information" href="/biography.">•</a>
  563. <a title= "navigation" href="#?w=400" rel="02" class="poplight">•</a>
  564. {block:Pagination}
  565. <div id="pagination">
  566. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage} <br>
  567. {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
  568. </div>
  569. {/block:Pagination}
  570. </div>
  571. </div>
  572.  
  573.  
  574.  
  575.  
  576. </div>
  577.  
  578. <div id="pcontainer">
  579. <div id="entry">{block:Posts}<div id="post">
  580. {block:ContentSource}
  581. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  582. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  585. {/block:ContentSource}
  586.  
  587. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  588.  
  589. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  590.  
  591. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  592.  
  593. {block:Quote}
  594. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  595. <div style="margin-top:-29px;" class="quote">{Quote}
  596. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  597. </div>
  598. {/block:Quote}
  599.  
  600. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  601.  
  602. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  603.  
  604. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  605. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  606. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  607. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times<br><br>
  608. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  609.  
  610. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  611.  
  612. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  613.  
  614. {block:Date}<div class="info">
  615. <b><a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  616.  
  617. &nbsp;&nbsp;
  618. {block:notecount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:notecount}
  619. &nbsp;&nbsp;
  620.  
  621. {block:RebloggedFrom}
  622. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a>
  623. {block:ContentSource}
  624. & <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">source</a>
  625. {/block:ContentSource}
  626. {/block:RebloggedFrom}
  627.  
  628. </div>{/block:Date}
  629.  
  630.  <div id="line"></div>
  631.  
  632.  {block:HasTags}
  633. <div class="tags">
  634. {block:Tags} <a href="{TagURL}"># {Tag} &nbsp; </a> {/block:Tags}</div>
  635. {/block:HasTags}
  636.  
  637. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  638.  
  639. {/block:Posts}
  640. </div>
  641. </div>
  642. </div></div>
  643.  
  644. </body>
  645.  
  646. <!-- GUIDELINES PAGE -->
  647. <div id="01" class="popup_block">
  648.  
  649. <b>GENERAL</b>
  650. <ul><li>I track the tag <b>xrobus</b>, because my url is an often used word in its own language and because of that, the tag is already filled. Of course I'm tracking 'bloeit' as well, just in case, but to prevent confusion, please use the bolded tag above.
  651. <li>I am a selective follower. That, however, doesn’t mean I won’t rp with you if I don’t follow you back.
  652. <li>I;m also a multi-verse roleplayer. This means that all threads and ideas are in AU of each other, unless discussed.
  653. <li>English is not my native language, please keep that in mind while roleplaying with me.
  654. <li>All triggers will be tagged accordingly.
  655. <li><em>All icons are made by me. Please do not use them without my permission!</em></li></ul>
  656.  
  657. <b>ROLEPLAY RELATED</b>
  658. <ul><li>My muse will not know your OC regardless of any information you have set up for them.
  659. <li>I adore crossovers!
  660. <li>I am underaged, so I will not write smut.
  661. <li>I ship only based on chemistry in roleplays.
  662. <li>I strongly encourage platonic or rival relationships!</ul>
  663.  
  664. <b>FOLLOWING & UNFOLLOWING</b>
  665. <ul><li>I will follow blogs from fandoms I am in as well as well developed OC’s.
  666. <li>No tags on triggers, uncut posts and OOC bullshit will be unfollowed.
  667. <li>I will not follow any personal blogs on this blog.</li></ul>
  668.  
  669. </div>
  670.  
  671. </div></div></div></div></div></div></div></div></div></div>
  672.  
  673. <!-- NAVIGATION PAGE -->
  674. <div id="02" class="popup_block"><center><div id="stuffs">
  675. <div id="linksss"><a href="/submit">❖ Submit</a>&nbsp;
  676. <a href="/guidelines.">❖ Guidelines</a>
  677. <a href="/biography.">❖ Biography</a>
  678. <a href="/tagged/%E2%9D%96%E2%94%8AIN-CHARACTER.">❖ In character</a>
  679. <a href="/threads.">❖ Threads</a>
  680. <a href="/tagged/%E2%9D%96%E2%94%8AREPLIED.">❖ Answered asks</a>
  681. <a href="/tagged/%E2%9D%96%E2%94%8ASUBMITTED.">❖ Submissions</a>
  682. <a href="/tagged/%E2%9D%96%E2%94%8AHEADCANONS.">❖ Headcanons</a>
  683. <a href="/tagged/%E2%9D%96%E2%94%8AMUSINGS.">❖ Musings</a>
  684. <a href="/verses.">❖ Verses</a>
  685. <a href="/tagged/%E2%9D%96%E2%94%8ADRABBLES.">❖ Drabbles</a>
  686. <a href="/gallery.">❖ Gallery</a>
  687. <a href="/tagged/%E2%9D%96%E2%94%8AOUT-OF-CHARACTER.">❖ Ooc posts</a>
  688. <a href="/mun.">❖ Mun page</a>
  689. </div></center>
  690.  
  691.  
  692. </div>
  693.  
  694. </div></div></div></div></div></div></div></div></div></div>
  695.  
  696. <!--ASK POPUP -->
  697. <div id="03" class="popup_block">
  698.  
  699. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="180" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  700. </center></div>
  701.  
  702. </div></div></div></div></div></div></div></div></div></div>
  703. </html>
Add Comment
Please, Sign In to add comment