Advertisement
Guest User

yooo

a guest
Jul 23rd, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. [dohtml]
  2. <style>
  3. .dark { background-color: #000; width: 500px; color: #fff; font-family: homenaje; text-transform: uppercase; text-align: right; line-height: 120%; font-size: 16px; letter-spacing: 2px; }
  4. .trest::-webkit-scrollbar { width: 2px; }
  5. .trest::-webkit-scrollbar-thumb { background-color: #000; }
  6. .trest::-webkit-scrollbar-track { background-color: #fff; }
  7. .trest { overflow: auto; height: 270px; padding-right: 5px; }
  8. .apptab { float: left; }
  9. .apptabs {position: relative; height: 50px; width: 120px;}
  10. .apptab label {display: block; width: 120px; height: 50px; padding: 30px; font-family: homenaje; font-size: 11px; text-align: center; text-transform: lowercase; position: absolute; top: 0px; left: -190px;color: #fff; z-index: 8; letter-spacing: 1px;}
  11. .apptab [type=radio] { display: none; }
  12. .appcontent {position: absolute; top: 0px; bottom: 0px; left: -10px; right: 0px; background-color: #fff; width: 260px; height: 270px; padding: 30px; line-height: 110%; font-family: arial; font-size: 9px; color: #000; margin-right: 0px; text-align: justify; text-transform: none; }
  13. [type=radio]:checked ~ label { font-style: italic; z-index: 8; text-transform: uppercase; font-size: 13px; color: #fff;}
  14. [type=radio]:checked ~ label ~ .appcontent {z-index: 9;}
  15.  
  16. </style>
  17.  
  18. <center>
  19. <div class="dark"><div style="padding: 120px 20px 40px 300px;">LAST, FIRST</div></div>
  20. <div class="apptabs">
  21. <div class="apptab">
  22. <input type="radio" id="apptab-1" name="apptab-group-1" checked>
  23. <label for="apptab-1" style="background-color: #a1dbb2;"><br>general</label>
  24. <div class="appcontent"><div class="trest">
  25. <b>FULL NAME:</b>
  26. [LIST]name as registered[/LIST]<br>
  27. <b>DATE OF BIRTH:</b>
  28. [LIST]mm/dd/yyyy[/LIST]<br>
  29. <b>OCCUPATION:</b>
  30. [LIST]---[/LIST]<br>
  31. <b>YEAR/MAJOR:</b>
  32. [LIST]if applicable[/LIST]<br>
  33. <b>MEMBER GROUP:</b>
  34. [LIST]---[/LIST]<br>
  35. <b>ABILITY:</b>
  36. [LIST]something or n/a[/LIST]<br>
  37. <b>PLAY-BY:</b>
  38. [LIST]---[/LIST]<br><br>
  39.  
  40. <b>ALIAS:</b>
  41. [LIST]---[/LIST]<br>
  42. <b>TIMEZONE:</b>
  43. [LIST]---[/LIST]<br>
  44. <b>CONTACT INFO:</b>
  45. [LIST]---[/LIST]<br>
  46.  
  47. </div></div></div>
  48.  
  49. <div class="apptab">
  50. <input type="radio" id="apptab-2" name="apptab-group-1">
  51. <label for="apptab-2" style="background-color: #faca66; margin-top: 110px;"><br>abilities</label>
  52. <div class="appcontent"><div class="trest">
  53. two or more paragraphs describing your character's ability should go here. this should include any strengths and weaknesses, as well as how extensive their knowledge of the ability they possess is (e.g. did they just discover it? have they known for a while? how well can they control/employ it?). also, where do you think your character will reach in the future concerning their particular ability?<p>
  54. disregard this section completely should your character not be gifted.</div></div></div>
  55.  
  56. <div class="apptab">
  57. <input type="radio" id="apptab-3" name="apptab-group-1">
  58. <label for="apptab-3" style="background-color: #f45d4c; margin-top: 220px;"><br>biography</label>
  59. <div class="appcontent"><div class="trest">
  60. freestyle here, make sure that it's an accurate representation of your character! or you can do the more traditional approach too (eg. personality & history)!</div></div></div>
  61.  
  62. </div>
  63. <div style="background-image:url(http://placehold.it/500x120); width: 500px; height: 120px; margin-top: 270px;"></div>
  64. </center>
  65. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement