Advertisement
Lizellea

Akio

Aug 14th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Reem+Kufi);
  4.  
  5.  
  6. ::-webkit-scrollbar-thumb:vertical
  7. {
  8. background-color:transparent;
  9. -moz-border-radius:10px;
  10. -webkit-border-radius:10px;
  11. }
  12.  
  13. ::-webkit-scrollbar
  14. {
  15. width:6px;
  16. height:20px;
  17. background-color:transparent;
  18. }
  19.  
  20.  
  21. body {
  22. background-color: #000;
  23. background-image:url(http://i.imgur.com/DBnl8QF.jpg);
  24. background-attachment: fixed;
  25. background-position: center;
  26. background-size: 100% 100%;
  27. background-repeat: no-repeat;
  28. cursor: url(http://i.imgur.com/lp5Igxd.png), progress !important;
  29. }
  30.  
  31.  
  32.  
  33. .box {position: absolute;
  34. right: 441px;
  35. top:150px;
  36. border: 5px solid #A013F2;
  37. height:330px;
  38. width:460px;
  39. background-color:000000;
  40. overflow: auto;visible;
  41. font-family: Reem Kufi;
  42. font-size:16px;
  43. color:#7322A2;}
  44.  
  45. .content {
  46. background-color: #000000;
  47. border: none;
  48. color: #7322A2;
  49. font-size: 16px;
  50. font-family: Reem Kufi;
  51. height: 320px;
  52. right: 445px;
  53. opacity: 0;
  54. overflow: auto;
  55. padding: 5px;
  56. position: fixed;
  57. text-align: left;
  58. top: 155px;
  59. width: 451px;
  60. }
  61.  
  62. .content:target {
  63. background-color: #000000;
  64. border: none;
  65. height: 320px;
  66. right: 445px;
  67. opacity: 1;
  68. overflow: auto;
  69. padding: 5px;
  70. position: fixed;
  71. top: 155px;
  72. width: 451px;
  73. z-index: 40;
  74.  
  75. }
  76.  
  77. b, strong { color: #000;text-shadow: 0 0 0.1em #D490FB;
  78. }
  79.  
  80.  
  81. a:active, a:link, a:visited {
  82. color: #AE53E3;
  83. text-decoration: none;
  84. -webkit-transition: all 0.4s ease-in;
  85. -moz-transition: all 0.4s ease-in;
  86. -ms-transition: all 0.4s ease-in;
  87. -o-transition: all 0.4s ease-in;
  88. transition: all 0.4s ease-in;
  89. }
  90.  
  91. a:hover {
  92. color: #fff;
  93. -moz-transition-duration:0.5s;
  94. -webkit-transition-duration:0.5s;
  95. -o-transition-duration:0.5s;
  96. transition-duration:0.5s;
  97. cursor: url('http://i.imgur.com/lp5Igxd.png'), progress;
  98. }
  99.  
  100. a.tab:active, a.tab:link, a.tab:visited {
  101. background-color: #9009DE;
  102. border: #000000 solid 2px;
  103. border-radius: 50%;
  104. display: inline-block;
  105. height: 25px;
  106. text-decoration: none;
  107. width: 25px;
  108. -webkit-transition: all 0.4s ease-in;
  109. -moz-transition: all 0.4s ease-in;
  110. -ms-transition: all 0.4s ease-in;
  111. -o-transition: all 0.4s ease-in;
  112. transition: all 0.4s ease-in;
  113. box-shadow:inset 0 0 75px 75px #9009DE, 0 0 0 #9009DE;
  114. cursor: url('http://i.imgur.com/lp5Igxd.png'), progress;
  115. }
  116.  
  117. a.tab:hover {
  118. background-color: #000000;
  119. border: #9009DE 2px solid;
  120. box-shadow:inset 0 0 35px 35px transparent, 0 0 75px 50px transparent;
  121.  
  122. }
  123. #thetabs {
  124. background-color: transparent;
  125. border: none;
  126. height: 20px;
  127. right: 481px;
  128. position: fixed;
  129. text-align: left;
  130. top: 74%;
  131. letter-spacing:85px;
  132. width: 385px;
  133. }
  134.  
  135.  
  136.  
  137. #icon {
  138. position:fixed;
  139. right: 8%;
  140. top: 2%;
  141. width: 170px;
  142. height: 170px;
  143. background-image: url('http://i.imgur.com/Mhtzpjk.gif');
  144. background-size:100% 100%;
  145. background-repeat:no-repeat;
  146. background-position:center;
  147. background-attachment:absolute;
  148. background-color:black;
  149. border: 5px solid #A013F2;
  150. border-radius:200px;
  151. -webkit-transition: all 1.5s ease-in-out;
  152. -moz-transition: all 1.5s ease-in-out;
  153. -o-transition: all 1.5s ease-in-out;
  154. -ms-transition: all 1.5s ease-in-out;
  155. transition: all 1.5s ease-in-out;
  156. }
  157.  
  158. #icon2 {
  159. position:fixed;
  160. right: 0%;
  161. top: 40%;
  162. width: 170px;
  163. height: 170px;
  164. background-image: url('http://i.imgur.com/tOeMHyD.gif');
  165. background-size:100% 100%;
  166. background-repeat:no-repeat;
  167. background-position:center;
  168. background-attachment:absolute;
  169. background-color:black;
  170. border: 5px solid #A013F2;
  171. border-radius:200px;
  172. -webkit-transition: all 1.5s ease-in-out;
  173. -moz-transition: all 1.5s ease-in-out;
  174. -o-transition: all 1.5s ease-in-out;
  175. -ms-transition: all 1.5s ease-in-out;
  176. transition: all 1.5s ease-in-out;
  177. }
  178.  
  179. #icon3 {
  180. position:fixed;
  181. right: 8%;
  182. bottom: 2%;
  183. width: 170px;
  184. height: 170px;
  185. background-image: url('http://i.imgur.com/iOkE8BN.gif');
  186. background-size:100% 100%;
  187. background-repeat:no-repeat;
  188. background-position:center;
  189. background-attachment:absolute;
  190. background-color:black;
  191. border: 5px solid #A013F2;
  192. border-radius:200px;
  193. -webkit-transition: all 1.5s ease-in-out;
  194. -moz-transition: all 1.5s ease-in-out;
  195. -o-transition: all 1.5s ease-in-out;
  196. -ms-transition: all 1.5s ease-in-out;
  197. transition: all 1.5s ease-in-out;
  198. }
  199.  
  200. .npcpokemonbar {Background-color: none; Position: absolute;letter-spacing:40px; Height: 13px; Width: 455px; right: 425px; Top: 110px; padding: 4px; z-index: 100;}
  201.  
  202. #credit{ position: fixed;
  203. right: 10px;
  204. bottom: 0px;
  205. font-family: Arial;
  206. font-variant: normal;
  207. font-weight: normal;
  208. font-size: 90%;
  209. color: #9254B6;
  210. z-index:1;}
  211.  
  212. </style>
  213. <div id="credit">
  214. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  215. </div>
  216.  
  217. <img src="http://i.imgur.com/bOQmfil.png" height="100%" style="position:fixed; bottom:0%; left: 0%;">
  218. <div id="icon">
  219. </div>
  220. <div id="icon2">
  221. </div>
  222. <div id="icon3">
  223. </div>
  224.  
  225.  
  226. <div class="box">
  227. words here
  228. </div>
  229.  
  230. <div class="npcpokemonbar">
  231. <a target="_blank" href="https://roleplay.chat/profile.php?user=Venomoth"><img src="http://www.serebii.net/pokedex-xy/icon/049.png"></a>
  232. <a target="_blank" href="https://roleplay.chat/profile.php?user=Dreyja"><img src="http://www.serebii.net/pokedex-xy/icon/452.png"></a>
  233. <img src="http://www.serebii.net/pokedex-xy/icon/454.png"></a>
  234. <img src="http://www.serebii.net/pokedex-xy/icon/110.png"></a>
  235. <img src="http://www.serebii.net/pokedex-xy/icon/024.png"></a>
  236. <img src="http://www.serebii.net/itemdex/sprites/pokeball.png"></a>
  237. </div></div></center>
  238.  
  239.  
  240. <div id="thetabs">
  241. <a href="#01" class="tab"> </a>
  242. <a href="#02" class="tab"> </a>
  243. <a href="#03" class="tab"> </a>
  244. <a href="#04" class="tab"> </a>
  245. </div></div>
  246.  
  247.  
  248.  
  249. <div id="01" class="content">
  250. <b>bold</b> <i>italics</i> <a href="profile.php?user=" target="_blank">Link</a>.
  251.  
  252. </div>
  253.  
  254. <div id="02" class="content">
  255. words2
  256.  
  257. </div>
  258.  
  259. <div id="03" class="content">
  260. words3
  261.  
  262. </div>
  263. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement