Advertisement
Falkstids

Balfour

Aug 24th, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Aldrich|Amatica+SC|Press+Start+2P');
  4.  
  5. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vh;}
  6. ::-webkit-scrollbar-track {border-radius: 0px; background: transparent;}
  7. ::-webkit-scrollbar-thumb {border-radius: 0px; background: #8c1e3b;}
  8.  
  9. body{
  10. overflow: hidden;
  11. background: url('http://i.picpar.com/S2oc.gif');
  12. background-size: cover;
  13. }
  14.  
  15. #sheet {
  16. position: absolute;
  17. height: 97.7%;
  18. width: 98.7%;
  19. background: rgba(246,155,255,0.2);
  20. border-radius: 10px;
  21. z-index: -1;
  22. }
  23.  
  24. img {
  25. user-drag: none;
  26. user-select: none;
  27. -moz-user-select: none;
  28. -ms-user-select: none;
  29. -webkit-user-select: none;
  30. -webkit-user-drag: none;
  31. }
  32.  
  33. h1 {
  34. font-family: 'Press Start 2P';
  35. font-size: 2.5vh;
  36. color: rgba(96,255,131,0.9);
  37. text-transform: uppercase;
  38. }
  39.  
  40. #nav {
  41. position: fixed;
  42. height: 60.7%;
  43. width: 15%;
  44. left: 2%;
  45. bottom: 0%;
  46. top: 20%;
  47. border-radius: 10px;
  48. background: rgba(0,0,0,0.6);
  49. }
  50.  
  51. a.fam {
  52. display: block;
  53. text-transform: uppercase;
  54. font-family: 'Press Start 2P';
  55. font-size: 2.5vh;
  56. padding: 30px;
  57. color: rgba(96, 255, 131, 0.5);
  58. border-radius: 10px;
  59. text-decoration: none;
  60. transition-duration: 1s;
  61. }
  62.  
  63. a.fam:hover {
  64. background: rgba(0,0,0,0.7);
  65. color: rgba(96, 255, 131, 1);
  66. transition-duration: 1s;
  67. }
  68.  
  69. @keyframes error{
  70. from{opacity:0.7;font-size: 2.3vh;}
  71. to{opacity:1;}
  72. }
  73.  
  74. @-webkit-keyframes error{
  75. from{opacity:0.7;font-size:2.3vh;}
  76. to{opacity:1;}
  77. }
  78.  
  79. a.bam {
  80. display: block;
  81. text-transform: uppercase;
  82. font-family: 'Press Start 2P';
  83. font-size: 2.5vh;
  84. padding: 30px;
  85. color: rgba(255,66,66, 0.5);
  86. border-radius: 10px;
  87. text-decoration: none;
  88. transition-duration: 1s;
  89. animation: error 0.5s 1;
  90. -webkit-animation: error 0.5s 1;
  91. animation-iteration-count: infinite;
  92. animation-direction: alternate;
  93. }
  94.  
  95. a.bam:hover {
  96. background: rgba(0,0,0,0.7);
  97. color: rgba(255,66,66,1);
  98. transition-duration: 1s;
  99. }
  100.  
  101. .nav {
  102. list-style-type: none;
  103. margin: 0;
  104. padding: 0;
  105. background: transparent;
  106. height: 100%;
  107. width: 100%;
  108. }
  109.  
  110. #content {
  111. position: fixed;
  112. height: 100%;
  113. width: 50%;
  114. background: transparent;
  115. left: 18%;
  116. top: 0%;
  117. bottom: 0%;
  118. }
  119.  
  120. #box {
  121. position: absolute;
  122. overflow: auto;
  123. height: 75%;
  124. width: 100%;
  125. background: rgba(0,0,0,0.7);
  126. top: 10%;
  127. border-radius: 10px;
  128. padding: 15px;
  129. font-family: 'Aldrich';
  130. font-size: 3vh;
  131. color: rgba(96,255,131,0.9);
  132. opacity: 1;
  133. transition-duration: 1s;
  134. }
  135.  
  136. #picnav {
  137. position: fixed;
  138. height: 5%;
  139. width: 20%;
  140. background: rgba(0,0,0,0.5);
  141. top: 79%;
  142. left: 74%;
  143. border-radius: 10px;
  144. padding: 5px;
  145. opacity: 1;
  146. transition-duration: 1s;
  147. }
  148.  
  149. .blink {
  150. text-decoration: underline;
  151. float: left;
  152. animation: blink 0.5s 1;
  153. -webkit-animation: blink 0.5s 1;
  154. animation-iteration-count: infinite;
  155. animation-direction: alternate;
  156. }
  157.  
  158. @keyframes blink{
  159. from{opacity:0;}
  160. to{opacity:1;}
  161. }
  162.  
  163. @-webkit-keyframes blink{
  164. from{opacity:0;}
  165. to{opacity:1;}
  166. }
  167.  
  168. .r {float:right;}
  169.  
  170. a {
  171. font-family: 'Press Start 2P';
  172. font-size: 2vh;
  173. color: rgba(96,255,131,0.6);
  174. transition-duration: 1s;
  175. }
  176.  
  177. a:hover {
  178. color: rgba(96,255,131,0.9);
  179. transition-duration: 1s;
  180. }
  181.  
  182. #six {
  183. position: fixed;
  184. height: 65%;
  185. width: 25%;
  186. background: transparent;
  187. top: 10%;
  188. left: 71.5%;
  189. border-radius: 10px;
  190. border: 10px inset;
  191. border-color: rgba(0,0,0,0.5);
  192. transition-duration: 1.5s;
  193. }
  194.  
  195. #host1, #host2 {
  196. height: 100%;
  197. width: 100%;
  198. overflow:hidden;
  199. }
  200.  
  201. #pic1, #pic2, #pic3, #pic4, #one, #two, #three, #four, #five {
  202. height: 100%;
  203. width: 100%;
  204. }
  205.  
  206. #pic1:target, #pic2:target, #pic3:target, #pic4:target, #one:target, #two:target, #three:target, #four:target, #five:target {
  207. animation: appear 0.5s 1;
  208. -webkit-animation: appear 0.5s 1;
  209. }
  210.  
  211. #box:target {
  212. opacity: 0;
  213. transition-duration: 1s;
  214. }
  215.  
  216. @keyframes appear{
  217. from {opacity:0;}
  218. to{opacity:1;}
  219. }
  220.  
  221. @-webkit-keyframes appear{
  222. from{opacity:0;}
  223. to{opacity:1;}
  224. }
  225.  
  226.  
  227. /* Edit as you will but please don't remove the credit */
  228.  
  229. #credit {
  230. position:fixed;
  231. padding:5px;
  232. font-family:Aldrich;
  233. background:rgba(0,0,0,0.5);
  234. font-size: 2vh;
  235. bottom: 5%;
  236. left:2%;
  237. color: rgba(96, 255, 131, 0.5);
  238. border-left: 5px solid;
  239. border-color:rgba(255,66,66,0.5);
  240. }
  241.  
  242. a.cred {
  243. font-size: 1.2vh;
  244. animation:blink 2s 1;
  245. -webkit-animation: blink 2s 1;
  246. animation-iteration-count:infinite;
  247. animation-direction:alternate;
  248. text-decoration:none;
  249. }
  250.  
  251. a.cred:hover{
  252. color: rgba(255,66,66,0.5);
  253. }
  254.  
  255.  
  256. </style>
  257. <div id="sheet"></div>
  258. <div id="nav">
  259. <ul class="nav">
  260. <a href="#one" class="fam"><center>Stats</center></a><br>
  261. <a href="#two" class="fam"><center>Bio</center></a><br>
  262. <a href="#three" class="fam"><center>Connect</center></a>
  263. <a href="#four" class="fam"><center>OOC</center></a>
  264. <a href="#five" class="bam"><center>Error</center></a>
  265. </ul>
  266. </div>
  267. <div id="content">
  268. <div id="box">
  269. <div id="host1">
  270. <div id="one">
  271. <center><h1>Stats</h1></center><br><br>
  272. Name <div class="r">Balfour</div><br><br>
  273. Moniker <div class="r">Goat</div><br><br>
  274. Location <div class="r"> The club</div><br><br>
  275. Species <div class ="r">Satyr</div><br><br>
  276. Gender <div class="r">All Male</div><br><br>
  277. Interest <div class="r">This <a target="_blank" href="https://roleplay.chat/profile.php?user=Ossia"> DOE </a> </div><br><br>
  278. Height <div class="r">6'7"</div><br><br>
  279. Hair <div class="r">Black</div><br><br>
  280. Eyes <div class="r">Varies</div><br><br>
  281. </div>
  282. <div id="two">
  283. <center><h1>Biography</h1></center><br><br>
  284. <div class="blink">></div>Work in Progress
  285. </div>
  286. <div id="three">
  287. <center><h1>Connections</h1></center><br><br>
  288. <div class="blink">></div>Friends, Acqauintances and other connections go here.
  289. </div>
  290. <div id="four">
  291. <center><h1>Out of character</h1></center><br><br>
  292. <div class="blink">></div>In room approach is your best bet.<br>
  293. <div class="blink">></div>What I do IC does not reflect on me OOC.<br>
  294. <div class="blink">></div>LT is adored. Basic knowledge of English is adored as well.<br>
  295. <div class="blink">></div>I reserve the right to refuse RP.<br>
  296. <div class="blink">></div>Being a dick to me means I get to be rude to you.<br>
  297. <div class="blink">></div>Quality over quantity just like story over smut.<br>
  298. <br><br>
  299. Color: #FF4B23
  300. </div>
  301. <div id="five">
  302. There was an error connecting to this page.<br>
  303. .<br>.<br>Attempting to reconnect.<br>.<br>.
  304. <br>Connection failed.<br>.<br>.<br>
  305. Please <a href="#box">restart</a>
  306. <br><br><br>
  307. </div>
  308. </div>
  309. </div>
  310. </div>
  311. <div id="picnav">
  312. <div class="picnav">
  313. <br>
  314. <center>
  315. <a href="#pic1">1</a> - <a href="#pic2">2</a> - <a href="#pic3">3</a> - <a href="#pic4">4</a></center>
  316. </div>
  317. </div>
  318. <div id="six">
  319. <div id="host2">
  320. <div id="pic1">
  321. <img src="http://i.picpar.com/N2oc.jpg" style="height:100%;width:100%">
  322. </div>
  323. <div id="pic2">
  324. <img src="http://i.picpar.com/P2oc.jpg" style="height:100%;width:100%">
  325. </div>
  326. <div id="pic3">
  327. <img src="http://i.picpar.com/Q2oc.jpg" style="height:100%;width:100%">
  328. </div>
  329. <div id="pic4">
  330. <img src="http://i.picpar.com/R2oc.jpg" style="height:100%;width:100%">
  331. </div>
  332. </div>
  333. </div>
  334.  
  335. <div id="credit"> © <a target="_blank" href="https://roleplay.chat/profile.php?user=Elsie" class="cred">Elle.</a> Get the code <a target="_blank" href="http://pastebin.com/A9V0KHt4" class="cred">here.</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement