Advertisement
BappidyBoopidy

Code Nahia

Jan 4th, 2017 (edited)
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.84 KB | None | 0 0
  1. <style>
  2. /*
  3. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  4.  
  5. Author: Elle
  6. For: Nahia [RPC Profile]
  7. Text type: CSS/HTML
  8. */
  9. @import url('https://fonts.googleapis.com/css?family=Aldrich|Amatica+SC|Press+Start+2P');
  10.  
  11. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vh;}
  12. ::-webkit-scrollbar-track {border-radius: 0px; background: transparent;}
  13. ::-webkit-scrollbar-thumb {border-radius: 0px; background: #8c1e3b;}
  14.  
  15. body{
  16.   overflow: hidden;
  17.   background: url('https://s-media-cache-ak0.pinimg.com/originals/26/39/1e/26391e0f1f9c35ab39898c27a3e63aba.jpg');
  18.   background-size: cover;
  19. }
  20.  
  21. #sheet {
  22.   position: absolute;
  23.   height: 97.7%;
  24.   width: 98.7%;
  25.   background: rgba(246,155,255,0.2);
  26.   border-radius: 10px;
  27.   z-index: -1;
  28. }
  29.  
  30. img {
  31.   user-drag: none;
  32.   user-select: none;
  33.   -moz-user-select: none;
  34.   -ms-user-select: none;
  35.   -webkit-user-select: none;
  36.   -webkit-user-drag: none;
  37. }
  38.  
  39. h1 {
  40.   font-family: 'Press Start 2P';
  41.   font-size: 2.5vh;
  42.   color: rgba(96,255,131,0.9);
  43.   text-transform: uppercase;
  44. }
  45.  
  46. #nav {
  47.   position: fixed;
  48.   height: 60.7%;
  49.   width: 15%;
  50.   left: 2%;
  51.   bottom: 0%;
  52.   top: 20%;
  53.   border-radius: 10px;
  54.   background: rgba(0,0,0,0.6);
  55. }
  56.  
  57. a.fam {
  58.   display: block;
  59.   text-transform: uppercase;
  60.   font-family: 'Press Start 2P';
  61.   font-size: 2.5vh;
  62.   padding: 30px;
  63.   color: rgba(96, 255, 131, 0.5);
  64.   border-radius: 10px;
  65.   text-decoration: none;
  66.   transition-duration: 1s;
  67. }
  68.  
  69. a.fam:hover {
  70.   background: rgba(0,0,0,0.7);
  71.   color: rgba(96, 255, 131, 1);
  72.   transition-duration: 1s;
  73. }
  74.  
  75. @keyframes error{
  76.   from{opacity:0.7;font-size: 2.3vh;}
  77.   to{opacity:1;}
  78. }
  79.  
  80. @-webkit-keyframes error{
  81.   from{opacity:0.7;font-size:2.3vh;}
  82.   to{opacity:1;}
  83. }
  84.  
  85. a.bam {
  86.   display: block;
  87.   text-transform: uppercase;
  88.   font-family: 'Press Start 2P';
  89.   font-size: 2.5vh;
  90.   padding: 30px;
  91.   color: rgba(255,66,66, 0.5);
  92.   border-radius: 10px;
  93.   text-decoration: none;
  94.   transition-duration: 1s;
  95.   animation: error 0.5s 1;
  96.   -webkit-animation: error 0.5s 1;
  97.   animation-iteration-count: infinite;
  98.   animation-direction: alternate;
  99. }
  100.  
  101. a.bam:hover {
  102.   background: rgba(0,0,0,0.7);
  103.   color: rgba(255,66,66,1);
  104.   transition-duration: 1s;
  105. }
  106.  
  107. .nav {
  108.   list-style-type: none;
  109.   margin: 0;
  110.   padding: 0;
  111.   background: transparent;
  112.   height: 100%;
  113.   width: 100%;
  114. }
  115.  
  116. #content {
  117.   position: fixed;
  118.   height: 100%;
  119.   width: 50%;
  120.   background: transparent;
  121.   left: 18%;
  122.   top: 0%;
  123.   bottom: 0%;
  124. }
  125.  
  126. #box {
  127.   position: absolute;
  128.   overflow: auto;
  129.   height: 75%;
  130.   width: 100%;
  131.   background: rgba(0,0,0,0.7);
  132.   top: 10%;
  133.   border-radius: 10px;
  134.   padding: 15px;
  135.   font-family: 'Aldrich';
  136.   font-size: 3vh;
  137.   color: rgba(96,255,131,0.9);
  138.   opacity: 1;
  139.   transition-duration: 1s;
  140. }
  141.  
  142. #picnav {
  143.   position: fixed;
  144.   height: 5%;
  145.   width: 20%;
  146.   background: rgba(0,0,0,0.5);
  147.   top: 79%;
  148.   left: 74%;
  149.   border-radius: 10px;
  150.   padding: 5px;
  151.   opacity: 1;
  152.   transition-duration: 1s;
  153. }
  154.  
  155. .blink {
  156.   text-decoration: underline;
  157.   float: left;
  158.   animation: blink 0.5s 1;
  159.   -webkit-animation: blink 0.5s 1;
  160.   animation-iteration-count: infinite;
  161.   animation-direction: alternate;
  162. }
  163.  
  164. @keyframes blink{
  165.   from{opacity:0;}
  166.   to{opacity:1;}
  167. }
  168.  
  169. @-webkit-keyframes blink{
  170.   from{opacity:0;}
  171.   to{opacity:1;}
  172. }
  173.  
  174. .r {float:right;}
  175.  
  176. a {
  177.   font-family: 'Press Start 2P';
  178.   font-size: 2vh;
  179.   color: rgba(96,255,131,0.6);
  180.   transition-duration: 1s;
  181. }
  182.  
  183. a:hover {
  184.   color: rgba(96,255,131,0.9);
  185.   transition-duration: 1s;
  186. }
  187.  
  188. #six {
  189.   position: fixed;
  190.   height: 65%;
  191.   width: 25%;
  192.   background: transparent;
  193.   top: 10%;
  194.   left: 71.5%;
  195.   border-radius: 10px;
  196.   border: 10px inset;
  197.   border-color: rgba(0,0,0,0.5);
  198.   transition-duration: 1.5s;
  199. }
  200.  
  201. #host1, #host2 {
  202. height: 100%;
  203. width: 100%;
  204. overflow:hidden;
  205. }
  206.  
  207. #pic1, #pic2, #pic3, #pic4, #one, #two, #three, #four, #five {
  208. height: 100%;
  209. width: 100%;
  210. }
  211.  
  212. #pic1:target, #pic2:target, #pic3:target, #pic4:target, #one:target, #two:target, #three:target, #four:target, #five:target {
  213. animation: appear 0.5s 1;
  214. -webkit-animation: appear 0.5s 1;
  215. }
  216.  
  217. #box:target {
  218. opacity: 0;
  219. transition-duration: 1s;
  220. }
  221.  
  222. @keyframes appear{
  223. from {opacity:0;}
  224. to{opacity:1;}
  225. }
  226.  
  227. @-webkit-keyframes appear{
  228. from{opacity:0;}
  229. to{opacity:1;}
  230. }
  231.  
  232.  
  233. /* Edit as you will but please don't remove the credit */
  234.  
  235.   #credit {
  236. position:fixed;
  237. padding:5px;
  238. font-family:Aldrich;
  239. background:rgba(0,0,0,0.5);
  240. font-size: 2vh;
  241. bottom: 5%;
  242. left:2%;  
  243. color: rgba(96, 255, 131, 0.5);
  244. border-left: 5px solid;
  245. border-color:rgba(255,66,66,0.5);
  246. }
  247.  
  248.   a.cred {
  249. font-size: 1.2vh;
  250. animation:blink 2s 1;
  251. -webkit-animation: blink 2s 1;
  252. animation-iteration-count:infinite;
  253. animation-direction:alternate;
  254. text-decoration:none;
  255. }
  256.  
  257. a.cred:hover{
  258. color: rgba(255,66,66,0.5);
  259. }
  260.  
  261.  
  262. </style>
  263. <div id="sheet"></div>
  264. <div id="nav">
  265.   <ul class="nav">
  266.     <a href="#one" class="fam"><center>Stats</center></a><br>
  267.     <a href="#two" class="fam"><center>Bio</center></a><br>
  268.     <a href="#three" class="fam"><center>Connect</center></a>
  269.     <a href="#four" class="fam"><center>OOC</center></a>
  270.     <a href="#five" class="bam"><center>Error</center></a>
  271.   </ul>
  272. </div>
  273. <div id="content">
  274. <div id="box">
  275. <div id="host1">
  276.   <div id="one">
  277.     <center><h1>Stats</h1></center><br><br>
  278.     Name <div class="r">Nahia</div><br><br>
  279.     Moniker <div class="r">Pixel, Pinky</div><br><br>
  280.     Location <div class="r">C:\Program Files\Nahia</div><br><br>
  281.     Species <div class="r">A.I. Program [nahia.exe]</div><br><br>
  282.     Gender <div class="r">Appears female</div><br><br>
  283.     Height <div class="r">5'1</div><br><br>
  284.    Hair <div class="r">Pink</div><br><br>
  285.    Eyes <div class="r">Varies</div><br><br>
  286.  </div>
  287.  <div id="two">
  288.    <center><h1>Biography</h1></center><br><br>
  289.    <div class="blink">></div>Work in Progress
  290.  </div>
  291.  <div id="three">
  292.    <center><h1>Connections</h1></center><br><br>
  293.    <div class="blink">></div>Friends, Acqauintances and other connections go here.
  294.  </div>
  295.  <div id="four">
  296.    <center><h1>Out of character</h1></center><br><br>
  297.    <div class="blink">></div>In room approach is your best bet.<br>
  298.    <div class="blink">></div>What I do IC does not reflect on me OOC.<br>
  299.    <div class="blink">></div>LT is adored. Basic knowledge of English is adored as well.<br>
  300.    <div class="blink">></div>I reserve the right to refuse RP.<br>
  301.    <div class="blink">></div>Being a dick to me means I get to be rude to you.<br>
  302.    <div class="blink">></div>Quality over quantity just like story over smut.<br>
  303.    <br><br>
  304.    Color: #FF82F8
  305.  </div>
  306.  <div id="five">
  307.    There was an error connecting to this page.<br>
  308.    .<br>.<br>Attempting to reconnect.<br>.<br>.
  309.    <br>Connection failed.<br>.<br>.<br>
  310.    Please <a href="#box">restart</a>
  311.    <br><br><br>
  312.  </div>
  313. </div>
  314. </div>
  315. </div>
  316. <div id="picnav">
  317.   <div class="picnav">
  318.   <br>
  319.     <center>
  320.     <a href="#pic1">1</a>  -  <a href="#pic2">2</a> -  <a href="#pic3">3</a>  -  <a href="#pic4">4</a></center>
  321.   </div>
  322. </div>
  323. <div id="six">
  324. <div id="host2">
  325.  <div id="pic1">
  326.    <img src="https://s-media-cache-ak0.pinimg.com/564x/d0/82/57/d08257dd1c3b358cb88750915378e4c0.jpg" style="height:100%;width:100%">
  327.  </div>
  328.  <div id="pic2">
  329.    <img src="https://s-media-cache-ak0.pinimg.com/564x/27/7e/86/277e86c4a626205972afa3f8f8197315.jpg" style="height:100%;width:100%">
  330.  </div>
  331.  <div id="pic3">
  332.    <img src="https://s-media-cache-ak0.pinimg.com/564x/06/f0/f7/06f0f71490737353d7ae9bea63ae5d0e.jpg" style="height:100%;width:100%">
  333.  </div>
  334.  <div id="pic4">
  335.    <img src="https://s-media-cache-ak0.pinimg.com/564x/0b/7d/5e/0b7d5ed02816de08877244d1c8b3a14a.jpg" style="height:100%;width:100%">
  336.  </div>
  337. </div>
  338. </div>
  339. <!-- Please don't remove the credit -->
  340. <div id="credit"> &copy; <a href="https://www.themonster.xyz/" target="_blank">The Monster</a> Send RPC mail to <b>Deum</b> for inquiries~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement