Advertisement
eighthwonder

Untitled

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