MediaWiki:Common.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
m (Added fonts to .IPA)
m (Tried body {font-family})
Line 1: Line 1:
/* <pre> */
/* <pre> */
body {
  font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, Thryomanes, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Cardo, Free Sans, Junicode, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
  font-family /**/:inherit;
}


.IPA {
.IPA {

Revision as of 04:37, 16 July 2006

/* <pre> */

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

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

.sans {font-family: sans-serif;}
.red {color: red;}
.small {font-size:x-small;}
.smallcaps {font-variant: small-caps;}

.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;
}

table.gridtable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #eee;
        vertical-align: top
}
table.gridtable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
        vertical-align: top
}

/* </pre> */