Toxicandii

Gijinka Profile (One image, Two tabs)

Mar 31st, 2018 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. #profile { border: hidden; background-color: transparent; }
  4.  
  5. .pfor {display:none;}
  6. body{
  7. background-color:#FFF;}
  8.  
  9. #image {
  10. position:fixed;
  11. left:40;
  12. bottom:170;
  13. width:300;
  14. height:471;}
  15.  
  16.  
  17. #title{
  18. vertical-align: center;
  19. text-transform: none;
  20. color:#AD5C57;
  21. font-size:70px;
  22. font-family:Harrington;
  23. text-align: center;
  24. position: absolute;
  25. left: 350px;
  26. top: -8px;
  27. margin: 1px;
  28. z-index:1;
  29. text-shadow: 1px 1px 60px #DC7770, 0px 1px 0px #DC7770, -1px 0px 0px #DC7770, 0px -1px 0px #DC7770,0px 0px 50px #DC7770;}
  30.  
  31. #title2{
  32. vertical-align: center;
  33. text-transform: none;
  34. color:#AD5C57;
  35. font-size:12px;
  36. font-family:Harrington;
  37. text-align: center;
  38. position: absolute;
  39. right: 50px;
  40. bottom: 8px;
  41. margin: 1px;
  42. z-index:1;}
  43.  
  44. .effectscale {
  45. border: none;
  46. margin: 0 auto;}
  47.  
  48. .effectscale:hover {
  49. -webkit-transform: scale(3.2);
  50. -moz-transform: scale(3.2);
  51. -o-transform: scale(3.2);
  52. transform: scale(3.2);
  53. transition: all 0.3s;
  54. -webkit-transition: all 0.3s;}
  55.  
  56. .navbar1 a {
  57. display: block;
  58. width: 2.5%;
  59. margin-top: 2px;
  60. padding-top: 2px;
  61. padding-bottom: 2px;
  62. color: #cccccc;
  63. text-decoration: none;
  64. font-family: Rockwell;
  65. Font-size: 10px;
  66. transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -webkit-transition: all 0.5s ease-in-out;}
  69.  
  70. .abox {
  71. background-color:#fffff;
  72. opacity: .9;
  73. color: #AD5C57;
  74. font-size: 20px;
  75. Text-Shadow: #DC7770 2px 1px 1px;
  76. font-family: Poor Richard;
  77. text-align: justify;
  78. position: absolute;
  79. width:520;
  80. height:372;
  81. left: 350;
  82. top:160;
  83. letter-spacing:0px;
  84. line-height: 18px;
  85. padding: 60px;
  86. margin: 1px;
  87. overflow:auto;
  88. border-radius:360px;
  89. box-shadow: 1px 1px 60px #DC7770, 0px 1px 0px #DC7770, -1px 0px 0px #DC7770, 0px -1px 0px #DC7770,0px 0px 50px #DC7770;}
  90.  
  91. .navbar {
  92. Position: absolute;
  93. Height: 50px;
  94. Width: 99.4%;
  95. Left: 0;
  96. Top: 0;
  97. padding: 4px;
  98. z-index: 100;}
  99.  
  100. .link1 {
  101. Position: absolute;
  102. top:110;
  103. Left:170px;}
  104.  
  105. .link2 {
  106. Position: absolute;
  107. top:30;
  108. Left:240px;}
  109.  
  110. .link3 {
  111. Position: absolute;
  112. top:110;
  113. left:305px;}
  114.  
  115.  
  116.  
  117. .link1:hover {
  118. -webkit-transition: all 2s ease-in-out;
  119. -moz-transition: all 2s ease-in-out;
  120. -o-transition: all 2s ease-in-out;
  121. -ms-transition: all 2s ease-in-out;
  122. transition: all 2s ease-in-out;
  123. -webkit-transform:rotate(980deg);
  124. -moz-transform:rotate(980deg);
  125. -o-transform:rotate(980deg);
  126. transform:rotate(1080deg);}
  127.  
  128. .link2:hover {
  129. -webkit-transition: all 2s ease-in-out;
  130. -moz-transition: all 2s ease-in-out;
  131. -o-transition: all 2s ease-in-out;
  132. -ms-transition: all 2s ease-in-out;
  133. transition: all 2s ease-in-out;
  134. -webkit-transform:rotate(980deg);
  135. -moz-transform:rotate(980deg);
  136. -o-transform:rotate(980deg);
  137. transform:rotate(1080deg);}
  138.  
  139. .link3:hover {
  140. -webkit-transition: all 2s ease-in-out;
  141. -moz-transition: all 2s ease-in-out;
  142. -o-transition: all 2s ease-in-out;
  143. -ms-transition: all 2s ease-in-out;
  144. transition: all 2s ease-in-out;
  145. -webkit-transform:rotate(980deg);
  146. -moz-transform:rotate(980deg);
  147. -o-transform:rotate(980deg);
  148. transform:rotate(1080deg);}
  149.  
  150.  
  151.  
  152.  
  153.  
  154. .slide {
  155. Position: fixed;
  156. Height: 555555;
  157. Width: 555555;
  158. Top: -20px;
  159. Left: -750;
  160. Z-index: -1;
  161. Opacity: 0;
  162. transition: 0.8s;
  163. -moz-transition: 0.8s;
  164. webkit-transition: 0.8s;
  165. -o-transition: 0.8s;}
  166.  
  167. .slide:target {
  168. left: 175px;
  169. opacity: 1;
  170. Z-index: 1;
  171. transition: 0.8s;
  172. -moz-transition: 0.8s;
  173. webkit-transition: 0.8s;
  174. -o-transition: 0.8s;}
  175.  
  176.  
  177. #player{
  178. position:fixed;
  179. height: 55px;
  180. width: 55px;
  181. bottom:10;
  182. left:23;
  183. margin: auto;
  184. z-index:99;}
  185.  
  186. #music1{
  187. position:fixed;
  188. padding:2px;
  189. -webkit-transition: all 0.5s ease-in-out;
  190. -moz-transition: all 0.5s ease-in-out;
  191. -o-transition: all 0.5s ease-in-out;}
  192.  
  193. #music1:hover #music2{
  194. opacity:0;
  195. margin-top:-25px;
  196. z-index:-1;}
  197.  
  198. #music1:hover #music3{
  199. opacity:0.7;
  200. margin-top:-5px;
  201. z-index:99;}
  202.  
  203. #music1:hover #musiclist{ opacity:1;}
  204.  
  205. #music2{
  206. opacity:1;
  207. background-color:#AD5C57;
  208. padding:6px;
  209. -webkit-transition: all 0.5s ease-in-out;
  210. -moz-transition: all 0.5s ease-in-out;
  211. -o-transition: all 0.5s ease-in-out;}
  212.  
  213. #music3{
  214. opacity:0;
  215. position:fixed;
  216. background-color:#DC7770;
  217. background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png');
  218. background-repeat: no-repeat;
  219. background-size: 25px;
  220. border:1px dotted #b3b3e5;
  221. width:25px;
  222. height:25px;
  223. z-index:99 margin-left:0px;
  224. overflow:hidden;
  225. -webkit-transition: all 0.5s ease-in-out;
  226. -moz-transition: all 0.5s ease-in-out;
  227. -o-transition: all 0.5s ease-in-out;}
  228.  
  229.  
  230. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  231. }
  232.  
  233.  
  234. h1 {
  235. Color: #AD5C57;
  236. font-family: Harrington;
  237. font-size:38px;
  238. text-align: center;
  239. text-shadow: 1px 1px 60px #DC7770, 0px 1px 0px #DC7770, -1px 0px 0px #DC7770, 0px -1px 0px #DC7770,0px 0px 50px #DC7770;;
  240. Margin-top: 3px;}
  241.  
  242. .circle{
  243. border-radius:150px;
  244. -webkit-transition: all 0.8s ease-out;
  245. -moz-transition: all 0.8s ease-out;
  246. -o-transition: all 0.8s ease-out;
  247. }
  248.  
  249. .circle:hover{
  250. border-radius:0px;
  251. -webkit-transition: all 0.8s ease-out;
  252. -moz-transition: all 0.8s ease-out;
  253. -o-transition: all 0.8s ease-out;
  254. }
  255.  
  256. ::-webkit-scrollbar {
  257. width: 12px;
  258. }
  259.  
  260. ::-webkit-scrollbar-track {
  261. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
  262. border-radius: 10px;
  263. }
  264.  
  265. ::-webkit-scrollbar-thumb {
  266. border-radius: 10px;
  267. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
  268. }
  269.  
  270.  
  271. </style>
  272.  
  273. <div id="title">
  274. Lil Zang
  275. </div>
  276.  
  277. <div id="image"><img src="https://pre00.deviantart.net/3690/th/pre/i/2017/036/e/f/zangoose_gijinka_by_ixjackiexx-day2imi.png" height="650" width="395"></div>
  278.  
  279.  
  280.  
  281. <div class="navbar">
  282. <a class="link1" href="#1"><img src="https://t00.deviantart.net/gdXMrmkHVJw_4g7R2ikpw6Rx9T0=/fit-in/150x150/filters:no_upscale():origin()/pre00/f109/th/pre/f/2013/044/b/0/love_ball_by_yakumokaiba-d5uuifg.png"width="auto" height="25"></a>
  283. <a class="link2" href="#2"><img src="https://t00.deviantart.net/gdXMrmkHVJw_4g7R2ikpw6Rx9T0=/fit-in/150x150/filters:no_upscale():origin()/pre00/f109/th/pre/f/2013/044/b/0/love_ball_by_yakumokaiba-d5uuifg.png"width="auto" height="25"></a>
  284. <a class="link3" href="#3"><img src="https://t00.deviantart.net/gdXMrmkHVJw_4g7R2ikpw6Rx9T0=/fit-in/150x150/filters:no_upscale():origin()/pre00/f109/th/pre/f/2013/044/b/0/love_ball_by_yakumokaiba-d5uuifg.png"width="auto" height="25"></a>
  285. </div>
  286.  
  287. <div id="1" class="slide">
  288. <div class="abox">
  289. <h1>Lil Stats</h1>
  290. <b>Name</b>. <font style= float:right></font><br>
  291. <b>Race</b>. <font style=float:right></font><br>
  292. <b>Age</b>. <font style=float:right></font><br>
  293. <b>Gender</b>. <font style=float:right>Female.</font><br>
  294. <b>Height</b>. <font style=float:right></font><br>
  295. <b>Weight</b>. <font style=float:right></font><br>
  296. <b>Hair Color</b>. <font style=float:right></font><br>
  297. <b>Eye Color</b>. <font style=float:right></font><br>
  298. <b>Orientaion</b>. <font style=float:right>Heterosexual.</font><br>
  299. <b>Mated Status</b>. <font style=float:right>Single.</font><br>
  300. <center>Gijinka test profile code.<br></center>
  301.  
  302. </div></div>
  303.  
  304. <div id="2" class="slide">
  305. <div class="abox">
  306. <h1>Lil OOC Info</h1>
  307. Do not remove my credit.
  308. </div></div>
  309.  
  310.  
  311.  
  312.  
  313. </div></div>
  314.  
  315. <div id="title2">
  316. @Coded by <a href="https://pastebin.com/u/Toxicandii" target="_blank">Toxicandii</a>
  317. </div>
  318.  
  319. <div id="player"><div id="music1"><div id="music2">
  320.  
  321. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  322.  
  323. <div id="music3"><Div style="margin-top:4px;">
  324.  
  325. <audio controls style="opacity: 0;"><source src="AUDIO GOES HERE"></audio>
Add Comment
Please, Sign In to add comment