MediaWiki:Common.css: Difference between revisions

From dezentrale wiki
Jump to navigation Jump to search
(mark the private namespace visually)
 
(Also hit the private discussion pages and use css border like in the default template)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
/* mark the private namespace visually */
 
/* mark the private namespace visually */
.ns-100 > h1 { color: #dd3333; }
+
.ns-100 #content, .ns-101 #content { border: 1px solid #dd3333; }
.ns-100 > #content { border: .1rem dotted #dd3333; }
+
.ns-100 #firstHeading, .ns-101 #firstHeading { color: #dd3333; }

Latest revision as of 17:16, 5 February 2022

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

/* mark the private namespace visually */
.ns-100 #content, .ns-101 #content { border: 1px solid #dd3333; }
.ns-100 #firstHeading, .ns-101 #firstHeading { color: #dd3333; }