Advertisement
QueenOfGeckos

carlaria

Jul 30th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. <style>
  2. .pfor {
  3. display: none;}
  4. #profile {
  5. background-color: transparent;
  6. border: transparent;}
  7.  
  8. body {
  9. background-image: url(http://wallpaper21.com/wp-content/uploads/2016/06/rave-wallpaper5.jpg);}
  10.  
  11. #glowstick {
  12. position: fixed;
  13. z-index: 2;
  14. top: 25;
  15. left: 0;}
  16. #glowstick img {
  17. width: 800px;}
  18. #pillsup{
  19. z-index: 3;
  20. position: fixed;
  21. bottom: 0;
  22. left: 180;}
  23. #pillsup img {
  24. height: 80%;}
  25.  
  26.  
  27.  
  28. #veggiesticks {
  29. position: fixed;
  30. z-index: 4;
  31. top: 200;
  32. right: 500;
  33. background-color: #737373;
  34. width: 500px;
  35. height: 500px;
  36. padding: 0px;
  37. padding-top: 38px;
  38. color: #cccccc;
  39. font-family: geneva;
  40. text-align: center;
  41. font-size: 14px;
  42. -moz-border-radius: 100px 100px 100px 1000px;
  43. -webkit-border-radius: 100px 100px 100px 100px;}
  44.  
  45.  
  46.  
  47.  
  48.  
  49. .circle_menu {
  50. display:inline-block;
  51. background-color:#333;
  52. width:40px;
  53. height:40px;
  54. margin:0 0 0 20px;
  55. border-radius:100%;
  56. -moz-border-radius:100%;
  57. border:5px solid #fff;
  58. -webkit-transition: all 0.7s ease;
  59. -moz-transition: all 0.7s ease;
  60. -o-transition: all 0.7s ease;
  61.  
  62. }
  63.  
  64.  
  65. .circle_menu:hover {
  66. background-color:#111;
  67. border:5px solid #545454;
  68. -webkit-transition: all 0.5s ease;
  69. -moz-transition: all 0.5s ease;
  70. -o-transition: all 0.5s ease;
  71. }
  72.  
  73. .circle_menu:hover:before {
  74. opacity:1;
  75. transform:scale(0.5) rotate(0deg);
  76. -moz-transform:scale(0.5) rotate(0deg);
  77. -webkit-transform:scale(0.5) rotate(0deg);
  78. -webkit-transition: all 0.4s ease;
  79. -moz-transition: all 0.4s ease;
  80. -o-transition: all 0.4s ease;
  81. }
  82.  
  83. .circle_menu span {
  84. position:absolute;
  85. margin:22px 0 0 22px;
  86. width:15px;
  87. height:15px;
  88. color:transparent;
  89. background-color:white;
  90. border-radius:100%;
  91. -moz-border-radius:100%;
  92. opacity:0;
  93. transform:scale(1.5) rotate(0deg);
  94. -moz-transform:scale(1.5) rotate(0deg);
  95. -webkit-transform:scale(1.5) rotate(0deg);
  96. -webkit-transition: all 0.5s ease;
  97. -moz-transition: all 0.5s ease;
  98. -o-transition: all 0.5s ease;
  99. }
  100.  
  101.  
  102. .circle_menu:hover span {
  103. transform:scale(0.6) rotate(0deg);
  104. -moz-transform:scale(0.6) rotate(0deg);
  105. -webkit-transform:scale(0.6) rotate(0deg);
  106. width:15px;
  107. height:15px;
  108. background-color:white;
  109. border-radius:100%;
  110. -moz-border-radius:100%;
  111. font-size:0px;
  112. color:transparent;
  113. margin:22px 0 0 22px;
  114. opacity:1;
  115. -webkit-transition: all 0.5s ease;
  116. -moz-transition: all 0.5s ease;
  117. -o-transition: all 0.5s ease;
  118. }
  119.  
  120. .circle_menu a { text-decoration:none;}
  121.  
  122. .circle_menu:before {
  123. opacity:0;
  124. position:absolute;
  125. display:block;
  126. content:'';
  127. width:50px;
  128. height:50px;
  129. border:10px solid #fadc14;
  130. border-radius:100%;
  131. -moz-border-radius:100%;
  132. margin:-15px 0 0 -15px;
  133. -webkit-transition: all 0.5s ease;
  134. -moz-transition: all 0.5s ease;
  135. -o-transition: all 0.5s ease;
  136. }
  137.  
  138. .circle_menu:after {
  139. display:block;
  140. content:'';
  141. width:15px;
  142. height:15px;
  143. background-color:#fb09bf;
  144. border-radius:100%;
  145. -moz-border-radius:100%;
  146. margin:22px 0 0 22px;
  147. }
  148.  
  149. #glowheels {
  150. z-index: 6;
  151. position: fixed;
  152. top: 572;
  153. left: 200;
  154. border-style: double double double double;
  155. border-width: 1px 1px 1px 1px;
  156. border-color: #d6be76;
  157. background-color: #737373;
  158. width: 200px;
  159. height: 50px;
  160. color: #cccccc;
  161. font-family: geneva;
  162. text-align: center;
  163. font-size: 13px;
  164. font-style: italic;
  165. border-radius: 0px 0px 30px 0px;
  166. -moz-border-radius: 200px 200px 200px 200px;
  167. -webkit-border-radius: 200px 200px 200px 200px;}
  168. #miscbox a {
  169. text-decoration: none;
  170. color: #cccccc;
  171. font-family: geneva;}
  172.  
  173. ::-webkit-scrollbar-thumb {
  174. width: 0px;
  175. background-color: transparent;}
  176. ::-webkit-scrollbar {
  177. width: 0px;
  178. background-color: transparent;}
  179.  
  180.  
  181.  
  182.  
  183. </style>
  184.  
  185.  
  186.  
  187.  
  188.  
  189. <div id="veggiesticks">
  190. <div id="menu_container">
  191. <a href="#walkwalk" class="circle_menu"><span>1</span></a>
  192. <a href="#makeem" class="circle_menu"><span>2</span></a>
  193. <a href="#workforyou" class="circle_menu"><span>3</span></a>
  194. <a href="#longlegs" class="circle_menu"><span>4</span></a>
  195. <a href="#highestheels" class="circle_menu"><span>5</span></a>
  196. </div>
  197. <Br><br>
  198. <div style="height: 100%; overflow-y: hidden;">
  199. <a name="walkwalk">Stats</a>
  200. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  201. Name:<br>
  202. <i>Calaria</i><br>
  203. Alias:<br>
  204. <i>Admin Calaria</i><br>
  205. Age:<br>
  206. <i>28</i><br>
  207. Gender:<br>
  208. <i>♀ Female</i><br>
  209. Height:<br>
  210. <i>5ft7inch With out the heels.</i><br>
  211. Weight:<br>
  212. <b>123lbs</b><br>
  213. Home Region:<br>
  214. <b>Mythos</b><br>
  215. Specialty:<br>
  216. <i>Steel and Electricity</i><br>
  217. Occupation:<br>
  218. <i>Gym Leader/Admin for Team Rocket.</i><br>
  219. Orientation:<br>
  220. <i>BassSexual</i><br>
  221. Status:<br>
  222. N/A</div>
  223.  
  224.  
  225.  
  226. <a name="makeem">STUFF</a>
  227. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left"><br>
  228. <p>more stuff </P>
  229.  
  230. </div>
  231.  
  232.  
  233.  
  234. <a name="workforyou">STUFF</a>
  235. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left"><br>
  236. Pokemon
  237. </div>
  238.  
  239. <a name="longlegs">Ties</a>
  240. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left"><br>
  241. Hiistory of the character
  242. </div>
  243.  
  244. <a name="highestheels">Rules</a>
  245. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left"><br>
  246. RULES RULES RULES
  247. </div>
  248. </div>
  249. </div>
  250.  
  251. <div id="glowheels"><br>
  252.  
  253. <audio controls style="width: 100px;">
  254. <source src="http://k003.kiwi6.com/hotlink/zz41h963xv/Pretty_Rave_Girl.mp3" type="audio/mp3">
  255. </audio>
  256. <img src="http://i.imgur.com/9xAm3Y7.gif" width=25%/>
  257. </div>
  258.  
  259.  
  260.  
  261. <div id="glowstick"><img src="http://i.imgur.com/w2lAh61.gif"></div>
  262.  
  263. <div id="pillsup"><img src="http://i.imgur.com/VVRLrKW.png"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement