Changes

Jump to navigation Jump to search
359 bytes removed ,  10:23, 3 May 2010
no edit summary
Line 9: Line 9:  
}
 
}
   −
/* wikitable/prettytable class for skinning normal tables */
+
 
 +
/*******************
 +
** Table formatting
 +
*******************/
 
table.wikitable,
 
table.wikitable,
 
table.prettytable {
 
table.prettytable {
    margin: 1em 1em 1em 0;
+
margin:1em 1em 1em 0;
    background: #f9f9f9;
+
border:1px solid #AAA;
    border: 1px #aaa solid;
+
border-collapse:collapse;
    border-collapse: collapse;
+
background:#F9F9F9;
}
  −
.wikitable th, .wikitable td,
  −
.prettytable th, .prettytable td {
  −
    border: 1px #aaa solid;
  −
    padding: 0.2em;
  −
}
  −
.wikitable th,
  −
.prettytable th {
  −
    background: #f2f2f2;
  −
    text-align: center;
   
}
 
}
.wikitable caption,
+
.prettytable caption {
+
table.wikitable th, table.wikitable td,
    font-weight: bold;
+
table.prettytable th, table.prettytable td {
 +
padding:0.2em;
 +
border:1px solid #AAA;
 
}
 
}
 
+
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
+
table.wikitable th,
.my-buttons { padding: 0.5em; }
+
table.prettytable th {
.my-buttons a {
+
background:#F2F2F2;
color: black;
+
text-align:center;
background-color: #ccddee !important;
  −
font-weight: bold;
  −
font-size: 0.9em;
  −
text-decoration: none;
  −
border: thin #006699 outset;
  −
padding: 0 0.1em 0.1em 0.1em;
   
}
 
}
.my-buttons a:hover, .my-buttons a:active {
+
background-color: #bbccdd;
+
table.wikitable caption,
border-style: inset;
+
table.prettytable caption {
 +
margin-left:inherit;
 +
margin-right:inherit;
 
}
 
}
  

Navigation menu