heytony

Kiki's Delivery SpaceHey Layout

Feb 15th, 2021 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.00 KB | None | 0 0
  1. <style>* {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur844.cur), auto !important;}</style>
  2. <a href="https://www.cursors-4u.com/cursor/2011/11/11/cute-red-bow-tie-pointer.html" target="_blank" title="Cute Red Bow Tie Pointer">
  3.     <img src="https://cur.cursors-4u.net/cursor.png" alt="Cute Red Bow Tie Pointer" style="position:absolute; top: 0px; right: 0px;"/></a>
  4. <style>
  5. @import url('https://fonts.googleapis.com/css2?family=Benne&family=Roboto&display=swap');
  6. </style>
  7. <style>
  8. @import url('https://fonts.googleapis.com/css2?family=Benne&family=Roboto&display=swap');
  9. </style>
  10. <style>
  11.  
  12. /*  Kiki's Delivery Service
  13.             by TonyTheTiger (spacehey.com/heytony) */
  14.  
  15. /*  to start off, this part bellow will control the base of your profile.
  16. P.S. backround attachment is the one that makes your background either stay put
  17. or scroll with you. use "fixed" or "scroll" for that part. */
  18.  
  19.     html:before {
  20.          animation: grain 5s steps(10) infinite;
  21.           background-image: url('https://i.ytimg.com/vi/FNs4RDi_8eA/maxresdefault.jpg');
  22.           content: "";
  23.           height: 300%;
  24.           left: -50%;
  25.           opacity:.2;
  26.           position: fixed;
  27.           top: -110%;
  28.           width: 300%;
  29.          pointer-events:none;
  30.     }
  31.     @keyframes grain {
  32.          0%, 100% { transform:translate(0, 0) }
  33.          10% { transform:translate(-5%, -10%) }
  34.          20% { transform:translate(-15%, 5%) }
  35.          30% { transform:translate(7%, -25%) }
  36.          40% { transform:translate(-5%, 25%) }
  37.          50% { transform:translate(-15%, 10%) }
  38.          60% { transform:translate(15%, 0%) }
  39.          70% { transform:translate(0%, 15%) }
  40.          80% { transform:translate(3%, 35%) }
  41.          90% { transform:translate(-10%, 10%) }
  42.     }
  43.     body {
  44.         background-color: rgba(13,11,88,0.5);
  45.         background-image: url('https://i.pinimg.com/originals/fd/b1/37/fdb1379da1ef7a5d521458cacdeab7b4.jpg');
  46.         background-size: 165%;
  47.         background-position: top right;
  48.         background-repeat: repeat;
  49.         background-attachment: fixed;
  50.     }
  51.     Main {
  52.         Background-color: rgba(13,11,88,0.5);
  53.     }
  54.     nav a:hover{
  55.         color: grey!important;
  56.         text-decoration: underline;
  57.     }
  58.     nav .top {
  59.         background-color: rgba(12,11,13,.5);
  60.     }
  61.     nav .links {
  62.         background: rgba(36,36,200,.5);
  63.         padding: 3.5px 16px 5.5px 16px;
  64.     }
  65.     nav .links a {
  66.         font-family: 'Roboto', sans-serif;
  67.         font-size: 14px;
  68.     }
  69.     nav .links a:hover {
  70.         color: ;
  71.         text-decoration: ;
  72.     }
  73.     footer {
  74.         font-family: 'Roboto', sans-serif;
  75.         background-color: rgba(12,11,13,.5);
  76.         margin: 0px;
  77.         background-image: url('');
  78.         background-position: ;
  79.         background-attachment: ;
  80.         background-repeat: ;
  81.     }
  82.     body, div {
  83.         font-family: 'Roboto', sans-serif;
  84.         font-size:  14px;
  85.         color: #dadada;
  86.         font-weight: ;
  87.         font-style: ;
  88.         text-decoration: none;
  89.     }
  90.    
  91.  
  92. /*  bellow this you can change the left side of your profile,
  93. including the intrerests details' table, but only the heading! */  
  94.    
  95.     .profile h1 {
  96.         font-family: 'Benne', serif;
  97.         font-size: 26px;
  98.         text-align: center;
  99.         background: rgba(12,11,13,.5);
  100.         color:  white;
  101.         border-radius: 100px;
  102.        
  103.     }
  104.     .online {
  105.         color: skyblue!important;
  106.     }
  107.     .online img,
  108.     .offline img {
  109.         display: none;
  110.     }
  111.     .online:before {
  112.         content: "💙";
  113.         animation-name: blink;
  114.         animation-iteration-count: infinite;
  115.         animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  116.         animation-duration: 1s;
  117.     }
  118.     .blog-preview {
  119.         text-align: center;
  120.         color: white!important;
  121.         background: transparent;
  122.         border-radius: 15px;
  123.         border: dotted  rgba(12,11,13,.5);
  124.     }
  125.     .profile-pic img {
  126.             border-radius: 15px;
  127.         }
  128.     .friends img {
  129.         border-radius: 5px;
  130.     }
  131.     .mood {
  132.         color: white!important;
  133.     }
  134.     .profile .contact,
  135.     .profile .url-info,
  136.     .profile .table-section,
  137.     .home-actions {
  138.         background: rgba(12,11,13,.5);
  139.         width: 100%;
  140.         border: none;
  141.         border-radius: 15px;
  142.         margin: 10px 0;
  143.     }
  144.     .url-info {
  145.         text-align: center;
  146.         color: white!important;
  147.     }
  148.     .profile .contact {
  149.         background-image: url('https://i.imgur.com/TeTbG1u.png');
  150.         background-size: contain;
  151.         background-position: right 60% top 5%;
  152.         background-repeat: no-repeat;
  153.         background-attachment: scroll;
  154.         border: none;
  155.     }
  156.     .profile .contact .heading,
  157.     .profile .table-section .heading,
  158.     .home-actions .heading {
  159.         font-family: 'Benne', serif;
  160.         font-size: 16px;
  161.         text-align: center;
  162.         background: rgba(36,36,200,.5);
  163.         background-image: url('https://media4.giphy.com/media/3o7GVDAkLp4cEMbzwc/giphy.gif');
  164.         background-position: center;
  165.         background-size: cover;
  166.         color: ;
  167.         padding: 2px 7px;
  168.     }
  169.     .details-table td {
  170.         background: rgba(36,36,200,.5);
  171.         vertical-align: top;
  172.         border-radius: 5px;
  173.     }
  174.     .details-table td:first-child {
  175.         text-align: center;
  176.         background: transparent;
  177.         color: white!important;
  178.         font-weight: bold;
  179.         width: 33%;
  180.         border-radius: 5px;
  181.     }
  182.    
  183. /*  this is the part where you tweak the right side of your profile */  
  184.    
  185.     .profile .blurbs {
  186.         background: rgba(12,11,13,.5);
  187.         background-image: url('https://i.imgur.com/jkxy59R.png');
  188.         background-repeat: no-repeat;
  189.         background-attachment:  scroll;
  190.         background-size:  100%;
  191.         background-position: right  70% top 1%;
  192.         margin: 20px 0px;
  193.         border: none;
  194.         border-radius: 15px;
  195.     }
  196.     .profile .friends {
  197.         background: rgba(12,11,13,.5);
  198.         background-image: url('');
  199.         border-radius: 15px;
  200.         border: none;
  201.     }
  202.     .profile .blurbs .heading {
  203.         font-family: 'Benne', serif;
  204.         font-size: 16px;
  205.         background: rgba(36,36,200,.5);
  206.         background-image: url('https://media4.giphy.com/media/3o7GVDAkLp4cEMbzwc/giphy.gif');
  207.         background-position: center;
  208.         background-size: cover;
  209.         text-align: center;
  210.         color: white!important;
  211.     }
  212.     .profile .friends .heading {
  213.         font-family: 'Benne', serif;
  214.         font-size: 16px;
  215.         background: rgba(36,36,200,.5);
  216.         background-image: url('https://media4.giphy.com/media/3o7GVDAkLp4cEMbzwc/giphy.gif');
  217.         background-position: center;
  218.         background-size: cover;
  219.         text-align: center;
  220.         color: white!important;
  221.     }
  222.     .profile .blurbs .section h4 {
  223.         margin: 14px;
  224.         color:  white;
  225.         font-weight: bold;
  226.     }
  227.     .profile .friends .person p {
  228.         color: white;
  229.         font-weight: bold;
  230.         width: 100%;
  231.         word-break: break-word;
  232.         font-size: 100%;
  233.         text-align: center;
  234.     }
  235.     .count {
  236.         color: skyblue!important;
  237.     }
  238.     .comments-table {
  239.         display: block;
  240.         height: 300px;
  241.         overflow-y: auto;
  242.     }
  243.     .comments-table,
  244.     .music-table{
  245.         color: white!important;
  246.         border: none;
  247.         border-radius: 15px;
  248.     }
  249.     .comments-table td,
  250.     .music-table td {
  251.         background: rgba(36,36,200,.5);
  252.         background-image: url('https://media4.giphy.com/media/3o7GVDAkLp4cEMbzwc/giphy.gif');
  253.         background-position: center;
  254.         background-size: cover;
  255.         vertical-align: top;
  256.         position: relative;
  257.         border-radius: 15px;
  258.     }
  259.     .comments-table td:first-child,
  260.     .music-table td:first-child {
  261.         background: rgba(36,36,200,.3);
  262.         text-align: center;
  263.         font-weight: bold;
  264.         width: 38%;
  265.         border-radius: 15px;
  266.     }
  267.    
  268.    
  269. /*  this is the part you can change how the links look */
  270.    
  271.     a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover,
  272.     a.man:link, a.man:active, a.man:visited, a.man:hover,
  273.     a, a:link, a:active, a:visited, a:hover,
  274.     a.navbar:link, a.navbar:active, a.navbar:visited, a.visited:hover,
  275.     a.text:link, a.text:active, a.text:visited, a.text:hover,
  276.     a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited,
  277.     a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited,
  278.     a.redlink:hover {
  279.         color: skyblue;
  280.         font-weight: bold;
  281.         font-style: normal;
  282.         text-decoration: none;
  283.     }
  284.     a.navbar:hover, a.man:hover, a:hover {
  285.         color: white!important;
  286.         font-weight: ;
  287.         font-style: italic;
  288.         text-decoration: underline;
  289.     }
  290.  
  291.  
  292. /*  Hope these comments helped you out!
  293. Special thanks to Cory (spacehey.com/cory) and Katie (spacehey.com/fighttheducks) */
  294.  
  295. </style>
Advertisement
Add Comment
Please, Sign In to add comment