Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Parisienne|Arvo|Oswald|Italianno);
  5.  
  6. .pfor {display: none;}
  7. body {background-color: #0C0808;}
  8.  
  9. #name {
  10. position: fixed;
  11. left: 0%;
  12. top: 0%;
  13. height: 60px;
  14. width: 250px;
  15. text-align: center;
  16. font-family: 'Arial', Arial;
  17. font-size: 40px;
  18. color: #813D16;
  19. background-color: transparent;
  20. overflow: hidden;}
  21.  
  22. #title {
  23. position: fixed;
  24. right: 0%;
  25. top: 95%;
  26. height: 60%;
  27. width: 450px;
  28. text-align: center;
  29. font-family: 'Arvo', serif;
  30. font-size: 45px;
  31. color: #813D16;
  32. background-color: transparent;
  33. overflow: hidden;}
  34.  
  35. #sidebar {
  36. position:absolute;
  37. left: 0%;
  38. bottom: 0%;
  39. height:1%;
  40. width: 78%;
  41. background-color:#AB6239;
  42. border: 3px solid #FFC8AA;
  43. z-index:-1;}
  44.  
  45. #botimage {
  46. position:absolute;
  47. left: -35px;
  48. bottom:0px;
  49. height: 350px;
  50. width: 350px;
  51. background:url('http://38.media.tumblr.com/d16dca59524011c89bb8ac1377069c38/tumblr_n04zd3j4KD1sjn51ko1_500.gif');
  52. background-position:bottom;
  53. background-size:100%;
  54. background-color: transparent;
  55. background-repeat:no-repeat;
  56. z-index: 1;
  57. overflow: hidden;}
  58.  
  59. .detail { background-color: #817F7F;
  60. width: 400px;
  61. height:300px;
  62. left: 550px;
  63. top:200px;
  64. opacity: 0;
  65. overflow: auto;
  66. padding: 5px;
  67. position: fixed;
  68. pointer-events: none;
  69. font-family: 'Arvo', serif;
  70. color:#FFC8AA;
  71. line-height:18px;
  72. font-size: 14px;
  73. -webkit-transition: all 1s ease-in;
  74. -moz-transition: all 1s ease-in;
  75. -ms-transition: all 1s ease-in;
  76. -o-transition: all 1s ease-in;
  77. transition: all 1s ease-in; }
  78.  
  79.  
  80. .detail:target {width: 400px;
  81. height:300px;
  82. left: 550px;
  83. top:200px;
  84. opacity: 1;
  85. pointer-events: auto;
  86. border: 3px solid #AB6239;}
  87.  
  88. .content {
  89. width: 100%; height: 100%;}
  90.  
  91. h3{
  92. border-bottom: 2px solid #AB6239;
  93. color:#FFC8AA;
  94. font-size:24px;
  95. line-height:25px;
  96. font-family: 'Corbel';
  97. text-align: center;
  98. margin: 0px 5px 5px;
  99. text-shadow: 1px 0px 0px #571F00,
  100. 0px 1px 0px #571F00,
  101. -1px 0px 0px #571F00,
  102. 0px -1px 0px #571F00,
  103. 0px 0px 20px #571F00;}
  104.  
  105.  
  106. #nav {
  107. position: fixed;
  108. top: 200px;
  109. right: 600px;
  110. height: 150px;
  111. width: 60px;}
  112.  
  113. a:link, a:visited{
  114. background-color:#817F7F;
  115. display: block;
  116. width: 60px;
  117. margin :10px;
  118. padding: 4px;
  119. border: 3px solid #B3AEAE;
  120. border-radius: 50px 50px 50px 50px;
  121. -moz-border-radius: 50px 50px 50px 50px;
  122. -webkit-border-radius: 50px 50px 50px 50px;
  123. }
  124.  
  125. a:hover{
  126. background-color:#817F7F;
  127. width: 80px;
  128. padding: 4px;
  129. border: 3px solid #B3AEAE;
  130. border-radius: 50px 50px 50px 50px;
  131. -moz-border-radius: 50px 50px 50px 50px;
  132. -webkit-border-radius: 50px 50px 50px 50px;
  133. }
  134.  
  135. </style>
  136.  
  137. <div id="nav">
  138. <a href="#one"></a>
  139. <a href="#two"></a>
  140. <a href="#three"></a>
  141. <a href="#four"></a>
  142. <a href="#reset"></a>
  143. </div>
  144.  
  145. <div id="botimage"></div>
  146.  
  147. <div id="sidebar"></div>
  148.  
  149.  
  150. <div id="name">Bailey</div>
  151.  
  152. <div id="title">Houndoom #229</div>
  153.  
  154.  
  155. <div id="one" class="detail" class="content"> <h3>Basic Information</h3>
  156.  
  157. Name: Bailey<br>
  158. Gender: ♂<br>
  159. Trainer: N/A<br>
  160. Zodiac: ♌<br>
  161. Race: Houndoom | Doberman<br>
  162. Age: ?<br>
  163. Orientation: Heterosexual <br>
  164. Type: <img src="https://www.serebii.net/pokedex-bw/type/fire.gif"> <img src="https://www.serebii.net/pokedex-bw/type/dark.gif"> <br>
  165. Height: 5'2" | 1.57 CM<br>
  166. Weight: 98.2 LBS | 44.45 KG KG</div>
  167.  
  168. <div id="two" class="detail" class="content"> <h3>PKMN Combat</h3><br>
  169.  
  170. --Passive--<br>
  171. <br>
  172. Flash Fire<br>
  173. <br>
  174. --Skills--<br>
  175. <br>
  176. Nasty Plot <br>
  177. Fire Blast<br>
  178. Dark Pulse<br>
  179. Flame charge<br></div>
  180.  
  181. <div id="three" class="detail" class="content"> <h3> Background</h3>Test 3</div>
  182.  
  183. <div id="four" class="detail" class="content"> <h3> Out of Pokemon</h3>Test 4</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement