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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
p {
text-indent: 0.75em;
margin: 0.25em 1em 0.25em 1em;
}
address {
text-align: right;
}
dl {
margin-left: 1em;
margin-right: 2em;
padding: 2pt 1em 2pt 0.5em;
border-width: thin 0 thin thin;
border-color: #aaaaff;
color: #000055;
}
dt {
margin-left: 0.5em;
margin-right: 2em;
padding: 2pt 1em 2pt 0.5em;
font-weight: bold;
color: #444488;
background-color: #eeeeee;
border-color: #aaaaaa;
}
blockquote {
background-color: #eeeeee;
color: #444444;
border-color: #aaaaaa;
border-style: dotted;
border-width: 2px;
padding: 0.5em 0.5em;
}
p.noindent {
text-indent: 0em;
}
p.center {
text-indent: 0em;
text-align: center;
}
p.last-modified {
text-indent: 0em;
font-size: smaller;
}
p.lang-navigator {
text-align: right;
font-size: small;
}
body {
background-color: White;
}
pre {
border-style: solid;
border-width: 0 0 0 thick;
border-color: #7f7f7f;
color: #222222;
background-color: #eeeeee;
white-space: pre;
margin-right: 4em;
margin-left: 2em;
padding: 0.2em 0.5em;
}
h1 {
padding: 0.2em 0.5em 0.2em 0.5em;
border-style: solid;
border-width: thin thick thin thick;
border-color: #bbbbff;
color: #444444;
background-color: #eeeeff;
}
h2 {
padding: 0 0.75em 0 0.5em;
border-style: solid;
text-indent: 0em;
background-color: #eeffee;
border-color: #88bb88;
color: #444444;
border-width: 0 0 thin 7pt;
}
h3 {
padding: 0 2em 0pt 0.25em;
border-style: solid;
border-color: #bb88ff;
color: #444444;
border-width: 0 0 thin thick;
}
h4 {
border-style: solid;
text-indent: 0.25em;
color: #334433;
border-color: #88bb88;
border-width: 0 0 1px 0;
margin-left: 0.5em;
}
h5 {
margin-left: 1em;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
background: #ffeecc;
}
a:focus{
}
ul {
padding-left: 1em;
}
li {
padding-left: 0em;
}
|