Advertisement
Guest User

Untitled

a guest
Dec 29th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 KB | None | 0 0
  1. *{
  2. font-family: "oblique",oblique ,italic;
  3. color: #000000;
  4. }
  5. .logo b span {display: none;}
  6. .logo b:before {content: "CAN I KEEP YOU?♡"; font-family: oblique; font-size:15px; color: white;}
  7.  
  8. #header {
  9. font-family: oblique;
  10. font-size: 15px;
  11. background: !important;
  12. color: #fff
  13.  
  14. }
  15. .topLeft:after {
  16. content: "";
  17. white-space: pre-wrap;
  18. display: block;
  19. height: 500px;
  20. background-image: url(lll), url(https://i.gifer.com/7yTT.gif);
  21. background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat;
  22. background-size: 390px;
  23.  
  24. }
  25. div#hSub {
  26. white-space: nowrap;
  27. overflow-y: hidden;
  28. }
  29. #commentInput {
  30. color: #d7c4f2;
  31. }
  32. .url a {
  33. display: none;
  34. }
  35. .url {
  36. font-size: 0px;
  37. background: url(https://i.gifer.com/2w1E.gif);
  38. background-size: 310px;
  39. position: fixed;
  40. right: 0;
  41. bottom: 0;
  42. color: transparent !important;
  43. height: 256px;
  44. width: 256px;
  45. border: none;
  46. box-shadow: none;
  47. padding: 0 !important;
  48. z-index: 1000;
  49.  
  50. }
  51. div#header {
  52. Background-image: url(https://i.gifer.com/Q8k5.gif);
  53. text-align: center;}
  54.  
  55. }
  56. #hSub a {
  57. color: #876ab0;
  58. text-shadow: 2px 2px #d7c4f2;
  59. text-decoration: none;
  60.  
  61. }
  62. colors
  63. @media only screen and (max-width: 768px)
  64. .topLeft, .topRight {
  65. width: auto;
  66. float: none;
  67.  
  68. }
  69. @keyframes slide{
  70. from {
  71. margin-right: -100%;
  72. }
  73. to {
  74. margin-right: 0%;
  75. }
  76.  
  77. }
  78. .topRight{
  79. animation-duration: 2s;
  80. animation-name: slide;
  81. }
  82. @keyframes slidein{
  83. from {
  84. margin-left: -100%;
  85. }
  86.  
  87. to {
  88. margin-left: 0%;
  89.  
  90. }
  91. }
  92.  
  93. .topLeft{
  94. animation-duration: 2s;
  95. animation-name: slidein;
  96. }
  97. a {
  98. color: #d7c4f2;
  99. }
  100. ::-webkit-scrollbar {
  101. width: 13px;
  102. height: 13px;
  103. }
  104.  
  105. ::-webkit-scrollbar-track {
  106. background: #fff;
  107. box-shadow: inset 0 0 10px #d7c4f2;
  108. border-radius: 10px;
  109. }
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. border-radius: 10px;
  113. background: #876ab0;
  114. box-shadow: inset 0 0 6px #fff;
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb:hover {
  118. background: #876ab0;
  119.  
  120. }
  121. .player::before {
  122. content: "";
  123. display: block;
  124. position: relative;
  125. width: calc(40% -20px);
  126. height: 390px;
  127. max-width: 390px;
  128. background-position: 0 0;
  129. background-size: 100% 100%;
  130. background-image: url(https://i.gifer.com/6t1D.gif);
  131. }
  132.  
  133. .songName span {
  134. display: inline-block;
  135. padding: 2%;
  136. }
  137. .songName span:hover {
  138. animation-play-state: paused;
  139. }
  140. @keyframes marquee{
  141. 0% {
  142. transform: translate(0, 0);
  143. }
  144.  
  145. 100% {
  146. transform: translate(-100%, 0);
  147. }
  148. }
  149. div.songName {
  150. color: #000;
  151. }
  152. .songName img {
  153. display: none;
  154. }
  155. .player a img, .player audio::-webkit-media-controls-play-button, .player audio::-webkit-media-controls-mute-button, .player audio::-webkit-media-controls-volume-slider, .player audio::-webkit-media-controls-timeline {
  156. filter: invert();
  157. -webkit-filter: invert();
  158. }
  159. .player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
  160. background: #d998eb;
  161. background: var(--color--bg-box);
  162. height: 36px;
  163. filter: none;
  164. }
  165.  
  166. .fwiendFace, .tableLeft {
  167. transition: 0.5s;
  168. }
  169. .fwiendFace:hover, .tableLeft:hover {
  170. border-radius: 5px;
  171. transform: scale(1.2);
  172. background: #876ab0
  173. url(https://i.gifer.com/I0Wi.gif);
  174. animation: wob .5s linear infinite;
  175. box-shadow: 0 0 1rem #d7c4f2;
  176. border: 1px solid #fff;
  177. transition: 0.5s;
  178.  
  179. }
  180. .songName {
  181. overflow: hidden;
  182. background: #ffffff;
  183. border-radius: 5px;
  184. margin-top: 0px;
  185. font-size: 14px;
  186. box-shadow: 0px 4px 6px -5px #333;
  187. color: #876ab0;
  188. padding: 3px;
  189. }
  190. .songName {
  191. white-space: nowrap;
  192. }
  193.  
  194. .songName b {
  195. display: none;
  196. }
  197. .songTitle:after {
  198. content: "♡";
  199. }
  200. .player {
  201. background: #876ab0;
  202. border: 3px double #fff;
  203. padding: 0;
  204.  
  205. }
  206. @media only screen and (max-width: 768px)
  207. .topLeft, .topRight {
  208. width: auto;
  209. float: none;
  210. }
  211. @keyframes fadein {
  212. 0% {
  213. opacity: 0;
  214. color: #fff;
  215. }
  216.  
  217. 10% {
  218. opacity: 0;
  219. color: #fff;
  220. }
  221. 100% {
  222. opacity: 1;
  223. color: transparent;
  224. }
  225. }
  226. #container {
  227. -webkit-animation: fadein 5s;
  228. }
  229. .logo::before {
  230. margin-right: 0px;
  231. display: inline-block;
  232. height: 24px;
  233. width: 24px;
  234. content: "";
  235. background: url() no-repeat 0 0;
  236. background-size: 24px 24px;
  237. }
  238. .logo::after {
  239. margin-right: 0px;
  240. display: inline-block;
  241. height: 24px;
  242. width: 24px;
  243. content: "";
  244. background: url() no-repeat 0 0;
  245. background-size: 24px 24px;
  246.  
  247. }
  248. .fwiendFace, .tableLeft img {
  249. transition: 0.5s;
  250.  
  251. }
  252. .fwiendFace:hover, .tableLeft img:hover {
  253. border-radius: 5px;
  254. transform: scale(1.2);
  255. background: #fad2f0 url(https://i.gifer.com/I0Wi.gif);
  256. background-size: 300px;
  257. animation: wob .5s linear infinite;
  258. box-shadow: 0 0 1rem #fff;
  259. border: 1px solid #fff;
  260. transition: 0.5s;
  261.  
  262. }
  263. div#hSub {
  264. background: #876ab0;
  265. color: white;
  266. text-align: center;}
  267.  
  268. }
  269.  
  270. #header a:not(.logo) {
  271. margin-left: 10px;
  272. color: #876ab0;
  273. font-size: small;
  274. text-decoration: none;
  275.  
  276. }
  277. .avatar{
  278. width:200px;
  279. margin-right: 20px;
  280. cursor: zoom-in;
  281. image-orientation: from-image;
  282. box-shadow: -1px -1px #876ab0, -2px -2px #876ab0, 1px 1px #876ab0, 2px 2px #000, -1px 0px #d7c4f2, 0px -1px #d7c4f2, 1px -1px #d7c4f2, -1px 1px #d7c4f2, -2px 1px #d7c4f2, 1px -2px #d7c4f2, 2px -2px #000, -2px 2px #000;
  283.  
  284. }
  285. .tableRight {
  286. background: transparent !important;
  287.  
  288. }
  289.  
  290. .blog, .url, .tableLeft, .tableRight, .boxHead, .rightHead, .short, .boxInfo, .player, .extended, .blurbs, .fwiends, #name, #form, #userWall, #footer > div > p {
  291. box-shadow: -1px -1px #FFF, -2px -2px #876ab0, 1px 1px #d7c4f2, 2px 2px #000, -1px 0px #FFF, 0px -1px #FFF, 1px -1px #d7c4f2, -1px 1px #d7c4f2, -2px 1px #876ab0, 1px -2px #876ab0, 2px -2px #000, -2px 2px #000;
  292. background-color: #876ab0;
  293. text-align: center;
  294.  
  295. }
  296.  
  297. h3 {
  298. display: block;
  299. font-size: 2em;
  300. margin-block-start: 1em;
  301. margin-block-end: 1em;
  302. margin-inline-start: 0px;
  303. margin-inline-end: 0px;
  304. font-weight: bold;
  305. color: white;
  306. }
  307.  
  308. body {
  309. background-image: url("https://i.gifer.com/UN07.gif"), url("https://www.etsy.com/listing/682190740/black-cotton-blend-bengaline");
  310. background-color: #876ab0;
  311. background-color: white;;
  312. background-size:;
  313. background-attachment:;}
  314.  
  315.  
  316. .blogs div, .blog div {
  317. margin-bottom: 10px;
  318. color: white;
  319. }
  320.  
  321. .blogs div, .blog div, .url a {
  322. color: white !important;
  323. }
  324.  
  325. .blog {
  326. background: url(https://i.gifer.com/I0Wi.gif);
  327. padding: 15px;
  328. }
  329.  
  330. .topRight.blogPost {
  331. float: center;
  332. width: calc( 75% - 20px );
  333. padding: 1px;
  334. }
  335.  
  336. #top {
  337. padding-left: 10px;
  338. padding-right: 10px;
  339. border: 3px solid;
  340. background-image: url(https://i.gifer.com/FuGV.gif);
  341. background-size: ;
  342. }
  343.  
  344.  
  345. fwiendCount {
  346. Color: White;
  347. }
  348. .fwiendFace img {
  349. height: 128px;
  350. object-position: top;
  351. object-fit: cover;
  352. }
  353.  
  354. .rightHead {
  355. background: white;
  356. color: white;
  357. padding-left: 4px;
  358. }
  359. h4 {
  360.  
  361. color: white;
  362. margin-bottom: 3px;
  363. }
  364. .boxInfo {
  365. border: 3px solid #000;
  366. margin-bottom: 20px;
  367. margin-top: 20px;
  368. }
  369. .boxHead {
  370. background: white;
  371. color: black;
  372. padding: 3px;
  373. padding-bottom: 4px;
  374. padding-left: 6px;
  375. display: none;
  376. }
  377. #gender{
  378. position:relative;
  379. visibility:hidden;
  380. }
  381.  
  382. #gender::after{
  383. content:"Alien";
  384. font-size:15px;
  385. left:0;
  386. position:absolute;
  387. top:0;
  388. visibility:visible;
  389.  
  390. }
  391. #country{
  392. position:relative;
  393. visibility:hidden;
  394. }
  395.  
  396. #country::after{
  397. content:"sinking in the stars";
  398. font-size:15px;
  399. left:0;
  400. position:absolute;
  401. top:0;
  402. visibility:visible;
  403. }
  404. form {
  405. margin-bottom: 20px;
  406. text-align: right;
  407.  
  408. }
  409. color: black;
  410. background-color: black;
  411. border-color: black;
  412. border: 3px solid #000;
  413. }
  414. .tableLeft {
  415. color:white
  416. width: 25%;
  417. padding: 10px;
  418. vertical-align: top;
  419. overflow: hidden;
  420. background: black;}
  421.  
  422.  
  423. .tableRight {
  424. color: white;
  425. width: 75%;
  426. padding: 10px;
  427. vertical-align: top;
  428. background-image: url(https://i.gifer.com/I0Wi.gif);
  429. background-size: 100% 100%;
  430.  
  431. }
  432. .topRight > .blurbs.box > .blogs > div > b::after {
  433. font-size: 15px !Important;
  434. font-size: 15px !Important;
  435. content: "Blogs <3";
  436. animation: test 1s linear infinite;
  437.  
  438. }
  439. .topRight > .blurbs.box > .blogs > div > b {
  440. font-size: 0px !Important;
  441. }
  442. #viewFriends {
  443. display: none;
  444. }
  445. .fwiendCounter>b::after {
  446. content: " 90's babies♡";
  447. color: #d998eb;
  448. font-size: 15px;
  449. }
  450. .fwiendCount {
  451. font-size: 15px;
  452. }
  453. .fwiendCounter>b {
  454. font-size: 0px;
  455. color: #d998eb;
  456. }
  457. .fwiendCounter>b>.uName {
  458. font-size: 0px;
  459. color: #d998eb;
  460. }
  461. .topRight > .box:not(.blurbs) > .rightHead > b::after {
  462. content: "my space♡";
  463. color: #d998eb;
  464. font-size: 15px;
  465. }
  466. .topRight > .box:not(.blurbs) > .rightHead > b > span.uName {
  467. font-size: -9999px;
  468. }
  469. .topRight > .box:not(.blurbs) > .rightHead > b {
  470. font-size: 0;
  471. }
  472. .blurbs.box > .rightHead > b > span.uName::after {
  473. content: "Me♡";
  474. color: #d998eb;
  475. font-size: 15px;
  476.  
  477. }
  478. .blurbs.box > .rightHead > b {
  479. font-size: 0px;
  480. }
  481. .blurbs.box > .rightHead > b > span.uName {
  482. font-size: 0px;
  483. color: #d998eb;
  484. }
  485. #sMsg{
  486. background-image:url();
  487. font-size:0;
  488. }
  489.  
  490. #sMsg::after{
  491. content:"msg me babies♡";
  492. font-size:13px;
  493.  
  494. }
  495. #sMsg{
  496. background-image: url(https://cutekawaiiresources.files.wordpress.com/2016/11/hello-kitty-bullet-31.gif?w=700&h=);
  497. color: white
  498.  
  499. }
  500. #block{
  501. background-image:url();
  502. font-size:0;
  503. }
  504.  
  505. #block::after{
  506. content:"bye lol";
  507. font-size:13px;
  508.  
  509. }
  510. #block {
  511. background-image: url(https://cutekawaiiresources.files.wordpress.com/2016/11/hello-kitty-bullet-151.gif?w=700&h=);
  512. color: white
  513.  
  514. }
  515. #report{
  516. background-image:url();
  517. font-size:0;
  518. }
  519.  
  520. #report::after{
  521. content:"Snitch";
  522. font-size:13px;
  523.  
  524. }
  525. #report {
  526. background-image: url(https://cutekawaiiresources.files.wordpress.com/2016/11/hello-kitty-bullet-111.gif?w=700&h=);
  527. color: white
  528.  
  529. }
  530. #add{
  531. background-image:url();
  532. font-size:0;
  533. }
  534.  
  535. #add::after{
  536. content:"add me babies♡";
  537. font-size:13px;
  538.  
  539. }
  540. #add {
  541. background-image: url(https://cutekawaiiresources.files.wordpress.com/2016/11/hello-kitty-bullet-51.gif?w=700&h=);
  542. color: white
  543.  
  544. }
  545.  
  546.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement