Advertisement
Guest User

Untitled

a guest
Dec 7th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1. .topLeft:after {
  2. content: "";
  3. white-space: pre-wrap;
  4. display: block;
  5. height: 500px;
  6.  
  7. background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat;
  8. background-size: 390px;
  9. }
  10. #commentInput {
  11. color: #fff;
  12. }
  13. .url a {
  14. display: none;
  15. }
  16. .url {
  17. font-size: 0px;
  18. background: url(https://64.media.tumblr.com/f37f1e9f8e2d3be41fd6583fe9638540/tumblr_p1a7azpIYs1u4echuo1_500.gifv);
  19. background-size: 310px;
  20. position: fixed;
  21. right: 0;
  22. bottom: 0;
  23. color: transparent !important;
  24. height: 256px;
  25. width: 256px;
  26. border: none;
  27. box-shadow: none;
  28. padding: 0 !important;
  29. z-index: 1000;
  30. }
  31. e441c8
  32. ee00c4
  33. e674d2
  34. @media only screen and (max-width: 768px)
  35. .topLeft, .topRight {
  36. width: auto;
  37. float: none;
  38. }
  39. @keyframes slide{
  40. from {
  41. margin-right: -100%;
  42. }
  43. to {
  44. margin-right: 0%;
  45. }
  46.  
  47. }
  48. .topRight{
  49. animation-duration: 5s;
  50. animation-name: slide;
  51. }
  52. @keyframes slidein{
  53. from {
  54. margin-left: -100%;
  55. }
  56.  
  57. to {
  58. margin-left: 0%;
  59.  
  60. }
  61. }
  62. .topLeft{
  63. animation-duration: 5s;
  64. animation-name: slidein;
  65. }
  66. a {
  67. color: #fff;
  68. }
  69. ::-webkit-scrollbar {
  70. width: 15px;
  71. }
  72. ::-webkit-scrollbar-thumb {
  73. background: url(https://cdn.statically.io/img/data.whicdn.com/images/282896949/original.gif);
  74. }
  75.  
  76. ::-webkit-scrollbar-track {
  77. background: #000;
  78. }
  79. .player::before {
  80. content: "";
  81. display: block;
  82. position: relative;
  83. width: calc(40% -20px);
  84. height: 390px;
  85. max-width: 390px;
  86. background-position: 0 0;
  87. background-size: 100% 100%;
  88. background-image: url(https://i.pinimg.com/originals/cb/1d/37/cb1d37f1bb25e853a90e0453264c2e73.gif);
  89. }
  90. .songName span {
  91. display: inline-block;
  92. padding-left: 100%;
  93. animation: marquee 15s linear infinite;
  94. }
  95. .songName span:hover {
  96. animation-play-state: paused;
  97. }
  98. @keyframes marquee{
  99. 0% {
  100. transform: translate(0, 0);
  101. }
  102.  
  103. 100% {
  104. transform: translate(-100%, 0);
  105. }
  106. }
  107. div.songName {
  108. color: #fff;
  109. }
  110. .songName img {
  111. display: none;
  112. }
  113. .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 {
  114. filter: invert();
  115. -webkit-filter: invert();
  116. }
  117. .player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
  118. background: #fff;
  119. background: var(--color--bg-box);
  120. height: 36px;
  121. filter: none;
  122. }
  123. .fwiendFace, .tableLeft {
  124. transition: 0.5s;
  125. }
  126. .fwiendFace:hover, .tableLeft:hover {
  127. border-radius: 5px;
  128. transform: scale(1.2);
  129. background: url(https://i.imgur.com/sjQAisD.gif);
  130. animation: wob .5s linear infinite;
  131. box-shadow: 0 0 1rem #fff;
  132. border: 1px solid #fff;
  133. transition: 0.5s;
  134. }
  135. .songName {
  136. overflow: hidden;
  137. background: linear-gradient(to right, orange , yellow, green, aqua, blue, violet);
  138. border-radius: 3px;
  139. margin-top: 0px;
  140. font-size: small;
  141. box-shadow: 0px 4px 6px -5px #333;
  142. text-shadow: 0px -2px #333;
  143. color: #ee00c4;
  144. padding: 5px;
  145. }
  146. .songName {
  147. white-space: nowrap;
  148. }
  149. .songName b {
  150. display: none;
  151. }
  152. .songTitle:after {
  153. content: ".mp3";
  154. }
  155. .player {
  156. background: linear-gradient(to right, orange , yellow, green, aqua, blue, violet);
  157. border: 3px double #fff;
  158.  
  159. padding: 0;
  160. }
  161. @media only screen and (max-width: 768px)
  162. .topLeft, .topRight {
  163. width: auto;
  164. float: none;
  165. }
  166. @keyframes fadein {
  167. 0% {
  168. opacity: 0;
  169. color: #fff;
  170. }
  171.  
  172. 10% {
  173. opacity: 0;
  174. color: #fff;
  175. }
  176. 100% {
  177. opacity: 1;
  178. color: transparent;
  179. }
  180. }
  181. #container {
  182. -webkit-animation: fadein 5s;
  183. }
  184. .logo::before {
  185. margin-right: 0px;
  186. display: inline-block;
  187. height: 24px;
  188. width: 24px;
  189. content: "";
  190. background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSR_ELIOZDQyIr3SqOfKcFDOu_UpGONi4Nkwg&usqp=CAU) no-repeat 0 0;
  191. background-size: 24px 24px;
  192. }
  193. .logo::after {
  194. margin-right: 0px;
  195. display: inline-block;
  196. height: 24px;
  197. width: 24px;
  198. content: "";
  199. no-repeat 0 0;
  200. background-size: 24px 24px;
  201. }
  202. div#hSub {
  203. color: #000;
  204. }
  205. div.boxInfo.box {
  206. border: 4px double #fff;
  207. background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSR_ELIOZDQyIr3SqOfKcFDOu_UpGONi4Nkwg&usqp=CAU);
  208. }
  209. .boxInfo {
  210. border: 4px double #fff;
  211. margin-bottom: 20px;
  212. margin-top: 20px;
  213.  
  214. p {
  215. color: #fff;
  216. }
  217. div#hSub a {
  218. letter-spacing: 5px;
  219. }
  220. #header a:not(.logo) {
  221. margin-left: 10px;
  222. color: #fff;
  223. font-size: small;
  224. text-decoration: none;
  225. font-family: Courier New;
  226. }
  227. #imgPreview img {
  228. width: auto;
  229. height: auto;
  230. max-height: calc(100% - 10px );
  231. max-width: 100%;
  232. position: absolute;
  233. top: 0;
  234. bottom: 0;
  235. left: 0;
  236. right: 0;
  237. margin: auto;
  238. border: 0px solid #fff;
  239. cursor: zoom-out;
  240. background: url(lll);
  241. }
  242. #sMsg::after {
  243. content: "M3SS4G3 M3!";
  244. font-size: 15px;
  245. }
  246. #sMsg {
  247. font-size: 0px;
  248. color: #fff;
  249. }
  250. #add::after {
  251. content: "B3 MY FW13ND!";
  252. font-size: 15px;
  253. }
  254. #add {
  255. font-size: 0px;
  256. color: #fff;
  257. }
  258. .topRight > .blurbs.box > .blogs > div > b::after {
  259. font-size: 15px !Important;
  260. content: "R4MBL1NGZ!";
  261. animation: test 1s linear infinite;
  262. }
  263. .topRight > .blurbs.box > .blogs > div > b {
  264. font-size: 0px !Important;
  265. }
  266. #viewFriends {
  267. display: none;
  268. }
  269. .fwiendCounter>b::after {
  270. content: "CUL7 M3MB3RZ!";
  271. font-size: 15px;
  272. color: #fff;
  273. }
  274. .fwiendCount {
  275. color: #fff;
  276. font-size: 15px;
  277. }
  278. .fwiendCounter>b {
  279. font-size: 0px;
  280. color: #fff;
  281. }
  282. .fwiendCounter>b>.uName {
  283. font-size: 0px;
  284. color: #fff;
  285. }
  286. .topRight > .box:not(.blurbs) > .rightHead > b::after {
  287. content: "FW13NDSH1P!";
  288. font-size: 15px;
  289. color: #fff;
  290. }
  291. .topRight > .box:not(.blurbs) > .rightHead > b > span.uName {
  292. font-size: -9999px;
  293. }
  294. .topRight > .box:not(.blurbs) > .rightHead > b {
  295. font-size: 0;
  296. }
  297. .blurbs.box > .rightHead > b > span.uName::after {
  298. content: "B10Z!";
  299. color: #fff;
  300. font-size: 15px;
  301. }
  302. .blurbs.box > .rightHead > b {
  303. font-size: 0px;
  304. }
  305. .blurbs.box > .rightHead > b > span.uName {
  306. font-size: 0px;
  307. color: #fff;
  308. }
  309. #sMsg {
  310. background-repeat: no-repeat;
  311. background: url(https://i7.glitter-graphics.org/pub/644/644197xychjg5cjg.gif) no-repeat;
  312. }
  313. #add {
  314. background-repeat: no-repeat;
  315. background: url(https://i7.glitter-graphics.org/pub/644/644197xychjg5cjg.gif) no-repeat;
  316. }
  317. #block {
  318. display: none;
  319. }
  320. #report {
  321. display: none;
  322. }
  323. .topRight > .extended.box::after {
  324. font-size: 15px !important;
  325. content: "??? WH47Z TH1Z?";
  326. }
  327. .topRight > .extended.box > h3 {
  328. font-size: 0;
  329. }
  330. .boxHead {
  331. display: none;
  332. text-indent: -9999px;
  333. }
  334. div#hSub a {
  335. font-family: courier;
  336. }
  337. .fwiendFace img, .tableLeft img {
  338. border: 1px solid #fff;
  339. }
  340. input, button {
  341. background: linear-gradient(to bottom, purple 0%, blue 25%, lightgreen 50%, yellow 75%, red 100%);
  342. color: #fff;
  343. border: 1px solid #fff;
  344. font-family: "courier";
  345. }
  346. input, .fwiendFace b, .tableLeft b, .tableLeft img, #avatar.avatar, .fwiendFace img, .logo, div#hSub a, button, #add.boxButton, #sMsg.boxButton, #imgPreview img, #header a:not(.logo), #imgPreview {
  347. cursor: url(http://ani.cursors-4u.net/cursors/cur-12/cur1103.png),auto!important;
  348. }
  349. html {
  350. cursor: url(http://ani.cursors-4u.net/cursors/cur-12/cur1103.png),auto!important;
  351. }
  352. .fwiendFace img, .tableLeft img {
  353. width: 100px;
  354. height: 100px;
  355. object-fit: cover;
  356. object-position: top;
  357. }
  358. #container {
  359.  
  360. border: 5px double #fff;
  361.  
  362. }
  363. div#online {
  364. content: url(http://www.myspacegens.com/images/online_now/100.gif);
  365. display: block;
  366. margin-left: auto;
  367. margin-right: auto;
  368. width: 40%;
  369. }
  370. body {
  371. font-family: "cursive";
  372. }
  373. .logo b span {
  374. display: none;
  375. }
  376. .logo b:before {
  377. vertical-align: middle;
  378. font-size: 20px;
  379. content: "";
  380. }
  381. .logo b:after {
  382. vertical-align: middle;
  383. font-size: 20px;
  384. color: #fff;
  385. content: "K1DC0R3 H3LL!";
  386. }
  387. }
  388. img {
  389. image-rendering: initial;
  390. }
  391. body {
  392. background-image: url(https://i.pinimg.com/originals/84/9e/1b/849e1b8b0b3cd492e91fbaad0e031249.gif);
  393. }
  394. body {
  395. text-align: center;
  396. }
  397. .tableLeft, .tableRight {
  398. background: url();
  399. width: 25%;
  400. border-bottom: 2px solid #fff;
  401. padding: 10px;
  402. vertical-align: top;
  403. overflow: hidden;
  404. }
  405. .tableRight {
  406. width: 75%;
  407. padding: 10px;
  408. overflow-wrap: anywhere;
  409. }
  410. div {
  411. color: #fff;
  412. }
  413. .rightHead {
  414. background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSR_ELIOZDQyIr3SqOfKcFDOu_UpGONi4Nkwg&usqp=CAU);
  415. color: #fff;
  416. border: 1px solid #fff;
  417. padding-left: 4px;
  418. }
  419. h4 {
  420. color: #fff;
  421. margin-bottom: 0px;
  422. }
  423. .boxButton {
  424. display: inline-block;
  425. width: calc( 49% - 60px );
  426. padding-left: 30px;
  427. height: 24px;
  428. font-size: small;
  429. color: #ee00c4;
  430. padding-top: 7px;
  431. }
  432. .boxHead {
  433. background: #ee00c4;
  434. color: #fff;
  435. padding: 3px;
  436. padding-bottom: 4px;
  437. padding-left: 6px;
  438. }
  439. .extended {
  440. background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSR_ELIOZDQyIr3SqOfKcFDOu_UpGONi4Nkwg&usqp=CAU);
  441. border: 1px double #fff;
  442. margin-bottom: 20px;
  443. margin-top: 20px;
  444. }
  445. .blurbs, #box, #header, #hSub {
  446. background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSR_ELIOZDQyIr3SqOfKcFDOu_UpGONi4Nkwg&usqp=CAU);
  447. border: 3px double #fff;
  448. padding: 0px;
  449. margin-bottom: 10px;
  450. }
  451. .fwiendCount {
  452. color: #fff;
  453. }
  454. #commentInput {
  455. border: 1px solid #fff;
  456. background: linear-gradient(to bottom right, purple 0%, blue 25%, lightgreen 50%, yellow 75%, red 100%);
  457. }
  458. #hSub a {
  459. color: #fff;
  460. text-decoration: none;
  461. }
  462. #header, #hSub {
  463. background: #e674d2 url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSR_ELIOZDQyIr3SqOfKcFDOu_UpGONi4Nkwg&usqp=CAU) repeat!important;
  464. border-bottom: 1px solid #fff !important;
  465. border-radius: 10px;
  466. }
  467.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement