Advertisement
rpcrandom

haley

Oct 17th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Indie+Flower|Architects+Daughter|Gloria+Hallelujah|Gochi+Hand|Give+You+Glory|Over+the+Rainbow);
  3.  
  4. .pfor {display: none; background-color: transparent;}
  5. body{background: #FFFFFF url(''); background-size:100%;}
  6. #profile {border: 0px; background-color: transparent;}
  7.  
  8.  
  9. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  10.  
  11. ::-webkit-scrollbar-thumb {background-color: transparent; border-right: 4px transparent solid; border-top: 10px transparent solid; border-bottom: 10px transparent solid; box-shadow: inset #FE6B7E 0px 0px 3px 0px;}
  12.  
  13. ::-webkit-scrollbar {width: 8px; background-color: transparent;}
  14.  
  15. #main_frame{position: fixed; margin: auto; top: 20px; right: 0px; left: 12%; height: 600px; width: 900px; text-align: left;}
  16.  
  17. #frame{
  18. position: absolute;
  19. margin-left: 10px;
  20. width: 300px; height: 500px;
  21. background: #FFFFFF;
  22. text-align: left;
  23. }
  24.  
  25. #left_slide{
  26. position: absolute;
  27. margin-top: 40px;
  28. margin-left: -40px;
  29. width: 250px;
  30. height: 340px;
  31. padding-top: 10px;
  32. padding-bottom: 10px;
  33. text-align: center;
  34. font-size: 14px;
  35. line-height: 11px;
  36. letter-spacing: 1px;
  37. color: #000000;
  38. font-family: 'Give You Glory', cursive;
  39. background: ;
  40. border-radius: 3px;
  41. border: #feb042 0px solid;
  42. opacity: 0;
  43. -webkit-transition: 0.5s;
  44. -moz-transition: 0.5s;
  45. -o-transition: 0.5s;
  46. transition: 0.5s;
  47. }
  48.  
  49. #left_slide p{
  50. text-align: justify;
  51. margin-top: 0px;
  52. line-height: 8px;
  53.  
  54. }
  55.  
  56. body:hover #left_slide{
  57. margin-left: -280px;
  58. opacity: 1;
  59. }
  60.  
  61. #right_slide{
  62. position: absolute;
  63. margin-top: 40px;
  64. margin-left: 90px;
  65. width: 250px;
  66. height: 340px;
  67. padding-top: 10px;
  68. padding-bottom: 10px;
  69. text-align: center;
  70. font-size: 14px;
  71. color: #000000;
  72. line-height: 10px;
  73. letter-spacing: 1px;
  74. font-family: 'Give You Glory', cursive;
  75.  
  76. background: ;
  77. border-radius: 3px;
  78. border: #feb042 0px solid;
  79. opacity: 0;
  80. -webkit-transition: 0.5s;
  81. -moz-transition: 0.5s;
  82. -o-transition: 0.5s;
  83. transition: 0.5s;
  84. }
  85.  
  86. b{
  87. font-family: 'Give You Glory', cursive;
  88. font-size: 13px;
  89. letter-spacing: 0px;
  90. color: #000000;
  91. }
  92.  
  93. body:hover #right_slide{
  94. margin-left: 740px;
  95. opacity: 1;
  96. }
  97.  
  98. #bottom_slide{
  99. position: absolute;
  100. margin-top: 40px;
  101. margin-left: -20px;
  102. width: 750px;
  103. height: 180px;
  104. padding-top: 10px;
  105. padding-bottom: 10px;
  106. text-align: center;
  107. font-size: 14px;
  108. line-height: 11px;
  109. letter-spacing: 1px;
  110. color: #000000;
  111. font-family: 'Give You Glory', cursive;
  112. background: ;
  113. border-radius: 3px;
  114. border: #feb042 0px solid;
  115. opacity: 0;
  116. -webkit-transition: 0.5s;
  117. -moz-transition: 0.5s;
  118. -o-transition: 0.5s;
  119. transition: 0.5s;
  120. }
  121.  
  122. body:hover #bottom_slide{
  123. margin-top: 430px;
  124. opacity: 1;
  125. }
  126.  
  127. #top{
  128. position: absolute;
  129. width: 700px;
  130. height: 400px;
  131. text-align: left;
  132. background: transparent;
  133. }
  134.  
  135. #top img{
  136. position: absolute;
  137. width: 700px;
  138. height: 400px;
  139. border-radius: 3px;
  140. }
  141.  
  142. .name{
  143. position: absolute;
  144. margin-top: -34px;
  145. width: 200px;
  146. height: 48px;
  147. text-align: left;
  148. font-size: 40px;
  149. line-height: 40px;
  150. font-family: Crafty Girls;
  151. color: #000000;
  152. text-shadow: #FE6B7E 0px 0px 5px, #FE6B7E 0px 0px 5px;
  153. }
  154.  
  155. .buttons{
  156. position: absolute;
  157. margin-top: 470px;
  158. margin-left: 10px;
  159. width: 300px;
  160. height: 30px;
  161. color: #000000;
  162. text-shadow: #00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px;
  163. text-align: center;
  164. font-size: 16px;
  165. line-height: 30px;
  166. font-family: Crafty Girls;
  167. font-weight: bold;
  168. background: #82787A;
  169. border: #feb042 7px solid;
  170. opacity: 0;
  171. -webkit-transition: 0.5s;
  172. -moz-transition: 0.5s;
  173. -o-transition: 0.5s;
  174. transition: 0.5s;
  175. }
  176.  
  177. .buttons a{
  178. text-decoration: none;
  179. color: #000000;
  180. text-shadow: #00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px,#00C5DB 0px 0px 3px, #00C5DB 0px 0px 3px;
  181. }
  182.  
  183. body:hover .buttons{
  184. opacity: 1;
  185. margin-top: 500px;
  186. }
  187.  
  188.  
  189. h1{
  190. display: block;
  191. margin-top: 0px;
  192. height: 18px;
  193. width: 250px;
  194. padding-bottom: 3px;
  195. padding-left: 5px;
  196. font-size: 22px;
  197. line-height: 22px;
  198. letter-spacing: 2px;
  199. font-family: 'Give You Glory', cursive;
  200. color: #000000;
  201. text-shadow: #feb042 0px 0px 2px, #feb042 0px 0px 2px, #feb042 0px 0px 2px, #feb042 0px 0px 2px, #feb042 0px 0px 2px;
  202. border-bottom: #FE6B7E dotted 0px;
  203. }
  204.  
  205. .exit{
  206. float: left;
  207. width: 480px;
  208. height: 10px;
  209. text-align: center;
  210. }
  211.  
  212. .exit a{
  213. text-decoration: none;
  214. font-size: 12px;
  215. font-family: Handlee;
  216. color: #FE6B7E;
  217. }
  218.  
  219. #right_slide a{
  220. text-decoration: underline;
  221. color: #000000;
  222. }
  223.  
  224. .column-left{ float: left; width: 33%; }
  225. .column-right{ float: right; width: 33%; }
  226. .column-center{ display: inline-block; width: 33%; }
  227.  
  228.  
  229. </style>
  230. <div id="whole" oncontextmenu="return false;">
  231.  
  232.  
  233. <div id="main_frame">
  234. <div id="frame">
  235.  
  236. <div id="bottom_slide">
  237.  
  238. <div class="column-center">
  239.  
  240. <i>Words!</i>
  241.  
  242. </div>
  243. <div class="column-left">
  244.  
  245. <i>More words!</i>
  246.  
  247. </div>
  248. <div class="column-right">
  249. <i>Even more words!</i>
  250.  
  251. </div>
  252.  
  253.  
  254.  
  255. </div>
  256.  
  257. <div id="left_slide">
  258.  
  259. <br>
  260. Name<br>
  261. <b>Haley</b><br><br>
  262. Age<br>
  263. <b>Nineteen</b><br><br>
  264. Sex<br>
  265. <b>Male (Androgynous)</b><br><br>
  266. Species<br>
  267. <b>Feline</b><br><br>
  268. Orientation<br>
  269. <b>Pansexual</b><br><br>
  270. Height<br>
  271. <b>4' 9"</b><br><br>
  272. Weight<br>
  273. <b>Eighty-nine pounds</b><br><br>
  274. Build<br>
  275. <b>Lithe</b><br><br>
  276. Status<br>
  277. <b>Single</b>
  278.  
  279.  
  280.  
  281. </div>
  282.  
  283. <div id="right_slide">
  284.  
  285. <b>OOC</b><br>
  286.  
  287. <b>•</b> <i>I'm very friendly and very approachable, I won't ever ignore you no matter who you are, if I don't answer I'm afk! </i><br><br>
  288.  
  289. <b>•</b> <i>Sometimes I might disappear due to real life issues, if I do, I will do my best to let you know before hand.</i><br><br>
  290.  
  291. <b>•</b> <i>Please, try and be respectful because I always try to be, something I'll not tolerate is disrespect towards my person.</i> <br><br>
  292.  
  293. <b>•</b> <i>I will generally be in character, if you need to ask me something OOC let me know with brackets and such.</i> <br><br>
  294.  
  295. </div>
  296.  
  297. <div id="top">
  298. <img src="http://i.imgbox.com/JaqT00wm.png">
  299. </div>
  300.  
  301.  
  302. </div>
  303. </div>
  304. </div></div></center></div></center></div></center></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement