User:Melroch/monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
m (Added a.new) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
font-family: DejaVu Serif, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000, serif; | font-family: DejaVu Serif, DejaVu Sans, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000, serif; | ||
font-size: 8pt ! important; | font-size: 8pt ! important; | ||
/* text-align: justify; */ | /* text-align: justify; */ | ||
| Line 39: | Line 39: | ||
.IPA { | .IPA { | ||
font-family: DejaVu Serif, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000; | font-family: DejaVu Serif, DejaVu Sans, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000; | ||
} | } | ||
Revision as of 08:04, 17 July 2006
body {
font-family: DejaVu Serif, DejaVu Sans, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000, serif;
font-size: 8pt ! important;
/* text-align: justify; */
}
h1, h2, h3, h4, h5, h6, h7 {
font-family: DejaVu Sans, Arial Unicode MS, Microsoft Sans Serif, sans-serif;
}
a:link, a:visited, a:active, a:hover {
text-decoration: underline ! important;
}
a:visited { color: #a00 }
a.new, #p-personal a.new {
color: #FF9900;
}
a.new:visited, #p-personal a.new:visited {
color: #FF33FF;
}
th {
font-family: DejaVu Sans, Arial Unicode MS, Microsoft Sans Serif, sans-serif;
text-align: left;
font-size: 8pt ! important;
}
caption {
font-family: DejaVu Sans, Arial Unicode MS, Microsoft Sans Serif, sans-serif;
font-weight: bold;
font-size: 10pt ! important;
}
div.editsection { font-size: smaller; }
.IPA {
font-family: DejaVu Serif, DejaVu Sans, Arial Unicode MS, Doulos SIL, Thryomanes, Gentium, GentiumAlt, Code2000;
}
.sans {
font-family: DejaVu Sans, Arial Unicode MS, Microsoft Sans Serif, sans-serif;
}
.red {color: #a00;}
.smallcaps {font-variant: small-caps;}
/* save ink and paper with very small fonts */
@media print {
#footer,
#content,
body { font-size: 8pt !important;
margin 1in;
}
h1 { font-size: 16pt;
page-break-after: avoid;
}
h2 { font-size: 14pt;
page-break-after: avoid;
}
h3 { font-size: 12pt;
page-break-after: avoid;
}
h4 { font-size: 10pt;
page-break-after: avoid;
}
h5 { font-size: 8pt;
page-break-after: avoid;
}
h6 {
font-size: 8pt;
font-weight: normal;
page-break-after: avoid;
}
.toc {display: none}
a:link, a:visited, a:active, a:hover {
text-decoration: underline ! important;
}
}