Advertisement
Chibi-Elle

Mika's Layout

Mar 8th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.48 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {
  4. display: none;
  5. }
  6.  
  7. #profile {
  8. background-color: transparent;
  9. border: 0px;
  10. }
  11.  
  12. body {
  13. background-color: #D7C7A3;
  14. font: 10px 'tahoma';
  15. color:#8DB4B1;
  16. text-align: justify;
  17. coded-by:trysielle;
  18. }
  19.  
  20. ::-webkit-scrollbar {
  21. height: 2px;
  22. width: 2px;
  23. background: #FFFBF3;
  24. }
  25. ::-webkit-scrollbar-thumb {
  26. background: #FFFBF3;
  27. -webkit-border-radius: 1ex;
  28. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  29. }
  30. ::-webkit-scrollbar-corner {
  31. background: #FFFBF3;
  32. }
  33. #sprite {
  34. position:absolute;
  35. left:430;
  36. top:0;
  37. }
  38. #ooc {
  39. position:fixed;
  40. left:0px;
  41. top:0px;
  42. height:65px;
  43. width:260px;
  44. border: 15px solid #8DB4B1;
  45. background-color:#FFFBF3;
  46. text-transform:uppercase;
  47. z-index:2;
  48. coded-by:trysielle;
  49. }
  50.  
  51. #ooc p {
  52. font: 9px 'tahoma';
  53. color:#781F25;
  54. text-align:justify;
  55. margin:5px;
  56. coded-by:trysielle;
  57. }
  58.  
  59. #content {
  60. position:fixed;
  61. left:0px;
  62. top:80px;
  63. width:260px;
  64. height:200px;
  65. border:15px solid #8DB4B1;
  66. background-color:#FFFBF3;
  67. overflow:hidden;
  68. z-index:2;
  69. coded-by:trysielle;
  70. }
  71.  
  72. #content p {
  73. font: 10px 'tahoma';
  74. color:#000000;
  75. text-align:justify;
  76. margin:5px;
  77. coded-by:trysielle;
  78. }
  79.  
  80. #content b {
  81. font: bold 10px 'arial';
  82. text-transform:uppercase;
  83. color:#C69B92;
  84. coded-by:trysielle;
  85. }
  86.  
  87. #content i {
  88. font: italic 12px 'times new roman';
  89. text-transform:lowercase;
  90. color:#EDC0C5;
  91. coded-by:trysielle;
  92. }
  93.  
  94. #content h1 {
  95. margin-top:0px;
  96. margin-bottom:0px;
  97. font-family: times new roman;
  98. font-style:italic;
  99. font-size:16px;
  100. text-transform:lowercase;
  101. letter-spacing:3px;
  102. text-align:center;
  103. color:#C69B92;
  104. text-shadow:0px 0px 7px #ffffff;
  105. text-transform:lowercase;
  106. background: url(https://media.giphy.com/media/xZksLiN9EbYIw/giphy.gif);
  107. border: 3px double #fff;
  108. coded-by:trysielle;
  109. }
  110.  
  111. #content h2 {
  112. margin-bottom:15px;
  113. margin-top:0px;
  114. font-family: arial;
  115. padding-left:10px;
  116. font-style:none;
  117. text-transform:uppercase;
  118. font-size:9px;
  119. text-align:left;
  120. line-height:2px;
  121. color:#000000;
  122. coded-by:trysielle;
  123. }
  124.  
  125. #denied, #because, #fuck, #you, #cuntrag, #thats, #why {
  126. width:250px;
  127. height:190px;
  128. margin-top:5px;
  129. margin-bottom:5px;
  130. margin-left:5px;
  131. overflow:auto;
  132. z-index:2;
  133. coded-by:trysielle;
  134. }
  135.  
  136. #image {
  137. position:fixed;
  138. left:0px;
  139. top:280px;
  140. border: 15px solid #8DB4B1;
  141. height:155px;
  142. width:260px;
  143. background-image:url('https://i.imgur.com/ZO2FFeR.png');
  144. background-repeat:no-repeat;
  145. background-size:260px;
  146. -webkit-border-bottom-right-radius: 200px;
  147. -moz-border-radius-bottomright: 200px;
  148. border-bottom-right-radius: 200px;
  149. -webkit-transition: all 0.8s ease-out;
  150. -moz-transition: all 0.8s ease-out;
  151. z-index:2;
  152. coded-by:trysielle;
  153. }
  154.  
  155. #navigation {
  156. position:fixed;
  157. left:260px;
  158. height: 200px;
  159. z-index:2;
  160. top:95px;
  161. coded-by:trysielle;
  162. }
  163.  
  164. #navigation a, #navigation a:active, #navigation a:visited {
  165. display:block;
  166. background-color:#8DB4B1;
  167. text-transform:uppercase;
  168. font: 12px 'times new roman';
  169. height:20px;
  170. text-decoration:none;
  171. width:150px;
  172. text-align:left;
  173. color:#6F3C4B;
  174. padding-left:40px;
  175. padding-top:4px;
  176. -webkit-transition: all 0.6s ease-out;
  177. -moz-transition: all 0.6s ease-out;
  178. coded-by:trysielle;
  179. }
  180.  
  181. #navigation a:hover {
  182. display:block;
  183. padding-top:4px;
  184. background-color:#8DB4B1;
  185. text-transform:uppercase;
  186. font: 12px 'times new roman';
  187. color:#FFFFFF;
  188. text-decoration:none;
  189. padding-right:50px;
  190. letter-spacing:4px;
  191. -webkit-transition: all 0.6s ease-out;
  192. -moz-transition: all 0.6s ease-out;
  193. -webkit-border-bottom-right-radius: 200px;
  194. -moz-border-radius-bottomright: 200px;
  195. border-bottom-right-radius: 200px;
  196. -webkit-border-top-right-radius: 200px;
  197. -moz-border-radius-topright: 200px;
  198. border-bottom-top-radius: 200px;
  199. coded-by:trysielle;
  200. }
  201.  
  202. #credit {
  203. position:fixed;
  204. bottom:0;
  205. right:0;
  206. }
  207.  
  208. #credit a, #credit a:active, #credit a:hover, #credit a:visited {
  209. text-decoration:none;
  210. cursor:help;
  211. }
  212.  
  213. </style>
  214.  
  215. <div id="ooc">
  216. <p>
  217. <b>01</b> Naruto universe OC. <b>02</b> PM Friendly <b>03</b> No drama <b>04</b> Whatever happens RP, strictly stays in RP. <b>05</b> Don't steal this layout, k? Thanks.
  218.  
  219. </p>
  220. </div>
  221.  
  222. <div id="navigation">
  223. <a href="#because">databook</a>
  224. <a href="#fuck">disposition</a>
  225. <a href="#you">history</a>
  226. <a href="#cuntrag">ninja skills</a>
  227. <a href="#thats">belongings</a>
  228. <a href="#why">companions</a>
  229. </div>
  230.  
  231. <div id="content">
  232. <div id="denied">
  233. <center><img src="https://i.imgur.com/TQpLjjk.png" width="199" height="190"></center>
  234. </div>
  235.  
  236. <div id="because">
  237. <a name="because"></a>
  238. <br><h1>general</h1>
  239. <p><b>Name:</b> 上木 すみ花 (<i>Kamiki Sumika</i>)
  240. <br><b>Nickname:</b> Mika
  241. <br><b>Birthdate: </b>April 10 ♈ (17)
  242. <br><b>Gender:</b> Female ♀
  243. <br><b>Pronouns:</b> She / Her
  244. <br><b>Species:</b> Human
  245. <br><b>Blood Type:</b> O
  246. <br><b>Marital Status:</b> Single
  247. <br><b>Orientation:</b> Heterosexual
  248. <br><b>Occupation:</b> Kunoichi
  249. <br>
  250. <br><b>Eye Color:</b> Emerald
  251. <br><b>Hair Color:</b> Auburn
  252. <br><b>Skin Tone</b> Peach
  253. <br><b>Physique</b> Mesomorph
  254. <br><b>Height:</b> 163 cm (5'4")
  255. <br><b>Weight:</b> 55 kg (121 lbs)
  256. <br><b>Scent:</b> Iris and wisteria
  257. <br>
  258. <br><b>Clan:</b> Kamiki clan
  259. <br><b>Kekkei Genkai:</b> Steel Release
  260. <br><b>Affiliation:</b>
  261. <img src="https://i.imgur.com/Wt396kP.png" height="9"> Konohagakure
  262. <br><b>Team:</b> Team Ayana
  263. <br>
  264. <br><b>Known Relatives:</b>
  265. <br>○ <b>Parents:</b> Kamiki Saya, <i>née</i> Hazuki (mother), Kamiki Hakaru (father)
  266. <br>○ <b>Grandparent:</b> Kamiki Azuma (grandfather)
  267. <br>○ <b>Siblings:</b> Kamiki Hideya (older brother) †
  268. </p>
  269. </div>
  270.  
  271.  
  272. <div id="fuck">
  273. <a name="fuck"></a>
  274. <br><h1>personality </h1>
  275. <p>
  276. Mika is the first to start--and the first to finish--whatever she is set out to do. She is an active, energetic young woman with a strong personality. She is direct, straightforward, and uncomplicated. She expects the same from others, and is baffled when they don't always get it. Impatience is a definite vice, and innovation is a huge strength. She loves to start anything new, and she has trouble sitting still which exasperates her sensei Ayana.
  277. <br><br>
  278. To her sensei's, she might have been the epitome of what they meant to produce – quick on her feet, decisive, innovative, heedful of her superiors – had the favorable traits not shared center stage with several vices. Hard-headed, obstinate, tenacious, provoking, never measuring the danger she recklessly puts herself into and impulsive to a challenge. Despite these shortcomings, her teachers described her as a natural leader, being able to understand others and assess situations well because of these flaws.
  279. <br><br>
  280. She has a deep need to understand the world around her. She has high ideals and has her eye on what's on the horizon. She looks ahead, and at times can seem quite restless.
  281.  
  282. </p>
  283. </div>
  284.  
  285. <div id="you">
  286. <a name="you"></a>
  287. <br><h1>history</h1>
  288. <p>
  289. Sumika Kamiki is a chunin-level kunoichi born and raised in Konohagakure. She is well known for belonging to the Kamiki family clan and wielding their kekkei genkai, Steel Release.<br><br>WIP.
  290.  
  291. </p>
  292. </div>
  293.  
  294. <div id="cuntrag">
  295. <a name="cuntrag"></a>
  296. <br><h1>ninja rank and abilities</h1>
  297. <p>
  298. <br><b>Ninja Registration:</b> 017589
  299. <br><b>Ninja Rank:</b> Chūnin
  300. <br><b>Status:</b> Active
  301. <br><b>Academy Grad. Age:</b> 12
  302. <br><b>Chūnin Prom. Age:</b> 15
  303. <br><b>Village:</b> <img src="https://i.imgur.com/Wt396kP.png" height="9"> Konohagakure
  304. <br><b>Nindo:</b> <i>"With self-discipline, anything is possible"</i>
  305. <br><b>Classification:</b> Chūnin Kunoichi
  306.  
  307. <br><b>Nature Type:</b><br>
  308. <img src="https://i.imgur.com/CseMTMF.png" height="9"> Steel Release<br>
  309. <img src="https://i.imgur.com/rZ1vVyT.png" height="9"> Yin Release
  310. <br><b>Stats:<b>
  311. <br><b>NINJUTSU:</b> 5 / 5
  312. <br><b>TAIJUTSU:</b> 4 / 5
  313. <br><b>GENJUTSU:<b> 4 / 5
  314. <br><b>INTELLIGENCE:</b> 5 / 5
  315. <br><b>STRENGTH:</b> 4 / 5
  316. <br><b>SPEED:<b> 5 / 5
  317. <br><b>STAMINA:</b> 4 / 5
  318. <br><b>HAND SEALS:</b> 5 / 5
  319.  
  320. </p>
  321. </div>
  322.  
  323. <div id="thats">
  324. <a name="thats"></a>
  325. <br><h1>belongings</h1>
  326. <p>
  327. WIP.
  328.  
  329. </p>
  330. </div>
  331.  
  332. <div id="why">
  333. <a name="why"></a>
  334. <h1>allies and enemies</h1>
  335. <p>
  336. <a href="/profile.php?user=Ayana" title="Aya-sensei"><img src="http://i47.tinypic.com/2u6py5x.png"></a> <a href="/profile.php?user=Ao" title="Ao-chan"><img src="http://i47.tinypic.com/2u6py5x.png"></a> <a href="/profile.php?user=Sugi" title="Sugi-chan"><img src="http://i47.tinypic.com/2u6py5x.png"></a>
  337.  
  338.  
  339. </p>
  340. </div>
  341. </div>
  342.  
  343. <div id="image">
  344. </div>
  345.  
  346. <div id="sprite">
  347. <img src="https://i.imgur.com/i8ouYzH.png" height="600">
  348. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement