mik98

limerence gallery page - css

Jun 29th, 2026
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. body { background-image: url(https://static.tumblr.com/58f44d4de38a5f009db3bb5cc4a035ac/1sj7tra/hyzpzumu7/tumblr_static_7zvcwtkknf8ckoc4484kkwg8c.png)!important; background-repeat:repeat;
  2. }
  3.  
  4. #xg_body a { color: #fff;
  5. }
  6.  
  7. #xg_body a:hover { color: #fff;
  8. }
  9.  
  10. #xg_layout_column_2 { background: #trans;
  11. font-color: #fff;
  12. font-family: poppins;
  13. font-size: 12px;
  14. margin-left: -40px;
  15. margin-top: 50px;
  16. width: 1200px;
  17. height: 500px;
  18. }
  19.  
  20. ::-webkit-scrollbar {
  21. display: none;
  22. }
  23.  
  24. /****html****/
  25.  
  26. #code { height: 1500px;}
  27.  
  28.  
  29.  
  30. #container { background-image: url(https://i.pinimg.com/736x/f1/25/ac/f125acae73182fbbe1722dc66f967733.jpg); !important; z-index: 1px; width: 750px; height: 450px; left: 140px; top: 30px; border-radius: 6px; position: absolute; border-left: 0px #eee solid; border-bottom: 30px #d0d0d0 solid; border-top: 30px #d0d0d0 solid; filter: grayscale(10%) brightness(100%); background-size: cover; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }
  31.  
  32. #png { background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/13427179293?profile=original); !important; z-index: 1px; width: 160px; height: 235px; left: -60px; top: 192px; border-radius: 0px; position: absolute; border: 0px #555 solid;background-size: cover; filter: contrast(100%) grayscale(10%) brightness(100%); color: #eee; letter-spacing: 1px; font-size: 10px; text-align: center; padding: 10px; z-index: 1;}
  33.  
  34.  
  35. #essay { background-color: #fff; z-index: 1px; width: 240px; height: 223px; left: 10px; 90px; top: 155px; border-radius: 0px; position: absolute; border: 1px solid #ddd; text-transform: uppercase; font-family: poppins; padding: 30px; text-align: justify; font-size: 6px; line-height: 22px; letter-spacing: 1px; color: #d92a78; }
  36.  
  37. .essay b, strong {color: #2c762c; font-family: poppins; font-size:6px; font-weight: 1200; opacity: 100%; line-height: 14px; letter-spacing: 1px; font-style: italic;}
  38.  
  39.  
  40. #scroll { background-color: #E8E8E8; width: 390px; height: 400px; left: 320px; 90px; top: 12px; border-radius: 0px; position: absolute; border: 3px double #fff; text-transform: uppercase; font-family: poppins; padding: 10px; text-align: center; font-size: 17px; line-height: 30px; letter-spacing: 1px; color: #666; font-style: normal; overflow: auto;
  41.  
  42. }
  43.  
  44. #container2 { background-color: #fff;!important; z-index: 1px; width: 300px; height: 113px; left: 12px; top: 12px; border-radius: 0px; position: absolute; filter: grayscale(10%) brightness(100%); background-size: cover; border-bottom: 0px #222 solid; border-top: 0px #222 solid; text-transform: lowercase; font-family: lovenote; padding-top: 20px; padding-left: 0px; text-align: center; font-size: 55px; line-height: 40px; letter-spacing: 0px; color: #db8608; overflow:hidden;}
  45.  
  46. @font-face { font-family: "lovenote"; src: url('https://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  47.  
  48.  
  49. @font-face { font-family: 'attaria'; src: url('https://static.tumblr.com/uopakca/qrOq5fi9n/attaira.ttf') format('truetype');}
  50.  
  51.  
  52. @font-face { font-family: "jennasue"; src: url('https://static.tumblr.com/eytkop6/hf9pdh3a6/jennasue.ttf');}
  53.  
  54.  
  55. @font-face{font-family:'notera';src:url('https://static.tumblr.com/uopakca/ksnq4csub/notera_personaluseonly.ttf');}
  56.  
  57.  
  58. @font-face{font-family:'collection';src:url('https://static.tumblr.com/uopakca/nGSq4csw6/collectionfree.otf');}
  59.  
  60.  
  61. @font-face { font-family: "herrmes"; src: url('https://static.tumblr.com/eytkop6/RIopdh3e4/herrmes.otf');}
  62.  
  63.  
  64. #fancy-border {
  65. width: 300px;
  66. height: 10px;
  67. text-align: center;
  68. position: relative;
  69. background: #trans;
  70. border-radius: 0px;
  71. overflow: hidden;
  72. transform: rotate(0deg);
  73. left: 12px; top: 12px;
  74.  
  75. }
  76.  
  77. #fancy-border::before {
  78. content: "";
  79. position: absolute;
  80. top: 0;
  81. left: 0;
  82. width: 100%;
  83. height: 40px; /* Thickness of the border */
  84. background: linear-gradient(to right, #2c762c 33.33%, #d92a78 33.33%, #d92a78 66.66%, #db8608 66.66%);
  85. border-top-left-radius: 0px;
  86. border-top-right-radius: 0px;
  87. }
  88.  
  89.  
  90. #fancy-border2 {
  91. width: 300px;
  92. height: 10px;
  93. text-align: center;
  94. position: relative;
  95. background: #trans;
  96. border-radius: 0px;
  97. overflow: hidden;
  98. transform: rotate(0deg);
  99. left: 12px; top: 125px;
  100.  
  101. }
  102.  
  103. #fancy-border2::before {
  104. content: "";
  105. position: absolute;
  106. top: 0;
  107. left: 0;
  108. width: 100%;
  109. height: 40px; /* Thickness of the border */
  110. background: linear-gradient(to right, #2c762c 33.33%, #d92a78 33.33%, #d92a78 66.66%, #db8608 66.66%);
  111. border-top-left-radius: 0px;
  112. border-top-right-radius: 0px;
  113. }
  114.  
  115.  
  116.  
  117. @font-face {
  118. font-family: ael;
  119. src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/0zfapoi2drbf4hv/AelHandwriting-Regular.otf);
  120. }
  121.  
  122. @font-face { font-family: "litos"; src: url('https://static.tumblr.com/gdh5wux/6DBmf7b2k/litos_script_regular.otf'); }
  123.  
  124. @font-face {
  125. font-family: Generic;
  126. src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/scl/fi/n06p7ewj33vmvbh816efc/Generic.ttf?rlkey=5hs7533ecbcp7qmdn4pshe0es&st=v0c38lr0);
  127. }
  128.  
  129.  
  130. @font-face {
  131. font-family: HelveticaNeueLight;
  132. src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/scl/fi/gdjbejlyhackhfqi044wg/HelveticaNeueLight.otf?rlkey=7d180rxzgvjgqic3oo3nr77lh&st=8thopr6g);
  133. }
  134.  
  135. @font-face {
  136. font-family: HelveticaNeueBold;
  137. src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/scl/fi/73ds2x5evmg8ybsn3a3zv/HelveticaNeueBold.otf?rlkey=49x5kt8kipoqexay7o1za68mr&st=ozj44hia);
  138. }
  139.  
  140. @font-face {
  141. font-family: Generic50;
  142. src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/scl/fi/l51jqgv40r2x569whv03q/Generic-G50-CC-Typic-DEMO.otf?rlkey=1k8993zmreh5z6i61y2uwu8vt&st=t4795wdj);
  143. }
  144.  
  145. @font-face {
  146. font-family: Generic;
  147. src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/scl/fi/n06p7ewj33vmvbh816efc/Generic.ttf?rlkey=5hs7533ecbcp7qmdn4pshe0es&st=v0c38lr0);
  148. }
  149.  
  150.  
  151. @font-face {font-family: Hemisphers; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/qyhjl9elunu5go7/Hemisphers%20Bold%20Sans.ttf);}
  152.  
  153. @font-face { font-family:'dust west college'; src: url(https://static.tumblr.com/v6akjgz/BsIrinhke/dust_west_college.otf); }
  154.  
  155.  
  156. @font-face {font-family: roboto; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/i5x37kqbtb40s0b/Roboto-Light.ttf);}
  157.  
  158.  
  159. @font-face {font-family: robold; src: url(HTTPS://DL.DROPBOXUSERCONTENT.COM/s/qynix3bz0j8ppva/Roboto-BoldCondensed.ttf);}
  160.  
  161.  
  162.  
  163. /****deleted codes****/
  164.  
  165. h1, h2, h3 {display:none} #xg_head, #xg_foot{display:none} #xg_layout_column_1 {display:none} .xg_module.xg_module_comment_wall {display:none} .xg_span-5 {display:none} ul.nobullets.last-child {display:none} .xg_chat.chatFooter {display:none} li.right {display:none} #xn_bar {display:none} #xn_bar_menu_tabs, #xn_bar_menu_more, p#xn_gyo_link, p#xn_brand{ display:none !important; }
  166.  
  167. /****fonts****/
  168. @font-face { font-family: shrikhand; src:url('https://dl.dropboxusercontent.com/s/vd0h7y96gdck6yd/Shrikhand-Regular.ttf?dl=0');}
  169.  
  170. @font-face { font-family: 'poppins'; src: url('https://dl.dropboxusercontent.com/s/c7yh7zqu0j7bvb0/Poppins-Regular.otf'); ;}
  171.  
  172. @font-face{font-family:"cocogoose";src:url('https://static.tumblr.com/d5muzyw/ESoqs98ai/cocogoose_pro-trial.ttf');
Advertisement
Add Comment
Please, Sign In to add comment