Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Highlight with #1F98C5 */
a[href="/wiki/User:Ramona.Stewart"],
a[href="/wiki/Message_Wall:Ramona.Stewart"],
a[href="/wiki/User_talk:Ramona.Stewart"],
a[href="/wiki/User_blog:Ramona.Stewart"],
a[href="/wiki/Special:Contributions/Ramona.Stewart"],
a[href="/wiki/Special:Following/Ramona.Stewart"],
a[href="/wiki/Special:UserActivity/Ramona.Stewart"]
{ color:#1F98C5 !important; text-shadow: 0 0 3px #126A8B; }
 
a[href$=":Ramona.Stewart"],
a[href$="/Ramona.Stewart"]
{
    color:#1A91BE !important;
    text-shadow: 0 0 4px #126A8B !important;
}

 
/* Link hover */
a:hover {
        color: #40ADD5 !important;
	text-decoration:none;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
 
}


/* Highlight comments with #1F98C5 */
.comments li[data-user="Ramona.Stewart"] > blockquote{
    border: 1px solid #1F98C5;
}

.Wall .edited-by a[href$="Ramona.Stewart"] ~ .subtle::after {
  content: "Ece";
}