Team:Nevada/monobook.css

From 2010.igem.org

(Difference between revisions)
(New page: /** <pre><nowiki> */ /***** BACKGROUND COLORS FOR CONTENT ACTIONS *****/ - **** taken from Common.css into Monobook.css due to monobook-specific stuff ****: /* Colour of pseudo NS Sp...)
Line 1: Line 1:
-
/** <pre><nowiki> */
+
/* <pre><nowiki> */
-
/***** BACKGROUND COLORS FOR CONTENT ACTIONS *****/
+
-
/***** taken from Common.css into Monobook.css due to monobook-specific stuff *****/
+
   
   
-
/* Colour of pseudo NS Special (light grey) */
+
/* edit this file to customize the monobook skin for the entire site */
   
   
-
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
+
/* main interface colour theme */
 +
#content,
 +
#p-cactions li a,
 +
.ns-0 * #p-cactions li,
 +
.ns-0 * #p-cactions li a {
 +
    background:#FFF;
 +
}
   
   
-
/* Colour of NS Project + Project_talk (light sky blue) */
+
body {
 +
  background: #f6f9f6;
 +
  background-image: none;
 +
}
   
   
-
.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; }
+
/* Display "From Meta..." */
 +
#siteSub {
 +
    display:inline;
 +
    font-size:1.2em;
 +
    font-weight:normal;
 +
}
   
   
-
/* Colour of NS MediaWiki + MediaWiki_talk (light grey) */
 
   
   
-
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
+
/* Hide classes only relevant online when printing */
 +
@media print {
 +
    .editlink, .noprint, .metadata, .dablink { display:none; }
 +
}
   
   
-
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
 
   
   
-
/* Colour of NS Manual + Manual_talk (light bluish violet) */
+
/* Style [[Meta:Language select]] widget */
 +
.lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;}
 +
    .lang_info a {font-weight:bold;font-family:Arial,
 +
      sans-serif;font-size:8pt;}
 +
    .lang_info input {font-size:8pt;}
 +
    .lang_info input.ls_select {font-weight:bold;}
   
   
-
.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; }
+
/* Disable grey background when code is used in a header */
 +
h2 code,
 +
h3 code,
 +
h4 code,
 +
h5 code,
 +
h6 code {
 +
    background:none;
 +
}
   
   
-
/** </nowiki></pre> */
+
/* nudge too-light monospace fonts */
 +
h2 code {
 +
    font-weight:bold;
 +
}
 +
/* </nowiki></pre> */

Revision as of 02:06, 29 April 2010

/*
 */
 
/* edit this file to customize the monobook skin for the entire site */
 
/* main interface colour theme */	 	
#content,
#p-cactions li a,
.ns-0 * #p-cactions li,
.ns-0 * #p-cactions li a {
    background:#FFF;
}
 
body {
  background: #f6f9f6;
  background-image: none;
}
 
 
/* Display "From Meta..." */
#siteSub {
    display:inline;
    font-size:1.2em;
    font-weight:normal;
}
 
 
/* Hide classes only relevant online when printing */
@media print {
    .editlink, .noprint, .metadata, .dablink { display:none; }
}
 
 
/* Style [[Meta:Language select]] widget */
.lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;}
    .lang_info a {font-weight:bold;font-family:Arial,
      sans-serif;font-size:8pt;}
    .lang_info input {font-size:8pt;}
    .lang_info input.ls_select {font-weight:bold;}
 
 
/* Disable grey background when code is used in a header */
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
    background:none;
}
 
/* nudge too-light monospace fonts */
h2 code {
    font-weight:bold;
}
/* 
*/