Beautifulie

bee

May 26th, 2014
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.74 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: #F7F7F7;
  11. background-image: url('http://i.picpar.com/y0M.png');
  12. background-attachment: fixed;
  13. background-position: bottom right;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/others/oth-7/oth666.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#838894; 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: #666666; font-size: 20px; font-weight: light; 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: #820000; font-size: 11px; 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. @import url(http://fonts.googleapis.com/css?family=Grand Hotel);
  39.  
  40. h1 {
  41. z-index:-20;
  42. color: #9B6B45;
  43. height: 20px;
  44. width: %100px;
  45. font-size: 10px;
  46. line-height: 40px;
  47. font-weight: normal;
  48. letter-spacing: 3px;
  49. font-family: terminal;
  50. text-transform: uppercase;
  51. text-shadow: #9B6B45 0px 0px 2px;
  52. text-align: left;
  53. margin-top: 0px;}
  54.  
  55. h2{
  56. font-size: 23px;
  57. font-variant: small-caps;
  58. color: #6C2F28;
  59. text-transform: lowercase;
  60. letter-spacing: -1px;
  61. text-align: center;
  62. background-color: none;
  63. line-height: 2px;
  64. text-align: justified;
  65. font-family: century gothic;
  66. text-shadow: #444444 2px 3px 4px;
  67. margin-top: 5px;
  68. margin-bottom: 8px;
  69. width: autopx;
  70. display: block;
  71. background-color: #151413;
  72. border-right: 1px solid #6C2F28;
  73. padding: 0px;
  74. font-weight: normal;
  75. }
  76.  
  77. h3{
  78. font: 10px verdana;
  79. font-variant: small-caps;
  80. color: #444444;
  81. text-align: right;
  82. border-bottom: #212121 2px Solid;
  83. margin: 1px;
  84. padding: 0px;}
  85.  
  86.  
  87. #no{
  88. position: fixed;
  89. top: 0px;
  90. left: 0px;
  91. right: 0px;
  92. bottom: 0px;
  93. z-index: 999999;
  94. }
  95.  
  96. .queen{
  97. position: absolute;
  98. left: 10px;
  99. top: 10px;
  100. width: 235px;
  101. height: 404px;
  102. }
  103.  
  104. .reckoning{
  105. position: fixed;
  106. right: 545px;
  107. bottom: 0px;
  108. background: url('http://i.picpar.com/JNJ.png');
  109. border: 3px solid #6C2F28;
  110. width: 250px;
  111. height: 424px;
  112. }
  113.  
  114. #words{
  115. position: fixed;
  116. right: 0px;
  117. top: 350px;
  118. width: 543px;
  119. height: 351px;  
  120. background-color: #070707;
  121. overflow: auto;
  122. text-align: justify;
  123. font-face: verdana;
  124. font-size: 10px;
  125. font-variant: small-caps;
  126. color: #212121;
  127. border: 2px Solid #6C2F28;
  128. line-height: 13px;
  129. z-index: 500;
  130. }
  131.  
  132. #Friends{
  133. position: fixed;
  134. top: 275px;
  135. right: 0px;
  136. width: 543px;
  137. height: 80px;
  138. overflow: hidden;
  139. background-color: #070707;  
  140. border: 2px #6C2F28 Solid;
  141. z-index:9999999999;
  142. }
  143.  
  144. .box {
  145. position: fixed;
  146. right: -500px;
  147. top: 355px;  
  148. width: 540px;
  149. height: 345px;
  150. padding: 5px;
  151. color: #CCC;
  152. font-family: verdana;
  153. font-variant: small-caps;
  154. text-align: justify;  
  155. font-size: 10px;
  156. line-height: 13px;  
  157. overflow: auto;
  158. background-color: transparent;
  159. opacity: 0;
  160. transition: all 0.5s ease-in-out;
  161. -webkit-transition: all 0.5s ease-in-out;
  162. -moz-transition: all 0.5s ease-in-out;
  163. -o-transition: all 0.5s ease-in-out;
  164. -ms-transition: all 0.5s ease-in-out;
  165. }
  166.  
  167. .box:target {
  168. top: 355px;
  169. right: 0px;
  170. opacity: 1;
  171. transition: all 0.5s ease-in-out;
  172. -webkit-transition: all 0.5s ease-in-out;
  173. -moz-transition: all 0.5s ease-in-out;
  174. -o-transition: all 0.5s ease-in-out;
  175. -ms-transition: all 0.5s ease-in-out;
  176. }
  177.  
  178. #Navi {
  179. position: fixed;
  180. right: 780px;
  181. bottom: 130px;
  182. width: 50px;
  183. }
  184.  
  185. a.nav:link, a.nav:active, a.nav:visited{
  186. display: inline-block;
  187. margin: 5px;
  188. width: 15px;
  189. height: 15px;
  190. background-color: #070707;  
  191. border: 2px solid #6C2F28;
  192. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  193. -webkit-transition: all 0.4s ease-out;
  194. -moz-transition: all 0.4s ease-out;
  195. }
  196.  
  197. a.nav:hover{
  198. background-color: #6C2F28;
  199. border: 2px solid #070707;
  200. text-decoration: none;
  201. moz-border-radius: 240;
  202. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  203. }
  204.  
  205. .snow {
  206. height: 70px;
  207. width: 78.5px;
  208. margin-left: 4px;
  209. margin-top: 3px;
  210. border: #CD8D87 2px solid;
  211. opacity: 0.7;
  212. }
  213.  
  214. </style>
  215.  
  216. <div id="no" oncontextmenu="return false;">
  217.  
  218. <div class="reckoning"><div class="queen">
  219. <img src="http://cdn.myanimelist.net/images/characters/13/232427.jpg" width="230" height="404"></img>
  220. </div>
  221.  
  222. <div id="Navi">
  223. <a class="nav" href="#one"></a>
  224. <a class="nav" href="#two"></a>  
  225. <a class="nav" href="#three"></a>
  226. <a class="nav" href="#four"></a>
  227. <a class="nav" href="#five"></a>
  228. <a class="nav" href="#six"></a>
  229. </div>
  230.  
  231. <div id="friends">
  232. <a href="profile.php?user=Claudio" target="_blank"><img src="http://placehold.it/100x100" class="snow"></a>
  233. <a href="profile.php?user=" target="_blank"><img src="http://placehold.it/100x100" class="snow"></a>
  234. <a href="profile.php?user=" target="_blank"><img src="http://placehold.it/100x100" class="snow"></a>
  235. <a href="profile.php?user=" target="_blank"><img src="http://placehold.it/100x100" class="snow"></a>
  236. <a href="profile.php?user=" target="_blank"><img src="http://placehold.it/100x100" class="snow"></a>
  237. <a href="profile.php?user=" target="_blank"><img src="http://placehold.it/100x100" class="snow"></a>
  238. </div>
  239.  
  240. <div id="words">
  241.  
  242. <div id="one" class="box">
  243. <font style=float:left>Trainer Type</font> <font style=float:right>Ace Trainer</font><br>
  244. <font style=float:left>Name</font> <font style=float:right>Diocalli, Anavina</font><br>
  245. <font style=float:left>Moniker(s)</font> <font style=float:right>Queenie, 'Rina, etc.</font><br>
  246. <font style=float:left>D.O.B/Zodiac</font> <font style=float:right>9 February/Aquarius</font><br>
  247. <font style=float:left>Gender</font> <font style=float:right>Female</font><br>
  248. <font style=float:left>Hair Colour/Eye Hue</font> <font style=float:right>Light Pink/Gray</font><br>
  249. <font style=float:left>Height/Weight</font> <font style=float:right>5'6"/127 lbs</font><br>
  250. <font style=float:left>Body Type</font> <font style=float:right>Lithe, curvaceous</font><br>
  251. <font style=float:left>Age</font> <font style=float:right>Twenty-five</font><br>
  252. <font style=float:left>Occupation</font> <font style=float:right>PKMN Trainer</font><br>
  253. <font style=float:left>Family</font> <font style=float:right>Mom & Dad</font><br>
  254. <font style=float:left>Alignment</font> <font style=float:right>Lawful Good</font><br>
  255. <font style=float:left>Hometown</font> <font style=float:right>Viridian City, Kanto</font><br>
  256. <font style=float:left>Orientation</font> <font style=float:right>Heterosexual</font><br>
  257. <font style=float:left>Marital Status</font> <font style=float:right><a href="/profile.php?userid=214819" target="_blank">Taken</a>.</font><br>
  258. <font style=float:left>Distinguishing</font> <font style=float:right>Artificial right eye</font><br>
  259. <font style=float:left>Starter</font> <font style=float:right>Growlithe ( lv.5 )</font><br>
  260. </div>
  261.  
  262. <div id="two" class="box">
  263. Working on it.
  264. </div>
  265.  
  266. <div id="three" class="box">
  267. Debating on writing this seriously out.
  268. </div>
  269.  
  270. <div id="four" class="box">
  271. <center><img src="http://i.picpar.com/mFn.png"></img><br>
  272. <img src="http://cdn.bulbagarden.net/upload/9/93/Bag_Pok%C3%A9_Ball_Sprite.png" title="Pokeball - 20x"></img>
  273. <img src="http://cdn.bulbagarden.net/upload/c/ca/Bag_Great_Ball_Sprite.png" title="Great Ball - 10x"></img>
  274. <img src="http://cdn.bulbagarden.net/upload/4/42/Bag_Love_Ball_Sprite.png" title="Love Ball - 20x"></img>
  275. <img src="http://cdn.bulbagarden.net/upload/5/55/Bag_Premier_Ball_Sprite.png" title="Premier Ball - 5x"></img>
  276. <img src="http://cdn.bulbagarden.net/upload/3/3d/Bag_Timer_Ball_Sprite.png" title="Timer Ball - 5x"></img>
  277. <img src="http://cdn.bulbagarden.net/upload/1/17/Bag_Heal_Ball_Sprite.png" title="Heal Ball - 15x"></img></center>
  278. <br><b>Bows</b>: An assortment of bows in all different colours. Mostly wears the black and the purple ones.
  279. <br><b>Wallet</b>: A hand-crafted wallet with all of her identification within it. Has 1,357 Poke within.
  280. <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.
  281. <br><b>Berries</b>: Mostly Oran berries.
  282. <br><b>Town Map</b>: Self-explanatory.
  283. <br><b>Eye Drops</b>: Since her artificial eye tends to dry up a lot.
  284. </div>
  285.  
  286. <div id="five" class="box">
  287. » Don't throw Beedrill plushies at her. She will throw them back at you at vital organs.
  288. <br>» Don't ever buy her a bike, it would just be worthless.
  289. <br>» She is never seen without her Arcanine and even if she was to be seen, she would most likely be asleep.
  290. <br>» Bla
  291. <br>» Bla
  292. </div>
  293.  
  294. <div id="six" class="box">
  295. <h1>Current Party</h1>
  296. <h2><img src="http://www.serebii.net/pokedex-xy/icon/059.png"></img> Arcalius</h2>
  297. Male - 75 - Fire - Charcoal - 6'3" - 315 lbs - #59 - Intimidate, Justified
  298. <center><i>Extremespeed - Morning Sun - Flamethrower - Aerial Ace - Flame Charge.</i></center>
  299.  
  300. <h2><img src="http://www.serebii.net/pokedex-xy/icon/523.png"></img> Xero</h2>
  301. Male - 72 - Electric - Magnet - 5'3" - 175 lbs - #523 - Motor Drive, Sap Sipper
  302. <center><i>Flame Charge - Discharge - Bounce - Wild Charge - Shock Wave.</i></center>
  303.  
  304. <h2><img src="http://www.serebii.net/pokedex-xy/icon/612.png"></img> Caliel</h2>
  305. Male - 74 - Dragon - Dragon Claw - 5'11" - 233 lbs - #612 - Rivalry, Unnerve
  306. <center><i>Dragon Dance - Dual Claws - Dragon Pulse - Shadow Claw - Brick Break.</i></center>
  307.  
  308. <h2><img src="http://www.serebii.net/pokedex-xy/icon/711.png"></img> Name ( Shiny )</h2>
  309. Female - 73 - Ghost/Grass - Miracle Seed - 5'7" - 86 lbs - #711 - Pickup, Insomnia
  310. <center><i>Phantom Force, Shadow Ball, Destiny Bond, Double Team, Toxic</i></center>
  311.  
  312. <h2><img src="http://www.serebii.net/pokedex-xy/icon/581.png"></img> Name ( Shiny )</h2>
  313. Female - 72 - Water/Flying - Miracle Seed - 4'3" - 53 lbs - #581 - Big Pecks, Hydration
  314. <center><i>Rain Dance, Aqua Ring, Aerial Ace, Steel Wing, Brine</i></center>
  315.  
  316. <h2><img src="http://www.serebii.net/pokedex-xy/icon/036.png"></img> Name</h2>
  317. Female - 71 - Ghost/Grass - Miracle Seed - 5'7" - 86 lbs - #711 - Pickup, Insomnia
  318. <center><i>Thunderbolt, Flamethrower, Heal Pulse, Moonblast, Magical Leaf</i></center>
  319.  
  320. <br><br>
  321.  
  322. <h1>Boxed Party</h1>
  323. <h2><img src="http://www.serebii.net/pokedex-xy/icon/148.png"></img> Elisynne</h2>
  324. Female - 74 - Dragon - Everstone - 13'1" - 37 lbs - #148 - Shed Skin, Marvel Scale
  325. <center><i>Surf - Dragon Dance - Thunderbolt - Flamethrower - Blizzard.</i></center>
  326.  
  327. <h2><img src="http://www.serebii.net/pokedex-xy/icon/609.png"></img> Arai</h2>
  328. Male - 71 - Ghost/Fire - Charcoal - 3'3" - 76 lbs - #609 - Flame Body, Shadow Tag
  329. <center><i>Dark Pulse - Shadow Ball - Calm Mind - Will - o - Wisp - Inferno.</i></center>
  330.  
  331. <h2><img src="http://www.serebii.net/pokedex-xy/icon/630.png"></img> Sylvaeri</h2>
  332. Female - 72 - Dark/Flying - Sharp Beak - 3'11" - 87 lbs - #630 - Big Pecks, Weak Armor
  333. <center><i>Bone Rush - Air Slash - Embargo - Roost - Steel Wing.</i></center>
  334.  
  335. <h2><img src="http://www.serebii.net/pokedex-xy/icon/354.png"></img> Name ( Banette )</h2>
  336. Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here
  337. <center><i>Moveset here.</i></center>
  338.  
  339. <h2><img src="http://www.serebii.net/pokedex-xy/icon/405.png"></img> Name ( Luxray/Shiny )</h2>
  340. Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here
  341. <center><i>Moveset here</i></center>
  342.  
  343. <h2><img src="http://www.serebii.net/pokedex-xy/icon/303.png"></img> Name ( Mawile )</h2>
  344. Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here - Stat here
  345. <center><i>Moveset here.</i></center>
  346.  
  347. </div>
  348.  
  349. </div>
Advertisement
Add Comment
Please, Sign In to add comment