mik98

personal vault - css

Jul 27th, 2026
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. body {
  2. background:#070706 url(https://storage.ning.com/topology/rest/1.0/file/get/31189037861?profile=original) repeat!important;
  3. }
  4.  
  5. #xg_body a {color:#aaa;}
  6. #xg_body a:hover {color:#fff;}
  7.  
  8. #xg_layout_column_2 {
  9. background:transparent;
  10. font-family:Arial;
  11. font-size:12px;
  12. margin-left:-80px;
  13. margin-top:-30px;
  14. width:1200px;
  15. height:800px;
  16. }
  17.  
  18. ::-webkit-scrollbar {display:none;}
  19.  
  20. #code {
  21. position:relative;
  22. width:900px;
  23. height:800px;
  24. margin:0 auto;
  25. font-family:Arial;
  26. color:#eee9df;
  27. }
  28.  
  29. #topname {
  30. position:absolute;
  31. z-index:10;
  32. left:90px;
  33. top:40px;
  34. width:365px;
  35. height:72px;
  36. background:#dedbd1;
  37. color:#111;
  38. border-radius:40px;
  39. line-height:72px;
  40. }
  41.  
  42. #topname:after {
  43. content:"";
  44. position:absolute;
  45. right:-2px;
  46. top:0;
  47. width:74px;
  48. height:72px;
  49. background:#080807;
  50. border-radius:100%;
  51. }
  52.  
  53. #topname b {
  54. position:absolute;
  55. left:30px;
  56. top:0;
  57. font-size:16px;
  58. font-weight:bold;
  59. }
  60.  
  61. #topname span {
  62. position:absolute;
  63. right:72px;
  64. top:0;
  65. font-size:10px;
  66. font-weight:bold;
  67. }
  68.  
  69. #topupdate {
  70. position:absolute;
  71. z-index:9;
  72. left:430px;
  73. top:40px;
  74. width:310px;
  75. height:72px;
  76. background:#817166;
  77. color:#f4eee5;
  78. border-radius:40px;
  79. font-size:12px;
  80. font-weight:bold;
  81. text-align:center;
  82. line-height:72px;
  83. }
  84.  
  85. #leftphoto {
  86. position:absolute;
  87. z-index:2;
  88. left:90px;
  89. top:140px;
  90. width:350px;
  91. height:350px;
  92. background:#222;
  93. border-radius:32px 0 32px 32px;
  94. overflow:hidden;
  95. }
  96.  
  97. #insta-fade {
  98. position:absolute;
  99. z-index:3;
  100. left:0;
  101. top:0;
  102. width:350px;
  103. height:350px;
  104. overflow:hidden;
  105. border-radius:32px 0 32px 32px;
  106. filter:grayscale(20%) sepia(15%) brightness(90%);
  107. }
  108.  
  109. #insta-fade .fade {
  110. position:absolute;
  111. left:0;
  112. top:0;
  113. width:350px;
  114. height:350px;
  115. background-size:cover;
  116. background-position:center;
  117. opacity:0;
  118. animation:fade 16s infinite;
  119. }
  120.  
  121. #insta-fade .img1 {
  122. background-image:url(https://64.media.tumblr.com/69e8b0b20e4755b057dabd30cedfb623/0e7ca5c649340b6f-52/s2048x3072/72162f44a77b5e13ce73ab8cd52a2b33711586ff.jpg);
  123. animation-delay:0s;
  124. }
  125.  
  126. #insta-fade .img2 {
  127. background-image:url(https://i.pinimg.com/1200x/5b/39/1c/5b391ca5a43512e335dc224b7160553a.jpg);
  128. animation-delay:4s;
  129. }
  130.  
  131. #insta-fade .img3 {
  132. background-image:url(https://i.pinimg.com/736x/c8/22/2a/c8222a5e1f8388c7c2468d4715a1b0e1.jpg);
  133. animation-delay:8s;
  134. }
  135.  
  136. #insta-fade .img4 {
  137. background-image:url(https://i.pinimg.com/736x/fd/b2/52/fdb252e4089168df88e3cf607af2d28b.jpg);
  138. animation-delay:12s;
  139. }
  140.  
  141. @keyframes fade {
  142. 0% {opacity:0;}
  143. 5% {opacity:1;}
  144. 25% {opacity:1;}
  145. 30% {opacity:0;}
  146. 100% {opacity:0;}
  147. }
  148.  
  149. #sparkle {
  150. position:absolute;
  151. z-index:8;
  152. left:112px;
  153. top:155px;
  154. font-size:35px;
  155. color:#f4eee5;
  156. }
  157.  
  158. #photoword {
  159. position:absolute;
  160. z-index:8;
  161. left:300px;
  162. top:402px;
  163. width:110px;
  164. font-family:Georgia;
  165. font-size:25px;
  166. font-style:italic;
  167. color:#eee6db;
  168. text-align:center;
  169. transform:rotate(-7deg);
  170. }
  171.  
  172. #lefttext {
  173. position:absolute;
  174. z-index:1;
  175. left:90px;
  176. top:460px;
  177. width:350px;
  178. height:190px;
  179. background:#817166;
  180. border-radius:0 0 32px 0;
  181. }
  182.  
  183. #late {
  184. position:absolute;
  185. z-index:5;
  186. left:125px;
  187. top:482px;
  188. font-size:27px;
  189. font-weight:bold;
  190. color:#161412;
  191. }
  192.  
  193. #month {
  194. position:absolute;
  195. z-index:5;
  196. left:125px;
  197. top:518px;
  198. font-family:Arial Narrow,Arial;
  199. font-size:24px;
  200. line-height:21px;
  201. color:#f4eee5;
  202. }
  203.  
  204. #entry {
  205. position:absolute;
  206. z-index:5;
  207. left:125px;
  208. top:578px;
  209. width:275px;
  210. font-size:8px;
  211. line-height:14px;
  212. color:#f4eee5;
  213. }
  214.  
  215. #circle {
  216. position:absolute;
  217. z-index:12;
  218. left:275px;
  219. top:405px;
  220. width:160px;
  221. height:160px;
  222. border:1px solid #b8afa3;
  223. border-radius:100%;
  224. background:#171512;
  225. color:#bdb3a6;
  226. font-family:Georgia;
  227. font-size:17px;
  228. font-style:italic;
  229. text-align:center;
  230. padding-top:50px;
  231. box-sizing:border-box;
  232. opacity:.88;
  233. }
  234.  
  235. #circle b {
  236. font-size:34px;
  237. font-weight:normal;
  238. line-height:30px;
  239. }
  240.  
  241. #rightcard {
  242. position:absolute;
  243. z-index:1;
  244. left:465px;
  245. top:140px;
  246. width:300px;
  247. height:510px;
  248. background:#d6d2c9;
  249. border-radius:32px 0 32px 32px;
  250. }
  251.  
  252. #rightphoto {
  253. position:absolute;
  254. z-index:3;
  255. left:520px;
  256. top:140px;
  257. width:245px;
  258. height:245px;
  259. background-image:url(https://i.pinimg.com/736x/cc/2a/63/cc2a632ff4f76372feea8bf2d4c2d013.jpg);
  260. background-size:cover;
  261. background-position:center;
  262. border-radius:0 0 0 100%;
  263. filter:grayscale(25%) sepia(12%) brightness(90%);
  264. }
  265.  
  266. #rightring {
  267. position:absolute;
  268. z-index:6;
  269. left:548px;
  270. top:158px;
  271. width:190px;
  272. height:190px;
  273. border:1px solid #ddd5c9;
  274. border-radius:100%;
  275. }
  276.  
  277. #rightword {
  278. position:absolute;
  279. z-index:7;
  280. left:585px;
  281. top:320px;
  282. width:170px;
  283. font-family:Georgia;
  284. font-size:29px;
  285. font-style:italic;
  286. color:#d9d1c5;
  287. transform:rotate(-5deg);
  288. }
  289.  
  290. #smalltitle {
  291. position:absolute;
  292. z-index:5;
  293. left:465px;
  294. top:402px;
  295. width:300px;
  296. font-size:7px;
  297. font-weight:bold;
  298. text-align:center;
  299. color:#292521;
  300. }
  301.  
  302. #trip {
  303. position:absolute;
  304. z-index:5;
  305. left:490px;
  306. top:422px;
  307. width:250px;
  308. font-family:Arial Narrow,Arial;
  309. font-size:24px;
  310. line-height:21px;
  311. text-align:center;
  312. color:#27231f;
  313. }
  314.  
  315. #place {
  316. position:absolute;
  317. z-index:5;
  318. left:465px;
  319. top:478px;
  320. width:300px;
  321. font-family:Georgia;
  322. font-size:8px;
  323. text-align:center;
  324. color:#49423c;
  325. }
  326.  
  327. #story {
  328. position:absolute;
  329. z-index:5;
  330. left:515px;
  331. top:510px;
  332. width:205px;
  333. font-size:8px;
  334. line-height:14px;
  335. color:#292521;
  336. }
  337.  
  338. #charm {
  339. position:absolute;
  340. z-index:15;
  341. left:454px;
  342. top:250px;
  343. width:1px;
  344. height:110px;
  345. background:#ded6ca;
  346. transform:rotate(-22deg);
  347. }
  348.  
  349. #charmdot {
  350. position:absolute;
  351. z-index:16;
  352. left:469px;
  353. top:295px;
  354. width:7px;
  355. height:7px;
  356. background:#171512;
  357. border:1px solid #ded6ca;
  358. border-radius:100%;
  359. }
  360.  
  361. #charmphoto {
  362. position:absolute;
  363. z-index:16;
  364. left:460px;
  365. top:348px;
  366. width:42px;
  367. height:42px;
  368. background-image:url(https://64.media.tumblr.com/0a18692e41771d6433b6b4d1167ff2d2/0e7ca5c649340b6f-b3/s2048x3072/81fbe60e573b407d0275479a11ee192fb9159124.jpg);
  369. background-size:cover;
  370. background-position:center;
  371. border:1px solid #eee6db;
  372. border-radius:100%;
  373. filter:grayscale(50%);
  374. }
  375.  
  376. #flower {
  377. position:absolute;
  378. z-index:20;
  379. left:695px;
  380. top:575px;
  381. width:140px;
  382. height:140px;
  383. }
  384.  
  385. .petal {
  386. position:absolute;
  387. width:65px;
  388. height:44px;
  389. background:#b7b0a5;
  390. border:1px solid #ddd7ce;
  391. border-radius:100%;
  392. }
  393.  
  394. .p1 {
  395. left:37px;
  396. top:2px;
  397. transform:rotate(90deg);
  398. }
  399.  
  400. .p2 {
  401. left:73px;
  402. top:47px;
  403. }
  404.  
  405. .p3 {
  406. left:37px;
  407. top:92px;
  408. transform:rotate(90deg);
  409. }
  410.  
  411. .p4 {
  412. left:0;
  413. top:47px;
  414. }
  415.  
  416. #smile {
  417. position:absolute;
  418. z-index:3;
  419. left:48px;
  420. top:48px;
  421. width:42px;
  422. height:42px;
  423. background:#69635c;
  424. border:2px solid #eee7dc;
  425. border-radius:100%;
  426. font-size:20px;
  427. line-height:42px;
  428. text-align:center;
  429. color:#eee7dc;
  430. }
  431.  
  432. #info {
  433. position:absolute;
  434. z-index:10;
  435. left:92px;
  436. top:675px;
  437. width:390px;
  438. font-size:7px;
  439. letter-spacing:1px;
  440. text-transform:uppercase;
  441. color:#958c82;
  442. }
  443.  
  444. #links {
  445. position:absolute;
  446. z-index:30;
  447. left:90px;
  448. top:710px;
  449. width:300px;
  450. height:40px;
  451. line-height:40px;
  452. }
  453.  
  454. #links a {
  455. display:inline-block;
  456. width:30px;
  457. height:30px;
  458. margin-right:10px;
  459. padding:0;
  460. border:1px solid #827970;
  461. border-radius:100%;
  462. background:transparent;
  463. color:#ddd6cc!important;
  464. font-size:7px;
  465. line-height:30px;
  466. text-align:center;
  467. }
  468.  
  469. #links a:hover {
  470. background:#ddd6cc;
  471. color:#171411!important;
  472. }
  473.  
  474. h1,h2,h3,
  475. #xg_head,
  476. #xg_foot,
  477. #xg_layout_column_1,
  478. .xg_module.xg_module_comment_wall,
  479. .xg_span-5,
  480. ul.nobullets.last-child,
  481. .xg_chat.chatFooter,
  482. li.right,
  483. #xn_bar,
  484. #xn_bar_menu_tabs,
  485. #xn_bar_menu_more,
  486. p#xn_gyo_link,
  487. p#xn_brand {
  488. display:none!important;
  489. }
Advertisement
Add Comment
Please, Sign In to add comment