Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Arvo);
  4.  
  5. .pfor {display: none;}
  6. body {background-color: #0C0808;}
  7.  
  8. #name {
  9. position: fixed;
  10. left: 80%;
  11. bottom: 3%;
  12. height: 6%;
  13. width: 7%;
  14. text-align: center;
  15. font-family: 'Arial', Arial;
  16. font-size: 40px;
  17. color: #813D16;
  18. background-color: transparent;
  19. overflow: hidden;}
  20.  
  21. #title {
  22. position: fixed;
  23. left: 79%;
  24. bottom: 0%;
  25. height: 5%;
  26. width: 20%;
  27. text-align: center;
  28. font-family: 'Arvo', serif;
  29. font-size: 45px;
  30. color: #813D16;
  31. background-color: transparent;
  32. overflow: hidden;}
  33.  
  34. #sidebar {
  35. position:absolute;
  36. left: 0%;
  37. bottom: 0%;
  38. height:1%;
  39. width: 78%;
  40. background-color:#AB6239;
  41. border: 3px solid #FFC8AA;
  42. z-index:-1;}
  43.  
  44. #botimage {
  45. position:absolute;
  46. left: 1%;
  47. bottom:0%;
  48. height: 8%;
  49. width: 4%;
  50. background:url('https://i.imgur.com/5c2HeXD.png');
  51. background-position:bottom;
  52. background-size:100%;
  53. background-color: transparent;
  54. background-repeat:no-repeat;
  55. z-index: 1;
  56. overflow: hidden;}
  57.  
  58. #botimage1 {
  59. position:absolute;
  60. left: 6%;
  61. bottom:0%;
  62. height: 20%;
  63. width: 7%;
  64. background:url('https://i.imgur.com/2nKuFVe.png');
  65. background-position:bottom;
  66. background-size:100%;
  67. background-color: transparent;
  68. background-repeat:no-repeat;
  69. z-index: 1;
  70. overflow: hidden;}
  71.  
  72. #botimage2 {
  73. position:absolute;
  74. left: 14%;
  75. bottom:0%;
  76. height: 30%;
  77. width: 13%;
  78. background:url('https://i.imgur.com/ff4ma86.png');
  79. background-position:bottom;
  80. background-size:100%;
  81. background-color: transparent;
  82. background-repeat:no-repeat;
  83. z-index: 1;
  84. overflow: hidden;}
  85.  
  86. #botimage3 {
  87. position:absolute;
  88. left: 26%;
  89. bottom:0%;
  90. height: 35%;
  91. width: 14%;
  92. background:url('https://i.imgur.com/nCC1DhW.png');
  93. background-position:bottom;
  94. background-size:100%;
  95. background-color: transparent;
  96. background-repeat:no-repeat;
  97. z-index: 1;
  98. overflow: hidden;}
  99.  
  100. #botimage4 {
  101. position:absolute;
  102. left: 40%;
  103. bottom:5%;
  104. height: 100%;
  105. width: 60%;
  106. opacity: 50%;
  107. background:url('https://i.imgur.com/IBTXymg.png');
  108. background-position:bottom;
  109. background-size:100%;
  110. background-color: transparent;
  111. background-repeat:no-repeat;
  112. z-index: 1;
  113. overflow: hidden;}
  114.  
  115. .detail { background-color: #817F7F;
  116. width: 400px;
  117. height:300px;
  118. left: 0%;
  119. bottom:0%;
  120. opacity: 0;
  121. overflow: auto;
  122. padding: 5px;
  123. position: fixed;
  124. pointer-events: none;
  125. font-family: 'Arvo', serif;
  126. color:#FFC8AA;
  127. line-height:18px;
  128. font-size: 14px;}
  129.  
  130. .detail:target {width: 400px;
  131. height:300px;
  132. left: 11%;
  133. bottom:50%;
  134. opacity: 1;
  135. pointer-events: auto;
  136. border: 3px solid #AB6239;}
  137.  
  138. .content {
  139. width: 100%; height: 100%;}
  140.  
  141. h3{
  142. border-bottom: 2px solid #AB6239;
  143. color:#FFC8AA;
  144. font-size:24px;
  145. line-height:25px;
  146. font-family: 'Corbel';
  147. text-align: center;
  148. margin: 0px 5px 5px;
  149. text-shadow: 1px 0px 0px #571F00,
  150. 0px 1px 0px #571F00,
  151. -1px 0px 0px #571F00,
  152. 0px -1px 0px #571F00,
  153. 0px 0px 20px #571F00;}
  154.  
  155. a:link, a:visited{
  156. background-color:#817F7F;
  157. display: block;
  158. width: 60px;
  159. margin :10px;
  160. padding: 4px;
  161. border: 3px solid #B3AEAE;
  162. border-radius: 50px 50px 50px 50px;
  163. -moz-border-radius: 50px 50px 50px 50px;
  164. -webkit-border-radius: 50px 50px 50px 50px;
  165. }
  166.  
  167. a:hover{
  168. background-color:#817F7F;
  169. width: 80px;
  170. padding: 4px;
  171. border: 3px solid #B3AEAE;
  172. border-radius: 50px 50px 50px 50px;
  173. -moz-border-radius: 50px 50px 50px 50px;
  174. -webkit-border-radius: 50px 50px 50px 50px;
  175. }
  176.  
  177. #nav {
  178. position: fixed;
  179. left: 8%;
  180. bottom: 64%;
  181. height: 20%;
  182. width: 50%;}
  183.  
  184. a:link, a:visited{
  185. background-color:#817F7F;
  186. display: block;
  187. width: 18px;
  188. margin :10px;
  189. padding: 4px;
  190. border: 3px solid #B3AEAE;
  191. border-radius: 50px 50px 50px 50px;
  192. -moz-border-radius: 50px 50px 50px 50px;
  193. -webkit-border-radius: 50px 50px 50px 50px;
  194. }
  195.  
  196.  
  197. </style>
  198.  
  199. <div id="nav">
  200. <a href="#one"><img src="https://i.imgur.com/JNr5Paz.png"/></a>
  201. <a href="#two"><img src="https://i.imgur.com/JNr5Paz.png"/></a>
  202. <a href="#three"><img src="https://i.imgur.com/JNr5Paz.png"/></a>
  203. <a href="#four"><img src="https://i.imgur.com/JNr5Paz.png"/></a>
  204. <a href="#reset"><img src="https://i.imgur.com/JNr5Paz.png"/></a>
  205. </div>
  206.  
  207. <div id="botimage"></div>
  208. <div id="botimage1"></div>
  209. <div id="botimage2"></div>
  210. <div id="botimage3"></div>
  211. <div id="botimage4"></div>
  212. <div id="botimage5"></div>
  213.  
  214. <div id="sidebar"></div>
  215.  
  216.  
  217. <div id="name">Bailey</div>
  218.  
  219. <div id="title">Houndoom #229</div>
  220.  
  221.  
  222. <div id="one" class="detail" class="content"> <h3>Basic Information</h3>
  223.  
  224. Name: Bailey<br>
  225. Gender: ♂<br>
  226. Trainer: N/A<br>
  227. Zodiac: ♌<br>
  228. Race: Houndoom | Doberman<br>
  229. Age: ?<br>
  230. Orientation: Heterosexual <br>
  231. Type: <img src="https://www.serebii.net/pokedex-bw/type/fire.gif"> <img src="https://www.serebii.net/pokedex-bw/type/dark.gif"> <br>
  232. Height: 5'2" | 1.57 CM<br>
  233. Weight: 98.2 LBS | 44.45 KG KG</div>
  234.  
  235. <div id="two" class="detail" class="content"> <h3>PKMN Combat</h3><br>
  236.  
  237. --Passive--<br>
  238. <br>
  239. Flash Fire<br>
  240. <br>
  241. --Skills--<br>
  242. <br>
  243. Nasty Plot <br>
  244. Fire Blast<br>
  245. Dark Pulse<br>
  246. Flame charge<br></div>
  247.  
  248. <div id="three" class="detail" class="content"> <h3> Background</h3>Test 3</div>
  249.  
  250. <div id="four" class="detail" class="content"> <h3> Out of Pokemon</h3></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement