Advertisement
Lizellea

Lucario

Jan 27th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Yellowtail);
  3. @import url(https://fonts.googleapis.com/css?family=Boogaloo);
  4. @import url(https://fonts.googleapis.com/css?family=Handlee);
  5. @import url(https://fonts.googleapis.com/css?family=Farsan);
  6.  
  7. ::-webkit-scrollbar { width: 4px; }
  8. ::-webkit-scrollbar-track { border-radius: 2px; background-color: #; }
  9. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #A5CAEB; }
  10.  
  11. body {
  12. background-color: #2e2e2e;
  13. background-image: url(http://i.imgur.com/fi2xIaa.png);
  14. background-position: center;
  15. background-repeat: repeat;
  16. background-size: ;
  17. overflow:hidden;}
  18.  
  19. #bar {position: absolute; top: 15%; left:23%; background: #172E5F; width: 52%; height: 25%;border: 5px solid #000; border-radius: 50px 50px 50px 50px;}
  20.  
  21. .name{position: absolute;
  22. z-index:50;
  23. left: 38%;
  24. top: -4%;
  25. color: #fff;
  26. text-shadow: 0.2vw 0.2vw 0.2vw #000;
  27. font-family: Boogaloo;
  28. line-height:80px;
  29. text-align:center;
  30. font-size: 4vw;
  31. letter-spacing: 0vw;}
  32.  
  33. .name2{position: absolute;
  34. z-index:50;
  35. left: 29%;
  36. bottom: -4%;
  37. color: #fff;
  38. text-shadow: 0.2vw 0.2vw 0.2vw #000;
  39. font-family: Boogaloo;
  40. line-height:80px;
  41. text-align:center;
  42. font-size: 4vw;
  43. letter-spacing: 0vw;}
  44.  
  45. .tab1 { z-index:10; position: absolute; top: 30%; left: 28%; width: 10%; height: 40%; border-radius: 0%;background-color: #;border:2px solid #;background: url(http://i.imgur.com/E7y1ETW.png);
  46. background-size: 100% 100%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  47. .tab1:hover { z-index:10; position: absolute; width: 8%; height: 38%;top: 30%; left: 29%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  48. .tab2 { z-index:10; position: absolute; top: 30%; left: 38%; width: 10%; height: 40%; border-radius: 0%;background-color: #;border:2px solid #;background:url(http://i.imgur.com/E7y1ETW.png);
  49. background-size: 100% 100%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  50. .tab2:hover { z-index:10; position: absolute; width: 8%; height: 38%;top: 30%; left: 39%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  51. .tab3 { z-index:10; position: absolute; top: 30%; left: 48%; width: 10%; height: 40%; border-radius: 0%;background-color: #;border:2px solid #;background:url(http://i.imgur.com/E7y1ETW.png);
  52. background-size: 100% 100%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  53. .tab3:hover { z-index:10; position: absolute; width: 8%; height: 38%;top: 30%; left: 49%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  54. .tab4 { z-index:10; position: absolute; top: 30%; left: 58%; width: 10%; height: 40%; border-radius: 0%;background-color: #;border:2px solid #;background:url(http://i.imgur.com/E7y1ETW.png);
  55. background-size: 100% 100%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  56. .tab4:hover { z-index:10; position: absolute; width: 8%; height: 38%;top: 30%; left: 59%;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  57.  
  58. .box {
  59. z-index: -1;
  60. background: url(http://i.imgur.com/y1PITwZ.png);
  61. background-position: center;
  62. background-repeat: repeat;
  63. background-size: ;
  64. position: absolute;
  65. background-color:#000;
  66. border: 5px solid #000;
  67. top: 30%;
  68. left: 32%;
  69. height:40%;
  70. width: 35%;
  71. opacity:0;
  72. transition: 0.8s;
  73. -webkit-transition: all 0.8s ease-in-out;
  74. -moz-transition: all 0.8s ease-in-out;
  75. -o-transition: all 0.8s ease-in-out;
  76. -ms-transition: all 0.8s ease-in-out;
  77. transition: all 0.8s ease-in-out;
  78. }
  79. .box:target {
  80. position:absolute;
  81. top: 43%;
  82. opacity: 1;
  83. z-index: 1;
  84. transition: 0.8s;
  85. -webkit-transition: all 0.8s ease-in-out;
  86. -moz-transition: all 0.8s ease-in-out;
  87. -o-transition: all 0.8s ease-in-out;
  88. -ms-transition: all 0.8s ease-in-out;
  89. transition: all 0.8s ease-in-out;
  90. }
  91.  
  92. .abox {position: absolute;border: 5px solid #000;background-color: #172E5F;font-family: Farsan;font-size: 16px;padding: 4px;color: #fff;height:80%;top:7.5%;left: 6%;width: 85%;line-height:16px;
  93. overflow: auto;}
  94.  
  95. h1 {width: 100%; height: auto; font-size: 25px;font-family:Boogaloo;margin-top:5px; margin-bottom: 5px; text-align: center; border-bottom: 1px solid #ccc; color: #f2f2a2;text-shadow: 0.2vw 0.2vw 0.2vw #000;}
  96. b, strong { color: #37739d;}
  97.  
  98. a {color: #000; text-decoration: none; font-weight:bold; }
  99. a:hover {color: blue; text-decoration: line-through;
  100. cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  101.  
  102. #credit{ position: fixed;
  103. right: 1px;
  104. bottom: 0px;
  105. font-family: Arial;
  106. font-variant: normal;
  107. font-weight: normal;
  108. font-size: 90%;
  109. color: #5F5F5F;
  110. z-index:1;}
  111.  
  112. </style>
  113. <div id="credit">
  114. Layout @ <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  115. </div>
  116.  
  117. <div id="bar">
  118. <a href="##"><img src="http://i.imgur.com/ft3KUx8.png" height="370" style="position:absolute; bottom:-40%; right: -3%; z-index:4;"></a>
  119. <div class="name">
  120. Lucario
  121. </div>
  122. <div class="name2">
  123. Aura Pokémon
  124. </div>
  125. <a href="#1"><div class="tab1"></div></a>
  126. <a href="#2"><div class="tab2"></div></a>
  127. <a href="#3"><div class="tab3"></div></a>
  128. <a href="#4"><div class="tab4"></div></a>
  129. </div>
  130.  
  131. <div id="1" class="box">
  132. <div class="abox">
  133. <h1>Title</h1>
  134. Tab1 <b>Bold</b> <i>Italics</i> <a href="link.com" target="_blank">Link</a>
  135. </div></div>
  136.  
  137. <div id="2" class="box">
  138. <div class="abox">
  139. <h1>Title</h1>
  140. Tab2
  141. </div></div>
  142.  
  143. <div id="3" class="box">
  144. <div class="abox">
  145. <h1>Title</h1>
  146. Tab3
  147. </div></div>
  148.  
  149. <div id="4" class="box">
  150. <div class="abox">
  151. <h1>Title</h1>
  152. Tab4
  153. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement