1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
BODY {
background-color: #FFFFFF;
font-family: sans-serif;
}
HTML {
font-family: sans-serif;
}
P {
font-family: sans-serif;
}
TD.code {
font-family: fixed;
background: rgb(220,220,220);
}
INPUT {
background-color: #FFFFFF
}
BLOCKQUOTE.example {
background-color: rgb(200,255,255)
}
TH {
font-family: sans-serif;
background-color: rgb(200,255,255);
padding: 0;
margin: 0;
}
TD {
font-family: sans-serif;
padding: 0;
margin: 0;
}
TD.pre {
font-family: fixed;
}
.caption {
color: red;
}
.code {
font-family: fixed;
}
I.code {
font-family: sans-serif;
}
BLOCKQUOTE.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
|