Advertisement
Monochrome

- queen.

Nov 27th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.81 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. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #EDEDEE;
  11. background-image: url('http://24.media.tumblr.com/tumblr_l5paemBcjB1qcdtsho1_500.png');
  12. background-attachment: fixed;
  13. background-position: bottom left;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color: #2B3D4E; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; letter-spacing:0px}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #820000; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  24. big {color: #3B2F7F; font-size: 15px; font-weight: light; margin-left: 50px; letter-spacing: 0px; font-family: Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #43150E 0px 0px 1px;}
  25. small {color: #3B2F7F; font-size: 18px; font-weight: light; letter-spacing: -1px; font-family: verdana; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  37.  
  38. @font-face {
  39.   font-family: 'CaneletterScriptThinPersonal';
  40.   src: url('http://www.fontsaddict.com/fontface/caneletterscriptthinpersonal.ttf');
  41. }
  42.  
  43. h2{
  44. background-color: #A54C5E;
  45. color: #EDEDEE;
  46. font-size: 13px;
  47. font-family: Century Gothic;
  48. line-height: 15px;  
  49. text-align: center;
  50. margin-top: 0px;
  51. letter-spacing: 2px;  
  52. text-transform: lowercase;
  53. }
  54.  
  55. #no{
  56. position: fixed;
  57. top: 0px;
  58. left: 0px;
  59. right: 0px;
  60. bottom: 0px;
  61. z-index: 999999;
  62. }
  63.  
  64. #queen {
  65. position: absolute;
  66. top: 130px;
  67. left: 200px;
  68. width: 450px;
  69. height: 425px;
  70. border: #A95062 1px solid;
  71. padding: 10px;
  72. background: url("http://www.sadmuffin.net/cherrybam/myspacelayouts/pink/136.gif");
  73. }
  74.  
  75. #ana {
  76. position: absolute;
  77. left: 10px;
  78. padding: 0px;
  79. border: #A95062 1px solid;
  80. }
  81.  
  82. #tsun{
  83. position: absolute;
  84. top: 130px;
  85. left: 680px;
  86. width: 450px;
  87. height: 425px;
  88. border: #A95062 1px solid;
  89. padding: 10px;
  90. background: url("http://www.sadmuffin.net/cherrybam/myspacelayouts/pink/136.gif");
  91. }
  92.  
  93. #drill {
  94. position: absolute;
  95. top: 140px;
  96. left: 690px;
  97. width: 450px;
  98. height: 425px;
  99. border: #A95062 1px solid;
  100. background-color: #EDEDEE;
  101. }
  102.  
  103. .icon{
  104. position: absolute;
  105. margin-left: 345px;
  106. margin-top: 0px;
  107. width: 100px;
  108. height: 100px;
  109. border: 3px Solid #de8272;
  110. background-color: #0c0c0c;
  111. background-image:url('http://i.picpar.com/88ib.jpg');
  112. background-repeat: no-repeat;
  113. background-position: 0px 0px;
  114. background-size: 100px 100px;
  115. z-index: 200;
  116. }
  117.  
  118. .title{
  119. position: absolute;
  120. background-color: #f3c4ba;
  121. color: #212121;
  122. font-size: 15px;
  123. font-family: times new roman;
  124. line-height: 25px;  
  125. text-align: right;
  126. margin-top: 0px;
  127. margin-left: 0px;
  128. width: 345px;
  129. height: 25px;
  130. border-bottom: 3px solid #fdffec;
  131. letter-spacing: 2px;  
  132. text-transform: lowercase;
  133. -ms-transition: opacity .3s linear;
  134. -moz-transition: opacity .3s linear;
  135. -o-transition: opacity .3s linear;
  136. -webkit-transition: opacity .3s linear;
  137. }
  138.  
  139. .navi{
  140. position: absolute;
  141. margin-left: 0px;
  142. margin-top: 28px;
  143. width: 346px;
  144. height: 30px;
  145. background-color: #de8272;
  146. border-bottom: 3px solid #fdffec;
  147. overflow: hidden;
  148. z-index: 2000000;
  149. }
  150.  
  151. .line{
  152. position: absolute;
  153. margin-top: 62px;
  154. margin-left: 0px;
  155. width: 346px;
  156. height: 44px;
  157. overflow: hidden;
  158. background-color: #f3c4ba;
  159. z-index:9999999999;
  160. }
  161.  
  162. .pkmn{
  163. position: absolute;
  164. margin-top: 67px;
  165. margin-left: 50px;
  166. width: 346px;
  167. height: 44px;
  168. overflow: hidden;
  169. background-color: transparent;
  170. z-index:9999999999;
  171. }
  172.  
  173. .box {
  174. position: fixed;
  175. left: 212px;
  176. top: -405px;  
  177. width: 440px;
  178. height: 150px;
  179. padding: 5px;
  180. color: #212121;
  181. font-family: verdana;
  182. font-variant: small-caps;
  183. border-top: 1px Solid #A95062;
  184. background-color: #EDEDEE;
  185. opacity: 0;
  186. transition: all 0.5s ease-in-out;
  187. -webkit-transition: all 0.5s ease-in-out;
  188. -moz-transition: all 0.5s ease-in-out;
  189. -o-transition: all 0.5s ease-in-out;
  190. -ms-transition: all 0.5s ease-in-out;
  191. z-index: 100;
  192. }
  193.  
  194. .box:target {
  195. top: 405px;
  196. left: 212px;
  197. opacity: 1;
  198. transition: all 0.5s ease-in-out;
  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. -ms-transition: all 0.5s ease-in-out;
  203. z-index: 100;
  204. }
  205.  
  206. .box2 {
  207. position: fixed;
  208. right: -500px;
  209. top: 243px;  
  210. width: 439px;
  211. height: 312px;
  212. padding: 5px;
  213. color: #212121;
  214. background-color: transparent;
  215. font-variant: small-caps;
  216. opacity: 1;
  217. overflow: auto;
  218. transition: all 0.5s ease-in-out;
  219. -webkit-transition: all 0.5s ease-in-out;
  220. -moz-transition: all 0.5s ease-in-out;
  221. -o-transition: all 0.5s ease-in-out;
  222. -ms-transition: all 0.5s ease-in-out;
  223. z-index: 100;
  224. }
  225.  
  226. .box2:target {
  227. top: 243px;
  228. right: 225px;
  229. opacity: 1;
  230. transition: all 0.5s ease-in-out;
  231. -webkit-transition: all 0.5s ease-in-out;
  232. -moz-transition: all 0.5s ease-in-out;
  233. -o-transition: all 0.5s ease-in-out;
  234. -ms-transition: all 0.5s ease-in-out;
  235. z-index: 100;
  236. }
  237.  
  238. a.nav:link, a.nav:active, a.nav:visited{
  239. letter-spacing: 1px;
  240. text-transform: lowercase;
  241. display: inline-block;
  242. width: 35px;
  243. height: 20px;
  244. margin: 5px;
  245. color: #EDEDEE;
  246. background-color: transparent;
  247. text-align: center;
  248. line-height: 18px;    
  249. font-variant: small-caps;
  250. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  251. -webkit-transition: all 0.4s ease-out;
  252. -moz-transition: all 0.4s ease-out;
  253. -moz-border-radius-topright: 5px;
  254. -moz-border-radius-bottomright: 5px;}
  255.  
  256. a.nav:hover{
  257. background-color: transparent;
  258. color: transparent;
  259. text-decoration: none;
  260. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  261. }
  262.  
  263. a.bee:link, a.bee:active, a.bee:visited{
  264. letter-spacing: 1px;
  265. line-height: 10px;
  266. text-transform: lowercase;
  267. display: inline-block;
  268. width: 40px;
  269. height: 40px;
  270. background-color: transparent;
  271. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  272. -webkit-transition: all 0.4s ease-out;
  273. -moz-transition: all 0.4s ease-out;
  274. -moz-border-radius-topright: 5px;
  275. -moz-border-radius-bottomright: 5px;}
  276.  
  277. a.pkmn:hover{
  278. background-color: transparent;
  279. text-decoration: none;
  280. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  281. }
  282.  
  283. a {
  284. color: #3071b5;
  285. text-decoration: none;
  286. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  287. }
  288.        
  289. a:hover {
  290. color: transparent;
  291. text-decoration: none;
  292. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  293. }
  294.  
  295. .arc{
  296. height: 70px;
  297. width: 70px;
  298. border: #620000 2px solid;
  299. opacity: 0.7;
  300. }
  301.  
  302. .arc: hover{
  303. opacity: 1;
  304. }
  305. </style>
  306.  
  307. <div id="no" oncontextmenu="return false;">
  308.  
  309. <div id="queen"><div id="ana"><img src="http://i.picpar.com/u8ib.jpg"></img></div></div>
  310.  
  311. <div id="tsun"></div>
  312.  
  313. <div id="drill">
  314. <div class="icon"></div> <div class="title">the <strike>lass</strike> ace trainer, Anavina</div>
  315. <div class="navi">
  316. <a class="nav" href="#one" title="dossier">i.</a>
  317. <a class="nav" href="#two" title="persona">ii.</a>
  318. <a class="nav" href="#three" title="inventory">iii.</a>
  319. <a class="nav" href="#four" title="character tidbits">iv.</a>
  320. <a class="nav" href="#five" title="PC PKMN">v.</a>
  321. <a class="nav" href="#six" title="friends">vi.</a>
  322. <a class="nav" href="#seven" title="guidelines">vii.</a>
  323. </div>
  324.  
  325. <div class="line"></div>
  326.  
  327. <div class="pkmn">
  328. <a class="bee" href="#arcanine"><img src="http://serebii.net/pokedex-xy/icon/059.png"></img></a>
  329. <a class="bee" href="#haxorus"><img src="http://www.serebii.net/pokedex-xy/icon/612.png"></img></a>  
  330. <a class="bee" href="#eelektross"><img src="http://www.serebii.net/pokedex-xy/icon/604.png"></img></a>
  331. <a class="bee" href="#clefable"><img src="http://www.serebii.net/pokedex-xy/icon/036.png"></img></a>
  332. <a class="bee" href="#metagross"><img src="http://i.picpar.com/vkN.gif"></img></a>
  333. <a class="bee" href="#pidgeot"><img src="http://www.serebii.net/pokedex-xy/icon/018.png"></img></a>
  334. </div>
  335.  
  336. </div>
  337.  
  338. <div id="one" class="box2">
  339. <font style=float:left>Name</font> <font style=float:right>Diocalli, Anavina</font><br>
  340. <font style=float:left>Moniker(s)</font> <font style=float:right>Queen, 'Rina, etc.</font><br>
  341. <font style=float:left>Birthdate</font> <font style=float:right>9th of February</font><br>
  342. <font style=float:left>Zodiac</font> <font style=float:right>Aquarius</font><br>
  343. <font style=float:left>Gender</font> <font style=float:right>Female</font><br>
  344. <font style=float:left>Hair Colour</font> <font style=float:right>Pink</font><br>
  345. <font style=float:left>Eye Hue</font> <font style=float:right>Gray</font><br>
  346. <font style=float:left>Height</font> <font style=float:right>Five foot, six inches</font><br>
  347. <font style=float:left>Weight</font> <font style=float:right>One hundred and twenty-seven lbs</font><br>
  348. <font style=float:left>Body Type</font> <font style=float:right>Lithe, curvaceous</font><br>
  349. <font style=float:left>Age</font> <font style=float:right>Twenty-five</font><br>
  350. <font style=float:left>Occupation</font> <font style=float:right>PKMN Trainer</font><br>
  351. <font style=float:left>Family</font> <font style=float:right>Mom & Dad</font><br>
  352. <font style=float:left>Alignment</font> <font style=float:right>Lawful Good</font><br>
  353. <font style=float:left>Hometown</font> <font style=float:right>Viridian City, Kanto</font><br>
  354. <font style=float:left>Orientation</font> <font style=float:right>Heterosexual</font><br>
  355. <font style=float:left>Marital Status</font> <font style=float:right><a href="/profile.php?userid=214819" target="_blank">Devoted</a>.</font><br>
  356. <font style=float:left>Distinguishing</font> <font style=float:right>Artificial right eye</font><br>
  357. <font style=float:left>Pregnancy</font> <font style=float:right>1st Trimester</font><br>
  358. <font style=float:left>PKMN Starter</font> <font style=float:right>Growlithe ( lv.5 )</font><br>
  359. </div>
  360.  
  361. <div id="two" class="box2">
  362. will get to this whenever.
  363. </div>
  364.  
  365. <div id="three" class="box2">
  366. <center><img src="http://i.picpar.com/mFn.png"></img><br>
  367. <img src="http://cdn.bulbagarden.net/upload/9/93/Bag_Pok%C3%A9_Ball_Sprite.png" title="Pokeball - 20x"></img>
  368. <img src="http://cdn.bulbagarden.net/upload/c/ca/Bag_Great_Ball_Sprite.png" title="Great Ball - 10x"></img>
  369. <img src="http://cdn.bulbagarden.net/upload/4/42/Bag_Love_Ball_Sprite.png" title="Love Ball - 20x"></img>
  370. <img src="http://cdn.bulbagarden.net/upload/5/55/Bag_Premier_Ball_Sprite.png" title="Premier Ball - 5x"></img>
  371. <img src="http://cdn.bulbagarden.net/upload/3/3d/Bag_Timer_Ball_Sprite.png" title="Timer Ball - 5x"></img>
  372. <img src="http://cdn.bulbagarden.net/upload/1/17/Bag_Heal_Ball_Sprite.png" title="Heal Ball - 15x"></img></center>
  373. <br><b>Bows</b>: An assortment of bows in all different colours. Mostly wears the black and the purple ones.
  374. <br><b>Wallet</b>: A hand-crafted wallet with all of her identification within it. Has 1,357 Poke within.
  375. <br><b>Pen & Notebook</b>: Doesn't bring out from her bag that much but she tends to write in her journal every now and again.
  376. <br><b>Berries</b>: Mostly Oran berries.
  377. <br><b>Town Map</b>: Self-explanatory.
  378. <br><b>Eye Drops</b>: Since her artificial eye tends to dry up a lot.
  379. </div>
  380.  
  381. <div id="four" class="box2">
  382. » Don't throw Beedrill plushies at her. She will throw them back at you and at vital organs. <br>
  383. » Don't ever buy her a bike, it would just be worthless. <br>
  384. » She is never seen without her Arcanine and even if she was to be seen, she would most likely be asleep. <br>
  385. » Bla <br>
  386. » Bla <br>
  387. </div>
  388.  
  389. <div id="five" class="box2">
  390. <h2><img src="http://www.serebii.net/pokedex-xy/icon/148.png"></img> Elisynne</h2>
  391. Female - Dragon - Everstone - 13'1" - 37 lbs - #148 - Shed Skin, Marvel Scale
  392. <center><i>Surf - Dragon Dance - Thunderbolt - Flamethrower - Blizzard.</i></center>
  393.  
  394. <h2><img src="http://www.serebii.net/pokedex-xy/icon/609.png"></img> Arai</h2>
  395. Male - Ghost/Fire - Charcoal - 3'3" - 76 lbs - #609 - Flame Body, Shadow Tag
  396. <center><i>Dark Pulse - Shadow Ball - Calm Mind - Will - o - Wisp - Inferno.</i></center>
  397.  
  398. <h2><img src="http://www.serebii.net/pokedex-xy/icon/630.png"></img> Sylvaeri</h2>
  399. Female - Dark/Flying - Sharp Beak - 3'11" - 87 lbs - #630 - Big Pecks, Weak Armor
  400. <center><i>Bone Rush - Air Slash - Embargo - Roost - Steel Wing.</i></center>
  401.  
  402. <h2><img src="http://www.serebii.net/pokedex-xy/icon/354.png"></img> Name ( Banette )</h2>
  403. Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here
  404. <center><i>Moveset here.</i></center>
  405.  
  406. <h2><img src="http://www.serebii.net/pokedex-xy/icon/405.png"></img> Name ( Luxray/Shiny )</h2>
  407. Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here
  408. <center><i>Moveset here</i></center>
  409.  
  410. <h2><img src="http://www.serebii.net/pokedex-xy/icon/303.png"></img> Name ( Mawile )</h2>
  411. Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here
  412. <center><i>Moveset here.</i></center>
  413. </div>
  414.  
  415. <div id="six" class="box2">
  416. <a href="profile.php?user=Ace" target="_blank"><img src="http://i.picpar.com/YbN.png" class="arc"></a>
  417. <a href="profile.php?user=Suzaku" target="_blank"><img src="http://i.picpar.com/XcO.png" class="arc"></a>
  418. <a href="profile.php?user=King" target="_blank"><img src="http://i.picpar.com/ZcO.jpg" class="arc"></a>
  419. <a href="profile.php?user=Hiroshi" target="_blank"><img src="http://i.picpar.com/adO.jpg" class="arc"></a>
  420. <a href="profile.php?user=Amaterasu" target="_blank"><img src="http://i.picpar.com/pBM.png" class="arc"></a>
  421. <a href="profile.php?user=Rayden" target="_blank"><img src="http://i.picpar.com/YcO.jpg" class="arc"></a>
  422. <a href="profile.php?user=" target="_blank"><img src="http://placehold.it/100x100" class="arc"></a>
  423. </div>
  424.  
  425. <div id="seven" class="box2">
  426. ooc here.
  427. </div>
  428.  
  429. <div id="arcanine" class="box">
  430. <img src="http://serebii.net/xy/pokemon/059.png" align="left"></img><br>
  431. <font style=float:left>Name</font> <font style=float:right>Arcalius</font><br>
  432. <font style=float:left>Gender</font> <font style=float:right>Male</font><br>
  433. <font style=float:left>Type</font> <font style=float:right>Fire</font><br>
  434. <font style=float:left>Held Item</font> <font style=float:right>Charcoal</font><br>
  435. <font style=float:left>Height</font> <font style=float:right>06'03"</font><br>
  436. <font style=float:left>Weight</font> <font style=float:right>314.7 lbs</font><br>
  437. <font style=float:left>N.Number.</font> <font style=float:right>#059</font><br>
  438. <font style=float:left>Abilities</font> <font style=float:right>Intimidate, Justified ( Hidden )</font><br><br>
  439. <center><i>Extremespeed - Morning Sun - Flamethrower - Aerial Ace - Flame Charge.</i></center>
  440. </div>
  441.  
  442. <div id="haxorus" class="box">
  443. <img src="http://www.serebii.net/xy/pokemon/612.png" align="left"></img><br>
  444. <font style=float:left>Name</font> <font style=float:right>Caliel</font><br>
  445. <font style=float:left>Gender</font> <font style=float:right>Male</font><br>
  446. <font style=float:left>Type</font> <font style=float:right>Dragon</font><br>
  447. <font style=float:left>Held Item</font> <font style=float:right>Dragon Claw</font><br>
  448. <font style=float:left>Height</font> <font style=float:right>05'11"</font><br>
  449. <font style=float:left>Weight</font> <font style=float:right>233 lbs</font><br>
  450. <font style=float:left>N.Number.</font> <font style=float:right>#612</font><br>
  451. <font style=float:left>Abilities</font> <font style=float:right>Rivalry, Unnerve</font><br><br>
  452. <center><i>Dragon Dance - Dual Claws - Dragon Pulse - Shadow Claw - Brick Break.</i>
  453. </div>
  454.  
  455. <div id="eelektross" class="box">
  456. <img src="http://www.serebii.net/xy/pokemon/604.png" align="left"></img><br>
  457. <font style=float:left>Name</font> <font style=float:right>Ailana</font><br>
  458. <font style=float:left>Gender</font> <font style=float:right>Female</font><br>
  459. <font style=float:left>Type</font> <font style=float:right>Electric</font><br>
  460. <font style=float:left>Held Item</font> <font style=float:right>Magnet</font><br>
  461. <font style=float:left>Height</font> <font style=float:right>06'11"</font><br>
  462. <font style=float:left>Weight</font> <font style=float:right>178 lbs</font><br>
  463. <font style=float:left>N.Number.</font> <font style=float:right>#604</font><br>
  464. <font style=float:left>Abilities</font> <font style=float:right>Levitate</font><br><br>
  465. <center><i>Volt Switch - Thunder Wave - Thunderbolt - Rain Dance - Iron Tail.</i></center>
  466. </div>
  467.  
  468. <div id="clefable" class="box">
  469. <img src="http://www.serebii.net/xy/pokemon/036.png" align="left"></img><br>
  470. <font style=float:left>Name</font> <font style=float:right>Cereza</font><br>
  471. <font style=float:left>Gender</font> <font style=float:right>Female</font><br>
  472. <font style=float:left>Type</font> <font style=float:right>Fairy</font><br>
  473. <font style=float:left>Held Item</font> <font style=float:right>Pink Bow</font><br>
  474. <font style=float:left>Height</font> <font style=float:right>04'03"</font><br>
  475. <font style=float:left>Weight</font> <font style=float:right>89 lbs</font><br>
  476. <font style=float:left>N.Number.</font> <font style=float:right>#036</font><br>
  477. <font style=float:left>Abilities</font> <font style=float:right>Magic Guard, Unaware </font><br><br>
  478. <center><i>Metronome - Misty Terrain - Moonblast - Heal Pulse - Protect.</i></center>
  479. </div>
  480.  
  481. <div id="metagross" class="box">
  482. <img src="http://www.serebii.net/Shiny/XY/376.png" align="left"></img><br>
  483. <font style=float:left>Name</font> <font style=float:right>Tesai</font><br>
  484. <font style=float:left>Gender</font> <font style=float:right>Male</font><br>
  485. <font style=float:left>Type</font> <font style=float:right>Steel/Psychic</font><br>
  486. <font style=float:left>Held Item</font> <font style=float:right>TwistedSpoon</font><br>
  487. <font style=float:left>Height</font> <font style=float:right>05'03"</font><br>
  488. <font style=float:left>Weight</font> <font style=float:right>1213 lbs</font><br>
  489. <font style=float:left>N.Number.</font> <font style=float:right>#376</font><br>
  490. <font style=float:left>Abilities</font> <font style=float:right>Clear Body, Light Metal</font><br><br>
  491. <center><i>Reflect - Metal Claw - Zen Headbutt - Iron Defense - Psychic.</i></center>
  492. </div>
  493.  
  494. <div id="pidgeot" class="box">
  495. <img src="http://www.serebii.net/xy/pokemon/018.png" align="left"></img><br>
  496. <font style=float:left>Name</font> <font style=float:right>Eisau</font><br>
  497. <font style=float:left>Gender</font> <font style=float:right>Male</font><br>
  498. <font style=float:left>Type</font> <font style=float:right>Normal/Flying</font><br>
  499. <font style=float:left>Held Item</font> <font style=float:right>Sharp Beak</font><br>
  500. <font style=float:left>Height</font> <font style=float:right>04'11"</font><br>
  501. <font style=float:left>Weight</font> <font style=float:right>87 lbs</font><br>
  502. <font style=float:left>N.Number.</font> <font style=float:right>#018</font><br>
  503. <font style=float:left>Abilities</font> <font style=float:right>Keen Eye/Tangled Feet</font><br><br>
  504. <center><i>Roost - Hurricane - Double Team - Air Slash - Sky Attack.</i></center>
  505. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement