Aurora is on version 2.5.0 C#, available at the Aurora Forums.

Contact Erik on the forum for a wiki account.

Difference between revisions of "MediaWiki:Monobook.css"

From AuroraWiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
/** <pre><nowiki> */
+
/* BACKGROUND COLORS FOR CONTENT ACTIONS */
/***** BACKGROUND COLORS FOR CONTENT ACTIONS *****/
 
/***** taken from Common.css into Monobook.css due to monobook-specific stuff *****/
 
 
   
 
   
/* Colour of pseudo NS Special (light grey) */
+
/* NS Special (light grey) */
 +
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
 
   
 
   
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
+
/* NS Project + Project_talk (light sky blue) */
 +
.ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
 +
.ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }
 
   
 
   
/* Colour of NS Project + Project_talk (light sky blue) */
+
/* NS MediaWiki + MediaWiki_talk (light grey) */
 +
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
 +
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
 
   
 
   
.ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
+
/* NS Manual + Manual_talk (light bluish violet) */
+
.ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
.ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }
+
.ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }
 
/* Colour of NS MediaWiki + MediaWiki_talk (light grey) */
 
 
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
 
 
 
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
 
 
 
/* Colour of NS Manual + Manual_talk (light bluish violet) */
 
 
.ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
 
 
.ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }
 
 
 
/** </nowiki></pre> */
 

Latest revision as of 16:21, 15 March 2011

/* BACKGROUND COLORS FOR CONTENT ACTIONS */
 
/* NS Special (light grey) */
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
 
/* NS Project + Project_talk (light sky blue) */
.ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
.ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }
 
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
 
/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
.ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }