Advertisement
Guest User

Untitled

a guest
May 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. [dohtml]
  2. <link href='https://fonts.googleapis.com/css?family=Kanit' rel='stylesheet' type='text/css'>
  3.  
  4.  
  5. <div class="writingonthewall">
  6.  
  7. <div class="writingpic">
  8. <div class="writinginfo">
  9. <a> [user=329,3]@Huifang Lan[/user] / @[Tsubaki]</a><p><br>
  10. <a> ___ words</a><p><br>
  11. <a> tl;dr or ooc </a><p>
  12. </div>
  13. <div class="writingname"> Kitae Kobae </div>
  14. </div>
  15.  
  16. <div class="writingcontent">
  17.  
  18. There [s]may or[/s] may not have been some groping going on when the older female tackled the younger one. I mean, can you blame her? Inferiority issues aside, she still knew how to admire a developed figure. Kitae was hardly known for her [i]lassez-faire[/i] approach to things, and when a body like Huifang's is suddenly thrust in her face, it would be a contradiction of all of her teachings to [i]not[/i] seize the moment and strike when the time is right. ...But we may be getting a bit ahead of ourselves here. Okay, we totally are. I just wanted to write about Kitae getting all touchy-feely right away, to be frank. This actually starts a little before then, and since martial-artist-perception-makes-things-move-in-slow-mo-and-whatnot, or something like that, there's enough that occurred prior to the body slam that at least one expository paragraph is warranted.<p>
  19.  
  20. Taking a step back from the no-no touching, Kitae's enthusiasm for a spar wasn't dampened by the ponytailed girl's lack of similar motivation. [i]Of course[/i] Huifang would feel the same fire burning within her as Kitae if she realized that she was being addressed by a fellow combat-hardened fighter. If anything, she took the Chinese woman's bewilderment
  21.  
  22.  
  23. </div>
  24.  
  25. <div class="clear"></div>
  26. </div>
  27. <div style="width:300px; text-align:right; margin:0 auto; opacity:0.8;">[URL=http://code.jfbs.net/?showuser=2]pierrot[/URL]</div>
  28.  
  29. <style>
  30.  
  31. .writingonthewall {
  32. margin:0 auto;
  33. background:black;
  34. padding:15px;
  35. width:300px;
  36. height: 500px;
  37. border:3px solid #FF69B4;
  38. box-shadow:0px 0px 9px black;
  39. overflow:hidden;
  40. }
  41.  
  42. .writingpic {
  43. background-image:url(http://i68.tinypic.com/30wt75t.png);
  44. width:300px;
  45. background-position:center;
  46. transition:0.5s all 0.5s;
  47. height:500px;
  48. float:right;
  49. }
  50.  
  51. .writingonthewall:hover .writingpic {
  52. width:150px;
  53. float:right;
  54. }
  55.  
  56. .writingonthewall:hover .writingcontent {
  57. opacity:1;
  58. transition:0.5s all 1s ease;
  59. }
  60.  
  61. .writingcontent {
  62. color:white;
  63.  
  64. font-family:calibri;
  65. font-size:12px;
  66. width:130px;
  67. padding:10px;
  68. padding-left:0px;
  69. opacity:0;
  70. transition:0.5s all 0.3s;
  71. height:480px;
  72. text-indent:18px;
  73. overflow:auto;
  74. line-height:120%;
  75. }
  76.  
  77. .writinginfo {
  78. letter-spacing:2px;
  79. padding:20px;
  80. color:black;
  81. text-shadow:0px 0px 1px white;
  82. font-family: 'Kanit', sans-serif;
  83. font-size:12px;
  84. line-height:130%;
  85. opacity:0;
  86. transition:0.5s all 0s;
  87. }
  88.  
  89. .writingonthewall:hover .writinginfo {
  90. opacity:1;
  91. transition:0.5s all 1.3s;
  92. }
  93.  
  94. .writinginfo a {
  95. background:white;
  96. padding:2px;
  97. padding-top:0px;
  98.  
  99. }
  100. .writingonthewall:hover .writingname {
  101. opacity:0;
  102. transition: 0.3s all 0s;
  103. }
  104.  
  105. .writingname {
  106. position:relative;
  107. bottom:10px;
  108. text-align:center;
  109. font-size:20px;
  110. font-family:times;
  111. color:#DD8B82;
  112. text-shadow:1px 1px white, 0px 0px 1px white;
  113. margin-top:80px;
  114. transition:0.3s all 1.5s;
  115. }
  116.  
  117. .writingcontent::-webkit-scrollbar-track
  118. {
  119. border: 1px solid black;
  120. background-color: #F5F5F5;
  121. }
  122.  
  123. .writingcontent::-webkit-scrollbar
  124. {
  125. width: 3px;
  126. background-color: #F5F5F5;
  127. }
  128.  
  129. .writingcontent::-webkit-scrollbar-thumb
  130. {
  131. background-color: #ff78bb;
  132. width:1px;
  133. }
  134.  
  135. .clear {
  136. clear:both;
  137. }
  138. </style>
  139.  
  140.  
  141. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement