Advertisement
ZukoHiyama

Untitled

Mar 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. #music{position:fixed;
  4. top:100px;
  5. left:400px;
  6. z-index:99;
  7. }
  8.  
  9.  
  10. #music1{
  11. position:fixed;
  12. padding:2px;
  13. -webkit-transition: all 0.5s ease-in-out;
  14. -moz-transition: all 0.5s ease-in-out;
  15. -o-transition: all 0.5s ease-in-out;}
  16.  
  17. #music1:hover #music2{
  18. opacity:0.7;
  19. margin-top:-25px;
  20. z-index:-1;}
  21.  
  22. #music1:hover #music3{
  23. opacity:0.7;
  24. margin-top:0px;
  25. z-index:99;}
  26.  
  27. #music1:hover #musiclist{ opacity:1;}
  28.  
  29.  
  30. #music3{
  31. position:fixed;
  32. width:15px;
  33. height:15px;
  34. background-size: 15px;
  35. background-image: url('http://www.free-icons-download.net/images/grays-play-button-icon-17896.png');
  36. background-repeat: no-repeat;
  37. background-position: 50% 0%;
  38. padding-left:5px;
  39. padding-right:5px;
  40. z-index:99;
  41. margin-left:0px;
  42. overflow:hidden;
  43. background-color: #736495;
  44. opacity:1.0;}
  45.  
  46. </style>
  47.  
  48.  
  49. <div id="music">
  50. <div id="music1">
  51. <div id="music3">
  52.  
  53. <audio controls style="opacity: 0;"><source src="IF YOU WANT TO ADD A SONG, WILL HELP"></audio>
  54.  
  55. </div>
  56. </div>
  57. </div>
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <style type="text/css">
  64. .pfor { display: none; }
  65. #profile { background-color: transparent; border: none; }
  66. </style>
  67.  
  68. <style type="text/css">
  69.  
  70. body {
  71.  
  72. background-color: #fff;
  73. background-image: url(BACKGROUND PIC CAN GO HERE);
  74. background-attachment: fixed;
  75. background-position: center center;
  76. background-repeat: repeat;
  77. background-size: 1400px;
  78. font-family: Times New Roman;
  79. font-variant: normal;
  80. font-size: 70%;
  81. color: #000000;}
  82.  
  83. ::-webkit-scrollbar {
  84. width: 3px;
  85. height: 0px;
  86. background: ;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. background-color: black;
  91. -webkit-border-radius: 10px;
  92. border-radius: 10px;
  93. }
  94.  
  95. a {color: #D77A00;
  96. text-decoration: none;
  97. }
  98.  
  99. a:hover {color: black;
  100. text-decoration: line-through;
  101. cursor:
  102. url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');
  103. }
  104.  
  105. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  106. }
  107.  
  108. b {
  109. color: #637BB5; }
  110. i {
  111. color: #FF0000; }
  112.  
  113. .abox {background-color:#fff; color: #000; font-size: 14px; font-family: calibri; text-align: justify; font-variant: small-caps; position: absolute; width:432; height:134; left: 435; top:425; letter-spacing:0px; line-height: 12px; padding: 5px; margin: 1px; overflow:auto; border:3px double black;}
  114.  
  115. .navbar {Position: absolute; Height: 13px; Width: 282px; Left: 540; Bottom: 60; padding: 4px; z-index: 100;}
  116.  
  117. .link1 {Position: absolute; Left: 20px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  118.  
  119. .link2 {Position: absolute; Left: 70px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  120.  
  121. .link3 {Position: absolute; Left: 120px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  122.  
  123. .link4 {Position: absolute; Left: 170px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  124.  
  125. .link1:hover {Background-color: #000;}
  126. .link2:hover {Background-color: #000;}
  127. .link3:hover {Background-color: #000;}
  128. .link4:hover {Background-color: #000;}
  129.  
  130. .slide {Position: fixed; Height: 555555; Width: 555555; Top: -100px; Left: 0; Z-index: -1; Opacity: 0; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  131.  
  132. .slide:target {Top: 0; Opacity: 1; Z-index: 1; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  133. #title {position:absolute;
  134. color: black;
  135. left:230;
  136. top:140;
  137. }
  138.  
  139. #icon img {
  140. position:absolute;
  141. bottom: 80px;
  142. left:430;
  143. -webkit-transition: opacity 1s ease-in-out;
  144. -moz-transition: opacity 1s ease-in-out;
  145. -o-transition: opacity 1s ease-in-out;
  146. transition: opacity 1s ease-in-out;
  147. border: 5px solid #717171;}
  148.  
  149. #icon img.top:hover {
  150. opacity:0;}
  151.  
  152. h2 {
  153.  
  154. position: fixed;
  155. right: 10px;
  156. bottom: 0px;
  157. font-family: Arial;
  158. font-variant: normal;
  159. font-weight: normal;
  160. font-size: 100%;
  161. color: #000000;}
  162. </style>
  163.  
  164. <div class="navbar">
  165. <a class="link1" href="#1"></a>
  166. <a class="link2" href="#2"></a>
  167. <a class="link3" href="#3"></a>
  168. <a class="link4" href="#4"></a>
  169. </div>
  170.  
  171. <div id="icon">
  172. <img class="bottom" src="BACK PIC GOES HERE" height="500" width="450" />
  173. <img class="top" src="TOP PIC GOES HERE" height="500" width="450" />
  174. </div>
  175.  
  176. <div id="1" class="slide">
  177. <div class="abox">
  178.  
  179. Stat: <br>
  180. Stat: <br>
  181. Stat: <br>
  182. Stat: <br>
  183. Stat: <br>
  184. Stat: <br><br>
  185.  
  186. <b><I>Flavor Text</b></i><br><br>
  187.  
  188. Regular Text. Use for whatever.
  189.  
  190. </div></div>
  191.  
  192. <div id="2" class="slide">
  193. <div class="abox">
  194.  
  195.  
  196. <b><i>More Flavor Text</b></i><br><br>
  197.  
  198. More information here, backstory, whatever.
  199.  
  200.  
  201. </div></div>
  202.  
  203. <div id="3" class="slide">
  204. <div class="abox">
  205.  
  206. 001.OOC <br>
  207. 002.OOC <br>
  208. 003.OOC <br>
  209.  
  210. </div></div>
  211.  
  212. <h2>Layout © <a href="http://pastebin.com/u/A_Bad_Bitch" target="_blank">A Bad Bitch</a></h2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement