Toxicandii

Mangle (Simple)

Nov 20th, 2019 (edited)
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Sedgwick+Ave&display=swap');
  4.  
  5. body {
  6. background-color:;
  7. background-image: linear-gradient(#FFFFFF, #F2B0EA);
  8. background-attachment: fixed;
  9. background-position: center center;
  10. background-repeat: repeat;
  11. background-size: %;
  12. font-family: Constantia;
  13. font-variant: normal;
  14. font-size: 60%;
  15. color: #786307;}
  16.  
  17. ::-webkit-scrollbar {
  18. width: 0px;
  19. display:none;}
  20.  
  21. #pictureone {
  22. position:fixed;
  23. right: 340px;
  24. bottom:0px;}
  25.  
  26.  
  27.  
  28. #showtext{
  29. display: none;}
  30.  
  31. #picture:hover #showtext{
  32. display : block;
  33. position: fixed;
  34. left: 200px;
  35. top: 200px;
  36. margin: auto;
  37. width: 95;
  38. height: 150;
  39. padding: 30px;
  40. border-radius:100px;
  41. border: double 5px #E7E91D;
  42. background-color: rgba(0,0,0,0.1);
  43. z-index: 3;
  44. overflow: auto;}
  45.  
  46.  
  47. #title{ position:fixed;
  48. top: 20px;
  49. left: 640px;
  50. text-align: left;
  51. font-family: Sedgwick Ave, cursive;
  52. text-shadow: 2px 2px 5px #B6230C;
  53. font-size:105px;
  54. color: #F2B0EA;
  55. z-index:999;
  56. z-index:9999; }
  57.  
  58. #title2{ position:fixed;
  59. top: 180px;
  60. left: 240px;
  61. text-align: center;
  62. font-family: Sedgwick Ave, cursive;
  63. text-shadow: 2px 2px 5px #B6230C;
  64. font-size:25px;
  65. color: #FFFFFF;
  66. z-index:999;
  67. z-index:9999; }
  68.  
  69. #title3{
  70. vertical-align: center;
  71. text-transform: none;
  72. color:#AD5C57;
  73. font-size:12px;
  74. font-family:Harrington;
  75. text-align: center;
  76. position: absolute;
  77. right: 50px;
  78. bottom: 8px;
  79. margin: 1px;
  80. z-index:1;}
  81.  
  82. #player{
  83. position:fixed;
  84. height: 55px;
  85. width: 55px;
  86. bottom: 32;
  87. right:45;
  88. margin: auto;
  89. z-index:99;}
  90.  
  91. #music1{
  92. position:fixed;
  93. padding:2px;
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;}
  97.  
  98. #music1:hover #music2{
  99. opacity:0;
  100. margin-top:-25px;
  101. z-index:-1;}
  102.  
  103. #music1:hover #music3{
  104. opacity:0.7;
  105. margin-top:-5px;
  106. z-index:99;}
  107.  
  108. #music1:hover #musiclist{ opacity:1;}
  109.  
  110. #music2{
  111. opacity:1;
  112. background-color:#DB7093;
  113. padding:6px;
  114. -webkit-transition: all 0.5s ease-in-out;
  115. -moz-transition: all 0.5s ease-in-out;
  116. -o-transition: all 0.5s ease-in-out;}
  117.  
  118. #music3{
  119. opacity:0;
  120. position:fixed;
  121. background-color:#B6230C;
  122. background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png');
  123. background-repeat: no-repeat;
  124. background-size: 25px;
  125. border:1px dotted #b3b3e5;
  126. width:25px;
  127. height:25px;
  128. z-index:99 margin-left:0px;
  129. overflow:hidden;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;}
  133.  
  134.  
  135.  
  136.  
  137.  
  138. </style>
  139.  
  140. <div id="title">
  141. NAME HERE
  142. </div>
  143.  
  144. <div id="title2">
  145. Species: || Gender: || Orientation: || Attachments:
  146. </div>
  147.  
  148.  
  149. <div id="pictureone">
  150. <img src="URL HERE" class="image" height="550">
  151. </div>
  152.  
  153.  
  154.  
  155. <div id="player"><div id="music1"><div id="music2">
  156.  
  157. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  158.  
  159. <div id="music3"><Div style="margin-top:4px;">
  160.  
  161. <audio controls style="opacity: 0;"><source src="URL HERE"></audio>
  162.  
  163. </div></div></div></div>
  164.  
  165. <div id="title3">
  166. @Coded by <a href="https://pastebin.com/u/Toxicandii" target="_blank">Toxicandii</a>
  167. </div>
Add Comment
Please, Sign In to add comment