Advertisement
ChaZayari

Steele

Apr 15th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Slabo+27px);
  4. body {
  5. background: #010100;
  6. overflow: hidden;
  7. }
  8.  
  9. #whole{
  10. position: fixed;
  11. top: 0px;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;}
  15.  
  16. #centerhost {
  17. position: absolute;
  18. top: 0px;
  19. left: 0px;
  20. right: 0px;
  21. bottom: -120px;
  22. margin: auto;
  23. height: 500px;
  24. width: 900px;
  25. }
  26.  
  27. #centerhostback {
  28. position: absolute;
  29. top: 0px;
  30. left: 0px;
  31. right: 0px;
  32. bottom: 0px;
  33. background-image: url(https://i.imgur.com/xoKltrU.png);
  34. background-size: auto 100%;
  35. background-repeat: no-repeat;
  36. background-position: center;
  37. -webkit-filter: grayscale(30%) contrast(120%) ;
  38. filter: grayscale(30%) contrast(120%) sepia(50%);
  39. opacity: 1;
  40. }
  41.  
  42. #topblur {
  43. position: absolute;
  44. top: -10px;
  45. left: 0px;
  46. right: 0px;
  47. height: 30px;
  48. background: #020201;
  49. -webkit-filter: blur(8px);
  50. }
  51.  
  52. #rightblur {
  53. position: absolute;
  54. top: 0px;
  55. bottom: 0px;
  56. right: 10px;
  57. width: 30px;
  58. background: #020201;
  59. -webkit-filter: blur(8px);
  60. }
  61.  
  62. #exaelimage {
  63. position: absolute;
  64. left: -180px;
  65. top: -150px;
  66. height: 800px;
  67. width: 400px;
  68. background-image: url();
  69. background-repeat: no-repeast;
  70. background-position: center;
  71. background-size: auto 100%;
  72. -webkit-filter: sepia(70%);
  73. filter: sepia(70%);
  74. -webkit-transition: all 3s;
  75. transition: all 3s;
  76. }
  77.  
  78. #exaelimage2{
  79. position: absolute;
  80. top: 0px;
  81. left: -50px;
  82. right: 0px;
  83. bottom: 0px;
  84. background-image:url();
  85. background-size: auto 100%;
  86. background-position: bottom left;
  87. background-repeat: no-repeat;
  88. opacity: .9;
  89. -webkit-filter:saturate(200%);
  90. filter:saturate(200%);
  91. }
  92.  
  93. #exaelimage3{
  94. position: absolute;
  95. top: 33px;
  96. left: -116px;
  97. right: 0px;
  98. bottom: -62px;
  99. background-image: url();
  100. background-size: auto 110%;
  101. background-position: bottom left;
  102. background-repeat: no-repeat;
  103. opacity: .9;
  104. -webkit-filter:saturate(200%);
  105. filter:saturate(200%);
  106. }
  107.  
  108.  
  109. #image{
  110. position: fixed;
  111. z-index: 5;
  112. top: 0vh;
  113. left: 0vw;
  114. }
  115.  
  116. #image img{
  117. height: 100vh;
  118. }
  119.  
  120.  
  121. #exaeltitle {
  122. position: absolute;
  123. top: -60px;
  124. left: 100px;
  125. height: 50px;
  126. width: 400px;
  127. border: 0px solid white;
  128. text-align: center;
  129. font-size: 30pt;
  130. font-style: italic;
  131. color: black;
  132. font-family: 'Slabo 27px';
  133. font-weight: 400;
  134. }
  135.  
  136. #titlefill {
  137. position: absolute;
  138. top: 12px;
  139. left: 30px;
  140. right: 400px;
  141. bottom: 0px;
  142. background: gold;
  143. opacity: .6;
  144. z-index: -1;
  145. -webkit-filter: blur(30px);
  146. -webkit-transition: all 3s;
  147. transition: all 3s;
  148. }
  149.  
  150. #whole:hover #titlefill {
  151. -webkit-transition: all 3s;
  152. transition: all 3s;
  153. right: 30px;
  154. }
  155.  
  156. #whole:hover #exaelimage {
  157. -webkit-transition: all 3s;
  158. transition: all 3s;
  159. -webkit-filter: sepia(40%);
  160. }
  161.  
  162. #menusection {
  163. position: absolute;
  164. bottom: -50px;
  165. left: 200px;
  166. right: 100px;
  167. height: 50px;
  168. border: 0px solid white;
  169. }
  170.  
  171. #menusection a {
  172. position: relative;
  173. margin-left: 70px;
  174. display: inline;
  175. text-align: center;
  176. color: gold;
  177. border-bottom: 1px solid transparent;
  178. font-size: 19pt;
  179. font-family: 'Slabo 27px', Times;
  180. text-shadow: 0px 0px 6px gold;
  181. opacity: .3;
  182. -webkit-transition: all 1s;
  183. transition: all 1s;
  184. font-weight: 400;
  185. text-decoration: none;
  186. opacity: 0;
  187. -webkit-transition: all 1s;
  188. transition: all 1s;
  189. }
  190.  
  191. #menusection a:hover {
  192. border-bottom: 1px solid gold;
  193. -webkit-transition: all 1s;
  194. transition: all 1s;
  195. }
  196.  
  197. #turningpages, #turningpages2 {
  198. position: fixed;
  199. left: 0px;
  200. right: 0px;
  201. top: 0px;
  202. bottom: 0px;
  203. margin: auto;
  204. height: 200px;
  205. width: 200px;
  206. border: 0px solid white;
  207. background-image: url(https://i.imgur.com/IMbG39K.gif);
  208. background-size: auto 100%;
  209. background-repeat: no-repeat;
  210. background-position: center;
  211. opacity: 0;
  212. -webkit-filter: grayscale(70%) sepia(30%);
  213. filter: grayscale(70%) sepia(30%);
  214. }
  215.  
  216. #contentarea {
  217. position: absolute;
  218. top: 0px;
  219. left: 100px;
  220. right: 0px;
  221. bottom: 0px;
  222. margin: auto;
  223. height: 300px;
  224. width: 500px;
  225. border: 0px solid white;
  226. }
  227.  
  228. #contentfill, #contentfill2 {
  229. position: absolute;
  230. top: 0px;
  231. left: 0px;
  232. right: 0px;
  233. bottom: 0px;
  234. -webkit-filter: blur(10px);
  235. background: black;
  236. opacity: 0;
  237. -webkit-transition: all 1s;
  238. transition: all 1s;
  239. }
  240.  
  241. .infoarea {
  242. position: absolute;
  243. top: 20px;
  244. left: 10px;
  245. right: 10px;
  246. bottom: 10px;
  247. box-sizing: border-box;
  248. padding-right: 10px;
  249. padding-bottom: 10px;
  250. border: 0px solid white;
  251. color: gray;
  252. overflow: auto;
  253. text-align: left;
  254. z-index: 0;
  255. opacity: 0;
  256. -webkit-transition: all 1s;
  257. transition: all 1s;
  258. font-style: italic;
  259. font-size: 14pt;
  260. }
  261.  
  262. ::-webkit-scrollbar {
  263. width: 4px;
  264. background-color: black;
  265. }
  266.  
  267. ::-webkit-scrollbar-thumb {
  268. border-radius: 0px;
  269. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  270. background-color: #4C4000;
  271. }
  272.  
  273. #selection1:target #contentfill,
  274. #selection2:target #contentfill2{
  275. -webkit-transition: all 1s 2.5s;
  276. transition: all 1s 2.5s;
  277. opacity: .9;
  278. }
  279.  
  280. #selection1:target #turningpages,
  281. #selection2:target #turningpages2{
  282. -webkit-animation: turninganimation 3s .25s;
  283. animation: turninganimation 3s .25s;
  284. }
  285.  
  286. #selection1:target #charinfo,
  287. #selection2:target #OOCinfo{
  288. -webkit-transition: all 1s 3.0s;
  289. transition: all 1s 3.0s;
  290. opacity: 1;
  291. z-index: 1;
  292. }
  293.  
  294. #selection1:target #menusection a:nth-child(1),
  295. #selection2:target #menusection a:nth-child(2){
  296. border-bottom: 1px solid gold;}
  297.  
  298. @-webkit-keyframes turninganimation{
  299. 0%{opacity: 0;}
  300. 10%{opacity: 0;}
  301. 40%{opacity: .7;}
  302. 70%{opacity: .7;}
  303. 90%{opacity: 0;}
  304. 100%{opacity: 0;}
  305. }
  306.  
  307. @keyframes turninganimation{
  308. 0%{opacity: 0;}
  309. 10%{opacity: 0;}
  310. 40%{opacity: .7;}
  311. 70%{opacity: .7;}
  312. 90%{opacity: 0;}
  313. 100%{opacity: 0;}
  314. }
  315.  
  316. #whole:hover #menusection a:nth-child(1){
  317. -webkit-transition: all 1s 0s, opacity 1s 1.5s;
  318. transition: all 1s 0s, opacity 1s 1.5s;
  319. opacity: .3;}
  320.  
  321. #whole:hover #menusection a:nth-child(2){
  322. -webkit-transition: all 1s 0s, opacity 1s 2.2s;
  323. transition: all 1s 0s, opacity 1s 2.2s;
  324. opacity: .3;}
  325.  
  326. #whole:hover #menusection a:nth-child(3){
  327. -webkit-transition: all 1s 0s, opacity 1s 2.9s;
  328. transition: all 1s 0s, opacity 1s 2.9s;
  329. opacity: .3;}
  330.  
  331.  
  332. #musicsection{
  333. position: absolute;
  334. right: 0px;
  335. bottom: 0px;
  336. top: 0px;
  337. margin: auto;
  338. height: 30px;
  339. width: 100px;
  340. border: 0px solid white;
  341. }
  342.  
  343. #musicfirst{
  344. position: absolute;
  345. left: 0px;
  346. top: 0px;
  347. height: 30px;
  348. width: 60px;
  349. font-size: 30px;
  350. font-family: 'Slabo 27px';
  351. font-style: italic;
  352. border: 0px solid red;
  353. color: gold;
  354. opacity: .4;
  355. -webkit-transition: all 1s .5s;
  356. transition: all 1s .5s;
  357. text-shadow: 0px 0px 6px gold;}
  358.  
  359. #musicsecond{
  360. position: absolute;
  361. right: -100px;
  362. top: 0px;
  363. height: 30px;
  364. width: 120px;
  365. border: 0px solid green;
  366. -webkit-transition: all 1s;
  367. transition: all 1s;}
  368.  
  369. #musicsecondA{
  370. position: absolute;
  371. background-image:url(http://25.media.tumblr.com/63f2cf3f1c33fa917f0c75b24be8fa47/tumblr_mrsjqh9YZ91sqb6imo1_500.gif);
  372. background-size: auto 100%;
  373. background-repeat: no-repeat;
  374. background-position: center;
  375. top: 0px;
  376. height: 30px;
  377. width: 45px;
  378. border: 0px solid gray;
  379. -webkit-transition: all 1s;
  380. transition: all 1s;
  381. overflow: hidden;
  382. text-align: right;
  383. height: 30px;
  384. width: 40px;
  385. left: 240px;
  386. }
  387.  
  388. #musicsecondB{
  389. position: absolute;
  390. left: 0px;
  391. top: 0px;
  392. font-size: 18pt;
  393. font-family: 'Slabo 27px';
  394. border: 0px solid blue;
  395. font-style: italic;
  396. color: gold;
  397. opacity: .4;
  398. text-align: right;
  399. width: 230px;
  400. text-shadow: 0px 0px 6px gold;}
  401.  
  402. #musicsecondA audio{
  403. opacity: 0;
  404. -webkit-transition: all 1s;
  405. transition: all 1s;}
  406.  
  407. #musicsection:hover #musicfirst{
  408. -webkit-transition: all 1s;
  409. transition: all 1s;
  410. opacity: 0;}
  411.  
  412. #musicsection:hover #musicsecond{
  413. -webkit-transition: all 1s .5s;
  414. transition: all 1s .5s;
  415. right: 190px;}
  416.  
  417. #musicsecondA:hover audio{
  418. opacity: 1;}
  419.  
  420. .infoarea b{
  421. color: #DAA520;}
  422.  
  423. .infoarea a, .infoarea a:hover, .infoarea a:visited{
  424. font-weight: bold;
  425. color: #D4AF37;
  426. text-decoration: none;}
  427.  
  428. .infoarea a:hover{
  429. text-decoration: underline;}
  430.  
  431. </style>
  432.  
  433. <div id="whole">
  434.  
  435. <div id="selection1">
  436. <div id="selection2">
  437.  
  438. <div id="image">
  439. <img src="https://i.imgur.com/MiXcKYZ.png"></div>
  440. </div>
  441.  
  442. <div id="centerhost">
  443. <div id="centerhostback">
  444. <div id="topblur">
  445. </div>
  446. <div id="rightblur">
  447. </div>
  448. <div id="exaeltitle">
  449. <i>Jacqueline Steele</i>
  450. <div id="titlefill">
  451. </div>
  452. </div>
  453.  
  454. <div id="menusection">
  455. <a href="#selection1">Character Info
  456. </a>
  457. <a href="#selection2">OOC
  458. </a>
  459. <a href="#none">Reset</a>
  460. </div>
  461.  
  462. <div id="contentarea">
  463. <div id="contentfill">
  464. </div>
  465. <div id="contentfill2">
  466. </div>
  467. <div class="infoarea" id="charinfo">
  468. <br>
  469. <center style="font-size:11pt; letter-spacing: -1px;">
  470. <b>//Will have Something here. </b></center><br>
  471. • <b>Age</b> ≈ Appears 28
  472. <br> • <b>Gender</b> ≈ Female
  473. <br> • <b>Race</b> ≈ Pure Human
  474. <br> • <b>Height</b> ≈ 5'4"
  475. <br> • <b>Weight</b> ≈ 143 lbs
  476. <br> • <b>Orientation</b> ≈ Picky
  477. <br> • <b>Enhancements</b> ≈ Enhanced Senses, Minor Cybernetics
  478. <br> • <b>Location</b> ≈ Drifting about on the Sidewinder
  479. <br> • <b>Nicknames</b> ≈ Jackie, Steele, Captain.
  480. <br> • <b>Demeanor</b> ≈ A bit on the mischievous side.
  481. <br>• <b>Occupation</b> ≈ Heir to Steele Tech Solutions / Tech Specialist and Captain of the Sidewinder
  482. <br>• <b>Interests</b> ≈ Talk with me, and you may learn them.
  483. <br>• <b>Relationship</b> ≈ Single
  484. <br> • <b>Armament</b> ≈ [1] Hand Cannon, [1] Armored Steele Tech Suit, [1]Set of Custom Shock Gear, [1] Reaper Armaments Mark II Shield. [1] Siegewulfe Combat Drone.
  485. <br> • <b>More Art</b> ≈ <a target="_blank" href="xxx" target="_blank"> Gallery</a> ||<br><br>
  486. Just be patient with me<b>"okay?"</b><br><br>
  487. </div>
  488.  
  489. <div class="infoarea" id="OOCinfo">
  490. Character art used in this profile is owned and copyrighted.<br>
  491. Music is <a target="_blank" href="xxx" target=_blank>xxx</a>.<br>
  492. The coding of this profile is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>Digital</a>.<br><br>
  493. Feel free to PM anytime.
  494. </div>
  495.  
  496. <div class="infoarea">
  497. </div>
  498.  
  499. <div id="turningpages">
  500. </div>
  501. <div id="turningpages2">
  502. </div>
  503.  
  504. </div>
  505. </div>
  506.  
  507.  
  508. </div>
  509. </div>
  510.  
  511. <div id="musicsection">
  512. <div id="musicfirst">
  513. Music</div>
  514. <div id="musicsecond">
  515. <div id="musicsecondB">
  516. <a title="just a mix">Lo-Fi Mix</a>
  517. </div>
  518. <div id="musicsecondA">
  519. <audio controls src="https://www.dropbox.com/s/bdch5etdzvhy9nv/Im%20Not%20My%20Past%20%20Lofi%20HipHop%20Mix%20.mp3?dl=1" loop=3 id="mus">
  520. </audio>
  521. </div>
  522. </div>
  523. </div>
  524.  
  525. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement