Advertisement
Lizellea

Code?

Feb 29th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3.  
  4. h3.pfor{
  5. display: none;
  6. }
  7.  
  8. #profile{
  9. border-width: 0px;
  10. background: transparent;
  11. }
  12.  
  13. body {
  14. background: white;
  15. }
  16.  
  17. #m1 {
  18. position: fixed;
  19. top: 20;
  20. left: 20;
  21. border-style: solid solid solid solid;
  22. border-width: 5px 5px 5px 5px;
  23. border-color: black;
  24. border-radius: 1em 0em 0em 1em;
  25. overflow: hidden;
  26. width: 450;
  27. height: 700;
  28. }
  29.  
  30. #m1 img {
  31. border-radius: 1em 0em 0em 1em;
  32. }
  33.  
  34. #m2 {
  35. border: solid 5px black;
  36. height: 700;
  37. width: 600;
  38. background: grey;
  39. position: fixed;
  40. top: 20;
  41. left: 475;
  42. border-radius: 0em 1em 1em 0em;
  43. }
  44.  
  45. #m2 p, .items p {
  46. margin: 25px;
  47. color: #f2ffa0;
  48. font-size: 15px;
  49. }
  50.  
  51. .items p {
  52. position: fixed;
  53. left: 475;
  54. width: 500;
  55. }
  56.  
  57. .navigation {
  58. z-index: 0;
  59. position: fixed;
  60. display: flex;
  61. flex-direction: column;
  62. top: 60;
  63. left: 1000;
  64. transition: all 0.5s ease;
  65. }
  66.  
  67. .navigation a {
  68. transition: all 0.5s ease;
  69. text-decoration: none;
  70. display: inline-block;
  71. background: white;
  72. border: 5px solid black;
  73. width: 25px;
  74. height: 25px;
  75. border-radius: 100%;
  76. text-align: center;
  77. color: black;
  78. }
  79.  
  80. #effect1:target #navi1 a, #effect2:target #navi2 a, #effect3:target #navi3 a, .navigation a:hover{
  81. background-color: #f2ffa0;
  82. }
  83.  
  84. .items {
  85. transition: all 0.5s ease-in-out;
  86. opacity: 0;
  87. position: fixed;
  88. top: 60;
  89. }
  90.  
  91. #effect1:target #l1,
  92. #effect2:target #l3,
  93. #effect3:target #l4,
  94. .items:target, .b1 {
  95. transition: all 0.5s ease-in-out;
  96. opacity: 1;
  97. position: fixed;
  98. top: 60;
  99. }
  100.  
  101. </style>
  102.  
  103. <div id="m1"><img src="http://i.imgur.com/cKS3EpW.jpg" width="450" height="700"></div>
  104. <div id="m2"><p>★ ~ Maiden Sariandi ~ ★</p></div>
  105.  
  106. <div id="effect1">
  107. <div id="effect2">
  108. <div id="effect3">
  109.  
  110. <span class="navigation" id="navi1"><a href="#effect1">★</a></span>
  111. <span class="navigation" id="navi2" style="top: 100;"><a href="#effect2">★</a></span>
  112. <span class="navigation" id="navi3" style="top: 140;"><a href="#effect3">★</a></span>
  113.  
  114. <span id="l1" class="items">
  115. <span id="m1"><img src="http://i.imgur.com/IDSFzIB.jpg" width="450" height="700"></span>
  116. <p>Sariandi is an elven female who was born into poverty and sold to loan sharks then into slavery at the age of 13. At age 18 she was sold to a brothel where she became one of the most popular girls there due to her disease immunity, low fertility, and general appearance.<br>
  117. <br>
  118. Once she had accrued enough money to purchase her freedom she began serving drinks at a pub. Now, having been fired from her job, she wanders the lands, currently age 21, while questing to earn enough money so she can eat. Her quests involve anything from killing monsters to getting fucked by beasts and humans alike.<br>
  119. <br>
  120. "My younger years were difficult but they made me into who I am today. Of course, that being said, I would have gladly stayed at the brothel. Sadly the other girls were getting a bit jealous."</p>
  121. </span>
  122.  
  123. <span id="l3" class="items">
  124. <span id="m1"><img src="http://i.imgur.com/faFI9rL.jpg" width="450" height="700"></span>
  125. </span>
  126.  
  127. <span id="l4" class="items">
  128. <span id="m1"><img src="http://i.imgur.com/ZcElMvO.png" width="450" height="700"></span>
  129. </span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement