Advertisement
Carneficine

savi 2

May 26th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. /* Preview: http://i.picpar.com/mQ6c.png */
  2.  
  3. /* Profile was created by Alcyone, for anyone to use freely. If you are interested in commissioning a profile, go ahead and leave her some mail. */
  4.  
  5. ::-webkit-scrollbar {progress; width: 0px;}
  6. ::-webkit-scrollbar-thumb:vertical {
  7. background-color: #000;
  8. border: 1px solid transparent;
  9. -webkit-border-radius: 1px;
  10. box-shadow: 0 0 3px transparent, inset 0 0 6px transparent;
  11. -moz-transition:all 0.3s ease-in-out;
  12. -webkit-transition:all 0.3s ease-in-out;}
  13.  
  14. ::-webkit-scrollbar-thumb:vertical:hover,
  15. ::-webkit-scrollbar-button:start:decrement:hover,
  16. ::-webkit-scrollbar-button:end:increment:hover
  17. {border-color:transparent;box-shadow: 0 0 12px
  18. transparent, inset 0 0 16px transparent;}
  19.  
  20. .bg {position: fixed;
  21. width: 800px;
  22. height: 690px;
  23. margin: auto;
  24. top: 0px;
  25. bottom: 0px;
  26. left: 0px;
  27. right: 0px;
  28. text-align: center;
  29. border: 0px solid #000;}
  30.  
  31. /* ------------------------------------------ */
  32. /* ------------------------------------------ */
  33. /* ------------------------------------------ */
  34.  
  35. /* Start editing your stuff below. */
  36.  
  37. /* Background */
  38.  
  39. body {background: #000;}
  40.  
  41. /* Link */
  42.  
  43. a {color: #AF274C;
  44. text-shadow:
  45. #000 -1px 0px,
  46. #000 0px 1px,
  47. #000 1px 0px,
  48. #000 0px -1px;
  49. text-decoration: none;}
  50.  
  51. /* Bold */
  52.  
  53. b {color: #8F645A;
  54. text-shadow: #000 1px 1px;}
  55.  
  56. /* Italics */
  57.  
  58. i {color: #3e22ae;}
  59.  
  60. /* Underline */
  61.  
  62. u {color: #3e22ae;}
  63.  
  64.  
  65. .leftimage {background: none;
  66. background:url('https://i.imgur.com/UfjYlJE.png')
  67. center center no-repeat;
  68. position: absolute;
  69. text-align: center;
  70. width: 450px;
  71. height: 621px;
  72. top: 30px;
  73. left: -220px;
  74. border: 1px solid #000;
  75. overflow: auto;}
  76.  
  77. .mainborder {background: #461012;
  78. position: absolute;
  79. text-align: center;
  80. width: 370px;
  81. height: 550px;
  82. left: 420px;
  83. top: 100px;
  84. border: 1px solid #000;
  85. overflow: auto;}
  86.  
  87. .bannerimage {background: none;
  88. background:url('https://piecesofme2016.files.wordpress.com/2016/09/lions-2.jpg')
  89. center center no-repeat;
  90. position: absolute;
  91. text-align: center;
  92. width: 350px;
  93. height: 200px;
  94. top: 110px;
  95. left: 430px;
  96. border: 1px solid #000;
  97. overflow: auto;}
  98.  
  99. .title {position: absolute;
  100. font-family: Book Antiqua;
  101. color: #fff;
  102. font-size: 60px;
  103. left: 420px;
  104. top: 40px;
  105. width: 370px;
  106. text-align: left;
  107. border: 0px solid #000;
  108. text-shadow:
  109. #000 -1px 0px,
  110. #000 0px 1px,
  111. #000 1px 0px,
  112. #000 0px -1px;
  113. text-decoration: none;}
  114.  
  115. .info {background: #16161A;
  116. position: absolute;
  117. font-family: Alegreya;
  118. font-size:15px;
  119. color: #e8e9eb;
  120. text-align: justify;
  121. width: 340px;
  122. height: 270px;
  123. left: 430px;
  124. top: 325px;
  125. border: 1px solid #120907;
  126. overflow: auto;
  127. padding:5px 5px 5px 5px;}
  128.  
  129. #navi1 { position: absolute;
  130. top: 615px;
  131. left: 430px;}
  132.  
  133. a.navi, a.navi:visited, a.navi:hover {
  134.  
  135. text-decoration: none;
  136. display: inline-block;
  137. width: 50px;
  138. height: 25px;
  139. background-color: #fff;
  140. border: 1px solid #000;}
  141.  
  142. #one:target .info {z-index: 99;}
  143. #two:target .info {z-index: 99;}
  144. #three:target .info {z-index: 99;}
  145. #four:target .info {z-index: 99;}
  146. #five:target .info {z-index: 99;}
  147. #six:target .info {z-index: 99;}
  148. #seven:target .info {z-index: 99;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement