Difference between revisions of "MediaWiki:Common.css"

From No Subject - Encyclopedia of Psychoanalysis
Jump to: navigation, search
(No difference)

Revision as of 07:07, 29 September 2006

/** CSS placed here will be applied to all skins */

/* wikkitable/prettytable class for skinning normal tables */

table.wikkitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

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

table.wikkitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikkitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.allpagesredirect {
  font-style: italic;
}