Advertisement
Guest User

Soul and Blue

a guest
Jul 31st, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. </div>
  2.  
  3. <style>
  4.  
  5. b {
  6. font-family:'verdana';
  7. font-size:10px;
  8. color:skyblue;
  9. font-weight: normal;
  10. }
  11.  
  12. i {
  13. color: MediumAquaMarine ;
  14. font-family: 'calibri';
  15. font-variant: small-caps;
  16. font-size:10px;}
  17.  
  18. u {
  19. color: PaleGreen ;
  20. font-size: 10px;
  21. font-weight: light;
  22. border-bottom: 2px dotted SeaGreen;}
  23.  
  24.  
  25. a:link {
  26. text-decoration:
  27. none;
  28. text-shadow: 1px 1px 5px skyblue;
  29. }
  30.  
  31. a:visited {
  32. text-decoration:
  33. none;
  34. text-shadow: 1px 1px 3px skyblue;
  35. }
  36.  
  37. a:hover {
  38. text-decoration: bold;
  39. text-shadow: 1px 1px 3px white;}
  40.  
  41. a:active {
  42. text-decoration:
  43. bold;
  44. text-shadow: 1px 1px 3px skyblue;}
  45.  
  46. a:link { color: skyblue;
  47. }
  48. a:visited {color: lightblue;
  49. }
  50. a:hover {color: silver;
  51. }
  52. a:active {color: white;
  53. }
  54.  
  55.  
  56. .pfor {display: none;}
  57. #profile {
  58. border-style:none;
  59. background-color: Transparent;}
  60.  
  61. body {
  62. background-color: #FFFFFF;
  63. background-image:url("http://i.imgur.com/WjOH6ki.jpg");
  64. background-size: 1950px;
  65. background-attachment:fixed;
  66. background-position: left top;
  67. background-repeat: no-repeat;
  68. }
  69.  
  70. .musicbox {
  71. position: fixed;
  72. height: 10px;
  73. left: 800px;
  74. top: 505px;
  75. font-size: 12px;
  76. background-color: skyblue;
  77. border: 5px solid DarkSlateGray;
  78. border-radius: 0px
  79. ;padding: 5px;
  80. -moz-border-radius: 0px;
  81. -webkit-border-radius: 0px;
  82. width:215px;}
  83.  
  84. #MainIcon{
  85. border: 5px solid DarkSlateGray ;
  86. border-radius: 0px 0px 0px 0px;
  87. background-color: skyblue;
  88. overflow: hidden;
  89. position: fixed;
  90. height: 350px;
  91. width: 225px;
  92. left: 800px;
  93. top: 150px;
  94. }
  95.  
  96. .Mainbox {position: fixed;
  97. left: 35px;
  98. top: -500px;
  99. height: 373px;
  100. width: 400px;
  101. padding: 1px;
  102. background-color: DimGray;
  103. border: 5px solid DarkSlateGray;
  104. border-radius: 0px 0px 0px 0px;
  105. font-family: Ariel;
  106. font-size: 12px;
  107. text-align: center;
  108. color: white;
  109. text-shadow: 1px 1px 2px black;
  110. overflow: auto;
  111. opacity: 0;
  112. -webkit-transition: all 0.0s ease-in-out;
  113. -moz-transition: all 0.0s ease-in-out;
  114. -o-transition: all 0.0s ease-in-out;
  115. -ms-transition: all 0.0s ease-in-out;
  116. transition: all 0.0s ease-in-out;}
  117.  
  118. .MainBox:target {
  119. top: 150px;
  120. left:391px;
  121. opacity: 1;
  122. z-index: 9999;
  123. -webkit-transition: all 0s ease-in-out;
  124. -moz-transition: all 0s ease-in-out;
  125. -o-transition: all 0s ease-in-out;
  126. -ms-transition: all 0s ease-in-out;
  127. transition: all 0s ease-in-out;}
  128.  
  129. #buttons{
  130. position: fixed;
  131. left: 1040px;
  132. top: 150px;
  133. z-index: 2;
  134. }
  135.  
  136. #buttons a {display: block;
  137. margin-bottom: 5px;
  138. width: 80px;
  139. height: 20px;
  140. color: teal;
  141. font-family: tahoma;
  142. font-size: 13px;
  143. padding-left: 10px;
  144. background-color: skyblue;
  145. border-top : 5px solid darkslategrey;
  146. border-bottom : 5px solid darkslategrey;
  147. border-left: 5px solid darkslategrey;
  148. border-right: 5px solid darkslategrey;
  149. border-radius: 0px 0px 0px 0px;
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. -o-transition: all 0.5s ease-in-out;
  153. transition: all 0.5s ease-in-out;}
  154.  
  155. #buttons a:hover {background-color: teal;
  156. -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out;
  159. transition: all 0.5s ease-in-out;}
  160.  
  161. #ImageScrollOver {
  162. background-color:#transparent;
  163. position:absolute;}
  164.  
  165. #ImageScrollOut {
  166. background-color:#transparent;
  167. position:absolute;
  168. opacity: 0;
  169. -webkit-transition: all 0.3s ease-out;
  170. -moz-transition: all 0.3s ease-out;
  171. -webkit-transition: all 0.3s ease-in;
  172. -moz-transition: all 0.3s ease-in;}
  173.  
  174. #ImageScrollOut:hover {
  175. background-color:#transparent;
  176. position:absolute;
  177. opacity: 1.0;
  178. -webkit-transition: all 0.3s ease-out;
  179. -moz-transition: all 0.3s ease-out;
  180. -webkit-transition: all 0.3s ease-in;
  181. -moz-transition: all 0.3s ease-in;}
  182.  
  183. </style>
  184.  
  185.  
  186. <div id="buttons">
  187. <a href="#1">Soul</a>
  188. <a href="#2">Blues</a>
  189. <a href="#3">Story</a>
  190. <a href="#4">Relationships</a>
  191. <a href="#5">OOC</a>
  192. </div>
  193.  
  194.  
  195. <div id="MainIcon">
  196. <div id="ImageScrollOver">
  197. <img src="http://i.picpar.com/kE0b.jpg" width="225" height="350">
  198. </div>
  199.  
  200. <div id="ImageScrollOut">
  201. <img src="https://static1.e621.net/data/66/c9/66c95ba8c8d3ab60c0ff537db85d8cc9.png" width="225" height="350">
  202. </div>
  203.  
  204. </div>
  205.  
  206.  
  207. <div id="1" class="MainBox">
  208. <b>TEST GOES IN INbetween this code such isn=waef lawjf oawjfaw;lej f;awjfoi;aew ef;a jwiwoaefj o;aw jl;fjawo;ej fajwefoijawoi;jfe;a wleoiawe f</b><b>
  209. </div>
  210.  
  211. <div id="2" class="MainBox">
  212. <b>TEST GOES IN INbetween this code such isn=waef lawjf oawjfaw;lej f;awjfoi;aew ef;a jwiwoaefj o;aw jl;fjawo;ej fajwefoijawoi;jfe;a wleoiawe f</b><b>
  213.  
  214. </div>
  215.  
  216.  
  217. <div id="3" class="MainBox">
  218. <b>TEST GOES IN INbetween this code such isn=waef lawjf oawjfaw;lej f;awjfoi;aew ef;a jwiwoaefj o;aw jl;fjawo;ej fajwefoijawoi;jfe;a wleoiawe f</b><b>
  219.  
  220. </div>
  221.  
  222.  
  223. <div id="4" class="MainBox">
  224. <b>Friends and Family</b><br><br>
  225. None Yet
  226. </div>
  227.  
  228.  
  229. <div id="5" class="MainBox">
  230. <b>OOC</b><br><br>
  231.  
  232.  
  233.  
  234.  
  235. Code by <a href="profile.php?user=The+Police+Girl" target="_blank">Seras Victoria</a>
  236. </div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement