MediaWiki:Common.css: Difference between revisions

From dezentrale wiki
Jump to navigation Jump to search
(catch private namespace heading)
(See me live failing how to use CSS)
Line 2: Line 2:
   
 
/* mark the private namespace visually */
 
/* mark the private namespace visually */
.ns-100 > #content { border: .1rem dotted #dd3333; }
+
.ns-100 #content { border: .1rem dotted #dd3333; }
.ns-100 > #firstHeading { color: #dd3333; }
+
.ns-100 #firstHeading { color: #dd3333; }

Revision as of 16:56, 5 February 2022

/* CSS placed here will be applied to all skins */

/* mark the private namespace visually */
.ns-100 #content { border: .1rem dotted #dd3333; }
.ns-100 #firstHeading { color: #dd3333; }