Advertisement
Daric

Obito Uchiha

Sep 22nd, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7.  
  8. body {
  9.  
  10. background-color: #ffffff;
  11. background-attachment: fixed;
  12. background-position: center center;
  13. background-repeat: repeat;
  14. background-size: auto;
  15. font-family: Times New Roman;
  16. font-variant: normal;
  17. font-size: 70%;
  18. color: #666666;}
  19.  
  20. #pictureone {
  21.  
  22.  
  23. position: fixed;
  24. left: 50px;
  25. bottom: -30px;
  26. margin: 25px;}
  27.  
  28.  
  29. #picturetwo {
  30.  
  31.  
  32. position: fixed;
  33. right: 265px;
  34. top: 0px;
  35. margin: 25px;}
  36.  
  37. .Box1{
  38. position:absolute;
  39. bottom: 260px;
  40. right:190px;
  41. height:170px;
  42. width:400px;
  43. border-radius:0px;
  44. background:url('http://static.tumblr.com/a8fa50b917b8a1e84d7b46add338b533/mx4cxym/XIlnibxci/tumblr_static_3he865dineo000gw4ww0wwgo8.gif');
  45. overflow:hidden;
  46. border:4px solid black;
  47. }
  48.  
  49. .Box2{
  50. background: #7D0000;
  51. position:absolute;
  52. bottom: 260px;
  53. right: 125px;
  54. height:170px;
  55. width:50px;
  56. border-radius:0px;
  57. overflow:hidden;
  58. border:4px solid black;
  59. }
  60.  
  61. .Box3{
  62. background-color: #ffffff;
  63. position:absolute;
  64. background-size: 100%;
  65. bottom: 20px;
  66. left:-300%;
  67. height:200px;
  68. width:468px;
  69. border-radius:0px;
  70. overflow:auto;
  71. border:4px solid black;
  72. opacity: 0.0px;
  73. -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
  74.  
  75. .Box3:target{left:768px; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; opacity: 1.0px;}
  76.  
  77.  
  78.  
  79. a.yum, a.yum:link, a.yum:active, a.yum:visited {
  80. background-color: #000;
  81. border: #000 solid 2px;
  82. display: block;
  83. margin: 1px;
  84. font-family: consolas;
  85. font-size: 10px;
  86. letter-spacing: 2px;
  87. color: #7D0000;}
  88.  
  89.  
  90. a.yum:hover {
  91. display: block;
  92. margin: 1px;
  93. background-color: #000;
  94. border: #000 solid 2px;
  95. font-family: consolas;
  96. font-size: 10px;
  97. letter-spacing: 2px;
  98. color: #fff;
  99. }
  100.  
  101. .poke{
  102. color:#505050;
  103. font-size:12px;
  104. text-align:center;
  105. font-family:pixel;
  106. margin: 2px;
  107. }
  108.  
  109. .effect{
  110. height:170px;
  111. width:400px;
  112. background-color:#fff;
  113. filter: alpha(opacity=0);
  114. opacity: 0;
  115. border-radius:0px;
  116. -webkit-transition: all 0.6s ease-out;
  117. -moz-transition: all 0.6s ease-out;
  118. }
  119.  
  120. .effect:hover{
  121. border-radius:0px;
  122. filter: alpha(opacity=100);
  123. opacity: 1;
  124. overflow:auto;
  125. }
  126.  
  127. a.sinnoh:link, a.sinnoh:active, a.sinnoh:visited{
  128. display: block;
  129. float: left;
  130. width: 86px;
  131. margin-left: 7px;
  132. -moz-border-radius: 5px;
  133. border-radius: 2px;
  134. font-family: consolas;
  135. text-decoration: none;
  136. font-size: 10px!important;
  137. letter-spacing: 0px;
  138. background-color: bbb;
  139. color: 383838;
  140. padding: 2px;
  141. text-align: center!important;
  142. -webkit-transition: all 0.6s ease-out;
  143. -moz-transition: all 0.6s ease-out;
  144. }
  145.  
  146. a.sinnoh:hover{background-color:f0e0b8;
  147. color:353535;
  148. text-decoration: none;}
  149.  
  150. a href {
  151. text-decoration: underline;
  152. font-family:consolas;
  153. color: #505050;
  154. letter-spacing: -1px;
  155. }
  156.  
  157. u {
  158. text-decoration: underline;
  159. font-family:consolas;
  160. color: #505050;
  161. letter-spacing: -1px;
  162. }
  163.  
  164. b {
  165. color: #493c23;
  166. font-family:consolas;
  167. text-transform:none;
  168. letter-spacing: 2px;
  169. }
  170.  
  171. a:active, a:link, a:visited{
  172. color:#464f82;
  173. text-transform:none;
  174. font-family:consolas;
  175. letter-spacing: 1px;
  176. text-decoration:none;
  177. transition:all 0.3s ease-out;
  178. -o-transition:all 0.3s ease-in-out;
  179. -moz-transition:all 0.3s ease-in-out;
  180. -webkit-transition:all 0.3s ease-in-out;
  181. }
  182.  
  183. a:hover{
  184. cursor:help;
  185. color:#260000;
  186. text-decoration:none;
  187. transition:all 0.3s ease-out;
  188. -o-transition:all 0.3s ease-in-out;
  189. -moz-transition:all 0.3s ease-in-out;
  190. -webkit-transition:all 0.3s ease-in-out;
  191. }
  192.  
  193. ::-webkit-scrollbar {width: 4px;}
  194. ::-webkit-scrollbar-thumb:vertical {
  195. height: 10px;background-color: #a8a8a8;}
  196. ::-webkit-scrollbar-thumb:horizontal {
  197. height: 10px;background-color: #a8a8a8;border: 0px ;width: 15px;}
  198.  
  199.  
  200.  
  201.  
  202. </style>
  203. <div id="pictureone">
  204. <img src="http://fdzeta.com/subir/images/cgxJ5.jpg" class="image" width="auto;" height="auto;"></div>
  205.  
  206. <div id="picturetwo"><img src="http://ih0.redbubble.net/image.16096852.9860/fc,550x550,white.u1.jpg" class="image" width="200px;" height="auto;"></div>
  207.  
  208. <div class="Box1">
  209. <div class="effect">
  210. <div class="poke">
  211. <big><i>OOC</i></big>
  212. <br><br>
  213. -Don't touch the code without my permission, I have no problem sharing, but my credit is something that must always go in my codes.
  214. <br>
  215. -Pm friendly.
  216. <br>
  217. -Suited to Naruto, but will change up slightly for other RPs if the premise is interesting.
  218. <br>
  219. -Multi to novella RPer.
  220. <br>
  221. -Story is bae. Quality>Quantity.
  222. <br>
  223. -I have a morbid and crude sense of humor OOCly, I also have bad mood swings, don't take anything personally.
  224. <br>
  225. -Skype is unlikely unless I feel comfortable with you.
  226. <br>
  227. -I have a room buster, if I'm in a room and you can't get in, let me know and I'll jump out for you.
  228. <br>
  229. -Profile at this point is a major W.I.P.
  230.  
  231. </div>
  232. </div>
  233. </div>
  234.  
  235. <div class="Box2">
  236.  
  237.  
  238.  
  239. <a href="#one" title="Stats" class="yum">U</a>
  240. <br>
  241. <a href="#two" title="History" class="yum">C</a>
  242. <br>
  243. <a href="#three" title="Jutsu" class="yum">H</a>
  244. <br>
  245. <a href="#four" title="Comrades" class="yum">I</a>
  246. <br>
  247. <a href="#five" title="Trivia" class="yum">H</a>
  248. <br>
  249.  
  250. <a href="#" title="Reset" class="yum">A</a>
  251. </div>
  252.  
  253.  
  254. <div id="one" class="Box3">
  255.  
  256.  
  257. <b><i>“The moment people come to know love, they run the risk of carrying hate.”</i></b>
  258. <br><br>
  259. <br><b>Name:</b><i>うちはオビト, Uchiha Obito</i>
  260. <br><b>Alias:</b> <i>トビ, Tobi.<br>
  261. うちはマダラ, Uchiha Madara. <br>
  262. 仮面の男, Kamen no Otoko. (Masked man)</i>
  263. <br><b>Nicknames:</b><i>Obi. (By Rin Nohara)</i>
  264. <br><b>Classification:</b><i>Jinchuriki, Pseudo-Jinchuriki,
  265. <br> S-rank, Missing Nin
  266. <br> & Sensor Type.</i>
  267. <br><b>Height:</b><i>182 cm.</i>
  268. <br><b>Weight:</b><i>70.3 kg.</i>
  269. <br><b>Alignment:</b><i>Lawful Evil.</i>
  270. <br><b>Sexuality:</b><i>Straight.</i>
  271. <br><b>Hair:</b><i>White. (Formerly Black)</i>
  272. <br><b>Relationship:</b><i>Single. O̶n̶l̶y̶ ̶h̶a̶s̶ ̶e̶y̶e̶s̶ ̶f̶o̶r̶ ̶R̶i̶n̶.</i>
  273. <br><b>Age:</b> <i>30.</i>
  274. <br><b>Kekkei Genkai:</b> <img src="http://vignette3.wikia.nocookie.net/naruto/images/5/56/Sharingan_Triple.svg/revision/latest/scale-to-width-down/18?cb=20091022225716" title="Sharingan" height="15"> 
  275. <img src="http://vignette2.wikia.nocookie.net/naruto/images/e/e0/Mangeky%C5%8D_Sharingan_Kakashi.svg/revision/latest/scale-to-width-down/18?cb=20140427104242" title="Mangekyō Sharingan" height="15"> 
  276. <img src="http://vignette2.wikia.nocookie.net/naruto/images/7/7e/Rinnegan.svg/revision/latest/scale-to-width-down/18?cb=20140621040659" title="Rinnegan" height="15"> 
  277. <img src="http://vignette4.wikia.nocookie.net/naruto/images/2/2c/Nature_Icon_Wood.svg/revision/latest/scale-to-width-down/18?cb=20091012120805" title="Wood Release" height="15"> 
  278.  
  279.  
  280.  
  281.  
  282.  
  283. <br><b>Nature types:</b>
  284. <img src="http://img1.wikia.nocookie.net/__cb20091012120333/naruto/images/thumb/b/bf/Nature_Icon_Fire.svg/18px-Nature_Icon_Fire.svg.png" title="Fire Release" height="15"> 
  285. <img src="http://img2.wikia.nocookie.net/__cb20091012162502/naruto/images/thumb/5/52/Nature_Icon_Earth.svg/18px-Nature_Icon_Earth.svg.png" title="Earth Release" height="15">
  286. <img src="http://img4.wikia.nocookie.net/__cb20091012165923/naruto/images/thumb/a/ab/Nature_Icon_Water.svg/18px-Nature_Icon_Water.svg.png" title="Water Release" height="15">
  287. <img src="http://img2.wikia.nocookie.net/__cb20091012163149/naruto/images/thumb/7/7a/Nature_Icon_Wind.svg/18px-Nature_Icon_Wind.svg.png" title="Wind Release" height="15">
  288. <img src="http://img3.wikia.nocookie.net/__cb20091021173339/naruto/images/thumb/a/a3/Nature_Icon_Lightning.svg/18px-Nature_Icon_Lightning.svg.png" title="Lightning" height="15">
  289. <img src="http://img1.wikia.nocookie.net/__cb20100916093714/naruto/images/thumb/d/de/Nature_Icon_Yin.svg/18px-Nature_Icon_Yin.svg.png" title="Yin Release" height="15">
  290. <img src="http://img3.wikia.nocookie.net/__cb20100916093715/naruto/images/thumb/6/64/Nature_Icon_Yang.svg/18px-Nature_Icon_Yang.svg.png" title="Yang Release" height="15">
  291. <img src="http://vignette1.wikia.nocookie.net/naruto/images/e/e2/Nature_Icon_Yin%E2%80%93Yang.svg/revision/latest/scale-to-width-down/18?cb=20100916093715" title="Yin-Yang Release" height="15"></div>
  292.  
  293.  
  294. </div>
  295.  
  296.  
  297. <div id="two" class="Box3">
  298.  
  299. <b><i>""</b></i>
  300. <br><br><br>
  301.  
  302. </div>
  303.  
  304.  
  305.  
  306. <div id="three" class="Box3">
  307.  
  308.  
  309. <b><i>""</b></i>
  310. <br><br><br>
  311.  
  312.  
  313. </div>
  314.  
  315.  
  316.  
  317. <div id="four" class="Box3">
  318. <b><I>"I'm no one… I don't want to be anyone. All I care about is completing the Eye of the Moon Plan. This world is completely worthless… there is nothing left in it but misery."</b></I>
  319. <br><br><br>
  320. -<a href="/profile.php?user=Rin Nohara" class="dark" target="_blank">Rin Nohara:</a>My childhood sweetheart and the one I swear to protect, I brought the world to the brink of destruction because I thought I'd lost you... Now, I will never even let that thought cross my <a href="https://www.youtube.com/watch?v=170iljx1Xjg" target="_blank">mind.</a> </div>
  321.  
  322.  
  323. </div>
  324.  
  325.  
  326.  
  327. <div id="five" class="Box3">
  328. <b><i>"Look! There is nothing in my heart! I don't even feel pain!! You don't have to feel guilty, Kakashi. This windhole was opened by this hell of a world."</b></i>
  329. <br><br><br>
  330. -Obito makes several cameos before his actual appearance in the series: He is seen in a picture of Team Minato on the cover of chapter 16; The Third Hokage thinks of him in chapter 122 and Naruto episode 72.
  331. <br><br>
  332. -When first meeting Madara, Obito referred to him as "my honourable forefather" (オレのご先祖, ore no gosenzo), which may mean that Obito is a direct descendant of Madara.<br><br>
  333. -Tobi can be translated as the i form of "to fly" (飛ぶ, tobu), or as "kite" (鳶). The latter translation connects Tobi with Taka through the Japanese proverb "a hawk born from a kite" (鳶が鷹を生む, tobi ga taka o umu), meaning that an extraordinarily gifted child can be born from ordinary parents.<br><br>
  334. -Obito's orange mask appears in the ending omake of Naruto: Shippūden episode 129 along with Baki's face and Haku's mask.
  335. According to the databook(s):<br><br>
  336. -Obito's favourite words were "teamwork" (チームワーク, chīmuwāku) and "comrade" (仲間, nakama).<br><br>
  337. -Obito had completed 135 official missions in total: 86 D-rank, 24 C-rank, 24 B-rank, 1 A-rank, 0 S-rank.<br><br>
  338. -As "Tobi", his hobby was accompanying "Deidara-senpai", and his favourite phrase was given as "secret (?)" (秘密 (?), himitsu (?)).
  339.  
  340. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement