thisisnotras

changes

Jan 4th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. <style>
  2. /*
  3. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  4.  
  5. Author: Elle
  6. For: Ryujin Shimada [RPC Profile]
  7. Text type: CSS/HTML
  8. */
  9.  
  10. @import url('https://fonts.googleapis.com/css?family=Audiowide|Glass+Antiqua|Gruppo|IM+Fell+English+SC|Josefin+Slab|Kumar+One|Megrim|Righteous|Unica+One');
  11. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vh;}
  12. ::-webkit-scrollbar-track {border-radius: 0px; background: transparent;}
  13. ::-webkit-scrollbar-thumb {border-radius: 0px; background: #aaa;}
  14.  
  15. body{
  16. overflow:hidden;
  17. background: black;
  18. }
  19.  
  20. * {
  21. cursor: url('http://cur.cursors-4u.net/cursors/cur-7/cur641.cur'), progress !important;
  22. cursor:pointer url('http://cur.cursors-4u.net/cursors/cur-7/cur638.cur'), progress !important;}
  23. }
  24.  
  25. img {
  26. user-drag: none;
  27. user-select: none;
  28. -moz-user-select: none;
  29. -webkit-user-select: none;
  30. -webkit-user-drag: none;
  31. -ms-user-select: none;
  32. }
  33.  
  34. #pic {
  35. position: fixed;
  36. height:100%;
  37. width: 43%;
  38. background: transparent;
  39. top: -2%;
  40. right: 0%;
  41. z-index: -1;
  42. }
  43.  
  44. #content{
  45. position: fixed;
  46. height: 100%;
  47. width: 60%;
  48. background: transparent;
  49. top: 0%;
  50. left: 0;
  51. }
  52.  
  53. #name{
  54. position: absolute;
  55. height: 8%;
  56. width: 100%;
  57. top: 12%;
  58. font-family: 'Audiowide';
  59. font-size: 7vh;
  60. color: #64377a;
  61. animation: pulse 2.5s 1;
  62. -webkit-animation: pulse 2.5s 1;
  63. animation-iteration-count: infinite;
  64. animation-direction: alternate;
  65. }
  66.  
  67. @keyframes pulse{
  68. from{opacity:1;}
  69. to{opacity:0.4;}
  70. }
  71.  
  72. @-webkit-keyframes pulse{
  73. from{opacity:1;}
  74. to{opacity:0.4;}
  75. }
  76.  
  77. #nav{
  78. position: absolute;
  79. height: 50%;
  80. width: 10%;
  81. background: transparent;
  82. top: 25%;
  83. right: 7%;
  84. }
  85.  
  86. .nav1 {
  87. position: absolute;
  88. height: 7%;
  89. width:31%;
  90. background: #bbb;
  91. border: 5px solid;
  92. border-color: #5e5e5e;
  93. top: 20%;
  94. transition-duration: 0.4s;
  95. }
  96.  
  97. .nav1:hover{
  98. transition-duration: 0.8s;
  99. transform: rotate(360deg);
  100. border-radius: 100%;
  101. border-color: #cdcdcd;
  102. background: #cdcdcd;
  103. }
  104.  
  105. .nav2 {
  106. position: absolute;
  107. height: 7%;
  108. width:31%;
  109. background: #bbb;
  110. border: 5px solid;
  111. border-color: #5e5e5e;
  112. top: 35%;
  113. transition-duration: 0.4s;
  114. }
  115.  
  116. .nav2:hover{
  117. transition-duration: 0.8s;
  118. transform: rotate(360deg);
  119. border-radius: 100%;
  120. border-color: #cdcdcd;
  121. background: #cdcdcd;
  122. }
  123.  
  124. .nav3 {
  125. position: absolute;
  126. height: 7%;
  127. width:31%;
  128. background: #bbb;
  129. border: 5px solid;
  130. border-color: #5e5e5e;
  131. top: 50%;
  132. transition-duration: 0.4s;
  133. }
  134.  
  135. .nav3:hover{
  136. transition-duration: 0.8s;
  137. transform: rotate(360deg);
  138. border-radius: 100%;
  139. border-color: #cdcdcd;
  140. background: #cdcdcd;
  141. }
  142.  
  143. .nav4 {
  144. position: absolute;
  145. height: 7%;
  146. width:31%;
  147. background: #bbb;
  148. border: 5px solid;
  149. border-color: #5e5e5e;
  150. top: 65%;
  151. transition-duration: 0.4s;
  152. }
  153.  
  154. .nav4:hover{
  155. transition-duration: 0.4s;
  156. transform: rotate(360deg);
  157. border-radius: 100%;
  158. border-color: #cdcdcd;
  159. background: #cdcdcd;
  160. }
  161.  
  162. #box{
  163. position: absolute;
  164. height: 50%;
  165. width: 75%;
  166. background: #60367d59;
  167. top: 25%;
  168. left: 2%;
  169. border-radius: 15px;
  170. padding: 15px;
  171. font-family: 'Unica One';
  172. color: #ccc;
  173. font-size: 2.3vh;
  174. }
  175.  
  176. #host {height: 100%; width: 100%; overflow: hidden;}
  177.  
  178. #one, #two, #three, #four {height: 100%; width: 100%; overflow: auto;}
  179.  
  180. #one:target, #two:target, #three:target, #four:target {animation: appear 1.5s 1;-webkit-animation: appear 1.5s 1;}
  181.  
  182. @keyframes appear{
  183. from{opacity:0;}
  184. to{opacity:1;}
  185. }
  186.  
  187. @-webkit-keyframes appear{
  188. from{opacity:0;}
  189. to{opacity:1;}
  190. }
  191.  
  192. h1 {
  193. font-family: 'Righteous';
  194. font-size: 3vh;
  195. }
  196.  
  197. .r {float: right;}
  198.  
  199. b {color: #db8e5c; font-weight: bold;}
  200.  
  201. /* please don't remove the credit! I worked hard on this, fam :c */
  202.  
  203. #credit {
  204. position: absolute;
  205. background: rgba(33, 18, 43,0.5);
  206. border-left: 5px solid;
  207. border-color: rgba(0,0,0,0.6);
  208. bottom: 6%;
  209. left:20%;
  210. font-family: 'Gruppo';
  211. font-weight: bold;
  212. color: #000;
  213. padding: 3px;
  214. font-size: 2.2vh;
  215. }
  216.  
  217. a {text-decoration: none; color: #7a0051; transition-duration: 0.5s;}
  218. a:hover {font-size: 2.7vh; transition-duration: 0.5s;}
  219.  
  220. </style>
  221. <div id="pic">
  222. <img src="https://i.imgur.com/PBdxzwk.jpg" style="height: 110%;width:auto;">
  223. <div id="credit">
  224. © <a target="_blank" href="https://roleplay.chat/profile.php?user=Elsie">Elle</a>. Get the code <a target="_blank" href="http://pastebin.com/srfAqZQC">here.</a>
  225. </div>
  226. </div>
  227. <div id="content">
  228. <center><div id="name">Bae</div></center>
  229. <div id="nav">
  230. <a href="#one"><div class="nav1"></div></a>
  231. <a href="#two"><div class="nav2"></div></a>
  232. <a href="#three"><div class="nav3"></div></a>
  233. <a href="#four"><div class="nav4"></div></a>
  234. </div>
  235. <div id="box">
  236. <div id="host">
  237. <div id="one">
  238. <center><h1>Stats</h1></center>
  239. <br><br>
  240. <b>Name</b> <div class="r">Bae Anderson</div><br>
  241. <b>Nickname</b> <div class="r">Bo, Baeby</div><br>
  242. <b>Gender</b> <div class="r">Female</div><br>
  243. <b>Hair</b> <div class="r">Green/Teal</div><br>
  244. <b>Eyes</b> <div class="r">Pink with a hint of yellow</div><br>
  245. <b>Species</b> <div class="r">Rabbit</div><br>
  246. <b>Orientation</b> <div class="r">Straight</div><br>
  247. <b>Health Status</b> <div class="r">Pregnant</div><br>
  248. <b>Marital Status</b> <div class="r"> <a href="profile.php?user=Lys" target="_blank">My Detective</a>. </div><br>
  249. </div>
  250. <div id="two">
  251. <center><h1>Biography</h1></center>
  252. <center>Info here<br>Work In Progress<br>
  253. </div>
  254. <div id="three">
  255. <center><h1>Connections</h1></center><br>
  256. <center><a href="profile.php?user=Bellus"a target="_blank" href="Bellus"><img src="http://i.imgur.com/HTIbmHO.jpg" height="75" width="75" align="left" border="3" border-color="#000"></a></center>
  257. <center><b>Bell</b><br> <i>Bun Buddy</i><br>Bun Butt Wiggler</center><br><br>
  258. </div>
  259. <div id="four">
  260. <center><h1>OOC</h1></center>
  261. <br>
  262. <b>☯</b> No OOC Drama <br>
  263. <b>☯</b> Taken IRL <br>
  264. <b>☯</b> Fuck if I want <br>
  265. <b>☯</b> I own the art, Don't steal. <br>
  266. <b>☯</b> Not my code. <br>
  267. <b>☯</b> I'll decide If I give you another way to contact me.<br>
  268. <br>
  269. <center><h1>Typist Info</h1></center>
  270. <b>☯</b> I don't do one liners. They're boring. <br>
  271. <b>☯</b> You can attempt starting with a post. Whether I reply is if you're boring or not.
  272. </div>
  273. </div>
  274. </div>
  275.  
  276. </div>
Advertisement
Add Comment
Please, Sign In to add comment