Advertisement
Falkstids

Geralt Profile 1.0

Dec 4th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
  2.  
  3. body{
  4. background-color:#000;
  5. overflow:hidden;
  6. }
  7.  
  8. ::-webkit-scrollbar
  9. {
  10. width: 0px;
  11. background-color: transparent;
  12. }
  13.  
  14.  
  15.  
  16. #background{
  17. width:100%;
  18. height:80%;
  19. background-color:#fff;
  20. position:absolute;
  21. left:0px;
  22. top:10%;
  23. background-size:100%;
  24.  
  25. animation-fill-mode:forwards;
  26. overflow:hidden;
  27. }
  28.  
  29. #backgroundimage {
  30. width:100%;
  31. height:100%;
  32. position:absolute;
  33. background-image:url(https://www.textures.com/system/gallery/photos/Wood/Planks/Old%20Planks/120447/WoodPlanksOld0250_3_270.jpg);
  34. background-size:20%;
  35. background-position:0px -200px;
  36. }
  37.  
  38. @keyframes background{
  39. from{
  40. width:0%;
  41. }
  42. to{
  43. width:100%;
  44. }
  45. }
  46.  
  47. #textgeralt a{
  48. background-image:url(https://i.imgur.com/3OAus94.png);
  49. background-size:100%;
  50. width:500px;
  51. height:800px;
  52. background-repeat:no-repeat;
  53. position:absolute;
  54. display:block;
  55. top:50%;
  56. left:50%;
  57. margin-top:-350px;
  58. margin-left:-700px;
  59. filter:drop-shadow(0px 0px 10px #000);
  60. transition:.5s;
  61. z-index:8;
  62. }
  63.  
  64. #textgeralt:hover a{
  65. filter:drop-shadow(0px 0px 2px white);
  66. margin-top:-375px;
  67. margin-left:-725px;
  68. width:525px;
  69. height:82p5x;
  70. }
  71.  
  72. #book a{
  73. background-image:url(https://cdn.discordapp.com/attachments/433827877155504139/450152792384995348/Book.png);
  74. background-size:100%;
  75. background-repeat:no-repeat;
  76. width:800px;
  77. height:850px;
  78. position:absolute;
  79. top:50%;
  80. left:50%;
  81. transform:rotate(10deg);
  82. margin-top:-350px;
  83. margin-left:-350px;
  84. filter:drop-shadow(-5px 5px 10px #000);
  85. transition:.5s;
  86. z-index:9;
  87. }
  88.  
  89. #book:hover a{
  90. width:825px;
  91. height:875px;
  92. margin-top:-375px;
  93. margin-left:-375px;
  94. filter:drop-shadow(0px 0px 2px white);
  95. }
  96.  
  97. #wolf a{
  98. background-image:url(https://cdn.discordapp.com/attachments/433827877155504139/450153810384519188/Wolf_School_medallion.png);
  99. background-size:100%;
  100. background-repeat:no-repeat;
  101. width:180px;
  102. height:180px;
  103. position:absolute;
  104. display:block;
  105. filter:drop-shadow(0px 0px 10px #000);
  106. top:50%;
  107. left:50%;
  108. margin-top:120px;
  109. margin-left:-400px;
  110. z-index:10;
  111. transition:.5s;
  112. }
  113.  
  114. #wolf:hover a{
  115. margin-top:95px;
  116. margin-left:-400px;
  117. width:215px;
  118. height:215px;
  119. filter:drop-shadow(0px 0px 2px white);
  120. }
  121.  
  122. #gwent a{
  123. background-image:url(https://cdn.discordapp.com/attachments/433827877155504139/450154899637010444/gwent.png);
  124. background-size:100%;
  125. background-repeat:no-repeat;
  126. width:600px;
  127. height:600px;
  128. position:absolute;
  129. display:block;
  130. filter:drop-shadow(0px 0px 10px #000);
  131. top:50%;
  132. left:50%;
  133. margin-top:-100px;
  134. margin-left:100px;
  135. z-index:10;
  136. transition:.5s;
  137. }
  138.  
  139. #gwent:hover a{
  140. width:625px;
  141. height:625px;
  142. margin-top:-125px;
  143. margin-left:75px;
  144. filter:drop-shadow(0px 0px 2px white);
  145. }
  146.  
  147. #overlay{
  148. background-color:#000;
  149. opacity:.9;
  150. position:absolute;
  151. top:0px;
  152. left:0px;
  153. width:100%;
  154. height:100%;
  155. z-index:0;
  156. opacity:0;
  157. }
  158.  
  159. #one, #two, #three, #four{
  160. background-image:url(https://i.imgur.com/sRtUng7.png);
  161. background-size:100%;
  162. background-repeat:no-repeat;
  163. width:600px;
  164. height:730px;
  165. position:absolute;
  166. top:50%;
  167. left:50%;
  168. margin-left:-300px;
  169. margin-top:-350px;
  170. z-index:0;
  171. opacity:0;
  172. }
  173.  
  174.  
  175.  
  176.  
  177.  
  178. .text{
  179. width:540px;
  180. height:580px;
  181. background-color:transparent;
  182. position:absolute;
  183. top:80px;
  184. left:20px;
  185. color:#cccac1;
  186. font-size:15pt;
  187. font-family: 'Roboto Condensed', sans-serif;
  188. padding:10px;
  189. overflow:auto;
  190. }
  191.  
  192. #one a, #two a, #three a, #four a{
  193. font-size:15pt;
  194. color:#fff;
  195. position:absolute;
  196. text-decoration:none;
  197. bottom:0px;
  198. right:20px;
  199. font-family: 'Roboto Condensed', sans-serif;
  200. }
  201.  
  202. #one a:hover, #two a:hover, #three a:hover, #four a:hover{
  203. color:#cccac1;
  204. }
  205.  
  206. h1{
  207. font-size:20pt;
  208. color:#fff;
  209. font-family: 'Roboto Condensed', sans-serif;
  210. position:absolute;
  211. top:15px;
  212. left:30px;
  213. }
  214.  
  215. #blanketreset:target #one, #blanketreset:target #two, #blanketreset:target #three, #blanketreset:target #four, #blanketreset:target #overlay{
  216. z-index:0;
  217. opacity:0;
  218. transition:.5s;
  219. }
  220.  
  221. #blanket1:target #one{
  222. z-index:20;
  223. opacity:1;
  224. transition:.5s;
  225. }
  226.  
  227. #blanket1:target #overlay{
  228. z-index:15;
  229. opacity:.9;
  230. transition:.5s;
  231. }
  232.  
  233. #blanket2:target #two{
  234. z-index:20;
  235. opacity:1;
  236. transition:.5s;
  237. }
  238.  
  239. #blanket2:target #overlay{
  240. z-index:15;
  241. opacity:.9;
  242. transition:.5s;
  243. }
  244.  
  245. #blanket3:target #three{
  246. z-index:20;
  247. opacity:1;
  248. transition:.5s;
  249. }
  250.  
  251. #blanket3:target #overlay{
  252. z-index:15;
  253. opacity:.9;
  254. transition:.5s;
  255. }
  256.  
  257. #blanket4:target #four{
  258. z-index:20;
  259. opacity:1;
  260. transition:.5s;
  261. }
  262.  
  263. #blanket4:target #overlay{
  264. z-index:15;
  265. opacity:.9;
  266. transition:.5s;
  267. }
  268.  
  269. <div id="blanketreset"><div id="blanket1"><div id="blanket2"><div id="blanket3"><div id="blanket4">
  270. <div id="backgroundimage">
  271.  
  272.  
  273.  
  274. <div id="textgeralt">
  275. <a href="#blanket1"></a>
  276. </div>
  277.  
  278. <div id="wolf">
  279. <a href="#blanket2"></a>
  280. </div>
  281.  
  282. <div id="book">
  283. <a href="#blanket3"></a>
  284. </div>
  285.  
  286.  
  287. <div id="gwent">
  288. <a href="#blanket4"></a>
  289. </div>
  290.  
  291.  
  292. <div id="overlay"></div>
  293. <div id="one">
  294. <h1>Geralt of Rivia</h1>
  295. <div class="text">
  296. Many cannot fathom the friendship Geralt of Rivia and I, Dandelion, have shared all these years. When we first began breaking bread together, spiteful tongues said he'd be better off cutting my throat and dumping my body in a hollow tree – before I provoked someone else into doing that same to us both. Those individuals spoke out of pure jealousy, for Geralt was my dearest friend, a fact which he gave ample evidence of on numerous occasions.<br><br>
  297. I could say a great deal about that world-famous monster hunter, the man known in Elder Speech as Gwynbleidd, or, in our younger (yet no less noble) tongue, as the White Wolf. For Geralt of Rivia is a truly exceptional individual. A brief encounter might tempt one to label him a mere swinger of swords, a simple monster-catcher, a rough-and-tumble practitioner of a dirty trade – but peer closer and you will soon discover he is a man of unplumbed depths, unique views and vast, world-spanning experience.<br><br>
  298. On the surface, he is introverted, tight-lipped, and one might even say gruff, but underneath lies an overflowing sea of goodwill, good humour, and an honest readiness to help his friends, be it with a bit of sound advice or the masterful application of his blade.<br><br>
  299. Setting aside cumbersome false modesty, I can say that I know his story better than any man alive. I was with him through hard times and good, helping with wise advice, warm words and razor wit. As a result, I am a vital part of his story, both in its earlier and present portions. It is thus my duty to continue my chronicle and, for the benefit of future generations, put in writing the next chapter of his deeds and exploits.
  300. </div>
  301. <a href="#blanketreset">X</a>
  302. </div>
  303.  
  304. <div id="two">
  305. <h1>Hunt Journal</h1>
  306. <div class="text">
  307. </div>
  308. <a href="#blanketreset">X</a>
  309. </div>
  310.  
  311. <div id="three">
  312. <h1>The Beloved</h1>
  313. <div class="text">
  314. </div>
  315. <a href="#blanketreset">X</a>
  316. </div>
  317.  
  318. <div id="four">
  319. <h1>Meme</h1>
  320. <div class="text">
  321. </div>
  322. <a href="#blanketreset">X</a>
  323. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement