Advertisement
Falkstids

Nixie's profile

Mar 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. <style>
  2. body {
  3. overflow:hidden;
  4. background-color:#6ccbf2;
  5. }
  6.  
  7. @import url('https://fonts.googleapis.com/css?family=Montserrat');
  8. @import url('https://fonts.googleapis.com/css?family=Salsa');
  9.  
  10. ::-webkit-scrollbar
  11. {
  12. width: 10px;
  13. background-color: transparent;
  14. }
  15.  
  16.  
  17.  
  18. #imgcover{
  19. width:200px;
  20. height:200px;
  21. border-radius:50%;
  22. position:absolute;
  23. top:210px;
  24. left:450px;
  25. background-image:url('https://68.media.tumblr.com/06988891e7064a8d29ddd2e09c0cc9e2/tumblr_ojc8g2BfFt1vhyjwio1_500.gif');
  26. background-size:100%;
  27. -webkit-box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  28. -moz-box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  29. box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  30. }
  31.  
  32. #dialogbox, #dialogbox2, #dialogbox3{
  33. width:200px;
  34. height:60px;
  35. background-color:#747474;
  36. opacity:0.80;
  37. position:absolute;
  38. top:210px;
  39. left:165px;
  40. border-radius:100px 100px 100px 100px;
  41. text-align:center;
  42. font-family: 'Montserrat', sans-serif;
  43. color:#fff;
  44. font-size:8pt;
  45. font-weight:600;
  46. padding:10px;
  47. text-shadow:1px 1px 0 #000;
  48. }
  49.  
  50. h1{
  51. text-align:center;
  52. font-family: 'Montserrat', sans-serif;
  53. color:#fff;
  54. font-size:8pt;
  55. font-weight:500;
  56. position:absolute;
  57. top:-13px;
  58. left:40px;
  59. }
  60.  
  61. .floating{
  62. float: left;
  63. -webkit-animation-name: Floatingx;
  64. -webkit-animation-duration: 3s;
  65. -webkit-animation-iteration-count: infinite;
  66. -webkit-animation-timing-function: ease-in-out;
  67. -moz-animation-name: Floating;
  68. -moz-animation-duration: 3s;
  69. -moz-animation-iteration-count: infinite;
  70. -moz-animation-timing-function: ease-in-out;
  71. margin-left: 30px;
  72. margin-top: 5px;
  73.  
  74. }
  75.  
  76. @-webkit-keyframes Floatingx{
  77. from {-webkit-transform:translate(0, 0px);}
  78. 65% {-webkit-transform:translate(0, 10px);}
  79. to {-webkit-transform: translate(0, -0px); }
  80. }
  81.  
  82. @-moz-keyframes Floating{
  83. from {-moz-transform:translate(0, 0px);}
  84. 65% {-moz-transform:translate(0, 15px);}
  85. to {-moz-transform: translate(0, -0px);}
  86. }
  87.  
  88. #img1{
  89. width:250px;
  90. height:250px;
  91. border-radius:50%;
  92. position:absolute;
  93. top:170px;
  94. left:390px;
  95. background-image:url('http://i.imgur.com/zfn4imE.png');
  96. background-size:100%;
  97. }
  98.  
  99. #img2{
  100. width:250px;
  101. height:250px;
  102. border-radius:50%;
  103. position:absolute;
  104. top:170px;
  105. left:390px;
  106. background-image:url('http://i.imgur.com/Bo0mw1E.png');
  107. background-size:100%;
  108. }
  109.  
  110. #img3{
  111. width:250px;
  112. height:250px;
  113. border-radius:50%;
  114. position:absolute;
  115. top:170px;
  116. left:390px;
  117. background-image:url('http://i.imgur.com/rxtsJf8.png');
  118. background-size:100%;
  119. transform: scaleX(-1);
  120. }
  121.  
  122. #box1, #box2, #box3{
  123. width:210px;
  124. height:150px;
  125. position:absolute;
  126. background-color:#fff6d5;
  127. top:310px;
  128. left:190px;
  129. -webkit-box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  130. -moz-box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  131. box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  132. border-radius:20px;
  133. font-family: 'Montserrat', sans-serif;
  134. color:#ffbfe1;
  135. font-size:9pt;
  136. font-weight:500;
  137. padding:10px;
  138. text-align:center;
  139. }
  140.  
  141. h2{
  142. font-family: 'Salsa', cursive;
  143. color:#6ccbf2;
  144. font-size:16pt;
  145. font-weight:500;
  146. letter-spacing:1px;
  147. text-shadow:1px 1px #ffbfe1;
  148. text-align:center;
  149. line-height:0px;
  150. }
  151.  
  152. #one, #two, #three {
  153. width:600px;
  154. heigth:500px;
  155. background-color:transparent;
  156. position:absolute;
  157. top:0px;
  158. left:190
  159. z-index:1;
  160. opacity:0;
  161. transition:all 300ms ease-in;
  162. }
  163.  
  164. #one:target,#two:target,#three:target{
  165. z-index:2;
  166. opacity:1;
  167. }
  168.  
  169.  
  170. #click {
  171. opacity:1;
  172. position:absolute;
  173. display:inline;
  174. height:150px;
  175. width:50px;
  176. left:430px;
  177. top:400px;
  178. font-family:tall;
  179. color:#000;
  180. float:center;
  181. z-index:3;
  182. }
  183.  
  184. #click a {
  185. opacity:1;
  186. display:inline-block;
  187. width:20px;
  188. height:20px;
  189. background-color:#fff6d5;
  190. transition:all 1s ease-in;
  191. }
  192.  
  193. #click a:hover{
  194. background-color:#ffbfe1;
  195. -webkit-box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  196. -moz-box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  197. box-shadow: 10px 10px 44px -5px rgba(0,0,0,0.29);
  198. }
  199.  
  200. i {
  201. color:#fff;
  202. font-size:8pt;
  203. text-shadow:1px 1px 0 #000;}
  204.  
  205. b {
  206. color:#6ccbf2;
  207. letter-spacing:2px;
  208. font-style:italic;
  209. text-shadow:#000 -1px 0px,#000 0 1px,#000 1px 0px,#000 -1px;}
  210.  
  211. a {
  212. text-decoration:none;
  213. font-style:normal;
  214. color:#838383;
  215. letter-spacing:0px;
  216. transition:all 1s ease-in;
  217. }
  218.  
  219. a:hover {
  220. text-decoration:none;
  221. color:pink;
  222. }
  223.  
  224.  
  225.  
  226.  
  227. </style>
  228.  
  229.  
  230. <div id="one">
  231. <div id="imgcover">
  232. </div>
  233. <div id="img1" class="floating">
  234. </div>
  235. <div id="box1">
  236. <h2>Basic</h2>
  237. <b>Name</b> ♪ Nixie
  238. </div>
  239. <div id="dialogbox" class="floating">
  240. <h1><i> Nixie</i> </h1>
  241. <br>Hi my name is <font style="color :#6ccbf2;">Nixie</font>, nice to meet you. <br>I hope I can <font style="color :#6ccbf2;">serve you</font> today.
  242. </div>
  243. </div>
  244.  
  245. <div id="two">
  246. <div id="imgcover">
  247. </div>
  248. <div id="img2" class="floating">
  249. </div>
  250. <div id="box2">
  251. <h2>Gallery</h2>
  252.  
  253. </div>
  254. <div id="dialogbox2" class="floating">
  255. <h1><i> Nixie</i> </h1>
  256. <br>more text
  257. </div>
  258. </div>
  259.  
  260. <div id="three">
  261. <div id="imgcover">
  262. </div>
  263. <div id="img3" class="floating">
  264. </div>
  265. <div id="box3">
  266. <h2>OOC</h2>
  267. <b>00</b> This code was made for me by <a href="https://roleplay.chat/profile.php?user=Shark+Dad">Daddy</a>, PM him or send a rpc mail for inquiries about commissions and coding aid.
  268. </div>
  269. <div id="dialogbox3" class="floating">
  270. <h1><i> Nixie</i> </h1>
  271. Write stuff here.
  272. </div>
  273. </div>
  274.  
  275. <div id="click">
  276. <a class="nav hvr-bob" href="#one"> </a> <br>
  277. <a class="nav hvr-bob" href="#two"> </a> <br>
  278. <a class="nav hvr-bob" href="#three"> </a> <br>
  279. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement