thisisnotras

Miraprof.

Mar 28th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor{display: none;}
  4. #profile{background: transparent; border: 0px;}
  5.  
  6. body{background: white;
  7. overflow: hidden;}
  8.  
  9. ::-webkit-scrollbar {
  10. width: 4px;
  11. background-color: #BA4042;
  12. }
  13.  
  14. ::-webkit-scrollbar-thumb {
  15. border-radius: 0px;
  16. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  17. background-color: #3B312F;
  18. }
  19.  
  20.  
  21.  
  22. @font-face{
  23. font-family: 'headerfont';
  24. src:url(https://dl.dropboxusercontent.com/u/4556289/fabula.ttf);
  25. }
  26.  
  27. @font-face{
  28. font-family: 'bodyfont';
  29. src:url(https://dl.dropboxusercontent.com/u/4556289/TreeFTR.ttf);
  30. }
  31.  
  32. @font-face{
  33. font-family: 'statfont'; src:url(https://dl.dropboxusercontent.com/u/4556289/teamaaw.ttf);
  34. }
  35.  
  36. #whole{
  37. position: fixed;
  38. top: 0px;
  39. left: 0px;
  40. right: 0px;
  41. bottom: 0px;
  42. }
  43.  
  44. #characterimage{
  45. position: absolute;
  46. top: 0px;
  47. left: 0px;
  48. right: 0px;
  49. bottom: 0px;
  50. background-image:url(http://i.imgur.com/Rp1JnEl.png);
  51. background-repeat: no-repeat;
  52. background-size: auto 100%;
  53. background-position: top right;
  54. }
  55.  
  56. #divholder{
  57. position: absolute;
  58. top: 0px;
  59. bottom: 0px;
  60. margin: auto;
  61. left: 0px;
  62. right: 200px;
  63. height: 300px;
  64. width: 300px;
  65. border: 2px solid #282127;
  66.  
  67. }
  68.  
  69. #divbackground{
  70. position: absolute;
  71. top: -5px;
  72. left: -5px;
  73. right: -5px;
  74. bottom: -5px;
  75. background-color: #AB1618;
  76. opacity: .7;
  77. }
  78.  
  79. #namediv{
  80. position: absolute;
  81. top: 1px;
  82. left: 0px;
  83. right: 0px;
  84. height: 30px;
  85. text-align: center;
  86. letter-spacing: 4px;
  87. font-family: 'headerfont';
  88. font-size: 16pt;
  89. color: black;
  90. overflow: hidden;
  91. font-weight: 400;
  92. border-bottom: 2px solid #90181B;
  93. text-shadow: 1px 1px 4px black;
  94. }
  95.  
  96. #linksection{
  97. position: absolute;
  98. top: 33px;
  99. left: 0px;
  100. right: 0px;
  101. height: 25px;
  102. border: 0px solid black;
  103. text-align: center;
  104. border-bottom: 2px solid #90181B;
  105. }
  106. .divlinks{
  107. float: left;
  108. width: 100px;
  109. height: 100%;
  110. text-align: center;
  111. text-decoration: none;
  112. color: black;
  113. overflow: hidden;
  114. font-family: Arial ;
  115. font-size: 10pt;
  116. font-weight: 600;
  117. letter-spacing: 3px;
  118. text-transform: lowercase;
  119. text-shadow: 0px 0px 1px;
  120. padding-top: 5px;
  121. transition: all 1s;
  122. -webkit-transition: all 1s;
  123. opacity: .9;
  124. border-right: 2px solid transparent;
  125. border-left: 2px solid transparent;
  126. box-sizing: border-box;
  127. background-color: transparent;
  128. }
  129.  
  130. .divlinks:hover{
  131. border-right: 2px solid #90181B;
  132. border-left: 2px solid #90181B;
  133. transition: all 1s;
  134. -webkit-transition: all 1s;
  135. background-color: #90181B;
  136. color: black;
  137. }
  138.  
  139. #contentarea{
  140. position: absolute;
  141. top: 60px;
  142. left: 0px;
  143. right: 0px;
  144. height: 215px;
  145. border-bottom: 2px solid #90181B;
  146. }
  147.  
  148. .divsection, .divauto{
  149. position: absolute;
  150. top: 0px;
  151. left: 0px;
  152. right: 0px;
  153. bottom: 0px;
  154. z-index: 0;
  155. color: #4C1A1B;
  156. font-family: 'bodyfont';
  157. text-align: justify;
  158. box-sizing: border-box;
  159. font-size: 14pt;
  160. font-weight: 600;
  161. opacity: 0;
  162. padding-left: 10px;
  163. padding-top: 5px;
  164. letter-spacing: -1px;
  165. overflow: auto;
  166. padding-right: 5px;
  167. line-height: 22px;
  168. background-color: #C45C5D;
  169. -webkit-transition: all 1s;
  170. transition: all 1s;
  171. }
  172.  
  173. .divauto{
  174. opacity: 1;
  175. z-index: 1;
  176. }
  177.  
  178. .divsection:target{
  179. z-index: 2;
  180. opacity: 1;
  181. -webkit-transition: all 1s;
  182. transition: all 1s;
  183. }
  184.  
  185. .divsection:nth-child(2){
  186. padding-top: 1px;}
  187.  
  188. .divsection table{
  189. font-size: 16pt;
  190. font-family: 'statfont', Arial;
  191. font-weight: 600;
  192. color: #4C1A1B;
  193. line-height: 15px;
  194. }
  195.  
  196. .divsection a{
  197. text-decoration: none;
  198. color: black;
  199. }
  200.  
  201. .divsection a:hover{
  202. text-decoration: underline;
  203. }
  204.  
  205. .divsection td:nth-child(1){
  206. text-align: left;
  207. }
  208.  
  209. .divsection:nth-child(2) td:nth-child(2){
  210. text-align: right;
  211. }
  212.  
  213. #FAdiv{
  214. position: absolute;
  215. left: 0px;
  216. right: 0px;
  217. bottom: 0px;
  218. font-family: Arial;
  219. font-weight: 600;
  220. text-shadow: 0px 0px 0px black;
  221. text-align: center;
  222. letter-spacing: -1px;
  223. font-size: 9pt;
  224. color: black;
  225. height: 23px;
  226. text-decoration: none;
  227. transition: all 1s;
  228. -webkit-transition: all 1s;
  229. background-color: transparent;
  230. opacity: .8;
  231. box-sizing: border-box;
  232. padding-top: 4px;
  233. overflow: hidden;
  234. }
  235.  
  236. #FAdiv:hover{
  237. background-color: #90181B;
  238. }
  239.  
  240. </style>
  241.  
  242. <div id="whole">
  243. <div id="characterimage">
  244. </div>
  245.  
  246. <div id="divholder">
  247. <div id="divbackground">
  248. </div>
  249. <div id="namediv">
  250. Mirabella Alessa Reisen
  251. </div>
  252.  
  253. <div id="linksection">
  254. <a class="divlinks" href="#linkone">
  255. intro
  256. </a>
  257. <a class="divlinks" href="#linktwo">
  258. stats
  259. </a>
  260. <a class="divlinks" href="#linkthree">
  261. ooc
  262. </a>
  263. </div>
  264.  
  265. <div id="contentarea">
  266. <div id="linkone" class="divauto">
  267. ONE. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  268. </div>
  269.  
  270. <div class="divsection" id="linktwo">
  271.  
  272. <table style="width: 100%;">
  273. <tr>
  274. <td>Age</td>
  275. <td>Twenty-Three</td>
  276. </tr>
  277.  
  278. <tr>
  279. <td>Sex</td>
  280. <td>Female</td>
  281. </tr>
  282.  
  283. <tr>
  284. <td>Marital Status</td>
  285. <td><a href="http://roleplay.chat/profile.php?user=repteil" target=_blank>Snek</a></td>
  286. </tr>
  287.  
  288. <tr>
  289. <td>Species</td>
  290. <td>Egyptian Mau</td>
  291. </tr>
  292.  
  293. <tr>
  294. <td>Nationality</td>
  295. <td>Australian</td>
  296. </tr>
  297.  
  298. <tr>
  299. <td>Eye Color</td>
  300. <td>Teal</td>
  301. </tr>
  302.  
  303. <tr>
  304. <td>Hair Color</td>
  305. <td>Red</td>
  306. </tr>
  307.  
  308. <tr>
  309. <td>Profession</td>
  310. <td>Sorceress, Fateweaver</td>
  311. </tr>
  312.  
  313. <tr>
  314. <td>Personality</td>
  315. <td> Loving, uptight, shy, needy</td>
  316. </tr>
  317.  
  318. <tr>
  319. <td>Likes</td>
  320. <td>Sweets, Tea, Magic, Drawing,
  321. <a href="http://roleplay.chat/profile.php?user=repteil" target=_blank>Teil</a></td>
  322. </tr>
  323.  
  324. <tr>
  325. <td>Siblings</td>
  326. <td>
  327. <a href="http://roleplay.chat/profile.php?user=mae" target=_blank>Mae</a>,
  328. <a href="http://roleplay.chat/profile.php?user=akuma" target=_blank>Akuma</a>,
  329. <a href="http://roleplay.chat/profile.php?user=sukio" target=_blank>Sukio</a></td>
  330. </tr>
  331.  
  332. <tr>
  333. <td>Living</td>
  334. <td>In a run down apartment</td>
  335. </tr>
  336.  
  337.  
  338. </table>
  339.  
  340. </div>
  341. <div class="divsection" id="linkthree">
  342.  
  343. THREE. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  344.  
  345. </div>
  346. </div>
  347. <a id="FAdiv" href="http://furaffinity.net/user/fhirefly" target=_blank>
  348. All art belongs to/was drawn by me! Click here to see my work!
  349. </a>
  350. </div>
  351.  
  352. </div>
Advertisement
Add Comment
Please, Sign In to add comment