BappidyBoopidy

Code Mema Quad

Feb 22nd, 2017 (edited)
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.04 KB | None | 0 0
  1. <style>
  2. /*
  3. ======== !! IMPORTANT !! DO NOT REMOVE ANY PART OF THIS SECTION =========
  4.  
  5. Author: Elle
  6. For: ??? [RPC Profile]
  7. Text type: CSS/HTML
  8. SOURCE: https://pastebin.com/raw/rLhJUrZK -
  9.  
  10. */
  11.   @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Great+Vibes|Pacifico|Satisfy|Dancing+Script');
  12.    
  13.   /* Amatic SC = information ; Great Vibes = quotes ; Pacifico = h1? ; Satisy = links probs */
  14.  
  15.  ::-webkit-scrollbar{width:0.3vh;height:0.3vh;}
  16.  ::-webkit-scrollbar-thumb{border-radius:0;background:#000;}
  17.  ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  18.  
  19.  body {
  20.    background-image: url('http://cdn.mysitemyway.com/etc-mysitemyway/webtreats/assets/posts/1195/full/baby-pink-pastel-tileable-patterns-16.jpg');
  21.    background-size: 35%;
  22.  }
  23.  
  24.  #sheet {
  25.    position: absolute;
  26.    height: 100%;
  27.    width: 100%;
  28.    background: rgba(0,0,0,0.15);
  29.    top: 0%;
  30.    left: 0%;
  31.    z-index: -1;
  32.  }
  33.  
  34.   #center {
  35.    position: fixed;
  36.    height: 90%;
  37.    width: 100%;
  38.    left: 0%;
  39.    top: 5%;
  40.    background: transparent;
  41.  }
  42.  
  43.   #img {
  44.    position: absolute;
  45.    height: 100%;
  46.    width: 15%;
  47.    top: 0%;
  48.    right: 45%;
  49.    transition-duration: 1.5s;
  50.    background: transparent;
  51.    z-index: -1;
  52.  }
  53.  
  54.  #quote1 {
  55.    position: absolute;
  56.    height: 70%;
  57.    width: 30%;
  58.    left: 5%;
  59.    text-align: center;
  60.    font-family: 'Great Vibes';
  61.    font-size: 7vh;
  62.    transition-duration: 1s;
  63.  }
  64.  
  65.   #quote2 {
  66.    position: absolute;
  67.    height: 70%;
  68.    width: 30%;
  69.    right: 5%;
  70.    text-align: center;
  71.    font-family: 'Great Vibes';
  72.    font-size: 7vh;
  73.    transition-duration: 1s;
  74.  }
  75.  
  76.  #center:hover #quote1, #center:hover #quote2 {
  77.    opacity: 0;
  78.    transition-duration: 1s;
  79.  }
  80.  
  81.  #box1 {
  82.    position: absolute;
  83.    font-family: 'Amatic SC';
  84.    color:#fff;
  85.    padding: 5px;
  86.    font-size: 2.7vh;
  87.    border-radius: 8px;
  88.    height: 91%;
  89.    width: 15%;
  90.    background: rgba(0,0,0,0.6);
  91.    top: 5%;
  92.    left: 42%;
  93.    transition-duration: 1s;
  94.    opacity: 0;
  95.  }
  96.  
  97.  #host1 {
  98.    height: 100%;
  99.    width: 100%;
  100.    overflow: hidden;
  101.  }
  102.  
  103.  #stats, #bio {
  104.    height: 100%;
  105.    width: 100%;
  106.    overflow: auto;
  107.  }
  108.  
  109.  #center:hover #box1 {
  110.    width: 38.5%;
  111.    left: 1%;
  112.    opacity: 1;
  113.    transition-duration: 1s;
  114.  }
  115.  
  116.  #box2 {
  117.    position: absolute;
  118.    font-family: 'Amatic SC';
  119.    color:#fff;
  120.    padding: 5px;
  121.    font-size: 2.5vh;
  122.    border-radius: 8px;
  123.    height: 30%;
  124.    width: 15%;
  125.    top: 5%;
  126.    right: 40%;
  127.    background: rgba(0,0,0,0.6);
  128.    opacity: 0;
  129.    transition-duration: 1s;
  130.    overflow: auto;
  131.  }
  132.  
  133.  #center:hover #box2 {
  134.    position: absolute;
  135.    width: 36%;
  136.    right: 1%;
  137.    opacity: 1;
  138.    transition-duration: 1s;
  139.  }
  140.    
  141.   #box3 {
  142.     position: absolute;
  143.     font-family: 'Amatic SC';
  144.     color:#fff;
  145.     padding: 5px;
  146.     font-size: 2.7vh;
  147.     height: 56%;
  148.     top: 40%;
  149.     width: 15%;
  150.     background: rgba(0,0,0,0.6);
  151.     right: 40%;
  152.     border-radius: 8px;
  153.     opacity: 0;
  154.     transition-duration: 1s;
  155.     overflow: auto;
  156.   }
  157.  
  158.   #center:hover #box3 {
  159.     width: 36%;
  160.     right: 1%;
  161.     opacity: 1;
  162.     transition-duration: 1s;
  163.   }
  164.  
  165.   #navigation {
  166.     position: absolute;
  167.     background: transparent;
  168.     top: 20%;
  169.     left: 41.5%;
  170.     height: 10%;
  171.     width: 5%;
  172.     font-size: 5vh;
  173.     opacity: 0;
  174.     transition-duration: 1s;
  175.   }
  176.  
  177.   #center:hover #navigation {
  178.     opacity: 1;
  179.     transition-duration: 1s;
  180.   }
  181.    
  182.   a.nav {
  183.     color: rgba(0,0,0,0.8);
  184.     text-decoration: none;
  185.     transition-duration: 0.5s;
  186.   }
  187.  
  188.   a.nav:hover {
  189.     color: #fff;
  190.     transition-duration: 0.5s;
  191.     font-size: 100%;
  192.   }
  193.  
  194.   a {
  195.    font-family:'Satisfy';
  196.    text-decoration:none;
  197.    color:#f09eff;
  198.    transition-duration:1s;
  199.   }
  200.  
  201.   a:hover {
  202.     font-size:110%;
  203.     transition-duration:1s;
  204.   }
  205.    
  206.    /* Credit. please don't remove! */
  207.  
  208.  #credit {
  209.    position: absolute;
  210.    background: rgba(0,0,0,0.4);
  211.    border-left: rgb(255,255,255);
  212.    font-family: 'Amatic SC';
  213.    font-size: 2.3vh;
  214.    padding: 3px;
  215.    bottom: 2%;
  216.    left: 43%;
  217.    color: #fff;
  218.  }
  219.  
  220.  .r {float: right;}
  221.  
  222.  b {color:#d8a3ff;}
  223.  
  224.  h1{font-family:'Dancing Script';font-size:4vh;text-decoration:underline;color:rgba(255, 114, 2030.7);}
  225.  
  226. </style>
  227. <div id="sheet"></div>
  228. <div id="center">
  229.   <div id="navigation">
  230.     <a href="#stats" class="nav">►</a><br>
  231.     <a href="#bio" class="nav">◄</a>
  232.   </div>
  233.   <div id="quote1"><center><br><br><br><br>Insert some fancy quote here<br>Boi</center></div>
  234.   <div id="quote2"><center><br><br><br><br>Insert some cute quote here<br>Girl</center></div>
  235.   <div id="img">
  236.     <img src="http://i.picpar.com/rMnc.png" style="height: 100%;">
  237.   </div>
  238.   <div id="box1">
  239.     <div id="host1">
  240.       <div id="stats">
  241.         <center><h1>Stats</h1></center>
  242.         <br><br><br>
  243.         <font style="font-size:3vh;">
  244.         <b>Name</b><div class="r">Name here</div><br>
  245.         <b>Moniker</b><div class="r">Nickname here</div><br>
  246.         <b>Gender</b><div class="r">Probably femme</div><br>
  247.         <b>Age</b><div class="r">20 y.o.</div><br>
  248.         <b>Species</b><div class="r">Nekomimi</div><br>
  249.         <b>Persona</b><div class="r">Girly, Soft</div><br>
  250.         <b>Height</b><div class="r">IDFK fam</div><br>
  251.         <b>Thing</b><div class="r">Next Thing</div><br>
  252.         <b>Thing</b><div class="r">Next Thing</div><br>
  253.         <b>Thing</b><div class="r">Next Thing</div><br>
  254.         <b>Thing</b><div class="r">Next Thing</div><br>
  255.         <b>Thing</b><div class="r">Next Thing</div><br>
  256.         </font>
  257.       </div>
  258.       <div id="bio">
  259.         <center><h1>Biography</h1></center>
  260.         <font style="justified">
  261.           <center>WORK.IN.PROGRESS<br>COME BACK NEXT TIME</center>
  262.         </font>
  263.       </div>
  264.     </div>
  265.   </div>
  266.   <div id="box2">
  267.     <center><h1>Siblings</h1></center>
  268.     <a href="URLHERE">.name.</a>elle.quote<br>
  269.     <a href="URLHERE">.name.</a>kaela.quote<br>
  270.     <a href="URLHERE">.name.</a>who.quote
  271.     <center><h1>Friends</h1></center>
  272.     <a href="URLHERE">.name.</a>info.quote<br>
  273.     <a href="URLHERE">.name.</a>info.quote<br>
  274.     <a href="URLHERE">.name.</a>info.quote<br>
  275.     <a href="URLHERE">.name.</a>info.quote<br>
  276.     <a href="URLHERE">.name.</a>info.quote<br>
  277.     <a href="URLHERE">.name.</a>info.quote<br>
  278.     <a href="URLHERE">.name.</a>info.quote<br>
  279.     <a href="URLHERE">.name.</a>info.quote<br>
  280.     <a href="URLHERE">.name.</a>info.quote<br>
  281.     <a href="URLHERE">.name.</a>info.quote<br>
  282.   </div>
  283.   <div id="box3">
  284.     <center><h1>Out Of Character</h1></center>
  285.     <b>ღ</b> Whatever!<br>
  286.     <b>ღ</b> Whatever!<br>
  287.     <b>ღ</b> Whatever!<br>
  288.     <b>ღ</b> Whatever!<br>
  289.     <b>ღ</b> Whatever!<br>
  290.     <center><h1>Typist Info</h1></center>
  291.     <b>ღ</b> BLAH!<br>
  292.     <b>ღ</b> BLAH!<br>
  293.     <b>ღ</b> BLAH!<br>
  294.   </div>
  295. </div>
  296. <div id="credit">
  297.   &copy; <a href="https://www.themonster.xyz/" target="_blank">The Monster</a>. Send an RPC mail to <b>Deum</b> for all inquiries~
  298. </div>
  299. <script src="https://www.themonster.xyz/profiles/Addons/free.js"></script>
Add Comment
Please, Sign In to add comment