A Bizarre Journey Roblox Wiki
No edit summary
(a)
Line 101: Line 101:
 
font-size: 130%;
 
font-size: 130%;
   
background: -webkit-linear-gradient(Orange, Yellow, Red);
+
background: -webkit-linear-gradient(Orange, Yellow, Red, Red);
   
 
-webkit-background-clip: text;
 
-webkit-background-clip: text;

Revision as of 17:51, 4 May 2021

/* Custom username colors */

a[href$=":BobTheRocc"],

*:not(.tally) > a[href$="/BobTheRocc"] {

    color: Blue;

    font-weight: bold;

    font-size: 130%;

    background: -webkit-linear-gradient(Pink, Blue);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}





[class^='EntityHeader_name__'][href$="BobTheRocc"]::after {
  content: " ✪ Owner ✪";
  color: #0000FF;
}



a[href$=":Tuskre"],



a[href$="/Tuskre"],



a[href$=":Tuskre"],



a[href$="/Tuskre"] {



    font-weight:bold!important;



    color:LIME !important;



}
[class^='EntityHeader_name__'][href$="Tuskre"]::after {
  content: " ✪Happy Mask Sysop✪";
  color: #29ff00;
  font-weight: underline;
  
}
[class^='EntityHeader_name__'][href$="Boggartdisco"]::after {
  content: " ✪funi man✪";
  color: #29ff00;
  font-weight: underline;
  
}

a[href$=":Tuskre"],
*:not(.tally) > a[href$="/Tuskre"] {
    color:lime ;
    font-weight: bold, italic;
     font-size:115%;
    background: -webkit-linear-gradient(pink, lime, green );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}


a[href$=":The_Worlds_Calamity"],
*:not(.tally) > a[href$="/The_Worlds_Calamity"] {
    color: CYAN;
    font-weight: bold;
    font-size: 100%;
    background: -webkit-linear-gradient(cyan, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
a[href$=":Boggartdisco"],

*:not(.tally) > a[href$="/Boggartdisco"] {

    color: Red;

    font-weight: bold;

    font-size: 130%;

    background: -webkit-linear-gradient(Orange, Yellow, Red, Red);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



/********************/
/* Background       */
/********************/
 
body {
background-image: url("https://vignette.wikia.nocookie.net//d6d898b9-b6fa-4792-998a-8292416ab047") !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
background-size: cover !important;
}
 /*WisteriaIsBestGameOnRoblox*/
 
a[href$=":WisteriaIsBestGameOnRoblox"],
*:not(.tally) > a[href$="/WisteriaIsBestGameOnRoblox"] {
    color:green ;
    font-weight: lighter, ;
     font-size:110%;
    background: -webkit-linear-gradient(pink, green, grey);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /*custom cursor*/
    /*Global cursor */
body {
  cursor: url(XHL5S.png), pointer; 
}
/*Link cursor */
a:hover {
  cursor: url(XHL5S.png), pointer; 
}