Advertisement
Guest User

Carter

a guest
Oct 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. body {
  2. background-color:#000000;
  3. font-size:100%;
  4. text-align:center;}
  5.  
  6. #content{
  7. background-color:#000000;
  8. border: 4px solid #D32020;
  9. Height: 80%;
  10. Width: 44%;
  11. overflow-y: auto;
  12. Position: fixed;
  13. top: 5%;
  14. left:27.5%;}
  15. #infobox{
  16. background-color:#000000;
  17. border: 4px solid #D32020;
  18. Height: 90%;
  19. Width: 25%;
  20. overflow-y: auto;
  21. Position: fixed;
  22. top: 5%;
  23. left:0%;}
  24. #friends{
  25. background-color:#000000;
  26. border: 4px solid #D32020;
  27. Height: 90%;
  28. Width: 25%;
  29. overflow-y: auto;
  30. Position: fixed;
  31. top: 5%;
  32. right:0%;}
  33. #navi {
  34. z-index: 3;
  35. position: fixed;
  36. left: 32%;
  37. bottom: 5%;
  38. text-align: center;
  39. width: 475px;}
  40. #navi a {
  41. display: inline-block;
  42. width: 18%;
  43. padding: 2px;
  44. font-family: Geneva;
  45. font-size: 12px;
  46. text-align: center;
  47. text-decoration: none;
  48. border-left: 1px solid #6845FF;
  49. border-right: 1px solid #6845FF;
  50. border-top: 4px double #6845FF;
  51. border-bottom: 1px solid #6845FF;
  52. color: #FFFFFF;
  53. letter-spacing: 3px;
  54. text-shadow: 0 0 0.2em #333333;
  55. background-color: #000000;
  56. transition: all 0.4s ease-in-out;
  57. -moz-transition: all 0.4s ease-in-out;
  58. -webkit-transition: all 0.4s ease-in-out;}
  59. #navi a:hover {
  60. color: #000000;
  61. background-color: #000000;
  62. text-shadow: 0 0 0.5em #ffffff;
  63. letter-spacing: 1px;
  64. transition: all 0.4s ease-in-out;
  65. -moz-transition: all 0.4s ease-in-out;
  66. -webkit-transition: all 0.4s ease-in-out;}
  67. #navi a:active {
  68. color: #000000;
  69. background-color: #ffffff;}
  70. <div id="navi">
  71. <a href="#01">Reset</a>
  72. <a href="#02">Bio</a>
  73. <a href="#03">Abilities</a>
  74. <a href="#04">Equipment</a>
  75. <a href="#05">OOC</a>
  76. </div>
  77.  
  78. <div id="content">
  79.  
  80. <a name="01"></a>
  81. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center;">
  82. <img src="https://www.thefashionisto.com/wp-content/uploads/2016/12/Fashionisto-Exclusive-Christopher-Mason-007.jpg"height="545"width="599"></div>
  83.  
  84. <a name="02"></a>
  85. <font color="red">
  86. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  87. yackyackyack</div>
  88.  
  89. <a name="03"></a>
  90. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  91. ramalamadingdong</div>
  92.  
  93. <a name="04"></a>
  94. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  95. blahblahblah</div>
  96.  
  97. <a name="05"></a>
  98. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  99. OOC GOES HERE</div>
  100. </div>
  101.  
  102. <div id="infobox">
  103. <font size="6"><u><b>BASICS</u></b></font size><br>
  104. <img src="https://i.pinimg.com/originals/dc/71/48/dc7148f85650f4563875fc77d2fa7b1e.jpg"height="200"width="200"><br>
  105. NAME: Carter Alexander Kaine<br>
  106. AGE: <br>
  107. GENDER: Male<br>
  108. HEIGHT: 6'8"<br>
  109. BUILD: Muscular<br>
  110. HAIR COLOR: Blonde<br>
  111. EYE COLOR: Hazel<br>
  112. SKIN TONE: Light tan<br>
  113. RESIDENCE: Nomadic<br>
  114. OCCUPATION: Jack of all trades.<br>
  115. ORIENTATION: Straight<br>
  116. RELATIONSHIP: Unbound<br>
  117. STATUS: Wandering<br>
  118. </div>
  119.  
  120. <div id="friends">
  121. <font size="6"><b><u>FRIENDS</b></u></font size><br>
  122. <br>
  123. <b>EARN IT</b><br>
  124. <a href="profileurl"><img src="imgurl"height="100"width="100"></a><br>
  125. Details go here...<br>
  126. <br>
  127. <b>EARN IT</b><br>
  128. <a href="profileurl"><img src="imgurl"height="100"width="100"></a><br>
  129. Details go here...<br>
  130. <br>
  131. <b>EARN IT</b><br>
  132. <a href="profileurl"><img src="imgurl"height="100"width="100"></a><br>
  133. Details go here...<br>
  134. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement