Advertisement
A_Bad_Bitch

Blossom

Jun 10th, 2017
1,269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Baumans);
  4. @import url(https://fonts.googleapis.com/css?family=Alegreya);
  5. @import url('https://fonts.googleapis.com/css?family=Ceviche+One');
  6. @import url('https://fonts.googleapis.com/css?family=Yesteryear');
  7.  
  8. body { background-color: #fff; background-image: url(http://i.picpar.com/w99.png); background-attachment: fixed; background-position: center center; background-repeat: repeat; background-size: auto;}
  9.  
  10. ::-webkit-scrollbar-track {background-color:;}
  11. ::-webkit-scrollbar-thumb {background-color:;}
  12. ::-webkit-scrollbar {width:2px;height:5px;}
  13.  
  14. a {color: #87add1; text-decoration: none; }
  15. a:hover {color: black; text-decoration: line-through;cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png'); -webkit-filter: blur(0.9px); text-decoration: none;}
  16. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;}
  17.  
  18. .img { position: absolute; top: 210px; left: 800px; height: 250px; width: 250px; background-image: url("http://data.whicdn.com/images/281218069/large.jpg"); background-size: 100% 100%; background-position: center center; border: 1px solid #fff; overflow: hidden; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1.5s ease-in-out; transition: all 1s ease-in-out;}
  19.  
  20. .img:hover { position: absolute; height: 250px; width: 250px; border: 1px solid #fff; background-image:url(http://data.whicdn.com/images/257043438/large.jpg); background-position: center center; background-repeat: no-repeat; filter: alpha(opacity=3); opacity: 3; overflow: auto; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
  21.  
  22. .quote { position:fixed; top: 200px; left: 490px; text-align: left; font-family: 'Yesteryear'; text-shadow: -1px 0px 0px #F0EDE8, 0px 1px 0px #F0EDE8, 1px 0px 0px #F0EDE8, 0px -1px 0px #F0EDE8; font-size: 40px; color: #B46B82; z-index:999; text-align: center;}
  23.  
  24. .ooc { position: fixed; background-color: #F0EDE8; overflow: auto; width: 320; height: 180; top: 248px; left: 470px; padding: 2px; text-align: justify; font-size: 11px; font-family: 'Baumans'; color: #8a8790; line-height: 13px; border: 1px solid white; z-index: 1000; }
  25.  
  26. #statbox { position: absolute; top: 212px; left: 352px; width: 117px; height: 80px; line-height: 25px; overflow: hidden; z-index: 2000;}
  27. #statbox2 { position: absolute; top: 287px; left: 352px; width: 117px; height: 80px; line-height: 25px; overflow: hidden; z-index: 2000;}
  28. #statbox3 { position: absolute; top: 362px; left: 352px; width: 117px; height: 80px; line-height: 25px; overflow: hidden; z-index: 2000;}
  29.  
  30. #stats{ width: 110px; height: 174px; }
  31.  
  32. .stat{ float: left; width: 110px; height: 18px; border: 2px #fff solid; overflow: hidden; }
  33. .stat:hover .top{ margin-top: -18px; }
  34.  
  35. .top{ float: left; width: 110px; height: 18px; background: #F0EDE8; color: #8a8790; font-family: Baumans; font-size: 11px; line-height: 19px; text-align: center; letter-spacing: 1px; -webkit-transition: 0s; }
  36. .bot{ float: left; width: 110px; height: 18px; background: #F0EDE8; color: #8a8790; font-family: Baumans; font-size: 11px; line-height: 19px; text-align: center; letter-spacing: 1px; overflow: hidden; }
  37.  
  38. .abox { background-color: #F0EDE8; color: #8a8790; font-size: 11px; font-family: Baumans; text-align: justify; position: absolute; width: 318; height: 178; left: 469; top: 247; letter-spacing: .3px; line-height: 12px; padding: 3px; margin: 1px; overflow:auto; border: 1px solid #fff; z-index: 3;}
  39.  
  40. .navbar {Background-color: transparent; Position: absolute; Left: 352px; top: 438px; z-index: 2000; }
  41.  
  42. .link1 {Position: absolute; Border: solid 1px #fff; Height: 22px; Width: 90px; background-color: #F0EDE8; }
  43.  
  44. .link2 {Position: absolute; Left: 100px; Border: solid 1px #fff; Height: 22px; Width: 90px; background-color: #F0EDE8; }
  45.  
  46. .link3 {Position: absolute; Left: 200px; Border: solid 1px #fff; Height: 22px; Width: 90px; background-color: #F0EDE8; }
  47.  
  48. .link4 {Position: absolute; Left: 300px; Border: solid 1px #fff; Height: 22px; Width: 90px; background-color: #F0EDE8; }
  49.  
  50. .link1:hover {Background-color: #B46B82;}
  51. .link2:hover {Background-color: #B46B82;}
  52. .link3:hover {Background-color: #B46B82;}
  53. .link4:hover {Background-color: #B46B82;}
  54.  
  55. .slide {Position: fixed; Height: 555555; Width: 555555; Top: 0px; Left: 200px; Z-index: -1; Opacity: 0; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  56.  
  57. .slide:target {Left: 0; Opacity: 1; Z-index: 1000; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  58.  
  59. .musicplayer{ position: fixed; top: 438; left: 750; height: 12; width: 34px; padding: 5px; padding-top: 5; overflow: hidden; z-index: 2000; background-color: #F0EDE8; text-align: center; border: 1px solid white; }
  60.  
  61. .song{ float: center; margin-top: -23px; margin-left: -1px; height: 40px; width: 40px; overflow: hidden; opacity: 0; }
  62.  
  63. h1 { Color: #8a8790; font-family: 'Baumans'; border-bottom: 1px solid #8a8790; font-size: 13px; text-align: center; Margin-top: 1px; letter-spacing: 1; text-transform: uppercase;}
  64.  
  65. </style>
  66.  
  67. <div class="img"></div>
  68.  
  69. <div class="quote">Plum Blossom Child</div>
  70.  
  71. <div id="statbox">
  72. <div id="stats">
  73. <div class="stat">
  74. <div class="top">Namesake</div>
  75. <div class="bot">---</div>
  76. </div>
  77. <br>
  78. <div class="stat">
  79. <div class="top">Maturity</div>
  80. <div class="bot">---</div>
  81. </div>
  82. <br>
  83. <div class="stat">
  84. <div class="top">Birthdate</div>
  85. <div class="bot">---</div>
  86. </div>
  87. </div></div></div>
  88. <div id="statbox2">
  89. <div id="stats">
  90. <div class="stat">
  91. <div class="top">Height / Weight</div>
  92. <div class="bot">---</div>
  93. </div>
  94. <br>
  95. <div class="stat">
  96. <div class="top">Iris / Hair Hue</div>
  97. <div class="bot">---</div>
  98. </div>
  99. <br>
  100. <div class="stat">
  101. <div class="top">Alignment</div>
  102. <div class="bot">---</div>
  103. </div>
  104. </div></div></div>
  105. <div id="statbox3">
  106. <div id="stats">
  107. <div class="stat">
  108. <div class="top">Affiliation</div>
  109. <div class="bot">---</div>
  110. </div>
  111. <br>
  112. <div class="stat">
  113. <div class="top">Orientation</div>
  114. <div class="bot">---</div>
  115. </div>
  116. <br>
  117. <div class="stat">
  118. <div class="top">Marital</div>
  119. <div class="bot">---</div>
  120. </div>
  121. </div></div></div>
  122.  
  123. <div class="ooc">
  124.  
  125. <h1>Tab Title</h1>
  126.  
  127. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In tellus ipsum, convallis eu diam sodales, pulvinar fringilla lectus. Etiam posuere viverra mauris vel gravida. Pellentesque varius scelerisque convallis. In fermentum id purus et tincidunt. Maecenas consectetur massa est, eget ullamcorper dolor feugiat ut. In blandit quis neque non euismod. Pellentesque semper pharetra lobortis. Suspendisse a eros eu mauris luctus venenatis. Praesent ultrices a sem sed luctus. Ut elementum pretium tellus, id blandit turpis varius nec. Praesent non tincidunt nibh. Nullam eget pellentesque nibh.<br><br>
  128.  
  129. <center><b>Bold</b> <i>Italic</i> <u>Underline</u> <a href="">Link</a></center>
  130.  
  131. </div>
  132.  
  133. <div class="navbar">
  134. <a class="link1" href="#1"></a>
  135. <a class="link2" href="#2"></a>
  136. <a class="link3" href="#3"></a>
  137. <a class="link4" href="#4"></a>
  138. </div></div>
  139.  
  140. <div id="1" class="slide">
  141. <div class="abox">
  142.  
  143. </div></div>
  144.  
  145. <div id="2" class="slide">
  146. <div class="abox">
  147.  
  148. </div></div>
  149.  
  150. <div id="3" class="slide">
  151. <div class="abox">
  152.  
  153. </div></div>
  154.  
  155. <div class="musicplayer">
  156. <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif">
  157. <div class="song">
  158. <audio controls>
  159. <source src="http://k003.kiwi6.com/hotlink/2y52xqdhzk/Fire_Emblem_Awakening.mp3">
  160. </audio>
  161. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement