Advertisement
Lizellea

Illya

Oct 9th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Kalam);
  3. @import url(https://fonts.googleapis.com/css?family=Satisfy);
  4. @import url(https://fonts.googleapis.com/css?family=Italianno);
  5. @import url(https://fonts.googleapis.com/css?family=Caveat);
  6.  
  7. ::-webkit-scrollbar { width: 2px; }
  8. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  9. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  10.  
  11. body {
  12. background-image: url("http://i.picpar.com/HYXb.png");
  13. background-repeat: no-repeat;
  14. background-color: #fff;
  15. background-size: 35%;
  16. background-position: bottom left;
  17. margin: 0;
  18. }
  19.  
  20. .bar1, .bar2{
  21. position:fixed;
  22. overflow:hidden;
  23. z-index:10000;
  24. display:block;
  25. }
  26.  
  27. .bar1 {
  28. z-index:0;
  29. right:0%;
  30. bottom:0%;
  31. height:40px;
  32. width:50%;
  33. margin-right:0px;
  34. margin-bottom:0px;
  35. -moz-border-radius-topleft: 90px;
  36. -webkit-border-top-left-radius: 90px;
  37. border-top-left-radius: 90px;
  38. text-align:right;
  39. padding-top:15px;
  40. }
  41.  
  42.  
  43. .bar2 {
  44. z-index:0;
  45. left:0%;
  46. top:0%;
  47. height:55px;
  48. width:95%;
  49. margin-left:0px;
  50. margin-top:0px;
  51. -moz-border-radius-bottomright: 90px;
  52. -webkit-border-bottom-right-radius: 90px;
  53. border-bottom-right-radius: 90px;
  54. text-align:left;
  55. }
  56. .bar1, .bar2{background-color:AA2244;}
  57.  
  58.  
  59. .box {position: absolute;
  60. z-index: 3;
  61. left: 48%;
  62. top:15%;
  63. border: 1px solid #;
  64. box-shadow: 0.2vw 0.2vw 0.2vw #000;
  65. height:60%;
  66. width:30%;
  67. background-color:#;
  68. background: url(http://i.picpar.com/EYXb.png);
  69. background-size: 100% 100%;
  70. background-position: center;
  71. background-repeat: no-repeat;
  72. overflow:hidden;
  73. font-family: indie flower;
  74. font-size:14px;
  75. color:#ccc;}
  76.  
  77. a {color: #897450; text-decoration: none; }
  78.  
  79. a:hover {color: pink; text-decoration: line-through;
  80. cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  81.  
  82. h1{
  83. color:#9B8050;
  84. font-size:19px;
  85. line-height: 14px;
  86. font-family:Kalam;
  87. text-align: center;
  88. letter-spacing:5px;
  89. margin: 5px 5px 5px;
  90. text-shadow: 1px 0px 0px #,
  91. 0px 1px 0px #,
  92. -1px 0px 0px #,
  93. 0px -1px 0px #,
  94. 0px 0px 20px #;
  95. }
  96.  
  97. h3{ color:e7e4e2; background-color:e12255; border-color:ffffff; }
  98.  
  99. b, strong {color: #9B8050; font-family: Arial; font-size: 13px; font-style: normal; font-weight: bold; text-decoration: none; text-transform: ; font-style: italic;text-shadow: 0.0em 0 0 #;}
  100.  
  101. .tab1 {position: fixed; top: 25%;left: 23%; width: 9%; height: 18%; background-image: url(http://i.picpar.com/JYXb.jpg); background-size: 100% 100%; box-shadow: 0.2vw 0.2vw 0.2vw #000;}
  102. .tab2 {position: fixed; top: 25%; left: 33.8%; width: 9%; height: 18%; background-image: url(http://i.picpar.com/KYXb.png); background-size: 100% 100%; box-shadow: 0.2vw 0.2vw 0.2vw #000;}
  103. .tab3 {position: fixed; top: 45%; left: 23%; width: 9%; height: 18%; background-image: url(http://i.picpar.com/MYXb.png); background-size: 100% 100%; box-shadow: 0.2vw 0.2vw 0.2vw #000;}
  104. .tab4 {position: fixed; top: 45%; left: 33.8%; width: 9%; height: 18%; background-image: url(http://i.picpar.com/NYXb.jpg); background-size: 100% 100%; box-shadow: 0.2vw 0.2vw 0.2vw #000;}
  105.  
  106. .content {
  107. z-index: -1;
  108. position: absolute;
  109. background-color: #171616;
  110. font-family: Segoe Print;
  111. font-size: 12px;
  112. padding: 5px;
  113. color: #ccc;
  114. height:100%;
  115. top:0%;
  116. left: 0%;
  117. width: 100%;
  118. line-height:19px;
  119. overflow: auto;
  120. opacity: 0;
  121. -webkit-transition: all 1s ease-out;
  122. -moz-transition: all 1s ease-out;
  123. -ms-transition: all 1s ease-out;
  124. -o-transition: all 1s ease-out;
  125. transition: all 1s ease-out;
  126. }
  127. .content:target {
  128. z-index: 10;
  129. opacity: 1;
  130. position: absolute;
  131. padding:5px;
  132. -webkit-transition: all 1s ease-out;
  133. -moz-transition: all 1s ease-out;
  134. -ms-transition: all 1s ease-out;
  135. -o-transition: all 1s ease-out;
  136. transition: all 1s ease-out;
  137. }
  138.  
  139. .circle{
  140. border-radius:150px;
  141. -webkit-transition: all 0.8s ease-out;
  142. -moz-transition: all 0.8s ease-out;
  143. -o-transition: all 0.8s ease-out;
  144. }
  145.  
  146. .circle:hover{
  147. border-radius:150px;
  148. -webkit-transition: all 0.8s ease-out;
  149. -moz-transition: all 0.8s ease-out;
  150. -o-transition: all 0.8s ease-out;
  151. -webkit-transform: rotate(0deg);
  152. -moz-transform: rotate(0deg);
  153. -ms-transform: rotate(0deg);
  154. -o-transform: rotate(0deg);
  155. }
  156.  
  157. #music{ position:fixed;height: 55px;width: 55px;Bottom: 0%;right: 0%; margin: auto; z-index:99;}
  158. #music1{ position:fixed; padding:2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  159. #music1:hover #music2{ opacity:0; margin-top:-25px; z-index:-1;}
  160. #music1:hover #music3{ opacity:0.7; margin-top:0px; z-index:99;}
  161. #music1:hover #musiclist{ opacity:1;}
  162. #music2{ opacity:1; background-color:#000000; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  163. #music3{ opacity:0; position:fixed; background-color:#000000; background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  164.  
  165.  
  166. #credit{ position: fixed;
  167. left: 1px;
  168. bottom: 0px;
  169. font-family: Arial;
  170. font-variant: normal;
  171. font-weight: normal;
  172. font-size: 90%;
  173. color: #000;
  174. z-index:1;}
  175.  
  176. </style>
  177. <div id="credit">
  178. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  179. </div>
  180. <div class="bar1"></div>
  181. <div class="bar2"></div>
  182.  
  183. <a href="#1"><div class="tab1"></div></a>
  184. <a href="#2"><div class="tab2"></div></a>
  185. <a href="#3"><div class="tab3"></div></a>
  186. <a href="#4"><div class="tab4"></div></a>
  187.  
  188. <div class="box">
  189. <div id="1" class="content">
  190. <p><h3>Legal</h3>
  191. <BR><b>NAME:</b> Input info
  192. <BR><b>NICKNAMES:</b> Input info
  193. <BR><b>ALIASES:</b> Input info
  194. <BR><b>DATE OF BIRTH:</b> Input info
  195. <BR><b>PLACE OF BIRTH:</b> Input info
  196. <BR><b>CURRENT RESIDENCE:</b> Input info
  197.  
  198. <p><h3>Physical</h3>
  199. <BR><b>ETHNICITY:</b> Input info
  200. <BR><b>HAIR COLOR:</b> Input info
  201. <BR><b>EYE COLOR:</b> Input info
  202. <BR><b>HEIGHT:</b> Input info
  203. <BR><b>WEIGHT:</b> Input info
  204. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  205.  
  206. <p><h3>Personality</h3>
  207. <BR><b>Traits:</b> Input Info
  208. <BR><b>Disorders:</b> Input Info
  209. <BR><b>Addictions:</b> Input Info
  210. <BR><b>Likes:</b> Input Info
  211. <BR><b>Dislikes:</b> Input Info
  212. <BR><b>Quirks:</b> Input Info
  213.  
  214. <p><h3>Education</h3>
  215. <BR><b>High School</b> Input Info
  216. <br><b>College</b> Input Info
  217. <br><b>Major</b> Input Info
  218. <br><b>Degree</b> Input Info
  219.  
  220. <p><h3>Employment</h3>
  221. <BR><b>OCCUPATION:</b> Input info
  222. <BR><b>JOB DESCRIPTION:</b> Input info
  223. <BR><b>EMPLOYER:</b> Input info
  224. <BR><b>SKILLSET:</b> Input info
  225.  
  226. <p><h3>Family</h3>
  227. <BR><b>MOTHER:</b> Input info
  228. <BR><b>FATHER:</b> Input info
  229. <BR><b>SISTER(S):</b> Input info
  230. <BR><b>BROTHER(S):</b> Input info
  231. <BR><b>Other Family:</b> Input info
  232.  
  233. <p><h3>Relationships</h3>
  234. <BR><b>SEXUAL ORIENTATION:</b> Input info
  235. <BR><b>RELATIONSHIP STATUS:</b> Input info
  236. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  237. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  238.  
  239. </div>
  240.  
  241. <div id="2" class="content">
  242. <h3>Title here</h3>
  243. Words
  244. </div>
  245.  
  246. <div id="3" class="content">
  247. <h3>Connections</h3>
  248. <center>
  249. <a href="profile.php?user=Name here" target="_blank"><img src="url image here" height="90" width="90" align="left"></a> - Name here -<br> Description<br><br><br>
  250.  
  251. <a href="profile.php?user=Name here" target="_blank" title="Words"><img src="url image here" height="90" width="90" align="right"></a> -Name Here -<br> Description here<br><br><br>
  252.  
  253. <a href="profile.php?user=Name here" target="_blank"><img src="url image here" height="90" width="90" align="left"></a> - Name here -<br> Description<br><br><br>
  254.  
  255. <a href="profile.php?user=Name here" target="_blank" title="Words"><img src="url image here" height="90" width="90" align="right"></a> -Name Here -<br> Description here<br><br><br>
  256.  
  257. <a href="profile.php?user=Name here" target="_blank"><img src="url image here" height="90" width="90" align="left"></a> - Name here -<br> Description<br><br><br>
  258.  
  259. <a href="profile.php?user=Name here" target="_blank" title="Words"><img src="url image here" height="90" width="90" align="right"></a> -Name Here -<br> Description here<br><br><br>
  260. </center>
  261.  
  262. </div>
  263.  
  264. <div id="4" class="content">
  265. <h3>Out of Character</h3>
  266. </div>
  267.  
  268. <div id="music">
  269. <div id="music1">
  270. <div id="music2">
  271. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  272. <div id="music3">
  273. <Div style="margin-top:4px;">
  274. <audio controls loop style="opacity: 0;"><source src="mpc url here"></audio>
  275. </div>
  276. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement