Advertisement
Falkstids

Yukako profile

Mar 25th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. <style>
  2. /*code for yukako I'm seeing you here trying to steal it >>*/
  3.  
  4. @import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Indie+Flower|Pacifico|Shadows+Into+Light');
  5.  
  6. body{
  7. overflow: hidden;
  8. background-color:#7971bb;
  9. background-size:cover;
  10. }
  11.  
  12. ::-webkit-scrollbar
  13. {
  14. width: 10px;
  15. background-color: transparent;
  16. }
  17.  
  18. #yukakomain{
  19. background-image:url('http://i.imgur.com/Z4RBbeg.png');
  20. background-size:100%;
  21. width:300px;
  22. height:300px;
  23. position:fixed;
  24. bottom:0%;
  25. left:52%;
  26. margin-left:-190px;
  27. z-index:10;
  28. }
  29.  
  30. #mainbox{
  31. width:580px;
  32. height:299px;
  33. background-color:#647373;
  34. position:fixed;
  35. top:30%;
  36. left:50%;
  37. margin-left:-290px;
  38. margin-top:-150px;
  39. opacity:0;
  40. -webkit-box-shadow: 10px 10px 46px -10px rgba(0,0,0,0.75);
  41. -moz-box-shadow: 10px 10px 46px -10px rgba(0,0,0,0.75);
  42. box-shadow: 10px 10px 46px -10px rgba(0,0,0,0.75);
  43. z-index:2;
  44. transition:all 1s ease-in;
  45. transition-delay:999999s;
  46. }
  47.  
  48. body:hover > #mainbox {
  49. opacity:0.90;
  50. transition-delay:2s;
  51. }
  52.  
  53. #one{
  54. overflow:auto;
  55. background-color:#fff160;
  56. width:560px;
  57. height:80px;
  58. position:fixed;
  59. top:14.3%;
  60. left:50.5%;
  61. margin-left:-292px;
  62. margin-top:-50px;
  63. text-align:right;
  64. color:#000;
  65. font-size:10pt;
  66. z-index:1;
  67. font-family: 'Indie Flower', cursive;
  68. border:solid 1px #fff;
  69. padding:5px;
  70. line-height: 12px;
  71. }
  72.  
  73. #yukakoinfo{
  74. width:580px;
  75. height:100px;
  76. position:fixed;
  77. top:14%;
  78. left:50%;
  79. margin-left:-290px;
  80. margin-top:-50px;
  81. background-image:url('http://i.imgur.com/DAmTwKk.png');
  82. background-size:100%;
  83. z-index:2;
  84. opacity:1;
  85. transition:all 1s ease-in;
  86. transition-delay:1s;
  87. }
  88.  
  89. #one:hover #yukakoinfo {
  90. opacity:0;
  91. z-index:-1;
  92. transition-delay:100ms;
  93. transition:all 1s ease-in;
  94. }
  95.  
  96. #two{
  97. overflow:auto;
  98. background-color:#0056f1;
  99. width:560px;
  100. height:80px;
  101. position:fixed;
  102. top:30%;
  103. left:50.5%;
  104. margin-left:-292px;
  105. margin-top:-45px;
  106. text-align:left;
  107. color:#dadada;
  108. font-size:10pt;
  109. z-index:1;
  110. font-family: 'Indie Flower', cursive;
  111. border:solid 1px #fff;
  112. padding:5px;
  113. line-height: 10px;
  114. }
  115.  
  116. #yukako2{
  117. width:580px;
  118. height:100px;
  119. position:fixed;
  120. top:30%;
  121. left:50%;
  122. margin-left:-290px;
  123. margin-top:-50px;
  124. background-image:url('http://i.imgur.com/s4LY5h5.png');
  125. background-size:100%;
  126. z-index:1;
  127. opacity:1;
  128. transition:all 1s ease-in;
  129. transition-delay:1s;
  130. }
  131.  
  132. #two:hover #yukako2 {
  133. opacity:0;
  134. z-index:-1;
  135. transition-delay:100ms;
  136. transition:all 1s ease-in;
  137. }
  138.  
  139. #three{
  140. overflow:auto;
  141. background-color:#ff018d;
  142. width:560px;
  143. height:80px;
  144. position:fixed;
  145. top:46%;
  146. left:50.5%;
  147. margin-left:-292px;
  148. margin-top:-45px;
  149. text-align:left;
  150. color:#dadada;
  151. font-size:10pt;
  152. z-index:1;
  153. font-family: 'Indie Flower', cursive;
  154. border:solid 1px #fff;
  155. padding:5px;
  156. line-height: 10px;
  157. }
  158.  
  159. #yukako3{
  160. width:580px;
  161. height:100px;
  162. position:fixed;
  163. top:46%;
  164. left:50%;
  165. margin-left:-290px;
  166. margin-top:-50px;
  167. background-image:url('http://i.imgur.com/V6T2whI.png');
  168. background-size:100%;
  169. z-index:1;
  170. transition:all 1s ease-in;
  171. transition-delay:1s;
  172. }
  173.  
  174. #three:hover #yukako3 {
  175. opacity:0;
  176. z-index:-1;
  177. transition-delay:100ms;
  178. transition:all 1s ease-in;
  179. }
  180.  
  181. #btnControl {
  182. display: none;
  183. z-index:1;
  184. }
  185.  
  186. .btn {
  187. width:580px;
  188. height:301px;
  189. background-color:#647373;
  190. position:fixed;
  191. top:30%;
  192. left:50%;
  193. margin-left:-290px;
  194. margin-top:-150px;
  195. opacity:1;
  196. z-index:3;
  197. background-image:url('http://i.imgur.com/XYRMjPD.png');
  198. background-repeat:no-repeat;
  199. background-position:center;
  200. background-size:20%;
  201. transition:1.5s;
  202. }
  203.  
  204.  
  205. .btn:active {
  206. transition:1.5s;
  207. z-index:1;
  208. }
  209.  
  210. #btnControl:checked + label {
  211. opacity:0;
  212. z-index:1;
  213. top:-50%;
  214. }
  215.  
  216.  
  217. #branches{
  218. width:100%;
  219. height:15px;
  220. background-image:url('http://i.imgur.com/Sh1RZq6.png');
  221. background-repeat:-repeat;
  222. background-size:50%;
  223. position:fixed;
  224. left:0%;
  225. top:30%;
  226. z-index:1;
  227. transition:all 1s ease-in;
  228. transition-delay:999999s;
  229. opacity:0;
  230. }
  231.  
  232. body:hover > #branches {
  233. opacity:1;
  234. transition-delay:1s;
  235. }
  236.  
  237. #branches2{
  238. width:100%;
  239. height:15px;
  240. background-image:url('http://i.imgur.com/Sh1RZq6.png');
  241. background-repeat:-repeat;
  242. background-size:50%;
  243. position:fixed;
  244. left:0%;
  245. top:30%;
  246. z-index:1;
  247. transform: rotate(45deg);
  248. transition:all 1s ease-in;
  249. transition-delay:999999s;
  250. opacity:0;
  251. }
  252.  
  253. body:hover > #branches2 {
  254. opacity:1;
  255. transition-delay:1.5s;
  256. }
  257.  
  258. #branches3{
  259. width:100%;
  260. height:15px;
  261. background-image:url('http://i.imgur.com/Sh1RZq6.png');
  262. background-repeat:-repeat;
  263. background-size:50%;
  264. position:fixed;
  265. left:0%;
  266. top:30%;
  267. z-index:1;
  268. transform: rotate(-45deg);
  269. transition:all 1s ease-in;
  270. transition-delay:999999s;
  271. opacity:0;
  272. }
  273.  
  274. body:hover > #branches3 {
  275. opacity:1;
  276. transition-delay:1.5s;
  277. }
  278.  
  279. h1{
  280. font-size:12pt;
  281. color:#000;
  282. text-decoration:underline;
  283. font-family: 'Gloria Hallelujah', cursive;
  284. text-align:Left;
  285. line-height:0px;
  286. }
  287.  
  288. h2{
  289. font-size:12pt;
  290. color:#000;
  291. text-decoration:underline;
  292. font-family: 'Gloria Hallelujah', cursive;
  293. line-height:0px;
  294. }
  295.  
  296. h3{
  297. font-size:12pt;
  298. color:#dadada;
  299. text-decoration:underline;
  300. font-family: 'Gloria Hallelujah', cursive;
  301. line-height:5px
  302. }
  303.  
  304.  
  305. b {
  306. color:#DA5DFF;
  307. font-size:12px;
  308. letter-spacing:1px;
  309. font-style:italic;
  310. text-shadow:#fff -1px 0px,#fff 0 1px,#fff 1px 0px,#fff -1px;}
  311.  
  312. a {
  313. text-decoration:none;
  314. font-style:normal;
  315. color:#bababa;
  316. letter-spacing:0px;
  317. text-shadow:1px 1px 0 #000;
  318. transition:all 1s ease-in;
  319. }
  320.  
  321. a:hover {
  322. text-decoration:none;
  323. color:pink;
  324. }
  325.  
  326.  
  327. </style>
  328.  
  329. <div id="yukakomain">
  330. </div>
  331.  
  332. <div id="mainbox">
  333. <input type="checkbox" id="btnControl"/>
  334. <label class="btn" for="btnControl"></label>
  335. <div id="one">
  336. <font style="float:left;"><h1>Basic</h1></font> <h2>Physique</h2><br>
  337. <font style="float:left;">Name ❤ Yukako Yamagishi</font> height ❤ 5'4 <br>
  338. <font style="float:left;">Age ❤ 18</font> weight ❤ less <br>
  339. <font style="float:left;">Nicknames ❤ ✩~Koichi's Perfect Lover~✩</font> hair ❤ black <br>
  340. <font style="float:left;">Gender ❤ Femme </font> eyes ❤ purple<br>
  341. <font style="float:left;">Nationality ❤ Japanese </font> skin ❤ fair <br>
  342. <font style="float:left;">Job ❤ Student/model </font> thing ❤ thing<br>
  343. <font style="float:left;">Stand ❤ Love Deluxe </font> butt ❤ big (and koichi's)<br>
  344. <font style="float:left;">Interest ❤ Koichi </font> voice ❤ as sweet as dynamite<br>
  345. <font style="float:left;">Paramour ❤ <a href="https://roleplay.chat/profile.php?user=Hirose+Koichi"> Koi-kun~~~~ </a> </font> <br>
  346. <div id="yukakoinfo">
  347. </div>
  348. </div>
  349.  
  350. <div id="two">
  351. <h3> Something </h3><br><br>
  352. Write something here.
  353. <div id="yukako2">
  354. </div>
  355. </div>
  356. <div id="three">
  357. <h3> OOC </h3>
  358. <b>00</b> this code was made by <a href="https://roleplay.chat/profile.php?user=Hirose+Koichi"> Koichi </a> for me, send him PM if you want commissions. ❤
  359. <b>00</b> this code was made by <a href="https://roleplay.chat/profile.php?user=Hirose+Koichi"> Koichi </a> for me, send him PM if you want commissions. ❤
  360. <div id="yukako3">
  361. </div>
  362. </div>
  363. </div>
  364.  
  365. <div id="branches">
  366. </div>
  367. <div id="branches2">
  368. </div>
  369. <div id="branches3">
  370. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement