Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Shojumaru');
  3. @import url('https://fonts.googleapis.com/css?family=Glass+Antiqua|Shojumaru');
  4. @import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore');
  5. @import url('https://fonts.googleapis.com/css?family=Gaegu');
  6.  
  7. .pfor {display: none;}
  8. #profile { background-color: transparent; border: 0px;}
  9.  
  10. body {
  11. background-image: url(https://thumbs.dreamstime.com/b/background-cuisine-cooking-seamless-white-vector-pattern-orange-linear-icons-food-beverages-kitchen-utensils-64000249.jpg);
  12. background-color: #edddb4;
  13. background-repeat: non-repeat;
  14. background-size: 10%;
  15. background-position: 0% 0%; }
  16.  
  17.  
  18. ::-webkit-scrollbar {
  19. display: none;
  20. }
  21.  
  22. a {color:;
  23. text-decoration: none;
  24. transition: 1.5s;
  25. }
  26.  
  27. a:hover {color: #a99998;
  28. text-decoration: none;
  29. transition: 1.5s;
  30. }
  31.  
  32. b, strong { font-family: Josefin Sans; font-size: 15px;line-height: 15px; font-weight: bold;
  33. color: #da8e3d;
  34. text-shadow: 1px 0px 0px #da8e3d,
  35. -1px 1px 0px #9e9dd1,
  36. 0px 0px 0px #9e9dd1,
  37. 0px -1px 0px #9e9dd1,
  38. 0px 0px 1px #9e9dd1;
  39. }
  40.  
  41.  
  42. td.one{
  43. width: 261px;
  44. font-family: Comfortaa;
  45. font-size: 12px;
  46. text-align: left;
  47. word-spacing: 1px;
  48. letter-spacing: 1px;
  49. line-height: 11px;
  50. font-weight: bold;
  51. color: #da8e3d;
  52. z-index: 20;
  53. }
  54.  
  55. td.two{
  56. width: 261px;
  57. font-family: Comfortaa;
  58. font-size: 12px;
  59. text-align: right;
  60. word-spacing: 1px;
  61. letter-spacing: 0px;
  62. line-height: 11px;
  63. color: b56227;
  64. z-index: 20;
  65. }
  66.  
  67. .img {
  68. Position: fixed;
  69. Border: ;
  70. Height: 667px;
  71. Width: 455px;
  72. Left: -30px;
  73. Top: 55px;
  74. overflow:;
  75. opacity: 0.;
  76. transform: rotate(0deg);
  77. }
  78.  
  79.  
  80. h1{
  81. border-bottom:0px solid #DADADA;
  82. color: #828184;
  83. font-size:67px;
  84. line-height: 17px;
  85. font-family: 'Gaegu', cursive;
  86. text-align: center;
  87. text-transform:uppercase;
  88. letter-spacing:5px;
  89. margin: 0px 5px 5px;
  90.  
  91.  
  92. }
  93.  
  94. .headline {
  95. white-space: nowrap;
  96. position: absolute;
  97. top: 490px;
  98. left: 500px;
  99. color: black;
  100. text-shadow: 2px 2px #ff0000;
  101. color: rgba(165,0,0,1);
  102. text-decoration: normal;
  103. text-align: center;
  104. -o-text-overflow: clip;
  105. text-overflow: clip;
  106. white-space: pre;
  107. text-shadow: 4px 0 10px rgba(0,0,0,1) , 0 0 20px rgba(0,0,0,1) , 0 0 30px #f46464 , 0 0 40px #261f21 , 0 0 70px #261f21 , 0 0 80px #261f21 , 0 0 100px #261f21 ;
  108. -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  109. }
  110.  
  111. .infobox {
  112. Padding: 5px;
  113. Position: fixed;
  114. Top: 40px;
  115. left: 484px;
  116. Border: 3px solid #513222;
  117. width: 355px;
  118. Height: 480px;
  119. opacity: .;
  120. Background-color: transparent;
  121. Background-position: center center;
  122. Color: red;
  123. Font-size: 15px;
  124. Font-color: black;
  125. font-family: 'Glass Antiqua', cursive;
  126. word-wrap: break-word;
  127. border-top-left-radius: 100px;
  128. border-top-right-radius: 100px;
  129. border-bottom-right-radius: 100px;
  130. border-bottom-left-radius: 10px;
  131. border-image: url(http://www.freeimageslive.com/galleries/backdrops/wood/pics/oak_tree_bark.jpg) 30 round;
  132. z-index: 2;
  133.  
  134. }
  135.  
  136. .box {
  137. position: fixed;
  138. Top: 100px;
  139. left: 500px;
  140. width: 340px;
  141. Height: 460px;
  142. font-size: 10px;
  143. line-height: 13px;
  144. text-align: center;
  145. font-size: 12px;
  146. font-family: Oswald;
  147. color: #661313;
  148. background-color: transparent;
  149. Border-radius: 0px;
  150. overflow: auto;
  151. overflow-x: auto;
  152. opacity: 0;
  153. transition: all 1.3s ease-in-out;
  154. -webkit-transition: all 1.3s ease-in-out;
  155. -moz-transition: all 1.3s ease-in-out;
  156. -o-transition: all 1.3s ease-in-out;
  157. -ms-transition: all 1.3s ease-in-out;
  158. z-index:2;
  159. }
  160.  
  161. .box:target {
  162. Top: 100px;
  163. left: 500px;
  164. height: 460px;
  165. text-align: center;
  166. overflow: auto;
  167. overflow-x: auto;
  168. opacity: 1.0;
  169. transition: all 0.5s ease-in-out;
  170. -webkit-transition: all 1.3s ease-in-out;
  171. -moz-transition: all 1.3s ease-in-out;
  172. -o-transition: all 1.3s ease-in-out;
  173. -ms-transition: all 1.3s ease-in-out;
  174. z-index:10;
  175. }
  176.  
  177.  
  178. #navi{
  179. position:absolute;
  180. text-align:center;
  181. left:885px;
  182. top:220px;
  183. transform: rotate(0deg);
  184. z-index: 1;
  185. }
  186.  
  187. #navi a{
  188. display: block;
  189. background-color: #513222 ;
  190. padding-top: 0px;
  191. margin-top: 10px;
  192. width: 0px;
  193. height: 50px;
  194. border-radius: 100px;
  195. border: ;
  196. border-color: white;
  197. }
  198.  
  199. #navi a:hover{
  200. transition: 1.5s;
  201. }
  202.  
  203.  
  204. </style>
  205.  
  206.  
  207. <div id="navi">
  208.  
  209. <a href="#one"><img src="http://rs385.pbsrc.com/albums/oo296/EmO_TEnTAi/HRM%20pixels/bacon_pixel.gif~c200" height="60"> </a>
  210.  
  211. <a href="#two"><img src="http://rs385.pbsrc.com/albums/oo296/EmO_TEnTAi/HRM%20pixels/bacon_pixel.gif~c200" height="60"></a>
  212.  
  213. <a href="#three"><img src="http://rs385.pbsrc.com/albums/oo296/EmO_TEnTAi/HRM%20pixels/bacon_pixel.gif~c200" height="60"></a>
  214.  
  215. <a href="#four"><img src="http://rs385.pbsrc.com/albums/oo296/EmO_TEnTAi/HRM%20pixels/bacon_pixel.gif~c200" height="60"></a>
  216. </div>
  217.  
  218. <div class="infobox">
  219. </div>
  220.  
  221. <div id="one" class="box">
  222. <div style="width:335; height:450; overflow-y: auto;">
  223. <table>
  224. <tr><td class="one">
  225. <b>Name</b>
  226. </td><td class="two">
  227.  
  228. </td></tr><tr>
  229. <table>
  230. <tr><td class="one">
  231. <b>Nicknames</b>
  232. </td><td class="two">
  233.  
  234. </td></tr><tr>
  235. <table>
  236. <tr><td class="one">
  237. <b>Age</b>
  238. </td><td class="two">
  239. ---
  240. </td></tr><tr>
  241. <table>
  242. <tr><td class="one">
  243. <b>Height</b>
  244. </td><td class="two">
  245. ---
  246. </td></tr><tr>
  247. <table>
  248. <tr><td class="one">
  249. <b>Weight</b>
  250. </td><td class="two">
  251. ---
  252. </td></tr><tr>
  253. <table>
  254. <tr><td class="one">
  255. <b>Gender</b>
  256. </td><td class="two">
  257. ---
  258. </td></tr><tr>
  259. <table>
  260. <tr><td class="one">
  261. <b>Sexuality</b>
  262. </td><td class="two">
  263. ---
  264. </td></tr><tr>
  265. <table>
  266. <tr><td class="one">
  267. <b>Marital Status</b>
  268. </td><td class="two">
  269. ---
  270. </td></tr><tr>
  271. <table>
  272. <tr><td class="one">
  273. <b>Species</b>
  274. </td><td class="two">
  275. ---
  276. </td></tr><tr>
  277. </table>
  278. </div>
  279. </div>
  280.  
  281.  
  282. <div id="two" class="box">
  283.  
  284. <div style="width:335; height:250; overflow-y: auto;">
  285. </div>
  286. </div>
  287.  
  288. <div id="three" class="box">
  289.  
  290. <div style="width:335; height:60; overflow-y: auto;">
  291. </div>
  292. </div>
  293.  
  294. <div id="four" class="box">
  295. 1. Coding was made by Black Onyx Designs</a><Br>
  296. <div style="width:335; height:150; overflow-y: auto;">
  297. </div>
  298. </div>
  299. </div>
  300.  
  301. </div>
  302.  
  303.  
  304.  
  305. <div class="img"><img src="https://i.imgur.com/VAtokJF.png" height="667px">
  306. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement