Advertisement
cat_inthe_cradle

Jinxed

May 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. <style>
  2. body { background:none; }
  3. #scroller { padding: 35px 0; box-sizing: border-box; }
  4. #profile-container { width:750px;background:#333; }
  5. #profile-container {background:none;}
  6.  
  7.  
  8.  
  9.  
  10.  
  11. .pfor{display:none;}
  12. #profile{border:none;background: transparent;}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. /* BODY */
  19. ::-webkit-scrollbar-thumb:vertical {
  20. background-color: # ;
  21. height: 50px;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. height: 10px;
  26. width: 3px;
  27. background-color: #;
  28. }
  29.  
  30. body {
  31. background-image: url("http://i.picpar.com/Nnvc.jpg");
  32. background-attachment: fixed;
  33. background-color: #dbe9bf;
  34. margin: 0;
  35. }
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. a {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. color:#afb4b8;
  48. text-shadow: -1px 0 #c37494, 0 1px #14456f, 1px 0 #14456f, 0 -1px #14456f;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54. a:hover {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:#14456f;
  59. }
  60.  
  61.  
  62.  
  63.  
  64.  
  65. #name {
  66. position:fixed;
  67. font-family:Italianno;
  68. font-size:18px;
  69. top:217px;
  70. left:230px;
  71. color:#fff;
  72. text-shadow:0px 0px 1px #000;
  73. z-index:999999;
  74. }
  75.  
  76.  
  77.  
  78. #name1 {
  79. position:fixed;
  80. font-family:Italianno;
  81. font-size:30px;
  82. top:232px;
  83. left:210px;
  84. color:#751414;
  85. text-shadow:0px 0px 1px #000;
  86. z-index:999999;
  87. }
  88.  
  89.  
  90.  
  91.  
  92.  
  93. a:hover{color:#fff; font-style: italic;}
  94. b {
  95. text-transform: ;
  96. font-size: px;
  97. font-weight: ;
  98. color: #a7b6c1;
  99. background: #2c475c;
  100. letter-spacing: px;
  101. padding: 1px 2px 1px 3px;
  102. margin-right: 2px;}
  103. u {
  104. text-transform: ;
  105. font-size: ;
  106. font-weight: ;
  107. color: #000;
  108. background: #;
  109. letter-spacing: 1px;
  110. padding: 1px 2px 1px 3px;
  111. margin-right: 2px;
  112. border-bottom: dotted 1px #000;}
  113. i {
  114. font-size: px;
  115. font-weight: ;
  116. color: #a7b6c1;
  117. letter-spacing: 1px;
  118. padding: 1px 2px 1px 3px;
  119. margin-right: 2px;}
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. .hoverbox {
  134. position: fixed;
  135. background-color: #fff;
  136. opacity: 0;
  137. width: 180px;
  138. height: 70px;
  139. padding: 5px;
  140. left: 550px;
  141. top: 324px;
  142. font-family: arial;
  143. font-size: px;
  144. color: #;
  145. letter-spacing: 0px;
  146. -webkit-transition: all .7s ease-in-out;
  147. }
  148. .hoverbox:hover {
  149. opacity: 1;
  150. top: 348px;
  151.  
  152. }
  153. .hoverbox b {
  154. color: # ;
  155. font-family: calibri;
  156. font-size: px;
  157. line-height: 10px;
  158. text-transform: ;
  159. }
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. .hoverbox2 {
  168. position: fixed;
  169. background-color: #fff;
  170. opacity: 0;
  171. width: 213px;
  172. height: 260px;
  173. padding: 5px;
  174. left: 100px;
  175. top: 205px;
  176. font-family: arial;
  177. font-size: px;
  178. color: #;
  179. letter-spacing: 0px;
  180. -webkit-transition: all .7s ease-in-out;
  181. }
  182. .hoverbox2:hover {
  183. opacity: 1;
  184. top: 205px;
  185.  
  186. }
  187. .hoverbox2 b {
  188. color: # ;
  189. font-family: calibri;
  190. font-size: px;
  191. line-height: 10px;
  192. text-transform: ;
  193. }
  194.  
  195.  
  196.  
  197. a {
  198. text-decoration:none;
  199. outline:none;
  200. -moz-outline-style:none;
  201. color:#fff;
  202. text-shadow: -1px 0 #c37494, 0 1px #3d7496, 1px 0 #3d7496, 0 -1px #3d7496;
  203. -moz-transition-duration:0.5s;
  204. -webkit-transition-duration:0.5s;
  205. -o-transition-duration:0.5s;
  206. }
  207.  
  208. a:hover {
  209. text-decoration:none;
  210. outline:none;
  211. -moz-outline-style:none;
  212. color:#dcdbd9;
  213. }
  214.  
  215. </style>
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 25px; left: 370px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/Bnvc.png" alt="" width="450" height="" /> </span></div>
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color:#fff; opacity: 0.5; width: 200px; height: 200px; ; position: absolute; top: 261px; left: 696px; overflow: auto; text-align: left; border-radius: 50em 50em 50em 50em; border: px solid #a5adb3;">
  234.  
  235.  
  236. <span style="font-family: andale mono,times; font-size: 35; color: #fff;">
  237.  
  238.  
  239. </span></div>
  240.  
  241.  
  242. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color:#b8b8b8; opacity: 1; width: 180px; height: 180px; ; position: absolute; top: 270px; left: 705px; overflow: auto; text-align: left; border-radius: 50em 50em 50em 50em; border: 1px solid #a5adb3;">
  243.  
  244.  
  245. <span style="font-family: andale mono,times; font-size: 35; color: #fff;">
  246.  
  247.  
  248. </span></div>
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 225px; left: 800px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/Jnvc.png" alt="" width="280" height="" /> </span></div>
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 286px; left: 764px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  265.  
  266.  
  267. <span style="font-family: andale mono,times; font-size: 28; color: #fff;">
  268.  
  269. <a target="_blank" href="https://roleplay.chat/profile.php?user=">LOL</a>
  270.  
  271. </span>
  272.  
  273. </div>
  274.  
  275.  
  276.  
  277.  
  278.  
  279. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 320px; left: 724px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  280.  
  281. <i><span style="font-family: andale mono,times; font-size: 18; color: #56657e;">
  282. "Loose Cannon"</i>
  283.  
  284.  
  285. </span>
  286.  
  287. </div>
  288. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 322px; left: 726px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  289.  
  290.  
  291. <i><span style="font-family: andale mono,times; font-size: 18; color: #fff;">
  292. "Loose Cannon"</i>
  293.  
  294.  
  295. </span>
  296.  
  297. </div>
  298.  
  299.  
  300.  
  301. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 200px; ; position: absolute; top: 340px; left: 716px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  302.  
  303. <span style="font-family: andale mono,times; font-size: 9; color: #000;">
  304.  
  305.  
  306. <img src="https://vignette4.wikia.nocookie.net/leagueoflegends/images/7/7f/Marksman_icon.png/revision/latest/scale-to-width-down/20?cb=20170514162638" alt="" width="15" height="" /> MARKSMAN.
  307.  
  308. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/d/d2/Mana_resource.png/revision/latest/scale-to-width-down/20?cb=20170518230506" alt="" width="14" height="" /> MANA.
  309.  
  310.  
  311.  
  312. </span>
  313.  
  314. </div>
  315. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 200px; ; position: absolute; top: 340px; left: 716px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  316.  
  317. <span style="font-family: andale mono,times; font-size: 9; color: #56657e;">
  318.  
  319.  
  320. <img src="https://vignette4.wikia.nocookie.net/leagueoflegends/images/7/7f/Marksman_icon.png/revision/latest/scale-to-width-down/20?cb=20170514162638" alt="" width="15" height="" /> MARKSMAN.
  321.  
  322. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/d/d2/Mana_resource.png/revision/latest/scale-to-width-down/20?cb=20170518230506" alt="" width="14" height="" /> MANA.
  323.  
  324.  
  325.  
  326. </span>
  327.  
  328. </div>
  329.  
  330.  
  331.  
  332.  
  333. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 200px; ; position: absolute; top: 370px; left: 716px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  334.  
  335. <span style="font-family: andale mono,times; font-size: 9; color: #56657e;">
  336.  
  337. STYLE<br />
  338. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/f/f3/Champion_style_basic_attacks_active.png/revision/latest/scale-to-width-down/20?cb=20170513192955" alt="" width="" height="" />
  339.  
  340. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/a/aa/Champion_style_10.png/revision/latest?cb=20170509233123" alt="" width="114" height="" />
  341.  
  342. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/6/63/Champion_style_abilities_inactive.png/revision/latest/scale-to-width-down/20?cb=20170513192947" alt="" width="" height="" />
  343.  
  344.  
  345. </span>
  346.  
  347. </div>
  348. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 200px; ; position: absolute; top: 370px; left: 716px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  349.  
  350. <span style="font-family: andale mono,times; font-size: 9; color: #56657e;">
  351.  
  352. STYLE<br />
  353. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/f/f3/Champion_style_basic_attacks_active.png/revision/latest/scale-to-width-down/20?cb=20170513192955" alt="" width="" height="" />
  354.  
  355. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/a/aa/Champion_style_10.png/revision/latest?cb=20170509233123" alt="" width="114" height="" />
  356.  
  357. <img src="https://vignette2.wikia.nocookie.net/leagueoflegends/images/6/63/Champion_style_abilities_inactive.png/revision/latest/scale-to-width-down/20?cb=20170513192947" alt="" width="" height="" />
  358.  
  359.  
  360. </span>
  361.  
  362. </div>
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 200px; ; position: absolute; top: 410px; left: 760px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  370.  
  371. <span style="font-family: andale mono,times; font-size: 9; color: #56657e;">
  372.  
  373. DIFFICULTY.<br />
  374. <b></b> <b> &nbsp; &nbsp; &nbsp; </b> <b> &nbsp; &nbsp; &nbsp; &nbsp;</b>
  375.  
  376. </span>
  377.  
  378. </div>
  379. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 200px; ; position: absolute; top: 410px; left: 760px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;">
  380.  
  381. <span style="font-family: andale mono,times; font-size: 9; color: #56657e;">
  382.  
  383. DIFFICULTY.<br />
  384. <b></b> <b> &nbsp; &nbsp; &nbsp; </b> <b> &nbsp; &nbsp; &nbsp; &nbsp;</b>
  385.  
  386. </span>
  387.  
  388. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement