Advertisement
TripDering

sennasen

Dec 6th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.46 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Poiret+One|Niconne&display=swap');
  3.  
  4. body{
  5.  font-family: 'Poiret One', cursive;
  6.  font-size: 30px;
  7.  background-image: radial-gradient(circle, black, black, #0211DE, #900BBD, #01A046, black);
  8. }
  9.  
  10. a:link{
  11.  text-decoration: none;
  12.  color: #01A046;
  13. }
  14.  
  15. a:visited{
  16.  text-decoration: none;
  17.  color: #01A046;
  18. }
  19.  
  20. a:hover{
  21.  text-decoration: underline;
  22.  color: #01A046;
  23. }
  24.  
  25. a:active{
  26.  text-decoration: underline;
  27.  color: #00C820;
  28. }
  29.  
  30.  
  31.  
  32. .coder{
  33.  font-family:Niconne;
  34.  background:rgba(255,255,255,0.3);
  35.  border:1px solid black;
  36.  border-radius:5px 5px;
  37.  position:absolute;
  38.  top:100%;
  39.  right:10px;
  40.  margin-top: -30px;
  41.  font-size: 15px
  42. }
  43.  
  44. .coder a:link, a:visited{text-decoration:none; color:#00FF00;}
  45. .coder a:hover, a:active{text-decoration:underline; color:#00FF00;}
  46.  
  47. #holder{
  48.  position: absolute;
  49.  top: 5%;
  50.  left: 0%;
  51.  height: 95%;
  52.  width: 100%
  53. }
  54.  
  55. #left{
  56.  position: absolute;
  57.  width: 500px;
  58.  left: 30%;
  59.  margin-left: -250px;
  60.  height: 600px;
  61.  top: 50%;
  62.  margin-top: -300px;
  63. }
  64.  
  65. #container{
  66.  position:absolute;
  67.  left: 0%;
  68.  top: 0%;
  69.  background-color: rgba(20,20,20,0.8);
  70.  border-top: 5px solid #7C5770;
  71.  border-right: 5px solid #7C5770;
  72.  border-left: 5px solid #7C5770;
  73.  height: 500px;
  74.  width: 490px;
  75.  overflow-y: hidden;
  76. }
  77.  
  78. .inner{
  79.  height: 500px;
  80.  width: 490px;
  81.  box-sizing: border-box;
  82.  padding: 20px;
  83. }
  84.  
  85. #nav{
  86.  position: absolute;
  87.  top: 500px;
  88.  left: 0%;
  89.  height: 90px;
  90.  width: 490px;
  91.  border: 5px solid #7C5770;
  92.  background-color: rgba(20,20,20,0.8);
  93. }
  94.  
  95. .navtd{
  96.  font-size: 30px;
  97.  width: 163px;
  98.  height: 90px;
  99.  text-align: center;
  100.  vertical-align: middle;
  101. }
  102.  
  103. #right{
  104.  position: absolute;
  105.  width: 500px;
  106.  left: 70%;
  107.  margin-left: -250px;
  108.  height: 600px;
  109.  top: 50%;
  110.  margin-top: -300px;
  111. }
  112.  
  113. #img1{
  114.  height: 590px;
  115.  border: 5px solid #7C5770;
  116. }
  117.  
  118. h1{
  119. font-size: 45px;
  120. color: #AE1AF2;
  121. }
  122.  
  123. b{
  124.  position: absolute;
  125.  left: 10%;
  126.  color: #00B40A;
  127. }
  128.  
  129. i{
  130.  position: absolute;
  131.  right: 10%;
  132.  color: #0080C3;
  133. }
  134.  
  135. p{
  136.  color: #0080C3;
  137. }
  138.  
  139. </style>
  140. <div id="holder">
  141.  <div id="left">
  142.   <div id="container">
  143.    <div class="inner" id="1">
  144.     <center>
  145.      <h1>Name Goes Here</h1>
  146.      <hr color="#018019" width="90%">
  147.      <b>Stat:</b><i>Data</i><br>
  148.      <b>Stat:</b><i>Data</i><br>
  149.      <b>Stat:</b><i>Data</i><br>
  150.      <b>Stat:</b><i>Data</i><br>
  151.      <b>Stat:</b><i>Data</i><br>
  152.      <b>Stat:</b><i>Data</i><br>
  153.     </center>
  154.    </div>
  155.    <div class="inner" id="2">
  156.     <center>
  157.      <h1>Story Goes Here</h1>
  158.      <hr color="#018019" width="90%">
  159.       <p>
  160.        Lorem Ipsum et cetera et cetera...
  161.       </p>
  162.     </center>
  163.    </div>
  164.    <div class="inner" id="3">
  165.     <center>
  166.      <h1>OOC Goes Here</h1>
  167.      <hr color="#018019" width="90%">
  168.       <p>
  169.        Lorem Ipsum et cetera et cetera...
  170.       </p>
  171.     </center>
  172.    </div>
  173.   </div>
  174.    <div id="nav">
  175.     <table><tr>
  176.      <td class="navtd"><a href="#1" tabindex="-1">Stats</a></td>
  177.      <td class="navtd"><a href="#2" tabindex="-1">Story</a></td>
  178.      <td class="navtd"><a href="#3" tabindex="-1">OOC</a></td>
  179.     </tr></table>
  180.    </div>
  181.  </div>
  182.  <div id="right">
  183.   <center>
  184.    <img id="img1" src="https://i.pinimg.com/originals/ee/8c/e8/ee8ce8e3e90856d889ddc0bfd82bc9e6.jpg">
  185.   </center>
  186.  </div>
  187. </div>
  188. <span class="coder">✯ Profile ©2019 <a target="_blank" href="http://roleplay.chat/profile.php?user=Hero+of+Stars" title="Ask how to get one!">Trip Dering</a>. ✯</span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement