Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Play|Press+Start+2P');
  4.  
  5. body {
  6. overflow-x:hidden;
  7. background-image:
  8. url('https://i.imgur.com/0mLMkb8.png');
  9. background-repeat:repeat;
  10. background-position:;
  11. background-attachment: fixed;
  12. background-color:#555;
  13. font: 0px arial;
  14. color: black;
  15. }
  16.  
  17. ::-webkit-scrollbar {
  18. width: 6px;
  19. }
  20.  
  21. ::-webkit-scrollbar-track {
  22. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  23. border-radius: 10px;
  24. }
  25.  
  26. ::-webkit-scrollbar-thumb {
  27. border-radius: 10px;
  28. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  29.  
  30. }
  31.  
  32. ::selection {
  33. color: #fff;
  34. background: black;
  35. }
  36.  
  37.  
  38.  
  39. a {color:white;
  40. text-decoration: none;
  41. font-family: 'Wallpoet', cursive;
  42. -webkit-transition: all 0.5s ease-in-out;
  43. -moz-transition: all 0.5s ease-in-out;
  44. -o-transition: all 0.5s ease-in-out;
  45. -ms-transition: all 0.5s ease-in-out;
  46. transition: all 0.5s ease-in-out;
  47. }
  48.  
  49. a:hover {color: grey;
  50. text-decoration: none;
  51. -webkit-transition: all 0.5s ease-in-out;
  52. -moz-transition: all 0.5s ease-in-out;
  53. -o-transition: all 0.5s ease-in-out;
  54. -ms-transition: all 0.5s ease-in-out;
  55. transition: all 0.5s ease-in-out;
  56. }
  57.  
  58. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  59. }
  60.  
  61. a:hover {cursor: url('http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif'),auto;
  62. -moz-transition-duration: 0.3s;
  63. -webkit-transition-duration: 0.3s;
  64. -o-transition-duration: 0.3s;transition: 0.3s;}
  65.  
  66.  
  67. #black-bg{
  68. position:fixed;
  69. z-index:1;
  70. left:0px;
  71. top:0px;
  72. width:700px;
  73. height:500px;
  74. }
  75.  
  76. #black-box{
  77. position:fixed;
  78. z-index:2;
  79. left:50px;
  80. top: 100px;
  81. width:550px;
  82. height:400px;
  83. background-color: black;
  84. overflow:hidden;
  85. }
  86.  
  87. #black-box-image{
  88. position:fixed;
  89. z-index:6;
  90. top:30px;
  91. left:-15px;
  92. }
  93.  
  94. #boo{
  95. position:fixed;
  96. z-index:2;
  97. top:30px;
  98. left:225px;
  99. }
  100.  
  101. #ghost{
  102. position:fixed;
  103. -webkit-transform: rotate(90deg);
  104. color: #555;
  105. background: url(https://i.imgur.com/0mLMkb8.png) repeat;
  106. -webkit-background-clip: text;
  107. -webkit-text-fill-color: transparent;
  108. z-index:4;
  109. font-family: 'Press Start 2P', cursive;
  110. font-size:80px;
  111. letter-spacing:35px;
  112. top:280px;
  113. left:408px;
  114. width:auto;
  115. }
  116.  
  117. #navi {
  118. vertical-align: center;
  119. text-align: center;
  120. position: fixed;
  121. left:80;
  122. top:600;
  123. letter-spacing:0px;
  124. margin: 1px;
  125. z-index:9;
  126. }
  127.  
  128. #navi a {
  129. padding: 0px;
  130. width: auto;
  131. height:auto;
  132. display: inline-block;
  133. -webkit-transition: all 0.5s ease-in-out;
  134. -moz-transition: all 0.5s ease-in-out;
  135. -o-transition: all 0.5s ease-in-out;
  136. -ms-transition: all 0.5s ease-in-out;
  137. transition: all 0.5s ease-in-out;
  138. opacity:.8;
  139. }
  140.  
  141. #navi a:hover {
  142. opacity:.4;
  143. -webkit-transition: all 0.5s ease-in-out;
  144. -moz-transition: all 0.5s ease-in-out;
  145. -o-transition: all 0.5s ease-in-out;
  146. -ms-transition: all 0.5s ease-in-out;
  147. transition: all 0.5s ease-in-out;
  148. }
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. #navi2 {
  157. vertical-align: center;
  158. text-align: center;
  159. position: fixed;
  160. left:210;
  161. top:600;
  162. letter-spacing:0px;
  163. margin: 1px;
  164. z-index:9;
  165. }
  166.  
  167. #navi2 a {
  168. padding: 0px;
  169. width: auto;
  170. height:auto;
  171. display: inline-block;
  172. -webkit-transition: all 0.5s ease-in-out;
  173. -moz-transition: all 0.5s ease-in-out;
  174. -o-transition: all 0.5s ease-in-out;
  175. -ms-transition: all 0.5s ease-in-out;
  176. transition: all 0.5s ease-in-out;
  177. opacity:.8;
  178. }
  179.  
  180. #navi2 a:hover {
  181. opacity:.4;
  182. -webkit-transition: all 0.5s ease-in-out;
  183. -moz-transition: all 0.5s ease-in-out;
  184. -o-transition: all 0.5s ease-in-out;
  185. -ms-transition: all 0.5s ease-in-out;
  186. transition: all 0.5s ease-in-out;
  187. }
  188.  
  189.  
  190.  
  191.  
  192.  
  193. #navi3 {
  194. vertical-align: center;
  195. text-align: center;
  196. position: fixed;
  197. left:340;
  198. top:600;
  199. letter-spacing:0px;
  200. margin: 1px;
  201. z-index:9;
  202. }
  203.  
  204. #navi3 a {
  205. padding: 0px;
  206. width: auto;
  207. height:auto;
  208. display: inline-block;
  209. -webkit-transition: all 0.5s ease-in-out;
  210. -moz-transition: all 0.5s ease-in-out;
  211. -o-transition: all 0.5s ease-in-out;
  212. -ms-transition: all 0.5s ease-in-out;
  213. transition: all 0.5s ease-in-out;
  214. opacity:.8;
  215. }
  216.  
  217. #navi3 a:hover {
  218. opacity:.4;
  219. -webkit-transition: all 0.5s ease-in-out;
  220. -moz-transition: all 0.5s ease-in-out;
  221. -o-transition: all 0.5s ease-in-out;
  222. -ms-transition: all 0.5s ease-in-out;
  223. transition: all 0.5s ease-in-out;
  224. }
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. #navi4 {
  232. vertical-align: center;
  233. text-align: center;
  234. position: fixed;
  235. left:470;
  236. top:600;
  237. letter-spacing:0px;
  238. margin: 1px;
  239. z-index:9;
  240. }
  241.  
  242. #navi4 a {
  243. padding: 0px;
  244. width: auto;
  245. height:auto;
  246. display: inline-block;
  247. -webkit-transition: all 0.5s ease-in-out;
  248. -moz-transition: all 0.5s ease-in-out;
  249. -o-transition: all 0.5s ease-in-out;
  250. -ms-transition: all 0.5s ease-in-out;
  251. transition: all 0.5s ease-in-out;
  252. opacity:.8;
  253. }
  254.  
  255. #navi4 a:hover {
  256. opacity:.4;
  257. -webkit-transition: all 0.5s ease-in-out;
  258. -moz-transition: all 0.5s ease-in-out;
  259. -o-transition: all 0.5s ease-in-out;
  260. -ms-transition: all 0.5s ease-in-out;
  261. transition: all 0.5s ease-in-out;
  262. }
  263.  
  264. #header{
  265. background: url(https://i.imgur.com/0mLMkb8.png) repeat;
  266. z-index:4;
  267. font-family: 'Press Start 2P', cursive;
  268. font-size:9px;
  269. letter-spacing:0px;
  270. position:fixed;
  271. width: 240px;
  272. height:10px;
  273. color:#555;
  274. background-color: #000;
  275. padding:4px;
  276. margin:4px;
  277. text-align:center;
  278. overflow:hidden;
  279. left:290px;
  280. top:100px;
  281. border-radius: 0px 0px 0px 50px;
  282. }
  283.  
  284. #header2{
  285. background: url(https://i.imgur.com/0mLMkb8.png) repeat;
  286. z-index:4;
  287. font-family: 'Press Start 2P', cursive;
  288. font-size:9px;
  289. letter-spacing:0px;
  290. position:fixed;
  291. width: 240px;
  292. height:10px;
  293. color:#555;
  294. background-color: #000;
  295. padding:4px;
  296. margin:4px;
  297. text-align:center;
  298. overflow:hidden;
  299. left:310px;
  300. top:130px;
  301. border-radius: 0px 0px 0px 50px;
  302. }
  303.  
  304. #header3{
  305. background: url(https://i.imgur.com/0mLMkb8.png) repeat;
  306. z-index:4;
  307. font-family: 'Press Start 2P', cursive;
  308. font-size:9px;
  309. letter-spacing:0px;
  310. position:fixed;
  311. width: 240px;
  312. height:10px;
  313. color:#555;
  314. background-color: #000;
  315. padding:4px;
  316. margin:4px;
  317. text-align:center;
  318. overflow:hidden;
  319. left:334px;
  320. top:160px;
  321. border-radius: 0px 0px 0px 50px;
  322. }
  323.  
  324.  
  325.  
  326.  
  327. #box{
  328. background: url() repeat;
  329. z-index:4;
  330. font-family: 'Press Start 2P', cursive;
  331. font-size:9px;
  332. letter-spacing:0px;
  333. position:fixed;
  334. width: 280px;
  335. height:300px;
  336. color:black;
  337. background-color: #000;
  338. padding:4px;
  339. margin:4px;
  340. text-align:center;
  341. overflow:hidden;
  342. left:314px;
  343. top:190px;
  344. border-radius: 0px 0px 0px 50px;
  345. }
  346.  
  347.  
  348. #info {
  349. text-transform: uppercase;
  350. color:#555;
  351. font-family: 'Press Start 2P', cursive;
  352. font-size:9px;
  353. text-align: justify;
  354. position: fixed;
  355. width:300;
  356. height:auto;
  357. left: 335px;
  358. top: 195px;
  359. letter-spacing:0px;
  360. line-height: 19px;
  361. padding: 10px;
  362. margin: 1px;
  363. z-index:5;
  364. opacity:1.0;
  365. overflow:hidden;
  366. }
  367.  
  368. #avatar{
  369. position:fixed;
  370. left:355px;
  371. top:435px;
  372. z-index:8;
  373. }
  374.  
  375.  
  376. #music-bg {
  377. position:fixed;
  378. background-color:transparent;
  379. left:170;
  380. top:513;
  381. width:15;
  382. height:15;
  383. border-radius:0px;
  384. z-index:9;
  385. -webkit-transform: rotate(225deg);}
  386.  
  387. #music{
  388. position:absolute;
  389. background-image:
  390. url('https://i.imgur.com/J1T2wur.png');
  391. background-repeat: no-repeat;
  392. background-size: 11px;
  393. width:11px;
  394. height:14px;
  395. background-color:transparent;
  396. z-index:99;
  397. left:0;
  398. top:0;
  399. overflow:hidden;
  400. -webkit-transition: all 0.5s ease-in-out;
  401. -moz-transition: all 0.5s ease-in-out;
  402. -o-transition: all 0.5s ease-in-out;
  403. opacity:1.0;
  404. }
  405.  
  406.  
  407.  
  408. </style>
  409.  
  410.  
  411.  
  412. <div id="music-bg"> <div id="music">
  413. <Div style="margin-top:4px;">
  414. <audio controls style="opacity: .0;margin-left:-25px;margin-top:-25px;z-index:9999;">
  415. <source src="http://k003.kiwi6.com/hotlink/ytrajbeytj/MV_Jack_Stauber_-_Buttercup_w_subtitles_.mp3">
  416. </audio>
  417. </div>
  418. </div>
  419. </div>
  420.  
  421.  
  422.  
  423.  
  424.  
  425. <div id="header">011<font color="red">0</font>01000110100101100101...</div>
  426. <div id="header2">0110010001<font color="red">1</font>0100101100101...</div>
  427. <div id="header3">01100100011010010110<font color="red">0</font>101...</div>
  428.  
  429. <div id="black-box-image">
  430. <img src="https://i.imgur.com/nQlgRcM.png"width="350">
  431. </div>
  432.  
  433. <div id="box"></div>
  434.  
  435. <div id="boo">
  436. <img src="https://i.imgur.com/a9Hjay8.png"width="60">
  437. </div>
  438.  
  439.  
  440. <div id="ghost">GHOST</div>
  441.  
  442. <div id="navi">
  443. <a href="#setfour"><img src="https://i.imgur.com/WmH7uPM.png"height="35"width="120"></a>
  444. </div>
  445.  
  446. <div id="navi2">
  447. <a href="#settwo"><img src="https://i.imgur.com/WmH7uPM.png"height="35"width="120"></a>
  448. </div>
  449.  
  450. <div id="navi3">
  451. <a href="#setthree"><img src="https://i.imgur.com/WmH7uPM.png"height="35"width="120"></a>
  452. </div>
  453.  
  454. <div id="navi4">
  455. <a href="#setone"><img src="https://i.imgur.com/WmH7uPM.png"height="35"width="120"></a>
  456. </div>
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. <div id="info">
  468. <div style="width:270; height:300; overflow-y: hidden;">
  469. <a name="setone"></a>
  470. <div style="width:270; height:300; overflow-y: auto;text-align:justify;">
  471. <center><i>"If corporations are people, I am a murderer."</i></center>
  472. <b>Name...</b><font style=float:right>Unknown</font><br>
  473. <b>Alias...</b><font style=float:right>The Ghost</font><br>
  474. <b>Seniority...</b><font style=float:right>?</font><br>
  475. <b>Sexuality...</b><font style=float:right>M</font><br>
  476. <b>Height...</b><font style=float:right>Height</font><br>
  477. <b>Weight...</b><font style=float:right>Weight</font><br>
  478. <b>Status...</b><font style=float:right>Relationships are a</font><br>
  479. <font style=float:right>corporate construct to </font><br>
  480. <font style=float:right>sell merchandise.</font><br>
  481. <b>Abilities...</b>
  482. <font style=float:right>Ability 1</font><br>
  483. <font style=float:right>Ability 2</font><br>
  484. <font style=float:right>Ability 3</font><br>
  485.  
  486. </div>
  487.  
  488. <a name="setfour"></a>
  489. <div style="width:270; height:300; overflow: hidden;text-align:justify;">
  490. <font style=float:right><font size="2"><b><u>Header</u></b></font><BR></font>
  491. <div style="width:260px;height:250px;padding-right:10px; overflow: auto;">
  492. The text placed here will turn into a nifty looking scroll box.
  493. </div>
  494. </div>
  495.  
  496. <a name="setthree"></a>
  497. <div style="width:270; height:300; overflow-x: hidden;">
  498. <font style=float:right><font size="2"><b><u>Header</u></b></font><BR></font>
  499. <div style="width:260px;height:250px;padding-right:10px; overflow: auto;">
  500. The text placed here will turn into a nifty looking scroll box.
  501. </div>
  502. </div>
  503.  
  504. <a name="settwo"></a>
  505. <div style="width:270; height:300; overflow-y: auto;">
  506. <font style=float:right><font size="2"><b><u>Header</u></b></font><BR></font>
  507. <div style="width:260px;height:250px;padding-right:10px; overflow: auto;">
  508. The text placed here will turn into a nifty looking scroll box.
  509. </div>
  510. </div>
  511.  
  512. </div>
  513. </div>
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520. <div id="black-bg">
  521. <img src="https://i.imgur.com/WmH7uPM.png"height="600"width="700">
  522. </div>
  523.  
  524. <div id="black-box"> </div>
  525. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement