Advertisement
BappidyBoopidy

Code Shark

Dec 30th, 2016 (edited)
702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.76 KB | None | 0 0
  1. <style>
  2. /*
  3. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  4.  
  5. Author: Elle
  6. For: Abandoned;
  7. Text type: CSS/HTML
  8. */
  9. @import url('https://fonts.googleapis.com/css?family=Eater|Freckle+Face|Metal+Mania|Rye|Special+Elite|Trade+Winds');
  10.  
  11.  ::-webkit-scrollbar {width: 0.3vw; height: 0.3vw;}
  12.  ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent;}
  13.  ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: transparent;}
  14.  
  15.   *{
  16.   box-sizing: border-box;
  17. }
  18. body{
  19.   background-color: #444;
  20.   background-image: url('http://i.imgur.com/VYqb4KU.jpg');
  21.   background-size:cover;
  22.   overflow:hidden;
  23. }
  24.  
  25. img {
  26. user-drag: none;
  27. user-select: none;
  28. -moz-user-select: none;
  29. -webkit-user-drag: none;
  30. -webkit-user-select: none;
  31. -ms-user-select: none;
  32. }
  33.  
  34. .r{float:right;}
  35.  
  36. .nav-container{
  37.   position:absolute;
  38.   top: 5%;
  39.   width:13%;
  40.   margin-top:10px;
  41.   box-shadow: 0 2px 2px 2px black;
  42.   transition-duration: 0.3s;
  43.   background: transparent;
  44.   z-index: 100;
  45. }
  46.  
  47. a.nav {
  48.  border-top: 1px solid rgba(255,255,255,0.1);
  49.  border-bottom: 1px solid black;
  50.  text-decoration:none;
  51.  display:block;
  52.  width:100%;
  53.  line-height:50px;
  54.  color:#792424;
  55.  text-transform: uppercase;
  56.  font-family: avanti serif regular;
  57.  font-weight: bold;
  58.  padding-left: 25%;
  59.  border-left:5px solid transparent;
  60.  letter-spacing:1px;
  61.  border-radius: 10px;
  62. }
  63.  
  64. a.nav:hover{
  65.   color: #eee;
  66.  border-left: 5px solid #FCFCFC;
  67.  background-color: #1B1B1B;
  68. }
  69.  
  70. #shark {
  71.   height:100%;
  72.   width:25%;
  73.   left: 10%;
  74.   position: absolute;
  75.   animation: shark 2.5s;
  76.   animation-iteration-count: infinite;
  77.   animation-direction: alternate;
  78.   z-index:-1;
  79. }
  80.  
  81. @keyframes shark{
  82.   from{opacity:1;top:-2%;}
  83.   to{opacity:0.7;top:0%;}
  84. }
  85.  
  86. #content {
  87.   position: absolute;
  88.   height: 80%;
  89.   width: 50%;
  90.   background: transparent;
  91.   top: 16%;
  92.   left: 45%;
  93.   overflow:hidden;
  94. }
  95.  
  96. #sheet {
  97.   position: absolute;
  98.   z-index: -1;
  99.   left: 0%;
  100.   top:0%;
  101.   bottom:0%;
  102.   right:0%;
  103.   background: black;
  104.   opacity:0.8;
  105. }
  106.  
  107. #one, #two, #three, #four, #five {
  108.   min-height: 100%;
  109.   width: 100%;
  110.   background: transparent;
  111.   top: 0%;
  112.   left: 0%;
  113.   opacity: 1;
  114. }
  115.  
  116.  #host{
  117.     min-height:100%;
  118.     width:100%;
  119.     overflow:hidden;
  120.   }
  121.  
  122. .top {
  123.   height: 13.5%;
  124.   width: 87%;
  125.   border-top: 1px solid rgba(255,255,255,0.1);
  126.   border-bottom: 1px solid black;
  127.   text-decoration:none
  128.   border-left: 1px solid black;
  129.   background: url('http://i.imgur.com/yE6vfo4.jpg');
  130.   background-size:cover;
  131.   top: 16%;
  132.   border-radius: 10px;
  133.   opacity: 1;
  134.   padding: 10px;
  135.   font-size: 5vh;
  136.   font-family: Trade Winds;
  137.   color: #eee;
  138. }
  139.  
  140. .information {
  141.   height: 74%;
  142.   width: 87%;
  143.   border-top: 3px solid rgba(255,255,255,0.1);
  144.   border-bottom: 3px solid black;
  145.   text-decoration:none;
  146.   background: #1B1B1B;
  147.   border-radius: 10px;
  148.   top: 28%;
  149.   opacity: 1;
  150.   font-family: Special Elite;
  151.   font-size: 3vh;
  152.   color: #eee;
  153.   padding: 30px;
  154.   overflow: auto;
  155.   z-index: 1;
  156.   line-height: 95%
  157. }
  158.  
  159. a {
  160.   text-decoration: none;
  161.   color: #fff;
  162. }
  163.  
  164. a:hover {
  165.   color: #0c4299;
  166. }
  167.  
  168. b {
  169.   font-family: 'Rye';
  170.   font-size: 2.8vh;
  171.   color: #662117;
  172. }
  173.  
  174. i {
  175.   color: #ad4737;
  176. }
  177.  
  178. </style>
  179. <div id="sheet"></div>
  180. <div id="shark">
  181.   <img src="http://i.imgur.com/krwVrdj.png" style="height:100%" draggable="false">
  182. </div>
  183. <div class="nav-container">
  184. <a href="#one" class="nav">Stats</a>
  185. <a href="#two" class="nav">Bio</a>
  186. <a href="#three" class="nav">Friends</a>
  187. <a href="#four" class="nav">OOC</a>
  188. <a href="https://www.themonster.xyz/" class="nav" title="&copy; The Monster">coder</a>
  189. </div>
  190. <div id="content">
  191.   <div id="host">
  192.     <div id="one">
  193.       <div class="top"><center>Statistics</center></div>
  194.       <br>
  195.       <div class="information">
  196.       <b>Name</b> <div class="r">Abagail Leicester</div><br><br>
  197.       <b>Moniker</b> <div class="r">Abby</div><br><br>
  198.       <b>Age</b> <div class="r">i dunno fam</div><br><br>
  199.       <b>Family</b> <div class="r">Shark</div><br><br>
  200.       <b>Species</b> <div class="r">Great White</div><br><br>
  201.       <b>Hair</b> <div class="r">Black</div><br><br>
  202.       <b>Eyes</b> <div class="r">Blue</div><br><br>
  203.       <b>Gender</b> <div class="r">Femme AF</div><br><br>
  204.       <b>Orientation</b> <div class="r">fuck if I know</div><br><br>
  205.       </div>
  206.     </div>
  207.     <br>
  208.     <div id="two">
  209.       <div class="top"><center>Biography</center></div>
  210.       <br>
  211.       <div class="information">
  212.         <center>Work In Progress
  213.         <br><br>
  214.         I honestly don't know what to tell you, mate.
  215.        <br>
  216.        <b>bold</b> <i>italics</i> <s>strikethrough</s> <a href="">link</a>
  217.        </center>
  218.      </div>
  219.    </div>
  220.    <br>
  221.    <div id="three">
  222.      <div class="top"><center>Friends</center></div>
  223.      <br>
  224.      <div class="information">
  225.      <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  226.      <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  227.      <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  228.      <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  229.      <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  230.      <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  231.      <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  232.      <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  233.      <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  234.      <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  235.      <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  236.      <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  237.      </div>
  238.    </div>
  239.    <br>
  240.    <div id="four">
  241.      <div class="top"><center>Out of Character</center></div>
  242.      <br>
  243.      <div class="information">
  244.        <font color="#8c8c8c">⚓</font> If you want a code of your own, send <b>Deum</b> mail on RPC.<br>
  245.        <font color="#8c8c8c">⚓</font> In-room approach is your best bet.<br>
  246.        <font color="#8c8c8c">⚓</font> PM Friendly.<br>
  247.        <font color="#8c8c8c">⚓</font> Smut is earned.<br>
  248.        <font color="#8c8c8c">⚓</font> What I do IC does not reflect on me OOC.<br>
  249.        <font color="#8c8c8c">⚓</font> More here idk fam
  250.      </div>
  251.    </div>
  252.    <br>
  253.  </div>
  254. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement