MediaWiki:Common.css: Difference between revisions

From IMAGING
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:
#catlinks { display: none; }
#catlinks { display: none; }


.ns-ARIS a {  /* Almost all links on subject pages to be green. */
.ns-subject a {  /* Almost all links on subject pages to be green. */
     color: #0f0;
     color: #0f0;
}
}
.ns-IMAGING a {      /* Links on talk pages to be blue. */
.ns-talk a {      /* Links on talk pages to be blue. */
     color: #00f;
     color: #00f;
}
}

Revision as of 17:01, 5 October 2023

/* CSS placed here will be applied to all skins */
#catlinks { display: none; }

.ns-subject a {   /* Almost all links on subject pages to be green. */
    color: #0f0;
}
.ns-talk a {      /* Links on talk pages to be blue. */
    color: #00f;
}