2021-08-25 17:36:17 +00:00
|
|
|
html, body { font-family: Verdana, Arial, Helvetica, sans-serif; }
|
|
|
|
html { font-size: 0.8em; }
|
|
|
|
body { font-size: 1em; font-size: 1rem; }
|
|
|
|
|
2003-12-14 17:59:00 +00:00
|
|
|
p, li {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 170%;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 130%;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 120%;
|
2002-09-02 18:04:50 +00:00
|
|
|
}
|
2021-08-25 17:36:17 +00:00
|
|
|
h5 {
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
h6 {
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
pre, code {
|
|
|
|
font-family: Courier New, Courier, monospace,serif; /* code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/ */
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
2002-09-02 18:04:50 +00:00
|
|
|
pre {
|
2021-08-25 17:36:17 +00:00
|
|
|
font-size: 100%;
|
2002-09-19 16:31:22 +00:00
|
|
|
background-color: #F7F7F7;
|
2002-09-02 18:04:50 +00:00
|
|
|
padding: 1px;
|
|
|
|
}
|
2003-11-16 19:57:44 +00:00
|
|
|
pre b {
|
2003-11-16 20:13:28 +00:00
|
|
|
text-decoration: underline;
|
2003-11-16 19:57:44 +00:00
|
|
|
}
|
2003-10-31 15:23:23 +00:00
|
|
|
a {
|
2003-03-30 12:21:00 +00:00
|
|
|
color: #567599;
|
2003-03-29 17:33:48 +00:00
|
|
|
text-decoration: none;
|
2002-09-02 18:04:50 +00:00
|
|
|
}
|
|
|
|
a:hover {
|
2003-03-29 17:33:48 +00:00
|
|
|
background-color: #F4F4F4;
|
|
|
|
color: #303030;
|
|
|
|
text-decoration: underline;
|
2002-11-01 23:01:34 +00:00
|
|
|
}
|
|
|
|
.btitle {
|
|
|
|
color: #000000;
|
2003-03-29 17:33:48 +00:00
|
|
|
text-decoration: none;
|
2002-11-01 23:01:34 +00:00
|
|
|
}
|
|
|
|
.btitle:hover {
|
|
|
|
background-color: #F4F4F4;
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: underline;
|
2012-02-24 15:25:55 +00:00
|
|
|
}
|
|
|
|
.wb {
|
2019-08-16 19:07:02 +00:00
|
|
|
background-color: #FFFFD8;
|
2012-02-24 15:25:55 +00:00
|
|
|
color: #000000;
|
2019-08-16 19:07:02 +00:00
|
|
|
border: 1px solid #CECEAA;
|
2012-02-24 15:25:55 +00:00
|
|
|
padding: 0.2em;
|
2002-09-02 18:04:50 +00:00
|
|
|
}
|