Advertisement
12ft_deep

2023 | insta-insp.

Mar 8th, 2023 (edited)
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.55 KB | None | 0 0
  1. div.xg_span-16, div.xg_3col {width: 600px; height;}
  2. div#xg_layout_column_2{width:300px; height:400px; position: absolute; left: -200px;}
  3. #xn_bar, .module_members, #xg_head, #xg_foot,
  4. ul.navigation li.right a, .xg_chat.chatFooter
  5. .xg_chatBar, .xg_span-5, .xg_module_comment_wall,
  6. .xg_sprite .xg_sprite-add, h1{ display: none;}
  7. #xg_body{ width: 500px; background: black;}
  8. #xg_body, body{ font-size: 9.5px; font-family: trebuchet ms;}
  9. #xg_layout_column_1{position: absolute; left: 250px; top: 25px; z-index: 100; width: 90px; height: 90px; overflow: hidden; border-radius: 360px;
  10. border-top: 5px solid #C9C9C1; border-left: 5px solid #C9C9C1; border-bottom: 5px solid #BB8C8B; border-right: 5px solid #BB8C8B; }
  11. #xg_layout_column_1 img{ animation: myAnim 2s ease 0s infinite alternate-reverse both;
  12. }
  13.  
  14.  
  15.  
  16. #xg_layout_column_2:before{
  17.  content: " ";
  18.  position: absolute;
  19.  left: 395px;
  20.   top: 20px;
  21.  width: 400px;
  22. height: 350px;
  23. overflow: hidden;
  24. display: block;
  25. z-index: 4;
  26. background: #8E4D54;
  27. --mask:
  28.     radial-gradient(91.18px at 127.20px 50%,#000 99%,#0000 101%) 0 calc(50% - 106px)/100% 212px,
  29.     radial-gradient(91.18px at -74.2px 50%,#0000 99%,#000 101%) 53px 50%/100% 212px repeat-y;
  30.   -webkit-mask: var(--mask);
  31.           mask: var(--mask);}
  32.  
  33.  
  34. #xg_layout_column_2:after{
  35. content: "";
  36. width: 250px;
  37. height: 350px;
  38. display: block;
  39. position: absolute;
  40. z-index: 2;
  41. left:230px;
  42. top: 20px;
  43. background: url(https://64.media.tumblr.com/ebf96a78eb6181fe27672c31a7a79633/fcc6c66907397df0-dc/s500x750/98232de60705fccf7ef1cac439b5c38ce16345e6.jpg);
  44. background-size: 300px;
  45. background-position: 55% 10%;}
  46. #xg_body:before{
  47.    content: "@ringaroundtherosie";
  48.    width: 240px;
  49.    height: 100px;
  50.    font-family: georgia;
  51.    font-style: italic;
  52.    color: #E9DA5B;
  53.    font-size: 22px;
  54.    position: absolute!important;
  55.    z-index: 50;
  56.    display: block;
  57.    top: 30px;
  58.    left: 360px;
  59. }
  60.  
  61. .xg_span-16:after{
  62. content: "PRIMROSE • twenty5, aries bby. forever unavailable. looking for me? find me in a book store struggling to carry a pile of books. my friends are my everything.";
  63. position: absolute;
  64. width: 230px;
  65. text-align: justify;
  66. height: 100px;
  67. display: block;
  68. top: 60px;
  69. left: 360px;
  70. z-index: 50;}
  71.  
  72.  
  73. .xg_span-16:before{ content:""; position: absolute; display: inherit; width: 310px; height: 390px; top: 145px; left: 280px; z-index: 70;
  74. background:url(https://64.media.tumblr.com/dafea90024fad92786e1207155fad69c/4238e37e24b47008-1f/s1280x1920/7d95f3806c797d3b240db312a21e5b1122c183e0.jpg), url(https://64.media.tumblr.com/eaed964b99883852eee5b98d9b96b99f/3ca6533d2ba13f10-5d/s250x400/2de5aa7357702b551770062bd2368ee2e02f7b20.gifv),
  75. url(https://64.media.tumblr.com/7f843a8b41a31b7e6937198f63ccc283/4238e37e24b47008-b4/s500x750/40d22e27d9cc913b59409129e6ea18f5f58c30d6.jpg),
  76. url(https://64.media.tumblr.com/aaac5b33153f5b17708892dca72fde16/4238e37e24b47008-ef/s500x750/ff0cd69709ff80629d3d85f08cad43c375941512.jpg), url(https://64.media.tumblr.com/44f4c32e181a3b788defb58acc8e4e85/3ca6533d2ba13f10-89/s250x400/3ed683dc87ede4242a5f6c87db7101a6d6dc90ce.gifv),
  77. url(https://64.media.tumblr.com/c585a44cc3e5babece64d84fb58731cb/4238e37e24b47008-44/s500x750/21a1a9b12a8ec7a6d2ea631f342c878bdb0468bb.jpg);
  78. background-size: 32%, 32%, 32%, 32%, 32%, 32%;
  79. background-position: 0% 0%, 50% 0%, 100% 0%, 0% 36%, 50% 36%, 100% 36%;
  80. background-repeat: no-repeat;}
  81.  
  82.  
  83.  
  84.  
  85. @keyframes myAnim {
  86.     0%{ filter: grayscale(0%); }
  87.         25%{ filter: grayscale(25%);}
  88.        50%{filter: grayscale(50%);}
  89.         75{ filter: grayscale(75%);}
  90.     100% { filter: grayscale(100%);}
  91.  
  92.  
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement