Advertisement
Guest User

MySpace windows93 cottagecore theme

a guest
Dec 6th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. body{
  2. background-attachment:fixed;
  3. background-image:url(https://i.pinimg.com/236x/f6/6e/47/f66e477eb2541a1ed40099696b6c421b.jpg);
  4. background-size:40 px;
  5. color:#fff;
  6. font-family:Tahoma,Geneva,sans-serif;
  7. font-weight:500;
  8. }
  9.  
  10. .extended{
  11. color:#fff;
  12. font-size:10px;
  13. text-shadow:0 0 3px rgba(69,0,112,0.5);
  14. text-shadow:#fff 0 0 7px;
  15. }
  16.  
  17. .extended::after{
  18. background-image:url(https://i.pinimg.com/564x/df/8a/76/df8a7672287d1b6d8642e02d3ab97c5c.jpg);
  19. background-position:center;
  20. background-size:cover;
  21. border:2px solid #000;
  22. border-radius:25px;
  23. bottom:0;
  24. box-sizing:border-box;
  25. color:#fff;
  26. content:"✧✧✧";
  27. display:block;
  28. font-family:Century Gothic;
  29. font-size:15px;
  30. font-weight:700;
  31. left:0;
  32. text-align:center;
  33. text-shadow:#fff 0 0 7px;
  34. top:0;
  35. width:100%;
  36. }
  37.  
  38. .logo{
  39. font-size:0;
  40. }
  41.  
  42. .logo::after{
  43. color:#fff;
  44. content:"Welcome✧";
  45. font-size:15px;
  46. font-weight:800;
  47. }
  48.  
  49. div#header{
  50. background:#116e63;
  51. font-family:Century Gothic;
  52. }
  53.  
  54. div#hSub{
  55. background:#2e9f7a;
  56. font-family:Century Gothic;
  57. }
  58.  
  59. #name{
  60. animation-duration:2.0s;
  61. animation-iteration-count:infinite;
  62. animation-name:flashy;
  63. font-family:Century Gothic;
  64. font-size:25px;
  65. margin:0;
  66. padding-bottom:15px;
  67. padding-left:5px;
  68. }
  69.  
  70. @keyframes flashy{
  71.  
  72. 0%{
  73. color:#ffffff;
  74. }
  75.  
  76. 30%{
  77. color:#a6c83b;
  78. }
  79.  
  80. 65%{
  81. color:#2e9f7a;
  82. }
  83.  
  84. 100%{
  85. color:##36e886;
  86. }
  87. }
  88.  
  89.  
  90. #name::after{
  91. content:" (or Ruru Kri✧)";
  92. }
  93.  
  94. a:link{
  95. color:purple;
  96. ;
  97. }
  98.  
  99. a:active{
  100. color:#fc569c;
  101. }
  102.  
  103. a:visited{
  104. color:#000;
  105. }
  106.  
  107. .box{
  108. border:transparent;
  109. }
  110.  
  111. .boxInfo{
  112. background:#06090c8a;
  113. border:2px dashed #fff;
  114. border:2px solid #000;
  115. margin-bottom:1px;
  116. }
  117.  
  118. .boxButton{
  119. color:#fff;
  120. }
  121.  
  122. .boxHead{
  123. -webkit-text-stroke-color:#000;
  124. -webkit-text-stroke-width:1px;
  125. background:transparent;
  126. border:2x dashed #fff;
  127. color:#fff;
  128. }
  129.  
  130. #sMsg{
  131. background-image:url(https://ani.cursors-4u.net/nature/images11/nat1049.png);
  132. font-size:0;
  133. }
  134.  
  135. #sMsg::after{
  136. content:"tell me something";
  137. font-size:13px;
  138. }
  139.  
  140. #block{
  141. background-image:url(https://ani.cursors-4u.net/nature/images11/nat1051.png);
  142. font-size:0;
  143. }
  144.  
  145. #block::after{
  146. content:"it's your right to block me ig";
  147. font-size:13px;
  148. }
  149.  
  150. #report{
  151. background-image:url(https://cur.cursors-4u.net/nature/images11/nat1029.gif);
  152. font-size:0;
  153. }
  154.  
  155. #report::after{
  156. content:"report me, I dare you";
  157. font-size:13px;
  158. }
  159.  
  160. #add{
  161. background-image:url(https://cur.cursors-4u.net/nature/images11/nat1021.png);
  162. font-size:13px;
  163. text-transform:lowercase;
  164. }
  165.  
  166. div.url.box{
  167. font-size:0;
  168. text-align:center;
  169. }
  170.  
  171. div.url.box::after{
  172. -webkit-text-stroke-color:#000;
  173. -webkit-text-stroke-width:1px;
  174. color:#fff;
  175. content:"“I love ya, would ya marry me?”";
  176. font-size:20px;
  177. font-weight:700;
  178. text-shadow:#A56FCC 0 0 3px;
  179. }
  180.  
  181. .rightHead{
  182. -webkit-text-stroke-color:#000;
  183. -webkit-text-stroke-width:1px;
  184. background:transparent;
  185. color:#fff;
  186. font-size:18px;
  187. text-shadow:0 0 3px rgba(77,7,110,0.5);
  188. }
  189.  
  190. .rightHead::before{
  191. content: url(https://66.media.tumblr.com/tumblr_ls18x47BY51qh1ook.gif);
  192. padding: 5px;
  193. }
  194.  
  195. .rightHead::after{
  196. content: url(https://66.media.tumblr.com/tumblr_ls18x47BY51qh1ook.gif);
  197. padding: 5px;
  198. }
  199.  
  200. .topLeft{
  201. animation-duration:1.5s;
  202. animation-name:slidein;
  203. background-image:url(https://i.pinimg.com/originals/26/9a/8c/269a8c06db1437fcd8cc5d58f9323849.gif);
  204. background-position:center;
  205. background-size:cover;
  206. border:2px solid #000;
  207. border-radius:25px;
  208. box-sizing:border-box;
  209. color:#fff;
  210. overflow:auto;
  211. padding:1px;
  212. position:relative;
  213. text-shadow:0 0 4px black;
  214. top:60px;
  215. }
  216. .topLeft::after {
  217. content: "";
  218. white-space: pre-wrap;
  219. display: block;
  220. height: 200px;
  221. padding-top: 20px;
  222. background-image:url(https://64.media.tumblr.com/386e903ce2e32ef46cb35d2ab5f46dbe/be5f00c3a9694939-9e/s1280x1920/06ea154293976d1ce7e7cc298139752acae15512.png);
  223. background-repeat: no-repeat;
  224. background-size: 390px;
  225. }
  226.  
  227. @keyframes slidein{
  228. from {
  229. margin-left:-100%;
  230. }
  231.  
  232. to {
  233. margin-left:0;
  234. }
  235. }
  236.  
  237. .avatar{
  238. border:10px solid;
  239. border-image:url() 30 stretch;
  240. box-sizing:border-box;
  241. display:block;
  242. }
  243.  
  244. #gender{
  245. position:relative;
  246. visibility:hidden;
  247. }
  248.  
  249. #gender::after{
  250. content:"she|they|he|xe";
  251. font-size:15px;
  252. left:0;
  253. position:absolute;
  254. top:0;
  255. visibility:visible;
  256. }
  257.  
  258. #age{
  259. position:relative;
  260. visibility:hidden;
  261. }
  262.  
  263. #age::after{
  264. content:"";
  265. font-size:15px;
  266. left:0;
  267. position:absolute;
  268. top:0;
  269. visibility:visible;
  270. }
  271.  
  272. #country{
  273. position:relative;
  274. visibility:hidden;
  275. }
  276.  
  277. #country::after{
  278. content:"Underworld";
  279. font-size:15px;
  280. left:0;
  281. position:absolute;
  282. top:0;
  283. visibility:visible;
  284. }
  285.  
  286. #online{
  287. margin-top:0;
  288. padding:1px;
  289. position:relative;
  290. visibility:hidden;
  291. }
  292.  
  293. #online::after{
  294. content:url("https://66.media.tumblr.com/0aba58a985096c2e488289597b4ccad8/63044b9c0c86e369-66/s250x400/1c41c3d05bd922837f03dea9c5657ba1a6b5a68d.png");
  295. left:0;
  296. position:absolute;
  297. top:0;
  298. visibility:visible;
  299. }
  300.  
  301. .topRight{
  302. animation-duration:1.5s;
  303. animation-name:slide;
  304. }
  305.  
  306. @keyframes slide{
  307. from {
  308. margin-right:-100%;
  309. }
  310.  
  311. to {
  312. margin-right:0;
  313. }
  314. }
  315.  
  316. .player{
  317. background:#06090c8a;
  318. background-position:center;
  319. background-size:cover;
  320. border:2px solid #000;
  321. color:#fff;
  322. margin:0 auto;
  323. }
  324. .player {
  325. padding: 20px;
  326. margin-top: 20px;
  327. margin-bottom: 20px;
  328. color: #fff;
  329. width: calc(100% - 10px );
  330. border: 1px solid #000;
  331. }
  332. h4{
  333. -webkit-text-stroke-color:#000;
  334. -webkit-text-stroke-width:1px;
  335. background-image:url(https://i.pinimg.com/236x/74/35/89/743589ebbdffb0347a137b57cab3bf7a.jpg);
  336. background-position:center;
  337. background-size:cover;
  338. border:2px solid #000;
  339. border-bottom:10px;
  340. border-top-left-radius:20px;
  341. border-top-right-radius:20px;
  342. color:#fff;
  343. font-family:;
  344. font-weight:700;
  345. height:20px;
  346. position:relative;
  347. }
  348.  
  349. .blurbs{
  350. margin-block-start:15px;
  351. text-align:center;
  352. text-shadow:0 0 3px rgba(255,255,255,0.5);
  353. }
  354.  
  355. #about{
  356. background-image:url(https://i.pinimg.com/236x/5b/55/72/5b557292937b284358e58a125151f62a.jpg);
  357. border:2px solid #000;
  358. border-radius:25px;
  359. border-top-right-radius:0px;
  360. border-top-left-radius:0px;
  361. padding:15px;
  362. }
  363.  
  364. #who{
  365. background-image:url(https://i.pinimg.com/236x/5b/55/72/5b557292937b284358e58a125151f62a.jpg);
  366. border:2px solid #000;
  367. border-radius:25px;
  368. border-top-right-radius:0px;
  369. border-top-left-radius:0px;
  370. padding:15px;
  371. }
  372.  
  373. .fwiendCount{
  374. color:#00c6ed;
  375. }
  376.  
  377. .fwiendCounter{
  378. -webkit-text-stroke-color:#000;
  379. -webkit-text-stroke-width:1px;
  380. color:#fff;
  381. }
  382.  
  383. #top a{
  384. color:#fc569c;
  385. text-decoration:none;
  386. }
  387.  
  388. .fwiendFace{
  389. background-image:url(https://i.gifer.com/origin/b4/b45100338ffa19acc5c418c48280b05f_w200.webp);
  390. border:2px solid #fff;
  391. border-radius:50%;
  392. font-size:0;
  393. height:100px;
  394. margin-bottom:5px;
  395. margin-right:5px;
  396. max-width:100vw;
  397. width:100px;
  398. }
  399.  
  400. .fwiendFace img{
  401. background-position:center;
  402. border-radius:50%;
  403. display:absolute;
  404. height:100px;
  405. object-fit:cover;
  406. width:100px;
  407. }
  408.  
  409. .fwiendFace:hover{
  410. animation:shake 1s;
  411. animation-iteration-count:infinite;
  412. }
  413.  
  414. @keyframes shake{
  415. 0% {
  416. transform:translate(1px,1px) rotate(0deg);
  417. }
  418.  
  419. 10% {
  420. transform:translate(-1px,-2px) rotate(-1deg);
  421. }
  422.  
  423. 20% {
  424. transform:translate(-3px,0px) rotate(1deg);
  425. }
  426.  
  427. 30% {
  428. transform:translate(3px,2px) rotate(0deg);
  429. }
  430.  
  431. 40% {
  432. transform:translate(1px,-1px) rotate(1deg);
  433. }
  434.  
  435. 50% {
  436. transform:translate(-1px,2px) rotate(-1deg);
  437. }
  438.  
  439. 60% {
  440. transform:translate(-3px,1px) rotate(0deg);
  441. }
  442.  
  443. 70% {
  444. transform:translate(3px,1px) rotate(-1deg);
  445. }
  446.  
  447. 80% {
  448. transform:translate(-1px,-1px) rotate(1deg);
  449. }
  450.  
  451. 90% {
  452. transform:translate(1px,2px) rotate(0deg);
  453. }
  454.  
  455. 100% {
  456. transform:translate(1px,1px) rotate(0deg);
  457. }
  458. }
  459.  
  460. #viewFriends{
  461. background:#116e63;
  462. border:2px solid #000;
  463. border-radius:25px;
  464. color:#fff;
  465. padding:5px;
  466. }
  467.  
  468. .tableLeft{
  469. background-image:url(https://i.pinimg.com/236x/e6/8d/22/e68d22fe6c325cafed4b377a069c4f9f.jpg);
  470. background-position:center;
  471. background-size:cover;
  472. border:2px dashed #fff;
  473. }
  474.  
  475. .tableRight{
  476. background-image:url(https://i.pinimg.com/564x/38/97/9d/38979d8580f8ec580b2fc9e0c2eebff4.jpg);
  477. border:2px dashed #fff;
  478. color:#fff;
  479. text-shadow:#fff 0 0 7px;
  480. }
  481.  
  482. .blog{
  483. background:rgba(142,93,154);
  484. border:2px solid #000;
  485. text-shadow:#fff 0 0 7px;
  486. }
  487.  
  488. .blogs{
  489. text-shadow:#fff 0 0 7px;
  490. }
  491.  
  492. .blogCard{
  493. position:relative;
  494. top:10px;
  495. }
  496.  
  497. .blogTitle{
  498. font-size:0;
  499. }
  500.  
  501. div#footer{
  502. bottom:0;
  503. font-size:0;
  504. left:700px;
  505. position:fixed;
  506. pointer-events: none;
  507. }
  508.  
  509. div#footer::after{
  510. animation-duration:1.5s;
  511. animation-name:slideup;
  512. content:url("https://66.media.tumblr.com/6ef91df1c65bf5829a951701ec9e97e5/a5fac8d5b0399133-95/s250x400/7a94701a1fc51026055c58fdc13e7abb198310c5.png");
  513. }
  514.  
  515. @keyframes slideup{
  516. from {
  517. margin-right:-100%;
  518. }
  519.  
  520. to {
  521. margin-right:0;
  522. }
  523. }
  524.  
  525. @media screen and (max-device-width: 768px){
  526. div#footer {
  527. visibility:hidden;
  528. }
  529. }
  530.  
  531. @media only screen and (max-width : 768px){
  532. * {
  533. -moz-animation:none!important;
  534. -ms-animation:none!important;
  535. -o-animation:none!important;
  536. -webkit-animation:none!important;
  537. animation:none!important;
  538. }
  539. }
  540.  
  541. * {
  542. cursor:url(https://ani.cursors-4u.net/nature/images11/nat1053.png),auto!important;
  543. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement