MediaWiki:Common.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(oops.)
 
mNo edit summary
Line 1: Line 1:
/* <pre> */
.IPA {
.IPA {
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, Thryomanes, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
  font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, Thryomanes, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
        font-family /**/:inherit;
  font-family /**/:inherit;
}
}
.bluetable, .graytable {
  border-collapse: collapse;
}
.bluetable { border: 1px solid #88a; }
.graytable { border: 1px solid #999; }
.bluetable td, .bluetable th, .graytable td, .graytable th {
  padding: 2px;
}
.bluetable td, .bluetable th { border: 1px solid #88a; }
.graytable td, .graytable th { border: 1px solid #999; }
.bluetable th { background: #ccf; }
.graytable th { background: #d2d2d2; }
.bluetable th:first-child, .graytable th:first-child {
  text-align: right;
}
/* </pre> */

Revision as of 19:50, 11 February 2006

/* <pre> */

.IPA {
  font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, Thryomanes, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
  font-family /**/:inherit;
}

.bluetable, .graytable {
  border-collapse: collapse;
}

.bluetable { border: 1px solid #88a; }
.graytable { border: 1px solid #999; }

.bluetable td, .bluetable th, .graytable td, .graytable th {
  padding: 2px;
}

.bluetable td, .bluetable th { border: 1px solid #88a; }
.graytable td, .graytable th { border: 1px solid #999; }

.bluetable th { background: #ccf; }
.graytable th { background: #d2d2d2; }

.bluetable th:first-child, .graytable th:first-child {
  text-align: right;
}

/* </pre> */