mik98

comes alive at midnight - css

Sep 1st, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.06 KB | None | 0 0
  1. body {
  2. background-color: #111;
  3. background-image: url();
  4. background-size: cover;
  5. }
  6.  
  7. body, html {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  8.  
  9. a, a:hover {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
  10.  
  11. #xg_body {
  12. left: auto;
  13. position: fixed!important;
  14. margin-top: -120px;
  15. }
  16.  
  17. div#xg_ad_below_header, div#xg_ad_below_footer {
  18. display: none!important;
  19. }
  20.  
  21. div#xg_navigation {
  22. visibility: hidden;
  23. position: fixed;
  24. }
  25.  
  26. div.xg_theme #xg_navigation ul li a, .xg_theme #xg_navigation ul {
  27. display: none;
  28. }
  29.  
  30.  
  31. div#xg_masthead {
  32. position: relative;
  33. }
  34.  
  35. div#xn_bar {
  36. display: none;
  37. }
  38.  
  39. #xg_body:before {
  40. content:"tonight i don't wanna be her.."; /* CHANGE TEXT HERE */
  41. z-index: -100!important;
  42. position: absolute;
  43. top: 125px;
  44. left: 115px;
  45. font: 60px 'alexander';
  46. color: #dcb684;
  47. text-transform: lowercase;
  48. text-align: justify;
  49. word-spacing: -10px;
  50. width: 750px;
  51. height: 510px;
  52. background: #222;
  53. padding: 110px 10px 10px 22px;
  54. box-sizing: border-box;
  55. border-radius: 2px;
  56. border-top: #aaa solid 165px;
  57. }
  58.  
  59. div#xg_layout_column_1 {
  60. position: relative;
  61. z-index: 1;
  62. top: 100px;
  63. left: 100px;
  64. width: 800px;
  65. height: auto;
  66. overflow: hidden;
  67. background: #;
  68. }
  69.  
  70. div#xg_layout_column_1:before {
  71. content:"3:38";
  72. position: absolute;
  73. width: 185px;
  74. height: 300px;
  75. top: 75px;
  76. left: 350px;
  77. background: url(https://data.whicdn.com/images/348054127/original.jpg) -65px -12px repeat; /* CHANGE IMAGE HERE */
  78. border-radius: 8px;
  79. box-shadow: 2px 0.2px 5px rgba(0,0,0,0.1);
  80. border-top: 25px solid #fff;
  81. border-bottom: 40px solid #fff;
  82. border-left: 8px solid #fff;
  83. border-right: 8px solid #fff;
  84. background-size: 160%;
  85. -webkit-filter: grayscale(0);
  86. font-family: 'quicksand';
  87. color: #f5f5f5;
  88. font-size: 45px;
  89. text-align: center;
  90. line-height: 145px;
  91. }
  92.  
  93. @font-face { font-family:"quicksand"; src: url('https://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf'); }
  94.  
  95. div#xg_layout_column_1:after {
  96. content:"";
  97. position: absolute;
  98. top: 145px;
  99. left: 540px;
  100. width: 150px;
  101. height: 140px;
  102. border-radius: 5px;
  103. box-shadow: 2px 0.2px 5px rgba(0,0,0,0.1);
  104. border-bottom: 80px solid #fff;
  105. border-left: 10px solid #fff;
  106. border-right: solid 10px #fff;
  107. border-top: 8px solid #fff;
  108. background: url(https://media1.giphy.com/media/W08XeHnuo4J3MIIDpp/giphy.gif) 10px 0px no-repeat; /* CHANGE IMAGE HERE */
  109. background-size: 100%;
  110. filter: grayscale(0);
  111. transition: all .2s ease-in-out;
  112. }
  113.  
  114. div.module_user_summary:before {
  115. z-index: 100!important;
  116. visibility: visible!important;
  117. content:"";
  118. position: absolute;
  119. top: 405px;
  120. left: 560px;
  121. width: 80px;
  122. height: 28px;
  123. background: url(https://storage.ning.com/topology/rest/1.0/file/get/6711123080?profile=RESIZE_710x) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  124. background-size: cover;
  125. filter: grayscale(0)contrast(80%);
  126. }
  127.  
  128. div.module_user_summary:after {
  129. z-index: 100!important;
  130. visibility: visible;
  131. content:"";
  132. position: absolute;
  133. top: 368px;
  134. left: 435px;
  135. width: 85px;
  136. height: 85px;
  137. border-radius: 4px;
  138. background: url(https://upload.wikimedia.org/wikipedia/en/2/23/Romance_%28Official_Album_Cover%29_by_Camila_Cabello.png?quality=80) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  139. background-size: cover;
  140. filter: grayscale(1)contrast(100%);
  141. }
  142.  
  143. div.xg_span-16:before {
  144. visibility: visible!important;
  145. z-index: 100;
  146. content:"MESSAGE 10:59PM GIGI: you can miss him everyday but still find fulfillment in solitude. being alone doesn't mean you're lonely. ps sad songs hit different when i'm content."; /* CHANGE TEXT HERE */
  147. position: absolute;
  148. top: 330px;
  149. left: 485px;
  150. font:8px 'poppins';
  151. box-sizing: border-box;
  152. text-transform: lowercase;
  153. color: #333;
  154. padding: 8px 8px 8px 8px;
  155. background-color: #fefefe;
  156. width: 135px;
  157. height: 93px;
  158. max-height: 115px;
  159. line-height: 13px;
  160. border-radius: 3px;
  161. text-align: justify;
  162. transition:all 0.6s ease-in-out;
  163. animation: pulse 2s infinite;
  164. }
  165.  
  166.  
  167. @keyframes pulse {
  168.  
  169. 0% {
  170. background: #fff;
  171. background: #fff;
  172. }
  173.  
  174. 70% {
  175. background: rgba(204,169,44, 0);
  176. background: rgba(204,169,44, 0);
  177. }
  178. 100% {
  179. background: rgba(204,169,44, 0);
  180. background: rgba(204,169,44, 0);
  181. }
  182. }
  183.  
  184. div.module_user_thumbnail:before {
  185. opacity: 1;
  186. visibility: visible;
  187. content:""; /* CHANGE TEXT HERE */
  188. position: absolute;
  189. z-index: 1;
  190. top: 443px;
  191. left: 535px;
  192. width: 90px;
  193. height: 3px;
  194. background-color: #b2b2a2;
  195. border-right: 45px solid #e5e5e5;
  196. }
  197.  
  198. div.module_user_thumbnail:after {
  199. opacity: 1;
  200. visibility: visible;
  201. content:""; /* CHANGE TEXT HERE */
  202. position: absolute;
  203. top: 103px;
  204. left: 365px;
  205. width: 175px;
  206. height: 10px;
  207. background: url(https://storage.ning.com/topology/rest/1.0/file/get/6711253658?profile=RESIZE_710x) 0px 0px no-repeat; /* CHANGE IMAGE HERE */
  208. background-size: cover;
  209. filter: grayscale(1)contrast(0%)brightness(300%);
  210. }
  211.  
  212. .dy-avatar.dy-avatar-full-width:after {
  213. opacity: 1;
  214. z-index: 100!important;
  215. visibility: visible;
  216. content:"camila cabello"; /* CHANGE TEXT HERE */
  217. position: absolute;
  218. top: 395px;
  219. left: 566px;
  220. width: 250px;
  221. height: 10px;
  222. font: 9px 'poppins';
  223. font-weight: 100;
  224. color: #333;
  225. }
  226.  
  227.  
  228.  
  229. .dy-avatar.dy-avatar-full-width:before {
  230. visibility: visible;
  231. z-index: 0;
  232. content:"my oh my"; /* CHANGE TEXT HERE */
  233. position: absolute;
  234. top: 354px;
  235. left: 420px;
  236. width: 260px;
  237. height: 112px;
  238. font: 12px 'primetime';
  239. text-align: center;
  240. overflow: hidden;
  241. box-sizing: border-box;
  242. line-height: 30px;
  243. padding: 17px 10px 10px 108px;
  244. color: #dcb684;
  245. box-shadow: 2px 0.2px 5px rgba(0,0,0,0.1);
  246. background: #fff;
  247. border-radius: 5px;
  248. }
  249.  
  250. div#xg_layout_column_2 {
  251. position: absolute;
  252. z-index: 100!important;
  253. width: 820px;
  254. height: 40px;
  255. top: 70px;
  256. font-size: 11px;
  257. left: 9%;
  258. background: #trans;
  259. font-family:'poppins';
  260. color: #fff;
  261. -moz-transition: all 0.5s ease-out;
  262. -o-transition: all 0.5s ease-out;
  263. }
  264.  
  265. div.module_user_summary {
  266. visibility: hidden;
  267. }
  268.  
  269. .dy-avatar.dy-avatar-full-width {
  270. z-index: -1!important;
  271. width: 900px;
  272. margin-left: 0px;
  273. margin-top: 0px;
  274. height: 30px;
  275. background: #trans;
  276. }
  277.  
  278. img#xj_photo_img_tag {
  279. visibility: visible;
  280. z-index: 1!important;
  281. width: 60px!important;
  282. height: 60px!important;
  283. margin-left: -0px;
  284. margin-top: 5px;
  285. border: 12px solid #aaa;
  286. border-radius: 100px;
  287. transition:all 0.3s ease-in-out;
  288. }
  289.  
  290. div.xg_span-16 {
  291. visibility: visible;
  292. z-index: -1!important;
  293. }
  294.  
  295. div.xg_3col {
  296. visibility: visible;
  297. }
  298.  
  299.  
  300. .xg_floating_container.xg_lightborder {
  301. background-color: #dcb684;
  302. }
  303.  
  304. input.button.action-primary {
  305. background-color: #dcb684;
  306. }
  307.  
  308. p.buttongroup {
  309. background-color: #dcb684;
  310. padding: 5px;
  311. }
  312.  
  313. a.xj_cancel.action-secondary {
  314. color: #f8f8f8;
  315. }
  316.  
  317.  
  318. .online {
  319. display: none;
  320.  
  321. }
  322.  
  323. .xg_module_body.profile.vcard {
  324. display: none;
  325. }
  326.  
  327. .account-links {
  328. display: none;
  329.  
  330. }
  331.  
  332. #xg_foot {
  333. display: none;
  334. }
  335.  
  336. p.left {
  337. display: none;
  338. }
  339.  
  340. p.right.xg_lightfont {
  341. display: none;
  342. }
  343.  
  344. #xg_sitedesc {
  345. display: none;
  346. }
  347.  
  348. #xg_sitename {
  349. display: none;
  350. }
  351.  
  352. img.poweredbyLogo {
  353. display: none;
  354. }
  355.  
  356. .xg_module_head {
  357. display: auto;
  358. border-bottom: 0px solid #fff!important;
  359. }
  360.  
  361. #xg_profile_activity{
  362. display:none;
  363. }
  364.  
  365. .xg_sprite {
  366. background: transparent;
  367. }
  368.  
  369. a.send-message-link {
  370. display: none;
  371. }
  372.  
  373. dd.profile-like-button {
  374. display: none;
  375. }
  376.  
  377. dd.profile-social-buttons {
  378. display: none;
  379. }
  380.  
  381. .module_blog {
  382. display: none!important;
  383. }
  384.  
  385. a.xj_block_messages {
  386. display: none;
  387. }
  388.  
  389. h1, h2, h3, #xj_approvalBox, .module_groups, .xg_sprite.xg_sprite-add, .xg_module_comment_wall, .xg_chatBar, .xg_span-5, .module_feed, .module_about_user, .module_members, #xj_module_gift {
  390. display: none;
  391. }
  392.  
  393. ul.nobullets.last-child {
  394. display: none;
  395. }
  396.  
  397. span.fn {
  398. display: none;
  399. }
  400.  
  401. span.fn:before {
  402. content:"";
  403. }
  404.  
  405. a.xj_appearance_editor_profile {
  406. display: none;
  407. }
  408.  
  409. .xg_module.topmsg.birthday_msg {
  410. display: none!important;
  411. }
  412.  
  413. #xg_body a {
  414. color: auto!important;
  415. background-color: transparent;
  416. font-style: normal;
  417. -webkit-transition: 1s;
  418.  
  419. }
  420.  
  421. p {
  422. color: auto!important;
  423. font-size: 9px;
  424. font-family: 'poppins';
  425. }
  426.  
  427.  
  428. ::selection {
  429. background: #dcb684;
  430. color: #f8f8f8;
  431. }
  432.  
  433. ::-webkit-scrollbar {
  434. width: 4px;
  435. height: 0px;
  436. background: transparent;
  437. }
  438.  
  439. ::-webkit-scrollbar-thumb {
  440. background: #b2b2a2;
  441. border-radius: 4px;
  442. }
  443.  
  444. ::-webkit-scrollbar-corner {
  445. background: transparent;
  446. }
  447.  
  448. #links {
  449. z-index: 1!important;
  450. position: fixed;
  451. overflow: hidden;
  452. font: 13px 'poppins';
  453. text-transform: lowercase;
  454. margin-top: -5px;
  455. margin-left: 420px;
  456. text-align: left;
  457. width: 370px;
  458. height: 30px!important;
  459. background: #trans;
  460. line-height: 40px;
  461. text-shadow: 0px 2px 2px #111:
  462. }
  463.  
  464. #links a {
  465. color: #fff!important;
  466. margin-left: 20px;
  467. padding-left:10px;
  468. padding: 5px;
  469. -webkit-transition: all 0.7s ease;
  470. }
  471.  
  472.  
  473. .bio {
  474. width: 300px;
  475. height: 230px;
  476. margin-left: -510px;
  477. margin-top: -195px;
  478. font-family: 'poppins';
  479. color: #ddd;
  480. font-size: 7.5px;
  481. text-align: justify;
  482. line-height: 18px;
  483. letter-spacing: 0.5px;
  484. }
  485.  
  486. @font-face { font-family: "nouvelle vague"; src: url('https://dl.dropboxusercontent.com/s/o94aqv6kpx8mbri/nouvelle_vague_final.ttf'); }
  487.  
  488. @font-face {
  489. font-family: 'Raleway';
  490. font-style: normal;
  491. font-weight: 400;
  492. src: local('Raleway'), local('Raleway-Regular'),
  493. url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  494. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  495. }
  496.  
  497. @font-face {
  498. font-family: 'Raleway';
  499. font-style: normal;
  500. font-weight: 700;
  501. src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  502. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  503. }
  504.  
  505. .bio b, strong {color: #b2b2a2; font-family: 'primetime'; font-size:8px; letter-spacing:0px;font-weight: normal;}
  506.  
  507.  
  508.  
  509. @font-face { font-family: 'poppins'; src: url('https://dl.dropboxusercontent.com/s/c7yh7zqu0j7bvb0/Poppins-Regular.otf'); ;}
  510.  
  511. @font-face { font-family: "cocogoose"; src: url('https://dl.dropboxusercontent.com/s/vyyl7cv9e486ouc/Cocogoose%20Pro-trial.ttf'); }
  512.  
  513. i, em {
  514. color: #333;
  515. font-family: 'primetime';
  516. font-size: 32px;
  517. text-transform: uppercase;
  518. font-style: normal;
  519. }
  520.  
  521. @font-face { font-family:"tokyoreg"; src: url('https://dl.dropbox.com/s/jgq18n62iha87v6/Tokyo-Regular.ttf'); }
  522. @font-face { font-family: "primetime"; src: url('https://dl.dropboxusercontent.com/s/uzoszwd2yfzqmmx/PRIMETIME.ttf');}
  523. @font-face { font-family: "collection"; src: url('https://dl.dropboxusercontent.com/s/tqf0kl9l003lk76/CollectionFree.otf') ;}
  524. @font-face { font-family: "tbv"; src: url('https://dl.dropboxusercontent.com/s/y5etshmjzbq2r3p/Taken%20by%20Vultures%20Alternates%20Demo.otf') ;}
  525. @font-face { font-family: "tbv2"; src: url('https://dl.dropboxusercontent.com/s/sh5eu2dtonzzcug/Taken%20by%20Vultures%20Demo.otf') ;}
  526.  
  527.  
  528. div.xg_3col:before {
  529. visibility: visible!important;
  530. z-index: 200!important;
  531. content:"Saturday, April 18"; /* CHANGE TEXT HERE */
  532. position: absolute;
  533. top: 287px;
  534. left: 500px;
  535. width: 300px;
  536. height: 50px;
  537. font: 9px 'poppins';
  538. color: #f4f4f4;
  539. letter-spacing: 1.2px;
  540. }
  541.  
  542.  
  543. .links {
  544. z-index:100;
  545. width:340px;
  546. height:800px;
  547. margin-top:265px;
  548. margin-left: 540px;
  549. -webkit-transition: all .5s ease-in-out;
  550. -moz-transition: all .5s ease-in-out;
  551. -o-transition: all .5s ease-in-out;
  552. }
  553.  
  554. .links a {
  555. z-index:100;
  556. height: 45px;
  557. margin:0px;
  558. -webkit-transition: all .5s ease-in-out;
  559. -moz-transition: all .5s ease-in-out;
  560. -o-transition: all .5s ease-in-out;
  561. -webkit-filter: grayscale(0)contrast(100%)brightness(100%);
  562. }
  563.  
  564. .links a:hover {
  565. opacity:0.5;
  566. -webkit-transition: all .5s ease-in-out;
  567. -moz-transition: all .5s ease-in-out;
  568. -o-transition: all .5s ease-in-out;
  569. }
  570.  
  571.  
  572. .chardesc {
  573. font-family: 'poppins';
  574. color: #444;
  575. text-transform: uppercase;
  576. letter-spacing: 0px;
  577. font-size: 35px;
  578. width: 230px;
  579. height: 830px;
  580. margin-left: 70px;
  581. margin-top: -995px;
  582. }
  583.  
  584.  
  585. .xg_3col:after{
  586. z-index: 100;
  587. content:"at midnight"; /* CHANGE TEXT HERE */
  588. position: absolute;
  589. top: 178px;
  590. left: 265px;
  591. width: 300px;
  592. height: 80px;
  593. word-spacing: -10px;
  594. text-transform: lowercase;
  595. font-family: 'alexander';
  596. font-size: 60px;
  597. color: #000;
  598. }
  599.  
  600. @font-face { font-family: "alexander"; src: url('https://dl.dropboxusercontent.com/s/0qc5mkvg4twvltn/Alexander%20Lettering.ttf'); }
  601.  
  602.  
  603. #link {
  604. display: inline-block;
  605. position: fixed;
  606. width: 350px;
  607. -webkit-transition-duration: 0.8s;
  608. -moz-transition-duration: 0.8s;
  609. opacity: 1;
  610. margin-top: -745px;
  611. margin-left: 120px;
  612. }
  613.  
  614. #link a.links {
  615. display: inline-block;
  616. width: 50px;
  617. height: 0px;
  618. text-align: center;
  619. font-weight: bold;
  620. letter-spacing: 1px;
  621. text-transform: lowercase;
  622. line-height: 9px;
  623. color: #000;
  624. font-size: 8px;
  625. font-family: 'poppins';
  626. padding: 5px 4px 5px 4px;
  627. margin: 0px 1px 3px 2px;
  628. background: #;
  629. }
  630.  
  631.  
  632. div#xg_layout_column_2:after {
  633. content:"A little bit older, A black leather jacket, A bad reputation, Insatiable habits. He was onto me, one look and I couldn't breathe, Yeah, I said, If you kiss me, might let it happen.";
  634. z-index:1000;
  635. position: absolute;
  636. top: 73px;
  637. left: 580px;
  638. width: 162px;
  639. height: 120px;
  640. font-family: 'honeyguide';
  641. color: #444;
  642. font-size: 12.5px;
  643. text-align: justify;
  644. line-height: 15px;
  645. letter-spacing: 0px;
  646. }
  647.  
  648.  
  649. @font-face { font-family: honeyguide; src: url('https://dl.dropboxusercontent.com/s/t14z58lny3p0xli/DK%20Honeyguide%20Caps.otf') ;}
  650.  
  651. .navlinks {
  652. position: absolute;
  653. width: 100px;
  654. padding: 8px;
  655. margin-left: 545px;
  656. font-size: 7px;
  657. color: #333!important;
  658. margin-top: -578px;
  659. -webkit-transition: 1.5s all ease-in-out;
  660. }
  661.  
  662. .navlinks a {
  663. display: inline-block;
  664. width: 150px;
  665. font-size: 7px;
  666. text-align: left;
  667. text-transform: lowercase;
  668. color: #333!important;
  669. }
  670.  
  671. div.module_user_summary:before {
  672. z-index: 100;
  673. content:""; /* CHANGE TEXT HERE */
  674. position: absolute;
  675. top: 380px;
  676. left: 40px;
  677. width: 90px;
  678. height: 90px;
  679. border-radius:9px;
  680. background: url(https://data.whicdn.com/images/348054116/original.jpg) 0px -5px no-repeat; /* CHANGE IMAGE HERE */
  681. background-size: cover;
  682. border-radius: 5px;
  683. box-shadow: 2px 0.2px 5px rgba(0,0,0,0.1);
  684. border-bottom: 20px solid #fff;
  685. border-left: 10px solid #fff;
  686. border-right: solid 10px #fff;
  687. border-top: 8px solid #fff;
  688. filter: grayscale(0)contrast(100%)brightness(100%);
  689. }
  690.  
  691.  
Advertisement
Add Comment
Please, Sign In to add comment