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 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299
|
/* Global styles. */
a:link {
text-decoration: none;
}
a:visited {
color: #7F7FFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
color: white;
background-color: blue;
text-decoration: underline;
}
body {
background-color: white;
color: black;
font-size: 100.01%;
}
img {
display: block;
border-width: 0;
}
h1 {
background-color: #900;
font-size: x-large;
font-weight: bold;
color: #ebebeb;
padding: .3em 5px .5em 5px;
margin: 0 0;
}
h6#header {
padding-top: 0.5em;
font-size: small;
font-weight: bold;
color: #545454;
letter-spacing: .5em;
text-align: center;
margin: 0 0;
}
/*
* Table of Contents styles
*/
#toc h2 {
background-color: #545454;
color: white;
padding: 5px .3em .3em .3em;
margin: 0 0;
}
#toc h3 {
clear: both;
padding-left: 5px;
padding-right: 1em;
border-bottom: thin solid black;
}
#toc ul {
list-style: none;
}
.toccol {
float: left;
width: 33%;
}
/*
* Navigation bar. Appears at both top and bottom.
*/
div.nav {
clear: both;
background-color: #900;
color: white;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
margin-bottom: 0;
margin-top: 1em; /* Separate from header at the top and */
/* from the last element at the bottom */
padding: 2px;
padding-left: 8px;
padding-right: 8px;
text-align: right;
}
div.nav a:link {
text-decoration: none;
color: white;
}
div.nav a:visited {
text-decoration: none;
color: white;
}
div.nav a:hover {
background-color: white;
color: #900;
}
div.nav a:active {
text-decoration: none;
color: white;
}
span.superclass {
font-size: normal;
font-weight: normal;
}
span.mixin {
font-size: smaller;
padding-left: 1em;
}
/*
* Method signatures, descriptions
*/
h2.methods { /* "class methods" */
margin-top: 2em;
margin-bottom: 0;
padding: .5em 5px .5em 5px;
background-color: #663;
color: white;
clear: both;
}
/*
* Method signatures
*/
div.sig {
margin-bottom: .5em;
}
.sig h3 { /* method name: total width 210px */
background-color: #c0c0c0;
color: #000;
width: 225px;
float: left;
padding-left: 5px;
margin-top: 0;
}
.sig p {
background-color: #c0c0c0;
color: #000;
padding-right: 5px;
padding-left: 230px;
padding-bottom: 1em;
margin-top: 0;
}
/*
* Method descriptions
*/
.desc {
margin-left: 235px;
margin-bottom: 2em;
}
.desc h4 {
position: relative;
left: -235px;
padding-left: 5px;
background-image: url(../ex/images/graydient230x6.gif);
background-repeat: repeat-y;
color: black;
font-weight: normal;
font-size: small;
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
}
.desc dl,p,pre,img,ul {
margin-top: 0;
}
.desc dt {
font-style: italic;
/* display: compact; */
}
.arg {
font-style: italic;
}
/*
* The next 2 styles are for example scripts.
*/
.example, .desc pre {
padding: 0 .5em 1em .5em; /* Tell Konq to not pad at the top. */
padd\ing-top: 1em; /* Tell everybody else to use 1em padding at the top. */
background-color: #f8f8f8;
border-left: thin dotted black;
border-top: thin dotted black;
border-bottom: 4px solid #c0c0c0;
border-right: 4px solid #c0c0c0
}
.example {
margin-left: 100px;
margin-right: 100px;
margin-bottom: 1em;
}
.example_cutline {
margin-left: 100px;
margin-right: 100px;
font-style: italic;
}
/*
* The following three styles govern the display of example
* images with rollover effects and the "spin" image that
* accompanies them.
*/
/*
* This <p> encloses example images and the spin image.
*/
p.rollover {
position: relative;
}
/*
* Neither the example image nor the spin.gif get a border.
*/
.rollover img {
display: inline;
border-width: 0;
}
/*
* The spin.gif image must be positioned at the upper-right
* corner of the example image.
*/
img.spin {
position: absolute;
top: 0;
left: 204px;
}
/*
* Plain small gray tables
*/
.simple_table {
border-collapse: collapse;
border: thin solid black;
background-color: #f8f8f8;
margin-bottom: 1em;
margin-top: 1em;
width: 100%;
}
.simple_table td {
padding: 3px 1em 3px 1em;
}
.simple_table caption {
font-weight: bold;
}
/*
* Miscellaneous styles
*/
/*
* Insert white space between elements when CSS not enabled.
*/
p.spacer {
display: none;
}
/*
* Text quoted from the xMagick doc.
*/
.imquote {
color: #545454;
}
.imquote p, .imquote ul {
margin-left: 100px;
margin-right: 100px;
padding-bottom: 1em;
}
|