Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {display: none; visibility: hidden;}
  4. #profile {background-color:;}
  5. #profile {border:;}
  6. body
  7. {overflow-x:hidden;
  8. background-image:
  9. url('');
  10. background-size: ;
  11. background-repeat:repeat;
  12. background-position:center;
  13. background-attachment: fixed;
  14. background-color: #9fbfbf;
  15. font: 0px arial;
  16. color: ;}
  17.  
  18. }
  19.  
  20. a {color:;
  21. text-decoration: none;
  22. transition: 1.5s;
  23. }
  24.  
  25. a:hover {color: ;
  26. text-decoration: none;
  27. transition: 1.5s;
  28. }
  29.  
  30. a {
  31. color: black;
  32. text-decoration: wavy black;
  33. text-shadow: 1px 1px 1px black;
  34. }
  35. .img {
  36. Position: fixed;
  37. Border: solid 5px #365959;
  38. Height: 353px;
  39. Width: 250px;
  40. Left: 900px;
  41. Top: 100px;
  42. border-radius: 0px;
  43. opacity: .;
  44. overflow: hidden;
  45. }
  46.  
  47. .img2 {
  48. Position: fixed;
  49. Border: solid 5px #365959;
  50. Height: 150px;
  51. Width: 150px;
  52. Left: 200px;
  53. Top: 50px;
  54. border-radius: 300px;
  55. opacity: .;
  56. overflow: hidden;
  57. }
  58.  
  59. .img3 {
  60. Position: fixed;
  61. Border: solid 5px #365959;
  62. Height: 150px;
  63. Width: 150px;
  64. Left: 200px;
  65. Top: 215px;
  66. border-radius: 100px;
  67. opacity: .;
  68. overflow: hidden;
  69. }
  70.  
  71. .img4 {
  72. Position: fixed;
  73. Border: solid 5px #365959;
  74. Height: 150px;
  75. Width: 150px;
  76. Left: 200px;
  77. Top: 380px;
  78. border-radius: 100px;
  79. opacity: .;
  80. overflow: hidden;
  81. }
  82.  
  83. h1{
  84. border-bottom:0px solid #DADADA;
  85. color: #828184;
  86. font-size:17px;
  87. line-height: 17px;
  88. font-family: 'Indie Flower', cursive;
  89. text-align: right;
  90. text-transform:uppercase;
  91. letter-spacing:5px;
  92. margin: 0px 5px 5px;
  93. text-shadow: 1px 0px 0px #222,
  94. 0px 1px 0px #222,
  95. -1px 0px 0px #222,
  96. 0px -1px 0px #222,
  97. 0px 0px 20px #000;
  98.  
  99. }
  100.  
  101. #music{
  102. position:absolute;
  103. background-image:
  104. url('http://i.imgur.com/xc30aBj.png');
  105. background-repeat: no-repeat;
  106. background-size: 10px;
  107. width:15px;
  108. height:15px;
  109. z-index:99;
  110. left:5;
  111. top:5;
  112. overflow:hidden;
  113. -webkit-transition: all 0.5s ease-in-out;
  114. -moz-transition: all 0.5s ease-in-out;
  115. -o-transition: all 0.5s ease-in-out;
  116. }
  117.  
  118. #music-title-bg {
  119. position:absolute;
  120. background-color: transparent;
  121. width:8;
  122. height:20;
  123. left:25;
  124. top:0;
  125. }
  126.  
  127. #music-title-bg2 {
  128. position:absolute;
  129. background-color:transparent;
  130. width: 0;
  131. height:14;
  132. left:-7;
  133. top:3;
  134. }
  135.  
  136. #music-title {
  137. position:absolute;
  138. color:transparent;
  139. font-family:oswald;
  140. font-size:14px;
  141. text-transform:uppercase;
  142. text-align:justify;
  143. width:125;
  144. left:0;
  145. top:-4;
  146. }
  147.  
  148. .infobox {
  149. Position: fixed;
  150. Top: 200px;
  151. left: 500px;
  152. width: 325px;
  153. Height: 160px;
  154. Border: solid 4px #365959;
  155. opacity: 0;
  156. Background-color: #9dc7c3;
  157. Color: black;
  158. Padding: 5px;
  159. Font-size: 13px;
  160. font-family: 'Bellefair', serif;
  161. overflow: auto;
  162. transition: all 0.7s ease-in-out;
  163. -webkit-transition: all 0.7s ease-in-out;
  164. -moz-transition: all 0.7s ease-in-out;
  165. -o-transition: all 0.7s ease-in-out;
  166. -ms-transition: all 0.7s ease-in-out;
  167. z-index:2;
  168. }
  169.  
  170. .infobox:target {
  171. top:200px;
  172. left: 500px;
  173. overflow: auto;
  174. opacity: 1;
  175. transition: all 0.7s ease-in-out;
  176. -webkit-transition: all 0.7s ease-in-out;
  177. -moz-transition: all 0.7s ease-in-out;
  178. -o-transition: all 0.7s ease-in-out;
  179. -ms-transition: all 0.7s ease-in-out;
  180. z-index:4;
  181. }
  182. #navi{
  183. position:fixed;
  184. width: 10px;
  185. text-align:center;
  186. left:650px;
  187. top:100px;
  188. transform: rotate(-90deg);
  189. float: left;
  190. z-index: 5;
  191. }
  192.  
  193.  
  194.  
  195. #navi a{
  196. display: inline-block;
  197. background-color: #103538;
  198. padding-top: 34px;
  199. margin-top: 5px;
  200. width:10px;
  201. height: 10px;
  202. border-radius: 50px;
  203.  
  204. }
  205.  
  206. #navi a:hover{
  207. transition: 1.5s;
  208. }
  209.  
  210.  
  211. </style>
  212. <div class="img"><img src="https://i.imgur.com/3XRydjY.png">
  213. </div>
  214. <div class="img2"><img src="https://78.media.tumblr.com/tumblr_m1z77mKPgA1r99f4t.gif">
  215. </div>
  216. <div class="img3"><img src="https://media.giphy.com/media/7ZWPLgPavnSa4/giphy.gif">
  217. </div>
  218. <div class="img4"><img src="https://78.media.tumblr.com/3265868c0cf66fe2096dbd82524e15c5/tumblr_inline_n51473Ele11rg5w1l.gif">
  219. </div>
  220. <div id="navi">
  221.  
  222. <a href="#one"></a>
  223.  
  224. <a href="#two"></a>
  225.  
  226. <a href="#three"></a>
  227.  
  228. <a href="#four"></a>
  229. </div>
  230.  
  231.  
  232.  
  233. <div id="one" class="infobox">
  234. Name - <Br>
  235. Nickname - <Br>
  236. Age - <Br>
  237. Gender - <Br>
  238. Species - <Br>
  239. Preference - <br>
  240. Marital - <Br>
  241. </div>
  242.  
  243. <div id="two" class="infobox">
  244. testing
  245. </div>
  246.  
  247. <div id="three" class="infobox">
  248. testing
  249. </div>
  250.  
  251. <div id="four" class="infobox">
  252. Code made by <a href="https://roleplay.chat/profile.php?user=Black+Onyx">Black Onyx</a> Designs.
  253. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement