You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mxml/www/style.css

90 lines
1.2 KiB

BODY {
background: #ffffff;
color: #000000;
font-family: serif;
text-align: justify;
}
P, TD, TH {
color: #000000;
font-family: serif;
}
P.center {
text-align: center;
}
H1, H2, H3, H4, H5, H6 {
color: #000000;
font-family: sans-serif;
}
KBD {
color: #006600;
font-family: monospace;
font-weight: bold;
}
PRE {
color: #000000;
font-family: monospace;
}
PRE.command {
margin-left: 2em;
font-size: smaller;
}
SUB, SUP {
font-size: smaller;
}
TR.header, TR.header TH, TH.header {
background-color: #cccccc;
}
TR.page {
background-color: #f8f8f8;
}
TR.data0, TD.data0 {
background-color: #eeeeee;
}
TR.data1, TD.data1 {
background-color: #dddddd;
}
INPUT[TYPE="TEXT"], TEXTAREA {
font-family: monospace;
}
A:link {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
color: #00007f;
}
A:visited {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
color: #0000ff;
}
A:hover {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
color: #7f0000;
}
A:active {
font-family: sans-serif;
font-weight: bold;
text-decoration: underline;
color: #ff0000;
}