MediaWiki:Monobook.css: verschil tussen versies

Uit Wildkamperen Wiki
Ga naar: navigatie, zoeken
Regel 12: Regel 12:
 
}
 
}
  
table.wikitable th, table.wikitable td,
+
#bodyContent table th, #bodyContent table td {
table.prettytable th, table.prettytable td {
 
 
   border: 1px #aaaaaa solid;
 
   border: 1px #aaaaaa solid;
 
   padding: 0.2em;
 
   padding: 0.2em;
 
}
 
}
  
table.wikitable th,
+
#bodyContent table th {
table.prettytable th {
 
 
   background: #f2f2f2;
 
   background: #f2f2f2;
 
   text-align: center;
 
   text-align: center;
 
}
 
}
  
table.wikitable caption,
+
#bodyContent table caption {
table.prettytable caption {
 
 
   margin-left: inherit;
 
   margin-left: inherit;
 
   margin-right: inherit;
 
   margin-right: inherit;
 
}
 
}

Versie van 15 mei 2010 om 22:10

/* edit this file to customize the monobook skin for the entire site */


/* wikitable/prettytable class for skinning normal tables */
/* copied from wikipedia -- Vincent, May 10 2006 */

#bodyContent table {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

#bodyContent table th, #bodyContent table td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

#bodyContent table th {
  background: #f2f2f2;
  text-align: center;
}

#bodyContent table caption {
  margin-left: inherit;
  margin-right: inherit;
}