Suns Shine Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
 
Line 22: Line 22:
 
background-color:transparent;
 
background-color:transparent;
 
color:deeppink;
 
color:deeppink;
font-family:Berlin Sans FB Demi;
+
font-family:Comic Sans MS;
 
}
 
}

Latest revision as of 09:07, 20 February 2017

body {
  cursor: url('SunsShineCustom'), auto; 
}
a:link {
  cursor: url('SunsShineHover'), pointer; 
}
a:visited{
  cursor: url('SunsShineHover'), pointer;
}
a:hover{
  cursor: url('SunsShineHover'), pointer;
}

a:active{
  cursor: url('SunsShineHover'), pointer;
}
p:hover{
  cursor: url('SunsShineText'), text;
}

h2 {
    background-color:transparent;
    color:deeppink;
    font-family:Comic Sans MS;
}