Community Central
Community Central
No edit summary
No edit summary
Line 1: Line 1:
/* Highlight with #FB8DEE */
+
/* Highlight with #1CB07C */
 
a[href="/wiki/User:Ramona.Stewart"],
 
a[href="/wiki/User:Ramona.Stewart"],
 
a[href="/wiki/Message_Wall:Ramona.Stewart"],
 
a[href="/wiki/Message_Wall:Ramona.Stewart"],
Line 7: Line 7:
 
a[href="/wiki/Special:Following/Ramona.Stewart"],
 
a[href="/wiki/Special:Following/Ramona.Stewart"],
 
a[href="/wiki/Special:UserActivity/Ramona.Stewart"]
 
a[href="/wiki/Special:UserActivity/Ramona.Stewart"]
{ color:#FB8DEE !important; text-shadow: 0 0 8px #E8DCE5; }
+
{ color:#1CB07C !important; text-shadow: 0 0 8px #13CD8C; }
 
 
 
a[href$=":Ramona.Stewart"],
 
a[href$=":Ramona.Stewart"],
a[href$="/Ramona.Stewart"]{
+
a[href$="/Ramona.Stewart"]
  +
{
color:#FB8DEE !important;
 
text-shadow: 0 0 8px #E8DCE5 !important;
+
color:#1CB07C !important;
 
text-shadow: 0 0 8px #13CD8C !important;
 
}
 
}
   
Line 18: Line 19:
 
/* Link hover */
 
/* Link hover */
 
a:hover {
 
a:hover {
color: #E98DFB !important;
+
color: #0C895D !important;
 
text-decoration:none;
 
text-decoration:none;
 
-webkit-transition: all .2s linear 0s;
 
-webkit-transition: all .2s linear 0s;
Line 29: Line 30:
   
   
/* Highlight comments with #FB8DEE */
+
/* Highlight comments with #1CB07C */
 
.comments li[data-user="Ramona.Stewart"] > blockquote{
 
.comments li[data-user="Ramona.Stewart"] > blockquote{
border: 1px solid #FB8DEE;
+
border: 1px solid #1CB07C;
 
}
 
}
   

Revision as of 14:04, 18 December 2019

/* Highlight with #1CB07C */
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:#1CB07C !important; text-shadow: 0 0 8px #13CD8C; }
 
a[href$=":Ramona.Stewart"],
a[href$="/Ramona.Stewart"]
{
    color:#1CB07C !important;
    text-shadow: 0 0 8px #13CD8C !important;
}

 
/* Link hover */
a:hover {
        color: #0C895D !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 #1CB07C */
.comments li[data-user="Ramona.Stewart"] > blockquote{
    border: 1px solid #1CB07C;
}

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