Difference between revisions of "MediaWiki:Evergreen.css"

From selfstudy
 
(53 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/*<nowiki>*/
 
/*<nowiki>*/
 
/* make the list of references look smaller */
 
/* make the list of references look smaller */
 +
h2 {
 +
color: #46502b;
 +
}
 +
h3 {
 +
color: #46502b;
 +
}
 +
#bodyContent h5 {
 +
text-transform: uppercase;
 +
}
 +
#bodyContent a {
 +
color: blue;
 +
}
 +
#bodyContent a:hover {
 +
color: blue;
 +
text-decoration: none;
 +
border-bottom: 1px dotted #205f7a;
 +
}
 +
#bodyContent p {
 +
line-height: 1.5em;
 +
}
 
ol.references {
 
ol.references {
 
font-size: 90%;
 
font-size: 90%;
 
}
 
}
 +
#p-cactions li a {
 +
color: #205f7a;
 +
}
 +
ul.references-small {
 +
font-size: 90%;}
 +
img {
 +
padding: 1em 0em 1em 0em;}
  
ul.references-small { font-size: 90%;}
 
  
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
Line 29: Line 55:
 
left:0px;
 
left:0px;
 
top:150px;
 
top:150px;
 +
 
}
 
}
  
Line 42: Line 69:
 
top:450px;
 
top:450px;
 
}
 
}
 +
 +
 
*/
 
*/
 +
.tocnumber {display: none;}
  
 
/*****
 
/*****
Line 49: Line 79:
 
   table.wikitable  {
 
   table.wikitable  {
 
       margin:1em 1em 1em 0;
 
       margin:1em 1em 1em 0;
       background:#F9F9F9;
+
      cellpadding: 1em;
 +
       background:#e9eff2;
 
       border:1px #AAA solid;
 
       border:1px #AAA solid;
 
       border-collapse:collapse;
 
       border-collapse:collapse;
Line 56: Line 87:
 
   table.wikitable th, table.wikitable td {
 
   table.wikitable th, table.wikitable td {
 
       border:1px #AAA solid;
 
       border:1px #AAA solid;
       padding:0.2em;
+
       padding:0.4em;
 
       }
 
       }
  
   table.wikitable th{
+
   table.wikitable th {
 
       background:#F2F2F2;
 
       background:#F2F2F2;
       text-align:center;
+
       text-align:top;
 +
      font-weight: bold;
 
       }
 
       }
  
Line 67: Line 99:
 
       margin-left:inherit;
 
       margin-left:inherit;
 
       margin-right:inherit;
 
       margin-right:inherit;
 +
      }
 +
#bodyContent table.toc {
 +
      background-color: #ecedea;
 +
      margin-bottom: 2em;
 
       }
 
       }

Latest revision as of 15:52, 6 August 2008

/*<nowiki>*/
/* make the list of references look smaller */
h2 {
color: #46502b;
}
h3 {
color: #46502b;
}
#bodyContent h5 {
text-transform: uppercase;
}
#bodyContent a {
color: blue;
}
#bodyContent a:hover {
color: blue;
text-decoration: none;
border-bottom: 1px dotted #205f7a;
}
#bodyContent p {
line-height: 1.5em;
}
ol.references {
font-size: 90%;
}
#p-cactions li a {
color: #205f7a;
}
ul.references-small { 
font-size: 90%;}
img { 
padding: 1em 0em 1em 0em;}


/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
font-size: 90%;
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
}

/*Create fixed position left navigation*/
/*#p-navigation {
position:fixed;
left:0px;
top:54px;
}

#p-Standards {
position:fixed;
left:0px;
top:150px;

}

#p-search {
position:fixed;
left:0px;
top:370px;
}

#p-tb {
position:fixed;
left:0px;
top:450px;
}


*/
.tocnumber {display: none;}

/*****
** Table formatting
*****/
   table.wikitable   {
      margin:1em 1em 1em 0;
      cellpadding: 1em;
      background:#e9eff2;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.wikitable th, table.wikitable td {
      border:1px #AAA solid;
      padding:0.4em;
      }

   table.wikitable th {
      background:#F2F2F2;
      text-align:top;
      font-weight: bold;
      }

   table.wikitable caption {
      margin-left:inherit;
      margin-right:inherit;
      }
#bodyContent table.toc {
      background-color: #ecedea;
      margin-bottom: 2em;
      }