MediaWiki:Common.css: diferència entre les revisions
 Canvi estètic  | 
				 Afegir contingut  | 
				||
| Línia 170: | Línia 170: | ||
.comments li[data-user="Marcmpujol"] blockquote {color:#000000; font-weight:normal; !important;  | .comments li[data-user="Marcmpujol"] blockquote {color:#000000; font-weight:normal; !important;  | ||
}  | }  | ||
/*==========================  | |||
     8. Taules  | |||
  ==========================*/  | |||
/* Prettytable */  | |||
table.prettytable,  | |||
table.bellataula {  | |||
  margin: 1em 1em 1em 0;  | |||
  background: #f9f9f9;  | |||
  border: 1px #aaaaaa solid;  | |||
  border-collapse: collapse;  | |||
}  | |||
table.prettytable th, table.prettytable td,  | |||
table.bellataula th, table.bellataula td {  | |||
  border: 1px #aaaaaa solid;  | |||
  padding: 0.2em;  | |||
}  | |||
table.bellataula th,  | |||
table.prettytable th {  | |||
  background: #f2f2f2;  | |||
  text-align: center;  | |||
}  | |||
table.bellataula caption,  | |||
table.prettytable caption {  | |||
  margin-left: inherit;  | |||
  margin-right: inherit;  | |||
}  | |||
table.centre, table.center { /* Alineació centrada amb class="wikitable centre" */  | |||
 margin:1em auto;  | |||
}  | |||
table.wikitable[align=center] {margin:1em auto;} /*Alineació centrada amb align=center */  | |||