Advertisement
eighthwonder

Myspace CSS ver 2.0

May 4th, 2021 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.31 KB | None | 0 0
  1. /*
  2. __  __          _____  _____ _____      __
  3. |  \/  |        / ____|/ ____/ ____|  _  \ \
  4. | \  / |_   _  | |    | (___| (___   (_)  | |
  5. | |\/| | | | | | |     \___ \\___ \       | |
  6. | |  | | |_| | | |____ ____) |___) |  _   | |
  7. |_|  |_|\__, |  \_____|_____/_____/  (_)  | |
  8.         __/ |                           /_/
  9.        |___/
  10. made by pannacottafugo on myspace :3
  11. Mostly fully commented im sure you can figure it out :)
  12. */
  13. /*changes font of site*/
  14. div#header{
  15.     background-color: black;
  16.     font-family: Georgia;}
  17.  
  18. /*changes background and font of that things at the top that says
  19. "Home|Fwiends|All|Random|Online|Music|News|Search"
  20. as well as the part that says
  21. "myspace.windows93.net  Mailbox Logout"
  22. https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif*/
  23. div#hSub{
  24.     background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4");
  25.     font-family: Georgia;
  26.     text-align: center;}
  27.  
  28. .logo{visibility: hidden;}
  29.  
  30. .logo::after {
  31.     content: "This ain't no ordinary ice cream shop";
  32.     font-family: Pacifico;
  33.     font-size: 20px;
  34.     font-weight: 900;
  35.     position: absolute;
  36.     color: yellow;
  37.     visibility: visible;
  38.     animation: lemonblink .5s linear infinite;
  39.     }
  40. .logo:hover::after {
  41.     content: "Alright, Alright. Make me hip hop cherry pop";
  42.     font-family: Pacifico;
  43.     font-size: 20px;
  44.     font-weight: 900;
  45.     position: absolute;
  46.     color: yellow;
  47.     visibility: visible;
  48.     animation: lemonblink .5s linear infinite;
  49.     }
  50.  
  51. span#hUp::before {
  52.     content: "The sky is not blue";
  53.     color: #8800f0;
  54.     font-size: small;
  55.     text-decoration: underline;
  56.     animation: blinker .5s linear infinite;
  57.     }
  58.  
  59. span#hUp:hover::before{
  60.     content: "The grass is not green";
  61.     color: #8800f0;
  62.     font-size: small;
  63.     text-decoration: underline;
  64.     animation: blinker .5s linear infinite;
  65.     }
  66.  
  67. /*changes cursor(mines that one with hatsune miku! all other instances of
  68. "cursor: " change the hovering links to nyan cat :3)*/
  69. * {cursor: url(https://ani.cursors-4u.net/nature/nat-11/nat1049.cur), auto !important;}
  70.  
  71. /*changes backround of blog as a whole*/
  72. body {
  73.     font-family: Georgia;
  74.     font-variant: small-caps;
  75.     background-image: url("https://i.imgur.com/aGm9ouh.jpg");
  76.     background-attachment: fixed;
  77.     background-size: cover;
  78.     background-repeat: no-repeat;
  79.     background-position: center center;
  80.     color: white;
  81.     animation: bounce 4s;
  82.     animation-iteration-count: infinite;
  83.   }
  84.  
  85. /*just kinda changes general text color*/
  86. p{color: white;}
  87. b{color: white;}
  88. ul{color: white;}
  89.  
  90. /*changes"Edit your profile"/"pannacottafugo is in your extended network" box*/
  91. div.extended.box{
  92.     background-image: url("https://i.pinimg.com/originals/ac/25/4e/ac254e3b47185dfc8accba22f06bbc38.gif");
  93.     color: white;
  94.   }
  95.  
  96.  
  97. /*changes that box at the top with your userna*/
  98. h2#name.uName{
  99.     background-image: url("https://p.favim.com/orig/2018/10/08/red-glitter-gif-Favim.com-6406274.gif");
  100.     color:white;
  101.     text-align: center;
  102.     visibility: visible;}
  103.  
  104. h2#name.uName:hover{
  105.     background-image: url("https://p.favim.com/orig/2018/10/08/red-glitter-gif-Favim.com-6406274.gif");
  106.     color:white;
  107.     text-align: center;
  108.     visibility: visible;
  109.     animation: lemonblink .5s linear infinite;
  110.   }
  111.  
  112. /*changes those things that say "About me" and "Who id like to meet"*/
  113. h4{
  114.     background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif");
  115.     color: white;}
  116.  
  117. /*kinda just fixes up the avatar image on ur page*/
  118. .avatar {
  119.     width: 100%;
  120.     margin-top: 20px;
  121.     margin-right: 20px;
  122.     cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  123.  
  124. /*changes color of the blurbs(thing with ur quote, age and gender)*/
  125. .blurbs, #top, #box, .box, #header, #hSub{
  126.     background: black;
  127.     color: black;
  128.   /*background-color: white;*/}
  129.  
  130. /*changes look of the submit buttons for when u submit a comment*/
  131. button{
  132.   background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif");
  133.   color: white;
  134.   cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  135. input{
  136.   background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif");
  137.   color: white;
  138.   cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  139.  
  140. /*not even gonna lie i forgot what this does*/
  141. td.shortRight {
  142.     background-color: black;
  143.     color: white;
  144.     background-size: 100%;}
  145. td.shortRight:hover {
  146.     background-color: black;
  147.     color: white;
  148.     background-size: 100%;
  149.     animation: blinker 2s linear infinite;
  150. }
  151.  
  152. /*nyan cat hover cursor :3*/
  153. img{cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  154.  
  155. /*i seriously forgot what this does -_-'*/
  156. #imgPreview img {
  157.     width: auto;
  158.     height: auto;
  159.     max-height: calc(100% - 10px );
  160.     max-width: 100%;
  161.     position: absolute;
  162.     top: 0;
  163.     bottom: 0;
  164.     left: 0;
  165.     right: 0;
  166.     margin: auto;
  167.     border: 5px solid #fff0;
  168.     cursor: zoom-out;
  169.     background: #fff0;}
  170.  
  171. /*moar cursor :OOO*/
  172. a:-webkit-any-link {
  173.     color: #a863e4;
  174.     cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  175.  
  176. /*BUTTONS*/
  177. #add {
  178.     background-repeat: no-repeat;
  179.     background-image: url(https://i.ibb.co/gzwdSy9/Image-869513-1.png);
  180.     background-size: 30px;}
  181. #sMsg {
  182.     background-repeat: no-repeat;
  183.     background-image: url(https://cdn.techjourney.net/2007/06/agf_purple.png);
  184.     background-size: 30px;}
  185. #report {
  186.     background-repeat: no-repeat;
  187.     background-image: url(https://cdn.discordapp.com/attachments/716339893063778375/722706355697221695/1592377015590.png);
  188.     background-size: 30px;
  189.     /*display: none;*/}
  190. #block {
  191.     background-repeat: no-repeat;
  192.     background-image: url(https://i.ibb.co/25nw8Tj/error.png);
  193.     background-size: 30px;
  194.     /*display: none*/;}
  195.  
  196. /*hehe i forgot what these do too -v- theyre just lil details tho im sure u
  197. can figure it out*/
  198. div.blogs {color:white;
  199. }
  200. div.topRight {background-color: black;
  201.     text-align: center;}
  202. div.url.box{background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4")}
  203.  
  204. /*the funny dancy boys on top of my audio*/
  205. .player::before {
  206.     content: "";
  207.     color: #000000;
  208.     background-image: url("https://external-preview.redd.it/TA5E-qkzqcIdYQLX7lvuuYbU0aaIA58VK3Sy2IOtrz0.jpg?auto=webp&s=de295b91cbb4d873699ba41c24cff890a78132e3");
  209.     background-size: 100%;
  210.     image-position: center;
  211.     white-space: pre-wrap;
  212.     background-repeat: no-repeat;
  213.     display: block;
  214.     position: relative;
  215.     /*border: #0046ff 2px solid;*/
  216.     text-align: center;
  217.     height: 430px;
  218.     /*width: 480px;*/}
  219.  
  220. div.player.box{
  221.     background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4");}
  222. textarea#commentInput{
  223.     background-image: url("https://p.favim.com/orig/2018/10/08/red-glitter-gif-Favim.com-6406274.gif");
  224.     color: white;
  225.     border: 2px dashed white;
  226. }
  227.  
  228. /*the comment sections :OOOO wooahhhhh*/
  229. .tableLeft {
  230.     width: 25%;
  231.     padding: 10px;
  232.     vertical-align: top;
  233.     overflow: hidden;
  234.     border: 2px dashed white;
  235.     color: white;
  236.     background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif"); }
  237. .tableRight {
  238.     width: 75%;
  239.     padding: 10px;
  240.     vertical-align: top;
  241.     border: 2px dashed white;
  242.     color: white;
  243.     background-image: url("https://64.media.tumblr.com/e60bdc0da23dc7f9bd1b1a6990372fa4/tumblr_ogecdxyARX1vsjcxvo1_640.gifv");
  244.     overflow-wrap: anywhere;}
  245. .rightHead, .boxHead {
  246.     background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4");
  247.     background-color: #000000;
  248.     color: white;
  249.     font-weight: none;}
  250.  
  251. /*make profile pixtures the same size unlike the wacky rectangles :3*/
  252. .fwiendFace img {
  253.     width: calc( 100% );
  254.     height: 135px;
  255.     object-fit: cover;}
  256.  
  257. .fwiendFace img:hover{
  258.   animation: fwiendbounce 1s;
  259.   /* When the animation is finished, start again */
  260.   animation-iteration-count: 1;
  261. }
  262.  
  263. img:hover {
  264.   /* Start the shake animation and make the animation last for 0.5 seconds */
  265.   animation: shake 0.5s;
  266.   /* When the animation is finished, start again */
  267.   animation-iteration-count: infinite;}
  268.  
  269. @keyframes shake {
  270.     0% { transform: translate(1px, 1px) rotate(0deg); }
  271.     10% { transform: translate(-1px, -2px) rotate(-1deg); }
  272.     20% { transform: translate(-3px, 0px) rotate(1deg); }
  273.     30% { transform: translate(3px, 2px) rotate(0deg); }
  274.     40% { transform: translate(1px, -1px) rotate(1deg); }
  275.     50% { transform: translate(-1px, 2px) rotate(-1deg); }
  276.     60% { transform: translate(-3px, 1px) rotate(0deg); }
  277.     70% { transform: translate(3px, 1px) rotate(-1deg); }
  278.     80% { transform: translate(-1px, -1px) rotate(1deg); }
  279.     90% { transform: translate(1px, 2px) rotate(0deg); }
  280.     100% { transform: translate(1px, -2px) rotate(-1deg); }
  281.   }
  282.  
  283.   @keyframes bounce {
  284.       50% { transform: translateY(0); }
  285.       50% { transform: translateY(-20px); }
  286.     }
  287.  
  288. @keyframes fwiendbounce {
  289.       0%   { transform: scale(1,1)      translateY(0); }
  290.       10%  { transform: scale(1.1,.9)   translateY(0); }
  291.       30%  { transform: scale(.9,1.1)   translateY(-100px); }
  292.       50%  { transform: scale(1.05,.95) translateY(0); }
  293.       57%  { transform: scale(1,1)      translateY(-7px); }
  294.       64%  { transform: scale(1,1)      translateY(0); }
  295.       100% { transform: scale(1,1)      translateY(0); }
  296.     }
  297.  
  298. @keyframes blinker {
  299.       20% {color: magenta;}
  300.       40% {color: yellow;}
  301.       60% {color: lime;}
  302.       80% {color: cyan;}
  303.       100% {color: #8800f0;}
  304.     }
  305. @keyframes lemonblink{
  306.       0% {color: yellow;}
  307.       50% {color: red;}
  308. }
  309.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement