mik98

love hangover - teal&red - css

Jul 27th, 2026 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');
  2.  
  3. body {
  4. background:#111!important;
  5. }
  6.  
  7. #xg_layout_column_2 {
  8. background:transparent;
  9. font-family:poppins;
  10. font-size:10px;
  11. margin-left:-50px;
  12. margin-top:65px;
  13. width:1100px;
  14. height:520px;
  15. }
  16.  
  17. ::-webkit-scrollbar {
  18. display:none;
  19. }
  20.  
  21. #code {
  22. position:relative;
  23. width:560px;
  24. height:460px;
  25. margin:0 auto;
  26. font-family:poppins;
  27. }
  28.  
  29. #lovebox {
  30. position:absolute;
  31. left:115px;
  32. top:20px;
  33. width:0px;
  34. height:560px;
  35. background:#ededed;
  36. border:1px solid #444;
  37. transform:scale(.7);
  38. transform-origin:top left;
  39. }
  40.  
  41. #pinkarea {
  42. position:absolute;
  43. z-index:1;
  44. left:0;
  45. top:0;
  46. width:405px;
  47. height:400px;
  48. background:#520F01;
  49. }
  50.  
  51. #mainphoto {
  52. position:absolute;
  53. z-index:14;
  54. left:-35px;
  55. top:5px;
  56. width:440px;
  57. height:395px;
  58. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204398901?profile=original);
  59. background-size:contain;
  60. background-repeat:no-repeat;
  61. background-position:center bottom;
  62. filter:saturate(90%) brightness(105%);
  63. pointer-events:none;
  64. }
  65.  
  66. #descriptionbox {
  67. position:absolute;
  68. z-index:7;
  69. left:-18px;
  70. top:70px;
  71. width:190px;
  72. height:105px;
  73. background:#222;
  74. border-radius:18px;
  75. box-shadow:0 1px 5px rgba(0,0,0,.15);
  76. transform:rotate(-2deg);
  77. }
  78.  
  79. #descriptioninner {
  80. position:absolute;
  81. left:5px;
  82. top:5px;
  83. width:178px;
  84. height:93px;
  85. border:1px solid #444;
  86. border-radius:15px;
  87. }
  88.  
  89. #calltitle {
  90. position:absolute;
  91. left:50px;
  92. top:23px;
  93. width:125px;
  94. height:20px;
  95. color:#D10000;
  96. font-family: AshleyMarie;
  97. font-size:13px;
  98. font-weight:bold;
  99. letter-spacing:1px;
  100. }
  101.  
  102. @font-face{font-family:AshleyMarie;src:url(https://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf);}
  103.  
  104.  
  105. #descriptiontext{
  106. position:absolute;
  107. left:25px;
  108. top:53px;
  109. width:140px;
  110. height:38px;
  111. overflow-y:scroll;
  112. overflow-x:hidden;
  113. color:#fff;
  114. font-family:'Courier New';
  115. font-size:8px;
  116. font-weight:bold;
  117. line-height:15px;
  118. letter-spacing:1px;
  119. text-align:justify;
  120. padding-right:3px;
  121.  
  122. scrollbar-width:none; /* Firefox */
  123. -ms-overflow-style:none; /* IE/Edge */
  124. }
  125.  
  126. #descriptiontext::-webkit-scrollbar{
  127. width:0;
  128. height:0;
  129. display:none;
  130. }
  131.  
  132. #bow1,
  133. #bow2,
  134. #bow3,
  135. #bow4 {
  136. position:absolute;
  137. z-index:20;
  138. width:55px;
  139. height:55px;
  140. background-size:contain;
  141. background-repeat:no-repeat;
  142. background-position:center;
  143. font-size:0;
  144. color:transparent;
  145. pointer-events:none;
  146. }
  147.  
  148. #bow1{
  149. left:-18px;
  150. top:60px;
  151. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204468099?profile=original);
  152. transform:rotate(-14deg);
  153. }
  154.  
  155. #bow2{
  156. left:322px;
  157. top:35px;
  158. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204471884?profile=original);
  159. transform:rotate(14deg);
  160. }
  161.  
  162. #bow3{
  163. left:360px;
  164. top:180px;
  165. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204468099?profile=original);
  166. transform:rotate(-5deg);
  167. }
  168.  
  169. #bow4{
  170. left:2px;
  171. top:350px;
  172. width:45px;
  173. height:45px;
  174. background-image:url(https://storage.ning.com/topology/rest/1.0/file/get/31204471884?profile=original);
  175. transform:rotate(15deg);
  176. }
  177.  
  178.  
  179. #stamp1,
  180. #stamp2 {
  181. position:absolute;
  182. z-index:15;
  183. width:92px;
  184. height:112px;
  185. background-size:cover;
  186. background-position:center;
  187. border:8px solid #444;
  188. box-shadow:0 1px 4px rgba(0,0,0,.18);
  189. filter:
  190. grayscale(45%)
  191. sepia(12%)
  192. hue-rotate(165deg)
  193. saturate(190%)
  194. brightness(.82)
  195. contrast(1.18); }
  196.  
  197. #stamp1 {
  198. left:15px;
  199. top:215px;
  200. background-image:url(https://i.pinimg.com/736x/10/17/5e/10175e1de82a189dde1e46737af05564.jpg);
  201. transform:rotate(5deg);
  202. }
  203.  
  204. #stamp2 {
  205. left:40px;
  206. top:305px;
  207. background-image:url(https://64.media.tumblr.com/c881873cbb2ee2ba7602746cc945281f/b6eaaa0ed109cef0-1c/s400x600/7ae03a349f7763878cb2f17b1abfc3c817541bee.gifv);
  208. transform:rotate(-4deg);
  209. }
  210.  
  211. #calendar {
  212. position:absolute;
  213. z-index:6;
  214. left:280px;
  215. top:185px;
  216. width:120px;
  217. height:115px;
  218. background:#222;
  219. box-shadow:0 1px 4px rgba(0,0,0,.15);
  220. }
  221.  
  222. #calendartitle {
  223. position:absolute;
  224. left:0;
  225. top:0;
  226. width:120px;
  227. height:24px;
  228. background:#008080;
  229. color:#fff;
  230. font-size:9px;
  231. font-weight:bold;
  232. line-height:24px;
  233. text-align:center;
  234. }
  235.  
  236. #days {
  237. position:absolute;
  238. left:8px;
  239. top:35px;
  240. width:105px;
  241. height:70px;
  242. color:#fff;
  243. font-family:'Courier New';
  244. font-size:7px;
  245. font-weight:bold;
  246. line-height:17px;
  247. text-align:center;
  248. }
  249.  
  250. #tag1,
  251. #tag2 {
  252. position:absolute;
  253. z-index:18;
  254. height:28px;
  255. font-family:Arial;
  256. font-size:11px;
  257. font-weight:bold;
  258. line-height:28px;
  259. text-align:center;
  260. box-shadow:0 1px 4px rgba(0,0,0,.12);
  261. }
  262.  
  263. #tag1 {
  264. left:265px;
  265. top:315px;
  266. width:130px;
  267. background:#800000;
  268. color:#fff;
  269. transform:rotate(4deg);
  270. }
  271.  
  272. #tag2 {
  273. left:240px;
  274. top:345px;
  275. width:155px;
  276. background:#008080;
  277. color:#fff;
  278. transform:rotate(-3deg);
  279. }
  280.  
  281. #bottomarea {
  282. position:absolute;
  283. z-index:5;
  284. left:0;
  285. bottom:20px;
  286. width:405px;
  287. height:140px;
  288. background:#222;
  289. border-top:1px solid #444;
  290. }
  291.  
  292. #maintitle {
  293. position:absolute;
  294. left:40px;
  295. top:35px;
  296. width:330px;
  297. height:45px;
  298. color:#800000;
  299. font-family:bebas_neue;
  300. font-size:39px;
  301. font-weight:bold;
  302. line-height:45px;
  303. letter-spacing:2px;
  304. text-transform: uppercase;
  305. z-index: 100000;
  306. }
  307.  
  308. @font-face { font-family: "bebas_neue"; src: url('https://dl.dropboxusercontent.com/s/scbj3da4dz3dfmf/BebasNeue.otf?dl=1'); format(“truetype”);}
  309.  
  310.  
  311. #bottomsubtitle {
  312. position:absolute;
  313. left:42px;
  314. top:82px;
  315. width:300px;
  316. height:14px;
  317. color:#008080;
  318. font-size:9px;
  319. font-weight:bold;
  320. letter-spacing:.5px;
  321. }
  322.  
  323. #year {
  324. position:absolute;
  325. left:40px;
  326. bottom:20px;
  327. width:100px;
  328. height:15px;
  329. color:#008080;
  330. font-size:9px;
  331. font-weight:bold;
  332. letter-spacing:2px;
  333. }
  334.  
  335. #credittext {
  336. position:absolute;
  337. right:35px;
  338. bottom:20px;
  339. width:145px;
  340. height:15px;
  341. color:#008080;
  342. font-size:8px;
  343. font-weight:bold;
  344. letter-spacing:1px;
  345. text-align:right;
  346. }
  347.  
  348. #bottomnav {
  349. position:absolute;
  350. z-index:20;
  351. left:0;
  352. bottom:0;
  353. width:405px;
  354. height:20px;
  355. background:#008080;
  356. line-height:20px;
  357. text-align:center;
  358. }
  359.  
  360. #bottomnav a {
  361. display:inline-block;
  362. width:85px;
  363. height:20px;
  364. margin:0 4px;
  365. color:#fff!important;
  366. font-size:9px;
  367. font-weight:bold;
  368. text-align:center;
  369. }
  370.  
  371. #bottomnav a:hover {
  372. color:#800000!important;
  373. }
  374.  
  375. #rightbar {
  376. position:absolute;
  377. z-index:8;
  378. left:405px;
  379. top:0;
  380. width:45px;
  381. height:560px;
  382. background:#222;
  383. border-left:1px solid #444;
  384. border-right:45px solid #111;
  385. }
  386.  
  387. #verticaltext {
  388. position:absolute;
  389. left:-128px;
  390. top:180px;
  391. width:290px;
  392. height:15px;
  393. color:#800000;
  394. font-size:8px;
  395. font-weight:bold;
  396. letter-spacing:1px;
  397. text-align:center;
  398. transform:rotate(90deg);
  399. }
  400.  
  401. #heartbutton {
  402. position:absolute;
  403. left:0;
  404. top:380px;
  405. width:45px;
  406. height:28px;
  407. background:#008080;
  408. color:#fff;
  409. font-size:15px;
  410. line-height:28px;
  411. text-align:center;
  412. }
  413.  
  414. #sidedots {
  415. position:absolute;
  416. left:17px;
  417. top:415px;
  418. width:10px;
  419. height:110px;
  420. color: #ddd;
  421. font-size: 17px;
  422.  
  423. }
  424.  
  425. #sidedots span {
  426. display:block;
  427. width:7px;
  428. height:7px;
  429. margin-bottom:17px;
  430. border:1px solid #444;
  431. border-radius:100%;
  432. background:#222;
  433. }
  434.  
  435. h1,h2,h3,
  436. #xg_head,
  437. #xg_foot,
  438. #xg_layout_column_1,
  439. .xg_module.xg_module_comment_wall,
  440. .xg_span-5,
  441. ul.nobullets.last-child,
  442. .xg_chat.chatFooter,
  443. li.right,
  444. #xn_bar,
  445. #xn_bar_menu_tabs,
  446. #xn_bar_menu_more,
  447. p#xn_gyo_link,
  448. p#xn_brand {
  449. display:none!important;
  450. }
Advertisement
Add Comment
Please, Sign In to add comment