Advertisement
LadyDarkness

New code

Feb 28th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://fonts.googleapis.com/css?family=Pacifico);
  3.  
  4. .pfor {display: none;}
  5. #profile {background-color: transparent; border: 0px;}
  6. ::-webkit-scrollbar-thumb:vertical {background: transparent; border: 1px solid #000; border-radius: 90px; height: 100px;}
  7. ::-webkit-scrollbar-thumb:horizontal {background-color: #000000; width: 5px; height: 100px !important;}
  8. ::-webkit-scrollbar {height: 1px; width: 5px; background-color: #fff;}
  9.  
  10. body {background-image: url(http://i.picpar.com/1njd.jpg); background-color: white; cursor: default;}
  11.  
  12.  
  13.  
  14. .center { font-size: 10px; Font-Color: #0f0f0f;Border: 7px solid #9ed2ff; background-image: url(http://i.picpar.com/5njd.jpg); background-size: 100% 100%; text-align: left; height: 36%; width: 30%; overflow: hidden; Position: fixed; left: 35%; top: 30%; margin-top: -10px; overflow: auto; z-index: 20;}
  15.  
  16. .center:hover {background-image: url(http://i.picpar.com/2njd.jpg); background-size: 100% 100%; }
  17.  
  18.  
  19. #Center { font-size: 10px; Font-Color: #FFFFFF; Border: 7px solid #9ed2ff; background-color: #fff; background-size: 100% 100%; text-align: left; height: 36%; width: 30%; overflow: hidden; Position: fixed; left: 35%; top: 30%; -webkit-transition: all 0.7s ease-in; -moz-transition: all 0.7s ease-in; -o-transition: all 0.7s ease-in; margin-top: -10px; overflow: auto; Opacity: 0; z-index: 20;}
  20.  
  21. .center:hover #center { Color: #000000; Opacity: 0.7;}
  22.  
  23. .words {position: absolute; top: 35%; left: 30%; text-align: Right; background: Transparent; font-family: 'Pacifico', cursive; Font-size: 14; Color: #9ed2ff; Padding: 3%; overflow: hidden; z-index: 2;}
  24. .nav1 {position: absolute; top: 34%; left: 33%; width: 15px; height: 15px; background: #9ed2ff; border-radius: 250px;}
  25.  
  26. .nav1:hover {background: #fff; }
  27.  
  28. .nav2 {position: absolute; top: 37%; left: 33%; width: 15px; height: 15px; background: #9ed2ff; border-radius: 250px;}
  29.  
  30. .nav2:hover {background: #fff; }
  31.  
  32. .nav3 {position: absolute; top: 37%; left: 33%; width: 15px; height: 15px; background: #9ed2ff; border-radius: 250px;}
  33.  
  34. .nav3:hover {background: #fff; }
  35.  
  36.  
  37.  
  38.  
  39. .nav4 {position: absolute; top: 40%; left: 33%; width: 15px; height: 15px; background: #9ed2ff; border-radius: 250px;}
  40.  
  41. .nav4:hover {background: #fff; }
  42.  
  43.  
  44. .nav4 {position: absolute; top: 40%; left: 33%; width: 15px; height: 15px; background: #9ed2ff; border-radius: 250px;}
  45.  
  46. .nav4:hover {background: #fff; }
  47.  
  48. a {text-decoration: none;}
  49. a {color: #3399FF;
  50.  
  51. transition: all .5s ease-in-out;
  52. -webkit-transition: all .5s ease-in-out;
  53. -moz-transition: all .5s ease-in-out;
  54. -o-transition: all .5s ease-in-out;
  55. -ms-transition: all .5s ease-in-out;}
  56.  
  57. a:hover {color: #8C7E6C;
  58.  
  59. transition: all .5s ease-in-out;
  60. -webkit-transition: all .5s ease-in-out;
  61. -moz-transition: all .5s ease-in-out;
  62. -o-transition: all .5s ease-in-out;
  63. -ms-transition: all .5s ease-in-out;}
  64.  
  65.  
  66.  
  67. h1 {
  68. font: normal 12px 'lucida console';
  69. color: #6D7B8D;
  70. border-bottom: 1px solid #3399FF;
  71. text-shadow: 0px 0px 3px #3399FF;
  72. filter: dropshadow(color=#3399FF, offx=0, offy=0);
  73. opacity: 0.9; }
  74.  
  75. B{
  76. font-variant: all-caps;
  77. font-size: 10px;
  78. color: #3399FF;
  79. letter-spacing: 1px;}
  80.  
  81. I{
  82. font-decoration: none;
  83. font-size: 9px;
  84. color: #000;
  85. text-shadow: 0px 0px 3px #3399FF;
  86. }
  87.  
  88.  
  89. #splashart {
  90. z-index: 0;
  91. position: fixed;
  92. left: 15px;
  93. bottom: 0px;}
  94.  
  95. #splashart img {
  96. width: 320;}
  97.  
  98. #splashart2 {
  99. z-index: 0;
  100. position: fixed;
  101. right: 15px;
  102. bottom: 0px;}
  103.  
  104. #splashart img {
  105. width: 320;}
  106.  
  107.  
  108. #textbox {
  109. position:fixed;
  110. height:100px;
  111. width:50%;
  112. background-color:gray;
  113. }
  114. .tab {
  115. z-index:1;
  116. position:absolute;
  117. top:50%;
  118. left:50px;
  119. height:250px;
  120. width:30%;
  121. background-color:light blue;
  122. opacity:0;
  123. transition:1s;
  124. }
  125. .tab:target {
  126. z-index:2;
  127. opacity:1;
  128. }
  129. #nav {
  130. position:absolute;
  131. top:;
  132. left:;
  133. height:;
  134. width:;
  135. }
  136. #nav a {
  137. color:;
  138. }
  139. .left:hover #leftcenter { Color: #000000; Opacity: 0.7;}
  140.  
  141. .words {position: absolute; top: 62%; left: 44%; text-align: Right; background: Transparent; font-family: 'Kaushan Script', cursive; Font-size: 22; Color: #C20000; Padding: 3%; overflow: hidden; z-index: 2;}
  142.  
  143. .nav1 {position: absolute; top: 32%; left: 33%; width: 15px; height: 15px; background: #9ed2ff; border-radius: 250px;}
  144.  
  145. .nav1:hover {background: #fff; }
  146. a {text-decoration: none;}
  147. a {color: #3399FF;
  148.  
  149. transition: all .5s ease-in-out;
  150. -webkit-transition: all .5s ease-in-out;
  151. -moz-transition: all .5s ease-in-out;
  152. -o-transition: all .5s ease-in-out;
  153. -ms-transition: all .5s ease-in-out;}
  154.  
  155. a:hover {color: #8C7E6C;
  156.  
  157. transition: all .5s ease-in-out;
  158. -webkit-transition: all .5s ease-in-out;
  159. -moz-transition: all .5s ease-in-out;
  160. -o-transition: all .5s ease-in-out;
  161. -ms-transition: all .5s ease-in-out;}
  162.  
  163.  
  164.  
  165. h1 {
  166. font: normal 12px 'lucida console';
  167. color: #6D7B8D;
  168. border-bottom: 1px solid #3399FF;
  169. text-shadow: 0px 0px 3px #3399FF;
  170. filter: dropshadow(color=#3399FF, offx=0, offy=0);
  171. opacity: 0.9; }
  172.  
  173. B{
  174. font-variant: all-caps;
  175. font-size: 10px;
  176. color: #3399FF;
  177. letter-spacing: 1px;}
  178.  
  179. I{
  180. font-decoration: none;
  181. font-size: 9px;
  182. color: #000;
  183. text-shadow: 0px 0px 3px #3399FF;
  184. }
  185.  
  186. </style>
  187. <link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
  188.  
  189.  
  190. <div class="words">You love me just to break me. </div>
  191. </style>
  192.  
  193. <a href="#1" class="nav1" Title="Basics"> </a>
  194. <a href="#2" class="nav2" Title="History"> </a>
  195. <a href="#4" class="nav4" Title="OOC"> </a>
  196. <div id="splashart"><img src="http://i.picpar.com/0njd.png">
  197.  
  198. <div id="splashart2"><img src="http://i.picpar.com/znjd.jpg">
  199.  
  200.  
  201.  
  202. </style>
  203.  
  204. <div class="Center">
  205. <div id="center">
  206.  
  207. <div style="height: 100%; width: 100%; overflow-y: hidden;">
  208.  
  209.  
  210. <a name="1"></a>
  211. <div style="height: 100%; width: 100%; overflow: auto;" align="center">
  212. <h1>Basics</h1>
  213. <b>Name:</b> Alayna Brooks <br><br>
  214. <b> Alias:</b> Kitty Puss <br><br>
  215. <b>Age:</b> 24 <br><br>
  216. <b>Race:</b> Neko/Witch (hybrid) <br><br>
  217. <b>Sexuality:</b> Straight <br><br>
  218. <b>Status:</b> Single <br><br>
  219. <b>Likes:</b> Ask, too many to list. <br><br>
  220. <b>Dislikes:</b> Vore, Rape/Force, Incest, Anal, ECT.<br><br>
  221. </div>
  222.  
  223. <a name="2"></a>
  224. <div style="height: 100%; width: 100%; overflow: auto;" align="left">
  225. <a href="" Target="_blank"><i>History: Will tell another time </i></a>
  226. </div>
  227.  
  228.  
  229. <a name="4"></a>
  230. <div style="height: 100%; width: 100%; overflow: auto;" align="center">
  231. <a href="" Target="_blank"><i>OOC: Pm friendly. Don't start with a post please talk to me about it first. No drama. IC is IC. OOC is OOC. Keep them sepreate please. Dont ask for my ooc info unless I get to know you or I have known you for a while. Also this is MY CODE no stealing, otherwise you will know the wrath of me. </i></a>
  232. </div>
  233. </div>
  234. </div>
  235. </div>
  236.  
  237. <div class="bar"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement