Advertisement
BappidyBoopidy

Code Llama

Jan 6th, 2017 (edited)
1,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.71 KB | None | 0 0
  1. <style>
  2. /*
  3. ======== !! IMPORTANT !! DO NOT REMOVE ANY PART OF THIS SECTION =========
  4. Author: Elle
  5. For: Llama [RPC Profile]
  6. Text type: CSS/HTML
  7. SOURCE: https://pastebin.com/raw/zRSeEj5y -
  8. */
  9. @import url('https://fonts.googleapis.com/css?family=ABeeZee|Abel|Francois+One|Lobster+Two');
  10.   ::-webkit-scrollbar{width:0.3vw;height:0.3vh;}
  11.   ::-webkit-scrollbar-track{border-radius:0px;background:transparent;}
  12.   ::-webkit-scrollbar-thumb{border-radius:0px;background:transparent;}
  13.   body{
  14.     overflow:hidden;
  15.     background-image:url('https://s-media-cache-ak0.pinimg.com/originals/2d/d3/3b/2dd33b0711d34f487288f571d79ad6cf.jpg');
  16.     background-size:cover;
  17.     background-repeat:no-repeat;
  18.   }
  19.   img{
  20.     user-drag:none;
  21.     user-select:none;
  22.     -ms-user-select:none;
  23.     -moz-user-select:none;
  24.     -webkit-user-select:none;
  25.     -webkit-user-drag:none;
  26.     }
  27.  
  28.   #sheet {
  29.     position: fixed;
  30.     height: 100%;
  31.     width:100%;
  32.     background: rgba(0,0,0,0.3);
  33.     bottom:0%;
  34.     top:0%;
  35.     left:0%;
  36.     right:0%;
  37.     z-index: -1;
  38.   }
  39.  
  40.  #content {
  41.    position: fixed;
  42.    height: 100%;
  43.    width: 80%;
  44.    background: transparent;
  45.    top: 0%;
  46.    bottom: 0%;
  47.    left: 10%;
  48.    z-index: 1;
  49.  }
  50.  
  51.  #imgfab {
  52.    position: absolute;
  53.    height: 40%;
  54.    width:30%;
  55.    background:transparent;
  56.    top:17%;
  57.    left:8%;
  58.  }
  59.  
  60.  #img1 {
  61.    position: absolute;
  62.    height: 100%;
  63.    width: 100%;
  64.    background: transparent;
  65.    top: 27%;
  66.    left: 15%;
  67.    border: 9px inset;
  68.    border-color: rgba(0,0,0,0.5);
  69.    border-radius: 10px;
  70.    opacity: 1;
  71.    transition-duration: 1s;
  72.    z-index: 1;
  73.  }
  74.  
  75.  #imgfab:hover #img1{
  76.    opacity: 0;
  77.    transition-duration: 1s;
  78.  }
  79.  
  80.  #imgfab:hover #img2{
  81.    opacity:1;
  82.    transition-duration:1s;
  83.  }
  84.  
  85.   #img2 {
  86.    position: absolute;
  87.    height: 100%;
  88.    width: 100%;
  89.    background: transparent;
  90.    top: 27%;
  91.    left: 15%;
  92.    border: 9px inset;
  93.    border-color: rgba(0,0,0,0.5);
  94.    border-radius: 10px;
  95.    opacity:0;
  96.    transition-duration:1s;
  97.  }
  98.  
  99.  #box {
  100.    position:absolute;
  101.    height: 60%;
  102.    width: 30%;
  103.    background: linear-gradient(45deg, rgba(188, 188, 188,1) 0%, rgba(183, 182, 181,1) 50%, rgba(142, 142, 142,1) 100%);
  104.    border: 3px solid;
  105.    border-color: rgba(0,0,0,0.5);
  106.    top: 17%;
  107.    left: 44.5%;
  108.    padding: 15px;
  109.    font-family:'ABeeZee';
  110.    font-size: 1.8vh;
  111.    overflow:auto;
  112.    color: #000;
  113.  }
  114.  
  115.  #host {height:100%;width:100%;overflow:hidden;position:relative;}
  116.  
  117.  #one, #two, #three, #four {height:100%;width:100%;overflow:auto;}
  118.  
  119.  .r {float:right}
  120.  
  121.  #navlist {
  122.    position: absolute;
  123.    height: 30%;
  124.    width: 9%;
  125.    background: transparent;
  126.    left: 79%;
  127.    top: 41%;
  128.  }
  129.  
  130.  .nav {
  131.    list-style-type:none;
  132.    margin: 0;
  133.    padding: 0;
  134.    background: transparent;
  135.    height: 100%;
  136.    width: 100%;
  137.  }
  138.  
  139.  a.fam {
  140.    display: block;
  141.    text-transform: uppercase;
  142.    font-family: 'Abel';
  143.    font-size: 1.7vh;
  144.    background: transparent;
  145.    padding-left: 10px;
  146.    background:;
  147.    color: #eee;
  148.    border-left: 5px solid;
  149.    border-color: rgba(255,255,255,0.5);
  150.    transition-duration:1s;
  151.  }
  152.  
  153.  a.fam:hover {
  154.    font-size: 2vh;
  155.    transition-duration:1s;
  156.  }
  157.    
  158.  h1{
  159.    font-family: 'Lobster Two';
  160.    font-size: 2.5vh;
  161.    color: #474747;
  162.    text-decoration: underline;
  163.  }
  164.  
  165.  a{text-decoration: none; color: #000;}
  166.  
  167.  a.credit{
  168.    font-family: 'Francois One';
  169.    color: #eee;
  170.    text-decoration:none;
  171.    transition-duration: 1s;
  172.  }
  173.  
  174.  a.credit:hover {
  175.    color: #964630;
  176.    font-size: 2vh;
  177.    transition-duration: 1s;
  178.  }
  179.  
  180.  b {
  181.    color: #964630;
  182.  }
  183.  
  184. /* PLEASE DON'T REMOVE THE CREDIT :c I worked hard on this, fam */
  185.  
  186. #credit {
  187.   position: fixed;
  188.   height: 2%;
  189.   width: 14%;
  190.   background: rgba(0,0,0,0.3);
  191.   border-left: 5px solid;
  192.   padding: 5px;
  193.   border-color: rgba(255,255,255,0.5);
  194.   font-family: 'Abel';
  195.   font-size: 1.7vh;
  196.   color: #fff;
  197.   bottom: 25%;
  198.   left: 25%;
  199.   z-index: 1;
  200. }
  201.  
  202. </style>
  203. <div id="sheet"></div>
  204. <div id="content">
  205.   <div id="imgfab">
  206.    <div id="img1">
  207.      <img src="http://pm1.narvii.com/5719/227bb9c9b19716b8ab0ea8d06562becdeb4bf6b9_hq.jpg" style="height:100%;width:100%">
  208.    </div>
  209.    <div id="img2">
  210.      <img src="http://adn.i.ntere.st/p/6131040/image" style="height:100%;width:100%">
  211.    </div>
  212.   </div>
  213.   <div id="box">
  214.     <div id="host">
  215.       <div id="one">
  216.         <center><h1>Stats</h1></center>
  217.         <br><br><br><br>
  218.         <b>Name</b> <div class="r">???</div><br>
  219.         <b>Moniker</b> <div class="r">Llama</div><br>
  220.         <b>Gender</b> <div class="r">Non-binary</div><br>
  221.         <b>Sex</b> <div class="r">Female</div><br>
  222.         <b>Pronoun</b> <div class="r">'They' preferebly</div><br>
  223.         <b>Hair</b> <div class="r">Brunette</div><br>
  224.         <b>Eyes</b> <div class="r">Dark Brown</div><br>
  225.         <b>Skill</b> <div class="r">Adept in Swordsmanship</div><br>
  226.         <b>Persona</b> <div class="r">Chill AF</div><br>
  227.         <b>Occupation</b> <div class="r">???</div><br>
  228.         <b>Residence</b> <div class="r">IDFK fam</div><br>
  229.         <b>Marital Status</b> <div class="r">Fuck if I know</div>
  230.       </div>
  231.       <div id="two">
  232.         <center><h1>Biography</h1></center>
  233.         <center><b>Okay, seriously. I don't know what to tell you, mate.</b></center>
  234.      </div>
  235.      <div id="three">
  236.        <center>
  237.        <a target="_blank" href="profile"><img src="image" height="75" width="75" align="left" border="3"></a>
  238.        <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br>
  239.        <a target="_blank" href="profile"><img src="image" height="75" width="75" align="left" border="3"></a>
  240.        <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br>
  241.        <a target="_blank" href="profile"><img src="image" height="75" width="75" align="left" border="3"></a>
  242.        <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br>
  243.        <a target="_blank" href="profile"><img src="image" height="75" width="75" align="left" border="3"></a>
  244.        <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br>
  245.        <a target="_blank" href="profile"><img src="image" height="75" width="75" align="left" border="3"></a>
  246.        <center><b>- Name -</b><br> <i>friend/foe/nuetral</i></center> small note.<br><br>
  247.        <br><br></center>
  248.      </div>
  249.      <div id="four">
  250.        <center><h1>Out of Character</h1></center>
  251.        <br><br><br><br>
  252.         <b>✪</b> If you want a code of your own, send <b>Deum</b> mail on RPC.<br>
  253.        <b>✪</b> What do?<br>
  254.        <b>✪</b> Okay seriously tho, what do?<br>
  255.        <b>✪</b> Do you got any rules for me?<br>
  256.        <b>✪</b> Or do I... Like.. just have to guess?<br>
  257.        <b>✪</b> I'm kinda lost here, bud.<br>
  258.         <b>✪</b> Lemme take a wild guess.<br>
  259.         <b>✪</b> -clears throat-<br>
  260.         <b>✪</b> Quality over quantity just like story over smut.<br>
  261.         <b>✪</b> How about that? Did I do a good? c:<br>
  262.         <b>✪</b> Tell me I did a good :c <br>
  263.         <b>✪</b> Pet me and tell me I'm pretty. c: <br>
  264.      </div>
  265.    </div>
  266.  </div>
  267.  <div id="navlist">
  268.    <ul class="nav">
  269.      <li><a href="#one" class="fam">dossier</a></li>
  270.      <li><a href="#two" class="fam">biography</a></li>
  271.      <li><a href="#three" class="fam">contact</a></li>
  272.      <li><a href="#four" class="fam">Out of char</a></li>
  273.    </ul>
  274.  </div>
  275. </div>
  276. <!-- Fam, honestly, don't remove this. No touchy, pls. :c-->
  277. <div id="credit">
  278.   <center>© <a href="https://www.themonster.xyz/" target="_blank">The Monster</a>
  279.     Send an RPC mail for inquiries~
  280.   </center>
  281. </div>
  282. <script src="https://www.themonster.xyz/profiles/Addons/free.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement