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 146 147 148 149 150 151 152 153 154 155 156
|
/* ==================== aural ============================ */
@media aural {
h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 }
h1 { pitch: x-low; pitch-range: 90 }
h2 { pitch: x-low; pitch-range: 80 }
h3 { pitch: low; pitch-range: 70 }
h4 { pitch: medium; pitch-range: 60 }
h5 { pitch: medium; pitch-range: 50 }
h6 { pitch: medium; pitch-range: 40 }
li, dt, dd { pitch: medium; richness: 60 }
dt { stress: 80 }
pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
dfn { pitch: high; pitch-range: 60; stress: 60 }
s, strike { richness: 0 }
i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
u { richness: 0 }
:link { voice-family: harry, male }
:visited { voice-family: betty, female }
:active { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
a.external {
padding: 0 20px 0px 0px;
display:inline;
background-repeat: no-repeat;
background-position: center right;
background-image: url(images/external-link.gif);
}
#top { background-color: #F3F4FC;}
#top .header .current { background-color: #4C6C8F;}
#top .header .current a:link { color: #ffffff; }
#top .header .current a:visited { color: #ffffff; }
#top .header .current a:hover { color: #ffffff; }
#tabs li { background-color: #E5E4D9 ;}
#tabs li a:link { color: #000000; }
#tabs li a:visited { color: #000000; }
#tabs li a:hover { color: #000000; }
#level2tabs { background-color: #000000 ;}
#level2tabs a:link { color: #000000; }
#level2tabs a:visited { color: #000000; }
#level2tabs a:hover { color: #000000; }
.heading { background-color: #E5E4D9;}
.boxed { background-color: #F0F0F0;}
.underlined_5 {border-bottom: solid 5px #F0F0F0;}
.underlined_10 {border-bottom: solid 10px #F0F0F0;}
table caption {
background-color: #F0F0F0;
color: #000000;
}
#publishedStrip {
color: #FFFFFF;
background: #4C6C8F;
}
#feedback {
color: #FFFFFF;
background: #4C6C8F;
text-align: center;
}
#feedback #feedbackto {
color: #FFFFFF;
}
#publishedStrip {
color: #4C6C8F;
background: #4C6C8F;
}
#menu .menupagetitle { background-color: #CFDCED}
#menu { border-color: #999999;}
#menu .menupagetitle { border-color: #999999;}
#menu .menupageitemgroup { border-color: #999999;}
#menu { background-color: #4C6C8F;}
#menu { color: #ffffff;}
#menu a:link { color: #ffffff;}
#menu a:visited { color: #ffffff;}
#menu a:hover {
background-color: #4C6C8F;
color: #ffffff;}
#menu h1 {
color: #000000;
background-color: #cfdced;
}
#top .searchbox {
background-color: #E5E4D9 ;
color: #000000;
}
#menu .menupagetitle { color: #000000;}
#menu .menupageitemgroup {
background-color: #CFDCED;
}
#menu .menupageitem {
color: #000000;
}
#menu .menupageitem a:link { color: #0000ff;}
#menu .menupageitem a:visited { color: #009999;}
#menu .menupageitem a:hover {
background-color: #CFDCED;
color: #6587ff;
}
body{
background-color: #FFFFFF;
color: #000000;
}
a:link { color:#0000ff}
a:visited { color:#009999}
a:hover { color:#6587ff}
.ForrestTable { background-color: #ccc;}
.ForrestTable td { background-color: #ffffff;}
.highlight { background-color: #ffff00;}
.fixme { border-color: #cc6600;}
.note { border-color: #006699;}
.warning { border-color: #990000;}
.code { border-color: #003366;}
#footer { background-color: #E5E4D9;}
/* extra-css */
p.quote {
margin-left: 2em;
padding: .5em;
background-color: #f0f0f0;
font-family: monospace;
}
#footer a { color: #0F3660; }
#footer a:visited { color: #009999; }
|