Advertisement
eighthwonder

Myspace CSS ver 2.2

May 5th, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.43 KB | None | 0 0
  1. /*
  2. MySpace93 CSS sheet Version 2.2
  3. May 5, 2021, 1:05 PM
  4.  
  5. written by pannacottafugo
  6. https://myspace.windows93.net/?id=27579
  7.  
  8. Changes in 2.2
  9.   - Added "Current Front" message for accessability
  10.   - Removed herobrine
  11. To fix later
  12.   - "Current Front" message not viewable when page is too narrow
  13. */
  14.  
  15. /*font of site*/
  16. div#header{
  17.     background-color: black;
  18.     font-family: Georgia;}
  19. /*formatting of the header*/
  20. div#hSub{
  21.     background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4");
  22.     font-family: Georgia;
  23.     text-align: center;}
  24.    
  25. #container:before {
  26.     content: "Current Front: Bees";
  27.     font-family: Georgia
  28.     color: white;
  29.     display: block;
  30.     height:10px;
  31.     margin-top: 15px;
  32.     margin-left: 5px;
  33. }
  34.  
  35. /*removes "myspace.windows93.net" so it can be replaced with other text*/
  36. .logo{visibility: hidden;}
  37.  
  38. /*formatting for said other text*/
  39. .logo::after {
  40.     content: "This ain't no ordinary ice cream shop";
  41.     font-family: Pacifico;
  42.     font-size: 20px;
  43.     font-weight: 900;
  44.     position: absolute;
  45.     color: yellow;
  46.     visibility: visible;
  47.     animation: lemonblink .5s linear infinite;}
  48.  
  49. /*changes text to something different when cursor hovers over it*/
  50. .logo:hover::after {
  51.     content: "Alright, Alright. Make me hip hop cherry pop";
  52.     font-family: Pacifico;
  53.     font-size: 20px;
  54.     font-weight: 900;
  55.     position: absolute;
  56.     color: yellow;
  57.     visibility: visible;
  58.     animation: lemonblink .5s linear infinite;}
  59.  
  60. /*fake notification*/
  61. span#hUp::before {
  62.     content: "The sky is not blue";
  63.     color: #8800f0;
  64.     font-size: small;
  65.     text-decoration: underline;
  66.     animation: blinker .5s linear infinite;}
  67.  
  68. /*changes fake notif. to something different when cursor hovers over it*/
  69. span#hUp:hover::before{
  70.     content: "The grass is not green";
  71.     color: #8800f0;
  72.     font-size: small;
  73.     text-decoration: underline;
  74.     animation: blinker .5s linear infinite;}
  75.  
  76. /*changes cursors*/
  77. * {cursor: url(https://ani.cursors-4u.net/nature/nat-11/nat1049.cur), auto !important;} /*default*/
  78. img{cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;} /*hover over image*/
  79. a:-webkit-any-link {
  80.     color: #a863e4;
  81.     cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;} /*hover over link*/
  82.  
  83. /*changes the background of the site*/
  84. body {
  85.     font-family: Georgia;
  86.     font-variant: small-caps;
  87.     background-image: url("https://i.imgur.com/aGm9ouh.jpg");
  88.     background-attachment: fixed;
  89.     background-size: cover;
  90.     background-repeat: no-repeat;
  91.     background-position: center center;
  92.     color: white;
  93.     animation: bounce 4s;
  94.     animation-iteration-count: infinite;}
  95.  
  96. /*changes text colors*/
  97. p{color: white;}
  98. b{color: white;}
  99. ul{color: white;}
  100.  
  101. /*changes"Edit your profile"/"pannacottafugo is in your extended network" box*/
  102. div.extended.box{
  103.     background-image: url("https://i.pinimg.com/originals/ac/25/4e/ac254e3b47185dfc8accba22f06bbc38.gif");
  104.     color: white;}
  105.  
  106.  
  107. /*changes that box at the top with your username*/
  108. h2#name.uName{
  109.     background-image: url("https://p.favim.com/orig/2018/10/08/red-glitter-gif-Favim.com-6406274.gif");
  110.     color:white;
  111.     text-align: center;
  112.     visibility: visible;}
  113.  
  114. /*adds a nice little color changing effect when cursor hovers over it*/
  115. h2#name.uName:hover{
  116.     background-image: url("https://p.favim.com/orig/2018/10/08/red-glitter-gif-Favim.com-6406274.gif");
  117.     color:white;
  118.     text-align: center;
  119.     visibility: visible;
  120.     animation: lemonblink .5s linear infinite;}
  121.  
  122. /*changes those things that say "About me" and "Who id like to meet"*/
  123. h4{
  124.     background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif");
  125.     color: white;}
  126.  
  127. /*kinda just fixes up the avatar image on ur page*/
  128. .avatar {
  129.     width: 100%;
  130.     margin-top: 20px;
  131.     margin-right: 20px;
  132.     cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  133.  
  134. /*changes color of the blurbs(thing with ur quote, age and gender)*/
  135. .blurbs, #top, #box, .box, #header, #hSub{
  136.     background: black;
  137.     color: black;}
  138.  
  139. /*more random bullsh!t to do with the blurbs*/
  140. td.shortRight {
  141.     background-color: black;
  142.     color: white;
  143.     background-size: 100%;}
  144. td.shortRight:hover {
  145.     background-color: black;
  146.     color: white;
  147.     background-size: 100%;
  148.     animation: blinker 2s linear infinite;}
  149.  
  150. /*changes look of the submit buttons for when u submit a comment*/
  151. button{
  152.   background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif");
  153.   color: white;
  154.   cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  155. input{
  156.   background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif");
  157.   color: white;
  158.   cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym56.cur), auto !important;}
  159.  
  160. /*i seriously forgot what this does */
  161. #imgPreview img {
  162.     width: auto;
  163.     height: auto;
  164.     max-height: calc(100% - 10px );
  165.     max-width: 100%;
  166.     position: absolute;
  167.     top: 0;
  168.     bottom: 0;
  169.     left: 0;
  170.     right: 0;
  171.     margin: auto;
  172.     border: 5px solid #fff0;
  173.     cursor: zoom-out;
  174.     background: #fff0;}
  175.  
  176. /*Add Friend/Block 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. div.blogs {color:white;}
  197. div.topRight {
  198.     background-color: black;
  199.     text-align: center;}
  200. div.url.box{background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4")}
  201.  
  202. /*changes the image above the audio*/
  203. .player::before {
  204.     content: "";
  205.     color: #000000;
  206.     background-image: url("https://external-preview.redd.it/TA5E-qkzqcIdYQLX7lvuuYbU0aaIA58VK3Sy2IOtrz0.jpg?auto=webp&s=de295b91cbb4d873699ba41c24cff890a78132e3");
  207.     background-size: 100%;
  208.     image-position: center;
  209.     white-space: pre-wrap;
  210.     background-repeat: no-repeat;
  211.     display: block;
  212.     position: relative;
  213.     text-align: center;
  214.     height: 430px;}
  215.  
  216. /*formatting for comment imput sections*/
  217. div.player.box{
  218.     background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4");}
  219. textarea#commentInput{
  220.     background-image: url("https://p.favim.com/orig/2018/10/08/red-glitter-gif-Favim.com-6406274.gif");
  221.     color: white;
  222.     border: 2px dashed white;}
  223. .tableLeft {
  224.     width: 25%;
  225.     padding: 10px;
  226.     vertical-align: top;
  227.     overflow: hidden;
  228.     border: 2px dashed white;
  229.     color: white;
  230.     background-image: url("https://i0.wp.com/64.media.tumblr.com/1f3ad12dfb8cca16e68e1e7be9553b23/ca21c741efa4e4f0-25/s640x960/0d69a7e2cf5f6b69f18d7f1978d62989861fc565.gif"); }
  231. .tableRight {
  232.     width: 75%;
  233.     padding: 10px;
  234.     vertical-align: top;
  235.     border: 2px dashed white;
  236.     color: white;
  237.     background-image: url("https://64.media.tumblr.com/e60bdc0da23dc7f9bd1b1a6990372fa4/tumblr_ogecdxyARX1vsjcxvo1_640.gifv");
  238.     overflow-wrap: anywhere;}
  239. .rightHead, .boxHead {
  240.     background-image: url("https://s3.amazonaws.com/image.blingee.com/images12/content/output/2007/6/25/215032681_7ba68198.gif?4");
  241.     background-color: #000000;
  242.     color: white;
  243.     font-weight: none;}
  244.  
  245. /*Sets the top fwiend profile pics to a standard size*/
  246. .fwiendFace img {
  247.     width: calc( 100% );
  248.     height: 135px;
  249.     object-fit: cover;}
  250. /*animates the profile images when cursor hovers over them*/
  251. .fwiendFace img:hover{
  252.   animation: fwiendbounce 1s;
  253.   animation-iteration-count: 1;
  254. }
  255.  
  256. /*makes images wiggle*/
  257. img:hover {
  258.   /* Start the shake animation and make the animation last for 0.5 seconds */
  259.   animation: shake 0.5s;
  260.   /* When the animation is finished, start again */
  261.   animation-iteration-count: infinite;}
  262.  
  263. /*crediting myself again just in case someone tries to plagiarize this code: THIS WAS MADE BY PANNACOTTAFUGO ON MYSPACE MY URL IS https://myspace.windows93.net/?id=27579 GO FRIEND ME INSTEAD OF THIS CSS THIEF*/
  264. /*An ungodly amount of keyframes for an ungodly amount of animations*/
  265. @keyframes shake {
  266.     0% { transform: translate(1px, 1px) rotate(0deg); }
  267.     10% { transform: translate(-1px, -2px) rotate(-1deg); }
  268.     20% { transform: translate(-3px, 0px) rotate(1deg); }
  269.     30% { transform: translate(3px, 2px) rotate(0deg); }
  270.     40% { transform: translate(1px, -1px) rotate(1deg); }
  271.     50% { transform: translate(-1px, 2px) rotate(-1deg); }
  272.     60% { transform: translate(-3px, 1px) rotate(0deg); }
  273.     70% { transform: translate(3px, 1px) rotate(-1deg); }
  274.     80% { transform: translate(-1px, -1px) rotate(1deg); }
  275.     90% { transform: translate(1px, 2px) rotate(0deg); }
  276.     100% { transform: translate(1px, -2px) rotate(-1deg); }
  277.   }
  278.  
  279.   @keyframes bounce {
  280.       50% { transform: translateY(0); }
  281.       50% { transform: translateY(-20px); }
  282.     }
  283.  
  284. @keyframes fwiendbounce {
  285.       0%   { transform: scale(1,1)      translateY(0); }
  286.       10%  { transform: scale(1.1,.9)   translateY(0); }
  287.       30%  { transform: scale(.9,1.1)   translateY(-100px); }
  288.       50%  { transform: scale(1.05,.95) translateY(0); }
  289.       57%  { transform: scale(1,1)      translateY(-7px); }
  290.       64%  { transform: scale(1,1)      translateY(0); }
  291.       100% { transform: scale(1,1)      translateY(0); }
  292.     }
  293.  
  294. @keyframes blinker {
  295.       20% {color: magenta;}
  296.       40% {color: yellow;}
  297.       60% {color: lime;}
  298.       80% {color: cyan;}
  299.       100% {color: #8800f0;}
  300.     }
  301. @keyframes lemonblink{
  302.       0% {color: yellow;}
  303.       50% {color: red;}
  304. }
  305. /*
  306. written by pannacottafugo
  307. https://myspace.windows93.net/?id=27579
  308. */
  309.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement