heytony

Vision WandaVision SpaceHey Layout

Jan 15th, 2021 (edited)
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.31 KB | None | 0 0
  1. <style>* {cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur82.cur), auto !important;}</style>
  2. <a href="https://www.cursors-4u.com/cursor/2008/11/23/sharp-yellow-pointer-2.html" target="_blank" title="Sharp Yellow Pointer"><img src="https://cur.cursors-4u.net/cursor.png" alt="Sharp Yellow Pointer" style="position:absolute; top: 0px; right: 0px;"/></a>
  3. <style>
  4.  
  5. /*  Vision WandaVision layout by TonyTheTiger (spacehey.com/heytony)  */
  6. /*  to start off, this part bellow will control the base of your profile.*/
  7.  
  8.  
  9.     body {
  10.         background-color: ;
  11.         background-image: url('https://i.imgur.com/OQ6aorT.png');
  12.         background-size: cover;
  13.         background-position: right;
  14.         background-repeat: repeat;
  15.         background-attachment: ;
  16.     }
  17.     Main {
  18.         background: rgb(255,206,0);
  19.         background: linear-gradient(0deg, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  20.         background-size: contain;
  21.         background-position: left;
  22.         background-repeat: no-repeat;
  23.         background-attachment: scroll;
  24.         border: ;
  25.         border-radius: ;
  26.         border-color: ;
  27.      }
  28.     nav {
  29.         color: ;
  30.     }
  31.     nav .top {
  32.         background-color: #c31114;
  33.         background-image: url('https://i.imgur.com/9LLkJyA.png');
  34.         background-size: contain;
  35.         background-repeat: no-repeat;
  36.         background-position: right;
  37.         background-attachment: scroll;
  38.     }
  39.         nav .links {
  40.         background-color:   #ffce00;
  41.         color: ;
  42.         padding: 3.5px 16px 5.5px 16px;
  43.         }
  44.         nav .links a{
  45.         text-decoration: none;
  46.         color: #c31114;
  47.         font-size: 12px;
  48.     }
  49.     nav .links a:hover{
  50.         text-decoration: underline;
  51.         color: #ffffff;
  52.     }
  53.     footer {
  54.         background-color: #ffce00;
  55.         background-image: url('https://i.imgur.com/mXzQASL.png');
  56.         background-size: ;
  57.         background-position: center left;
  58.         background-repeat: no-repeat;
  59.         background-attachment: scroll;
  60.     }
  61.     body, div {
  62.         font-family: courier;
  63.         font-size: 14px;
  64.         color:  black;
  65.         font-weight: bold;
  66.         font-style: ;
  67.         text-decoration: none;
  68.     }
  69.    
  70.  
  71. /*  bellow this you can change the left side of your profile,
  72. including the interests details' table, but only the heading! */  
  73.    
  74.     .profile h1 {
  75.         background-color: ;
  76.         color: #c31114;
  77.     }
  78.     .profile-pic img {
  79.             border-radius: ;
  80.             border-width: ;
  81.             border:  ;
  82.             border-color: ;
  83.         }
  84.     .profile .contact,
  85.     .profile .url-info {
  86.         background: rgb(208,17,17);
  87.         background: radial-gradient(circle, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  88.         width: 100%;
  89.         border: solid #c31114;
  90.         margin: 10px 0;
  91.     }
  92.     .profile .table-section,
  93.     .home-actions {
  94.         background: rgb(208,17,17);
  95.         background: radial-gradient(circle, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  96.         width: 100%;
  97.         border: solid #ffce00;
  98.         margin: 10px 0;
  99.     }
  100.     .profile .contact .heading,
  101.     .profile .table-section .heading,
  102.     .home-actions .heading {
  103.         background: transparent;
  104.         color: #ffce00;
  105.         padding: 2px 7px;
  106.     }
  107.    
  108.    
  109. /*  this is the part where you tweak the right side of your profile */  
  110.    
  111.     .profile .blurbs {
  112.         background: rgb(208,17,17);
  113.         background: radial-gradient(circle, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  114.         margin: 20px 0;
  115.         border: solid;
  116.         border-color: #ffce00;
  117.     }
  118.     .profile .friends {
  119.         border: solid #c31414;
  120.         border-color: ;
  121.     }
  122.     .profile .blurbs .heading {
  123.         background: rgb(208,17,17);
  124.         background: linear-gradient(267deg, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);;
  125.         color: #c31414;
  126.     }
  127.     .profile .friends .heading {
  128.         background: rgb(208,17,17);
  129.         background: linear-gradient(267deg, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  130.         color: #ffce00;
  131.     }
  132.     .profile .blurbs .section h4 {
  133.         background-color: ;
  134.         margin: 14px;
  135.         color: #ffffff;
  136.         font-weight: ;
  137.     }
  138.     .profile .friends {
  139.         background: rgb(208,17,17);
  140.         background: radial-gradient(circle, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  141.     }
  142.     .profile .friends .person p {
  143.         background: rgb(208,17,17);
  144.         background: linear-gradient(180deg, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  145.         color: #c31414;
  146.         font-weight: ;
  147.         width: 100%;
  148.         word-break: break-word;
  149.         font-size: 95%;
  150.         text-align: center;
  151.     }
  152.     .count {
  153.         color:  #ffce00;
  154.     }
  155.    
  156.    
  157. /*  this is the part you change your comments background colors,
  158. and your interests table background colors.
  159. P.S.: the ones with ":first-child" variables, will control the left side of the tables. */
  160.     .comments-table {
  161.         border: transparent;
  162.     }
  163.     .comments-table td,
  164.     .music-table td {
  165.         background: rgb(208,17,17);
  166.         background: linear-gradient(90deg, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  167.         vertical-align: top;
  168.         position: relative;
  169.     }
  170.     .comments-table td:first-child,
  171.     .music-table td:first-child {
  172.         background:     #ffce00;
  173.         text-align: center;
  174.         font-weight: bold;
  175.         width: 38%;
  176.     }
  177.     .details-table td {
  178.         background: rgb(208,17,17);
  179. background: linear-gradient(270deg, rgba(255,206,0,1) 0%, rgba(55,117,45,1) 54%, rgba(115,161,33,1) 85%, rgba(49,114,46,1) 100%);
  180.         vertical-align: top;
  181.     }
  182.     .details-table td:first-child {
  183.         background: #ffce00;
  184.         color: #ffffff;
  185.         border: solid #c31414;
  186.         font-weight: bold;
  187.         width: 33%;
  188.     }
  189.    
  190.    
  191. /*  this is the part you can change how the colors of the links look
  192.  DON'T mess with anything but the color! (or do... im not your mom.) */
  193.    
  194.     a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover,
  195.     a.man:link, a.man:active, a.man:visited, a.man:hover,
  196.     a, a:link, a:active, a:visited, a:hover,
  197.     a.navbar:link, a.navbar:active, a.navbar:visited, a.visited:hover,
  198.     a.text:link, a.text:active, a.text:visited, a.text:hover,
  199.     a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited,
  200.     a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited,
  201.     a.redlink:hover {
  202.         color: #c31414;
  203.         font-weight: bold;
  204.         font-style: normal;
  205.         text-decoration: none;
  206.     }
  207.     a.navbar:hover, a.man:hover, a:hover {
  208.         color: black;
  209.         font-weight: bold;
  210.         font-style: normal;
  211.         text-decoration: underline;
  212.     }
  213.  
  214.  
  215. /*  Hope this helped you out!
  216. and i suggest you YouTube Noah's SpaceHey CSS tutorials, if you're completely lost. */
  217.  
  218. </style>
Add Comment
Please, Sign In to add comment