Webkinz Wiki
No edit summary
No edit summary
Line 29: Line 29:
 
cursor:url('http://images.wikia.com/webkinz/images/4/4c/Cursor.png'), pointer;
 
cursor:url('http://images.wikia.com/webkinz/images/4/4c/Cursor.png'), pointer;
 
}
 
}
.comments li[data-user="TheUltraGamer"] blockquote {
 
background: transparent;
 
}
 
.comments li[data-user="TheUltraGamer"] blockquote:after {
 
border-color: transparent;
 
}
 
.comments li[data-user="TheUltraGamer"] blockquote div {
 
background: transparent;
 
}
 
.comments li[data-user="TheUltraGamer"] blockquote {font-family:Verdana;}
 
.comments li[data-user="TheUltraGamer"] blockquote {color:Cyan;}
 

Revision as of 01:21, 7 June 2015

a[href="/wiki/User:Bunnylove14"] {color:#00BFFF; font-weight: bold; }
a[href="/wiki/Message_Wall:TheUltraGamer"] {color:#00BFFF; font-weight: bold; }
a[href="/wiki/User_blog:TheUltraGamer"] {color:#00BFFF; font-weight: bold; }
a[href="/wiki/Special:Contributions/TheUltraGamer"] {color:#00BFFF; font-weight: bold; }
a[href="/wiki/Message_Wall:Bunnylove14"] {color:#00BFFF; font-weight: bold; }
a[href="/wiki/User:TheUltraGamer"] { color:#00BFFF; font-weight: bold; }
a[href="/wiki/User_blog:Bunnylove14"] {color:#00BFFF; font-weight: bold; }
a[href="/wiki/Special:Contributions/Bunnylove14"] {color:#00BFFF; font-weight: bold; }
/* END Rounded avatar images in chat module */
 
/* START Rounded modules (Chat, Hot Spots, Community Messages, etc.) */
.module {
    border-radius: 1em 1em 1em 1em;
}
 
/* START Rounded avatar images in chat module */
.ChatModule .avatar {
 /* START Rounded avatar images in chat module */
    border-radius: 10px ;
}  

a[href="/wiki/User:Cat5"] {color:orange; font-weight: bold; }
a[href="/wiki/Message_Wall:Cat5"] {color:orange; font-weight: bold; }
a[href="/wiki/User_blog:Cat5"] {color:orange; font-weight: bold; }
a[href="/wiki/Special:Contributions/Cat5"] {color:orange; font-weight: bold; }

/* Custom cursor */
body{
  cursor:url('http://images.wikia.com/webkinz/images/4/4c/Cursor.png'), pointer;
}