heytony

Valentine's Day SpaceHey Layout

Feb 10th, 2021 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.15 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
  3. </style>
  4. <style>
  5. @import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald&display=swap');
  6. </style>
  7.  
  8. <style>
  9.  
  10. /* Valentine's Day Layout
  11.             by TonyTheTiger (spacehey.com/heytony) */
  12.  
  13. /*  to start off, this part bellow will control the base of your profile.
  14. P.S. background attachment is the one that makes your background either stay put
  15. or scroll with you. use "fixed" or "scroll" for that part. */
  16.  
  17.  
  18.     body {
  19.         background-color: pink;
  20.         background-image: url('https://www.onlygfx.com/wp-content/uploads/2019/06/6-pink-heart-pattern-5.png');
  21.         background-size: ;
  22.         background-position: center;
  23.         background-repeat: repeat;
  24.         background-attachment: scroll;
  25.     }
  26.     Main {
  27.         Background-color: white;
  28.         background-image: url('https://www.onlygfx.com/wp-content/uploads/2019/06/6-pink-heart-pattern-5.png');
  29.         background-size: 100%;
  30.         background-position: center;
  31.         background-repeat: repeat;
  32.         background-attachment: scroll;
  33.         border: ;
  34.         border-color: ;
  35.      }
  36.     main:before {
  37.         width: 100%;
  38.         height: 200px;
  39.         display: block;
  40.         content: "";
  41.         background-image: url('https://bestanimations.com/media/hearts/1547468834pretty-pink-heart-with-life-line-heartbeat-animated-gif.gif');
  42.         background-position: center;
  43.         background-size: cover;
  44.         background-repeat: no-repeat;
  45. }
  46.         @media only screen and (max-width: 600px) {
  47.             main:before{
  48.             height: 200px;
  49.         }
  50.     }
  51.     nav a:hover{
  52.         color: hotpink!important;
  53.         text-decoration: underline;
  54.     }
  55.     nav .top {
  56.         background-color: pink!important;
  57.     }
  58.         nav .links {
  59.         background: white;
  60.         padding: 3.5px 16px 5.5px 16px;
  61.         }
  62.         nav .links a {
  63.             color: skyblue;
  64.             text-decoration: underline;
  65.             font-size: 16px;
  66.         }
  67.         nav .links a:hover {
  68.             color: skyblue;
  69.             text-decoration: underline;
  70.         }
  71.     footer {
  72.         background-color: transparent!important;
  73.         background-image: url('https://78.media.tumblr.com/6e8c0a3d3a346c23092ea3ac67f4dd7a/tumblr_mnvsuvLKHa1rg2itno1_400.gif');
  74.         background-position: center;
  75.         background-attachment: scroll;
  76.         background-repeat: repeat-x;
  77.     }
  78.     body, div {
  79.         font-family: 'Oswald', sans-serif;
  80.         font-size: 16px;
  81.         color: skyblue;
  82.         font-weight: bold;
  83.         font-style: ;
  84.         text-decoration: none;
  85.     }
  86.    
  87.  
  88. /*  bellow this you can change the left side of your profile,
  89. including the interests details' table, but only the heading! */  
  90.    
  91.     .profile h1 {
  92.         font-family: 'Lobster', cursive!important;
  93.         font-size: 40px;
  94.         background: white;
  95.         color: pink;
  96.         border: double rgb(300,50,70);
  97.         border-radius: 5px;
  98.        
  99.     }
  100.     .online {
  101.         color:red!important;
  102.     }
  103.     .online img,
  104.     .offline img {
  105.         display: none;
  106.     }
  107.     .online:before {
  108.         content: "💕"!important;
  109.         animation-name: blink;
  110.         animation-iteration-count: infinite;
  111.         animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  112.         animation-duration: 2s;
  113.     }
  114.     .blog-preview {
  115.         background: white;
  116.         border-radius: 5px;
  117.         border: double rgb(300,50,70);
  118.     }
  119.     .profile-pic img {
  120.             border-radius: 5px;
  121.             border: double rgb(300,50,70);
  122.         }
  123.     .friends img {
  124.         border-radius: 5px;
  125.     }
  126.     .profile .contact,
  127.     .profile .url-info,
  128.     .profile .table-section,
  129.     .home-actions {
  130.         background: white;
  131.         width: 100%;
  132.         border: double rgb(300,50,70);
  133.         border-radius: 5px;
  134.         margin: 10px 0;
  135.     }
  136.     .profile .contact {
  137.         background: white;
  138.         background-image: url('https://media1.giphy.com/media/LnFcd0wwmiyD1CPtUl/giphy.gif');
  139.         background-size: cover;
  140.         background-position: center;
  141.         background-repeat: repeat;
  142.         background-attachment: scroll;
  143.         border: double rgb(300,50,70);
  144.         border-radius: 5px;
  145.     }
  146.     .profile .contact .heading,
  147.     .profile .table-section .heading,
  148.     .home-actions .heading {
  149.         background: rgb(300,50,70);
  150.         background-position: center;
  151.         color: white;
  152.         padding: 2px 7px;
  153.     }
  154.    
  155.    
  156. /*  this is the part where you tweak the right side of your profile */  
  157.    
  158.     .profile .blurbs {
  159.         background: white;
  160.         background-image: url('https://media1.giphy.com/media/dt6mD97Vv3Vu9HLGeK/giphy.gif');
  161.         background-position: right;
  162.         background-size: contain;
  163.         background-repeat: repeat-y;
  164.         background-attachment: scroll;
  165.         margin: 20px 0px;
  166.         border: double rgb(300,50,70);
  167.         border-radius: 5px;
  168.     }
  169.     .profile .friends {
  170.         background: transparent;
  171.         border-radius: 5px;
  172.         border: double rgb(300,50,70);
  173.     }
  174.     .profile .blurbs .heading {
  175.         background: rgb(300,50,70);
  176.         background-position: center;
  177.         color: white;
  178.     }
  179.     .profile .friends .heading {
  180.         background: rgb(300,50,70);
  181.         background-position: center;
  182.         color: white;
  183.     }
  184.     .profile .blurbs .section h4 {
  185.         margin: 14px;
  186.         color:  grey;
  187.         font-weight: bold;
  188.     }
  189.     .profile .friends .person p {
  190.         color: hotpink;
  191.         font-weight: bold;
  192.         width: 100%;
  193.         word-break: break-word;
  194.         font-size: 100%;
  195.         text-align: center;
  196.     }
  197.     .count {
  198.         color: rgb(300,50,70);
  199.         text-decoration: underline;
  200.     }
  201.    
  202.    
  203. /*  this is the part you change your comments table,
  204. and your interests table.
  205. P.S.: the ones with ":first-child" variables, will control the left side of the tables. */
  206.    
  207.     .comments-table {
  208.         display: block;
  209.         height: 350px;
  210.         overflow-y: scroll;
  211.     }
  212.     .comments-table td,
  213.     .music-table td {
  214.         background: white;
  215.         background-image: url('https://media4.giphy.com/media/2tPtTkhq6CHJSJuZWU/giphy.gif');
  216.         background-size: 50px;
  217.         background-repeat: repeat;
  218.         background-position: center;
  219.         vertical-align: top;
  220.         position: relative;
  221.         border-radius: 5px;
  222.     }
  223.     .comments-table td:first-child,
  224.     .music-table td:first-child {
  225.         background-image: url('https://i.pinimg.com/originals/30/b9/0e/30b90ea88e05ce395b170bba7aace9e1.gif');
  226.         background-size: contain;
  227.         text-align: center;
  228.         font-weight: bold;
  229.         width: 38%;
  230.         border-radius: 5px;
  231.     }
  232.     .details-table td {
  233.         background: rgb(300,50,70);
  234.         vertical-align: top;
  235.         border-radius: 5px;
  236.     }
  237.     .details-table td:first-child {
  238.         background: rgb(300,50,70);
  239.         color: white;
  240.         font-weight: bold;
  241.         width: 33%;
  242.         border-radius: 5px;
  243.     }
  244.    
  245.    
  246. /*  this is the part you can change how the links look */
  247.    
  248.     a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover,
  249.     a.man:link, a.man:active, a.man:visited, a.man:hover,
  250.     a, a:link, a:active, a:visited, a:hover,
  251.     a.navbar:link, a.navbar:active, a.navbar:visited, a.visited:hover,
  252.     a.text:link, a.text:active, a.text:visited, a.text:hover,
  253.     a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited,
  254.     a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited,
  255.     a.redlink:hover {
  256.         color: hotpink;
  257.         font-weight: bold;
  258.         font-style: normal;
  259.         text-decoration: none;
  260.     }
  261.     a.navbar:hover, a.man:hover, a:hover {
  262.         color: skyblue;
  263.         font-weight: bold;
  264.         font-style: normal;
  265.         text-decoration: underline;
  266.     }
  267.  
  268.  
  269. /*  Hope these comments helped you out!
  270. and i suggest you YouTube Noah's SpaceHey CSS tutorials, if you're completely lost.
  271. Special thanks to Cory (spacehey.com/cory) and Katie (spacehey.com/fighttheducks) */
  272.  
  273. </style>
Add Comment
Please, Sign In to add comment