Advertisement
Monochrome

- huntress.

Aug 20th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.75 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://supremewptheme.com/themes/supremesocial/wp-content/themes/SupremeSocialTheme/images/framework/bg-patterns/dark_mosaic.png');
  12. background-attachment: fixed;
  13. background-position: bottom right;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #070707;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  18. }
  19.  
  20. b, strong {font-family: century gothic; font-size: 15px; font-variant: small-caps; color: #345834; font-weight:normal; letter-spacing: -1px;}
  21. i {color: #EDEDEE; font-family: verdana; font-variant: small-caps; font-size: 10px; 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: #99D6FF; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #FF99D6 0px 0px 1px;}
  24. big {color: #345834; font-size: 14px; font-weight: light; letter-spacing: 0px; font-family:Century Gothic; text-align: center;}
  25. small {color: #070707; font-size: 14px; font-weight: light; letter-spacing: -1px; padding-top: 5px; font-family: century gothic; 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: #140C17; 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 { font-family:"quicksand"; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf'); }
  39. @font-face { font-family:"Asenine"; src: url('http://static.tumblr.com/gdh5wux/Oqwmpuuf3/asenine.ttf'); }
  40.  
  41. #no{
  42. position: fixed;
  43. top: 0px;
  44. left: 0px;
  45. right: 0px;
  46. bottom: 0px;
  47. }
  48.  
  49. h1 {
  50. text-align: center;
  51. font-family:"quicksand";
  52. color: #212121;
  53. font-size: 25px;
  54. line-height: 10px;
  55. font-weight:normal;
  56. letter-spacing: 1px;
  57. }
  58.  
  59. h2 {
  60. text-align: center;
  61. font-family:"quicksand";
  62. color: #212121;
  63. font-size: 23px;
  64. line-height: 10px;
  65. font-weight:normal;
  66. }
  67.  
  68. #symbol{
  69. position: fixed;
  70. right: -40px;
  71. bottom: -70px;
  72. color: #09261C;
  73. font-size: 400px;
  74. z-index: 11;
  75. }
  76.  
  77. #line{
  78. position: fixed;
  79. z-index: 100;
  80. left: 0px;
  81. height: 30px;
  82. width: 1200px;
  83. bottom: 110px;
  84. z-index: 8;
  85. background-color: #070707;
  86. }
  87.  
  88. #nid{
  89. position: fixed;
  90. background-image: url('http://38.media.tumblr.com/78e22e7e454b9801ddda479ab166d7f3/tumblr_meywv4tb001qbdwkgo1_500.gif');
  91. background-attachment: absolute;
  92. background-position: 0px -10px;
  93. background-size: 500px 260px;
  94. background-repeat: no-repeat;
  95. right: 250px;
  96. height: 250px;
  97. width: 500px;
  98. bottom: 0px;
  99. z-index: 15;
  100. border: 3px Solid #09261C;
  101. background-color: #242424;
  102. }
  103.  
  104. #navi {
  105. position: fixed;
  106. left: 1105px;
  107. bottom: 25px;
  108. width: 30px;
  109. background-color: transparent;
  110. z-index: 1000;
  111. }
  112.  
  113. .box {
  114. position: fixed;
  115. right: 230px;
  116. bottom: 0px;  
  117. width: 506px;
  118. height: 250px;
  119. color: #EDEDEE;
  120. font-family: verdana;
  121. font-variant: small-caps;
  122. text-align: justify;  
  123. font-size: 10px;
  124. line-height: 13px;  
  125. overflow: auto;
  126. border: 3px Solid #09261C;
  127. background-color: #070707;
  128. opacity: 0;
  129. transition: all 0.5s ease-in-out;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. -ms-transition: all 0.5s ease-in-out;
  134. z-index: 950;
  135. }
  136.  
  137. .box:target {
  138. botton: 0px;
  139. right: 770px;
  140. opacity: 1;
  141. transition: all 0.5s ease-in-out;
  142. -webkit-transition: all 0.5s ease-in-out;
  143. -moz-transition: all 0.5s ease-in-out;
  144. -o-transition: all 0.5s ease-in-out;
  145. -ms-transition: all 0.5s ease-in-out;
  146. }
  147.  
  148. a.nav:link, a.nav:active, a.nav:visited{
  149. letter-spacing: 1px;
  150. text-transform: lowercase;
  151. display: inline-block;
  152. width: 30px;
  153. height: 30px;
  154. color: #EDEDEE;
  155. margin: 5px;
  156. background-color: #1B3F0E;
  157. text-align: center;
  158. line-height: 10px;    
  159. font-variant: small-caps;
  160. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  161. -webkit-transition: all 0.4s ease-out;
  162. -moz-transition: all 0.4s ease-out;
  163. -moz-border-radius-topright: 5px;
  164. -moz-border-radius-bottomright: 5px;}
  165.  
  166. a.nav:hover{
  167. background-color: #1B3F0E;
  168. color: transparent;
  169. text-decoration: none;
  170. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  171. }
  172.  
  173. a {
  174. color: #070707;
  175. text-decoration: none;
  176. }
  177.        
  178. a:hover {
  179. color: #888888;
  180. text-decoration: none;
  181. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur');
  182. }
  183.  
  184. .will{
  185. margin-top: 1px;
  186. height: 65px;
  187. width: 65px;
  188. margin-left: 3px;
  189. margin-top: 10px;
  190. border: #67aa73 2px solid;
  191. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur');
  192. opacity: 0.7;
  193. }
  194.  
  195. .will:hover {
  196. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur');
  197. opacity: 1;
  198. }
  199.  
  200. p {
  201. margin: 10px;
  202. padding: 5px;
  203. font-family: verdana;
  204. font-variant: small-caps;
  205. text-align: justify;
  206. font-size: 10px;
  207. color: #EDEDEE;
  208. background-color: transparent;
  209. }
  210.  
  211. .roar{
  212. height: 35px;
  213. width: 35px;
  214. border: #67aa73 2px solid;
  215. opacity: 0.6;
  216. }
  217.  
  218. #credit{
  219. position:fixed;
  220. bottom:0px;
  221. right:0px;
  222. z-index:450;}
  223.  
  224. </style>
  225.  
  226. <div id="no" oncontextmenu="return false;">
  227.  
  228. <div id="symbol">▶</div>
  229. <div id="line"></div>
  230.  
  231. <div id="nid"></div>
  232.  
  233. <div id="navi">
  234. <a class="nav" href="#they"></a>
  235. <a class="nav" href="#will"></a>
  236. <a class="nav" href="#fear"></a>
  237. <a class="nav" href="#the"></a>
  238. <a class="nav" href="#wild"></a>
  239. </div>
  240.  
  241. <div id="they" class="box">
  242. <font style=float:left><b>Name</b></font> <font style=float:right>Nidalee</font><br>
  243. <font style=float:left><b>Moniker(s)</b></font> <font style=float:right>The Bestial Huntress</font><br>
  244. <font style=float:left><b>Gender</b></font> <font style=float:right>Female</font><br>
  245. <font style=float:left><b>Age</b></font> <font style=float:right>Adult</font><br>
  246. <font style=float:left><b>Race</b></font> <font style=float:right>Human, Half-Feline</font><br>
  247. <font style=float:left><b>Birthplace</b></font> <font style=float:right>Unknown</font><br>
  248. <font style=float:left><b>Residence</b></font> <font style=float:right>Kumungu Jungle</font><br>
  249. <font style=float:left><b>Hair Colour</b></font> <font style=float:right>Brown</font><br>
  250. <font style=float:left><b>Eye Hue</b></font> <font style=float:right>Dark Green</font><br>
  251. <font style=float:left><b>Occupation</b></font> <font style=float:right>League of Legends Champion</font><br>
  252. <font style=float:left><b>Summoner</b></font> <font style=float:right>None</font><br>
  253. <font style=float:left><b>Marital Status</b></font> <font style=float:right>Single.</font><br>
  254. <font style=float:left><b>Sexual Orientation</b></font> <font style=float:right>Heterosexual</font><br>
  255. </div>
  256.  
  257. <div id="will" class="box">
  258. <p> There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Rune Wars, especially the mysterious Kumungu Jungle. There are long-forgotten treasures in these strange places which many risk life and limb to acquire. The champion known as Nidalee was only a young girl traveling with her treasure-seeking parents when they lost their way in the dense, rainy jungles. The jungle was unforgiving, and she watched her parents suffer agonizing final days as they fell victim to a mysterious and vicious disease. </p>
  259.  
  260. <p>As improbable as it was for a child to survive in the inhospitable jungle by herself, she did just that. Her youthful innocence and a fortunate naivete caused her to appeal to the beasts of that place and she was taken in by a family of cougars and raised as one of their own. She grew and somehow absorbed the raw magic of the dense wilds, evolving beyond both her human physiology and her feline affectation. On one pivotal day in her life, standing over the torn remnants of a Noxian squad of woodcutters, Nidalee chose to rejoin the so-called civilized world, to fight in the League of Legends so as to protect the vast woods from both Demacia and Noxus.</p>
  261.  
  262. <i>Nidalee was taught to fight by her feline family, battling viciously with tooth and nail. Something in her feline ways may draw you to her, but remember that she is no pussycat.</i>
  263. </div>
  264.  
  265. <div id="fear" class="box">
  266. <center>
  267. <img src="http://img3.wikia.nocookie.net/__cb20140627151211/leagueoflegends/images/4/4f/Prowl.png" class="roar">
  268. <small>-</small>
  269. <img src="http://img2.wikia.nocookie.net/__cb20140627151038/leagueoflegends/images/d/d3/Javelin_Toss.png" class="roar">
  270. <img src="http://img1.wikia.nocookie.net/__cb20140627150615/leagueoflegends/images/5/5f/Bushwhack.png" class="roar">
  271. <img src="http://img2.wikia.nocookie.net/__cb20140627151506/leagueoflegends/images/3/3f/Primal_Surge.png" class="roar">
  272. <img src="http://img1.wikia.nocookie.net/__cb20140627150734/leagueoflegends/images/2/21/Aspect_of_the_Cougar.png" class="roar">
  273. <small>-</small>
  274. <img src="http://img2.wikia.nocookie.net/__cb20140627151537/leagueoflegends/images/e/e6/Takedown.png" class="roar">
  275. <img src="http://img1.wikia.nocookie.net/__cb20140627151226/leagueoflegends/images/1/12/Pounce.png" class="roar">
  276. <img src="http://img3.wikia.nocookie.net/__cb20140627151547/leagueoflegends/images/f/f9/Swipe.png" class="roar">
  277. <img src="http://img2.wikia.nocookie.net/__cb20140606010631/leagueoflegends/images/a/a5/Aspect_of_the_Cougar_2.jpg" class="roar"> </center><br>
  278.  
  279. <big>Prowl</big>; <br>
  280. { Prowl } Moving through brush increases Nidalee's movement speed by 10% for 2 seconds, which increases to 30% if she is moving toward a visible enemy champion within 5500-range. <br>
  281. { Hunt } Hitting enemy champions with Javelin Toss & Bushwhack will mark them as Hunted for 4 seconds, revealing them. While moving toward Hunted, Nidalee gains Prowl's bonus movement speed and ignores unit collision. Additionally, Nidalee's first use of each of her Aspect of the Cougar abilities against Hunted will have an empowered effect.<br><br>
  282.  
  283. <big>Javelin Toss</big>; <br>
  284. { Active } Nidalee hurls her javelin forward in a line, dealing magic damage to the first enemy it hits. After having traveled 525 units, the javelin's damage will be increase by 2% per 7.75 units traveled, capping at 200% bonus damage (300% total damage) after traveling 1300 units.<br><br>
  285.  
  286. <big>Bushwack</big>; <br>
  287. { Active } Nidalee lays a trap at a target location that arms after a very brief delay. When sprung by an enemy unit, they will take magic damage plus a percentage of their current health over 4 seconds (max. damage 150 vs. monsters). Traps last for 2 minutes.<br><br>
  288.  
  289. <big>Primal Surge</big>; <br>
  290. { Active } Nidalee evokes the spirit of the cougar, healing a target allied champion or herself and granting them bonus attack speed for 7 seconds.<br><br>
  291.  
  292. <big>Aspect of the Cougar</big>; <br>
  293. { Active } Nidalee transforms herself into a cougar, gaining a new set of abilities and melee attacks (125 range). Triggering Hunt resets Aspect of the Cougar's cooldown if Nidalee is in Human Form.<br><br>
  294. <hr><hr>
  295.  
  296. <big>Takedown</big>; <br>
  297. { Active } Nidalee's next attack gains 75-range (200 total range) and is modified to deal magic damage. The damage is increased by 1.5% for every 1% of the target's missing health, for a maximum of 150% bonus damage (250% total damage).  HUNT BONUS: If the target is marked as Hunted, Takedown deals 33% increased damage.<br><br>
  298.  
  299. <big>Pounce</big>; <br>
  300. { Active } Nidalee lunges a fixed 375 units in the direction of the cursor, dealing magic damage to enemies within a 75-radius area around her landing point. Killing a unit will reduce Pounce's current cooldown to 1 second if it's currently higher. <br>
  301. - Bonus - If the cursor is near an enemy marked as Hunted within 750-range, Pounce becomes a unit-targeted dash.<br><br>
  302.  
  303. <big>Swipe</big>; <br>
  304. { Active } Nidalee claws at enemies in a 180-degree cone in the direction of the cursor, dealing magic damage to all enemies hit. <br>
  305. - Bonus - If Swipe hits an enemy marked as Hunted, Pounce's current cooldown is reduced to 1 second if it's currently higher. <br><br>
  306.  
  307. <big>Aspect of the Cougar</big>; <br>
  308. { Active } Nidalee transforms back into her human form. Nidalee begins the game with one rank in Aspect of the Cougar and can increase it at levels 6, 11, and 16.<br><br>
  309. </div>
  310.  
  311. <div id="the" class="box">
  312. <a href="profile.php?user=Ahri" target="_blank" title="The Nine-Tailed Fox"><img src="http://media.tumblr.com/1eb88cb8e4bdc714a1ebe2d451fb1cee/tumblr_inline_mwj9b48lKc1s6avhq.png" class="will"></a>
  313. <a href="profile.php?user=" target="_blank" title="Description Here!"><img src="" class="will"></a>
  314. <a href="profile.php?user=" target="_blank" title="Description Here!"><img src="" class="will"></a>
  315. <a href="profile.php?user=" target="_blank" title="Description Here!"><img src="" class="will"></a>
  316. </div>
  317.  
  318. <div id="wild" class="box">
  319. <small>♔</small>; Ahri made this profile for Nidalee only! <br>
  320. <small>♔</small>; More ooc shenanigans here. <br>
  321. </div>
  322.  
  323. <div id="credit"><A TARGET="_blank" HREF="Http://www.devilrose.webstarts.com" title="{ Copyright }; Yeah, you see this right here? Pretty isn't? It ain't yours so don't steal."><img src="http://i1276.photobucket.com/albums/y472/xbeautifulie/DevilRose/--devilrose_zps255a5d78.png"></A></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement