Mercurial > repos > deepakjadmin > mayatool3_test2
comparison docs/css/MayaChemTools.css @ 0:4816e4a8ae95 draft default tip
Uploaded
| author | deepakjadmin |
|---|---|
| date | Wed, 20 Jan 2016 09:23:18 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4816e4a8ae95 |
|---|---|
| 1 body | |
| 2 { | |
| 3 background-color: #ffffff; | |
| 4 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 5 font-size: 11px; | |
| 6 line-height: 1.8; | |
| 7 } | |
| 8 p | |
| 9 { | |
| 10 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 11 font-size: 11px; | |
| 12 line-height: 1.8; | |
| 13 } | |
| 14 h1 | |
| 15 { | |
| 16 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 17 font-size: 14px; | |
| 18 color: #0054aa; | |
| 19 } | |
| 20 h2 | |
| 21 { | |
| 22 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 23 font-size: 12px; | |
| 24 font-weight: bold; | |
| 25 color: #0054aa; | |
| 26 } | |
| 27 h3 | |
| 28 { | |
| 29 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 30 font-size: 11px; | |
| 31 font-weight: bold; | |
| 32 color: #0054aa; | |
| 33 line-height: 1; | |
| 34 } | |
| 35 hr | |
| 36 { | |
| 37 color: #0054aa; | |
| 38 } | |
| 39 em { | |
| 40 font-style: normal; | |
| 41 color: #0054aa; | |
| 42 font-weight: bold | |
| 43 } | |
| 44 /* background: #e0e9eb; */ | |
| 45 pre { | |
| 46 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 47 font-size: 11px; | |
| 48 white-space: pre; | |
| 49 color: #0054aa; | |
| 50 padding: 1 2 1 2; | |
| 51 } | |
| 52 strong | |
| 53 { | |
| 54 font-weight: bold; | |
| 55 color: #000000; | |
| 56 } | |
| 57 b | |
| 58 { | |
| 59 font-weight: bold; | |
| 60 } | |
| 61 td | |
| 62 { | |
| 63 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 64 font-size: 11px; | |
| 65 line-height: 18px; | |
| 66 } | |
| 67 th | |
| 68 { | |
| 69 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 70 font-size: 11px; | |
| 71 font-weight: bold; | |
| 72 color: #0054aa; | |
| 73 } | |
| 74 a, a:link, a:active, a:visited | |
| 75 { | |
| 76 color: #0000cc; | |
| 77 text-decoration: none; | |
| 78 font-weight: normal; | |
| 79 } | |
| 80 a:hover | |
| 81 { | |
| 82 color: #ff0000; | |
| 83 text-decoration: none; | |
| 84 } | |
| 85 ul | |
| 86 { | |
| 87 list-style-type: circle; | |
| 88 font-size: 11px; | |
| 89 font-weight: normal; | |
| 90 } | |
| 91 div | |
| 92 { | |
| 93 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 94 font-size: 11px; | |
| 95 } | |
| 96 /* Footer */ | |
| 97 Div.Footer, Div.Footer p | |
| 98 { | |
| 99 font-family: Arial, Helvetica, sans-serif; | |
| 100 font-size: 9px; | |
| 101 color: #888888; | |
| 102 font-weight: normal; | |
| 103 line-height: 0.8; | |
| 104 } | |
| 105 Div.Footer a, Div.Footer a:link, Div.Footer a:active, Div.Footer a:visited, Div.Footer a:hover | |
| 106 { | |
| 107 color: #0000cc; | |
| 108 text-decoration: none; | |
| 109 font-size: 9px; | |
| 110 font-weight: normal; | |
| 111 } | |
| 112 | |
| 113 /* Form */ | |
| 114 Form td, Form input, Form button, Form select { | |
| 115 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 116 font-size: 11px; | |
| 117 font-weight: normal; | |
| 118 } | |
| 119 | |
| 120 Form th { | |
| 121 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 122 font-size: 11px; | |
| 123 font-weight: bold; | |
| 124 } | |
| 125 | |
| 126 /* Horizontal tabs */ | |
| 127 /* padding and margins: top right bottom left */ | |
| 128 /* Tabs styles, based on http://www.alistapart.com/articles/slidingdoors */ | |
| 129 | |
| 130 Div.HorizontalTabs | |
| 131 { | |
| 132 float: left; | |
| 133 width: 100%; | |
| 134 background: url("../images/BluePixel.gif") repeat-x bottom; | |
| 135 line-height: normal; | |
| 136 margin: 0 0 0 0; | |
| 137 padding: 0 0 0 0; | |
| 138 } | |
| 139 | |
| 140 Div.HorizontalTabs ul | |
| 141 { | |
| 142 margin: 0 0 0 0; | |
| 143 padding: 0 0 0 0; | |
| 144 list-style: none; | |
| 145 } | |
| 146 | |
| 147 Div.HorizontalTabs li | |
| 148 { | |
| 149 display: inline; | |
| 150 margin: 0 0 0 0; | |
| 151 padding: 0 0 0 0; | |
| 152 } | |
| 153 | |
| 154 Div.HorizontalTabs a | |
| 155 { | |
| 156 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 157 font-size: 11px; | |
| 158 float: left; | |
| 159 background: url("../images/BlueRight.gif") no-repeat right top; | |
| 160 border-bottom: 1px solid #84B0C7; | |
| 161 text-decoration: none; | |
| 162 margin: 0 5 0 0; | |
| 163 } | |
| 164 | |
| 165 Div.HorizontalTabs a:link, Div.HorizontalTabs a:visited, | |
| 166 Div.HorizontalTabs a:active, Div.HorizontalTabs a:hover | |
| 167 { | |
| 168 color: #0000bb; | |
| 169 font-weight: normal; | |
| 170 } | |
| 171 | |
| 172 Div.HorizontalTabs a:hover | |
| 173 { | |
| 174 color: #ff0000; | |
| 175 } | |
| 176 | |
| 177 /* Make sure Div.HorizontalTabs #Current:padding-bottom is */ | |
| 178 /* Div.HorizontalTabs span:padding: FirstNumber + 1 */ | |
| 179 Div.HorizontalTabs span | |
| 180 { | |
| 181 float: left; | |
| 182 display: block; | |
| 183 background: url("../images/BlueLeft.gif") no-repeat left top; | |
| 184 padding: 7 21 7 21; | |
| 185 white-space: nowrap; | |
| 186 } | |
| 187 | |
| 188 /* Commented Backslash Hack hides rule from IE5-Mac \*/ | |
| 189 Div.HorizontalTabs span {float : none;} | |
| 190 /* End IE5-Mac hack */ | |
| 191 | |
| 192 Div.HorizontalTabs a:hover | |
| 193 { | |
| 194 background-position: 100% -150px; | |
| 195 } | |
| 196 Div.HorizontalTabs a:hover span | |
| 197 { | |
| 198 background-position: 0% -150px; | |
| 199 } | |
| 200 | |
| 201 Div.HorizontalTabs #Current a | |
| 202 { | |
| 203 background-position: 100% -150px; | |
| 204 border-width: 0px; | |
| 205 font-weight: bold; | |
| 206 color: #0054aa; | |
| 207 } | |
| 208 | |
| 209 Div.HorizontalTabs #Current span | |
| 210 { | |
| 211 background-position: 0% -150px; | |
| 212 padding-bottom: 8; | |
| 213 } | |
| 214 | |
| 215 /* Documentation top line with navigation to previous, TOC, and next */ | |
| 216 Div.DocNav, Div.DocNav p, Div.DocNav td | |
| 217 { | |
| 218 color: #0054aa; | |
| 219 font-size: 11px; | |
| 220 } | |
| 221 Div.DocNav strong | |
| 222 { | |
| 223 color: #0054aa; | |
| 224 font-weight: bold; | |
| 225 font-size: 11px; | |
| 226 } | |
| 227 Div.DocNav strong2 | |
| 228 { | |
| 229 font-weight: normal; | |
| 230 font-size: 12px; | |
| 231 } | |
| 232 Div.DocNav a | |
| 233 { | |
| 234 color: #0000cc; | |
| 235 text-decoration: none; | |
| 236 font-size: 11px; | |
| 237 font-weight: normal; | |
| 238 } | |
| 239 Div.DocNav a:link, Div.DocNav a:active, Div.DocNav a:visited, Div.DocNav a:hover | |
| 240 { | |
| 241 color: #0000cc; | |
| 242 text-decoration: none; | |
| 243 } | |
| 244 | |
| 245 /* TOC */ | |
| 246 Div.Toc ul | |
| 247 { | |
| 248 list-style-type: decimal; | |
| 249 font-size: 11px; | |
| 250 font-weight: normal; | |
| 251 } | |
| 252 Div.Toc li | |
| 253 { | |
| 254 color: #0054aa; | |
| 255 } | |
| 256 Div.Toc h1 | |
| 257 { | |
| 258 Font-size: 14px; | |
| 259 color: #0054aa; | |
| 260 } | |
| 261 Div.Toc h2 | |
| 262 { | |
| 263 font-size: 12px; | |
| 264 font-weight: bold; | |
| 265 color: #0054aa; | |
| 266 } | |
| 267 | |
| 268 /* References */ | |
| 269 Div.References | |
| 270 { | |
| 271 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 272 margin: 0 0 0 0; | |
| 273 padding: 0 0 0 0; | |
| 274 } | |
| 275 | |
| 276 Div.References ul | |
| 277 { | |
| 278 margin: 0 0 0 0; | |
| 279 padding: 0 0 0 0; | |
| 280 list-style: none; | |
| 281 font-size: 11px; | |
| 282 font-weight: normal; | |
| 283 } | |
| 284 Div.References li | |
| 285 { | |
| 286 margin: 0 0 0 20; | |
| 287 padding: 0 0 0 0; | |
| 288 } | |
| 289 | |
| 290 Div.References h1 | |
| 291 { | |
| 292 Font-size: 14px; | |
| 293 color: #0054aa; | |
| 294 } | |
| 295 Div.References h2 | |
| 296 { | |
| 297 font-size: 12px; | |
| 298 font-weight: bold; | |
| 299 color: #0054aa; | |
| 300 } | |
| 301 /* Lists with blue squares */ | |
| 302 Div.List ul | |
| 303 { | |
| 304 list-style-type: none; | |
| 305 font-size: 11px; | |
| 306 font-weight: normal; | |
| 307 } | |
| 308 Div.List li | |
| 309 { | |
| 310 background-image: url("../images/DarkBlueSquare.gif"); | |
| 311 background-repeat: no-repeat; | |
| 312 background-position: 0px 9px; | |
| 313 padding-left: 10px; | |
| 314 } | |
| 315 | |
| 316 /* Displaying options examples and decriptions */ | |
| 317 Div.OptionsBox | |
| 318 { | |
| 319 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 320 font-size: 11px; | |
| 321 padding: 6 14 4 14; | |
| 322 color: #0054aa; | |
| 323 } | |
| 324 | |
| 325 /* Displaying examples */ | |
| 326 Div.ExampleBox | |
| 327 { | |
| 328 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 329 font-size: 11px; | |
| 330 padding: 4 14 4 14; | |
| 331 color: #0054aa; | |
| 332 } | |
| 333 | |
| 334 | |
| 335 /* Top navigation box to contain logo and tabs */ | |
| 336 Div.TopNav | |
| 337 { | |
| 338 background: url("../images/BluePixel.gif") repeat-x bottom; | |
| 339 line-height: normal; | |
| 340 margin: 0 0 0 0; | |
| 341 padding: 0 0 8 0; | |
| 342 } | |
| 343 | |
| 344 /* To avoid wrapping of navigation tabs */ | |
| 345 td.TopNavTab { | |
| 346 width: 520; | |
| 347 } | |
| 348 | |
| 349 /* Top sub navigation */ | |
| 350 Div.TopSubNav | |
| 351 { | |
| 352 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 353 margin: 0 0 0 0; | |
| 354 padding: 4 0 4 0; | |
| 355 } | |
| 356 | |
| 357 Div.TopSubNav ul | |
| 358 { | |
| 359 margin: 0 0 0 0; | |
| 360 padding: 0 0 0 100; | |
| 361 list-style: none; | |
| 362 } | |
| 363 | |
| 364 Div.TopSubNav li | |
| 365 { | |
| 366 display: inline; | |
| 367 margin: 0 0 0 0; | |
| 368 padding: 0 0 0 0; | |
| 369 } | |
| 370 | |
| 371 Div.TopSubNav a | |
| 372 { | |
| 373 font-family: Verdana, Arial, Helvetica, sans-serif; | |
| 374 font-size: 11px; | |
| 375 text-decoration: none; | |
| 376 margin: 0 50 0 0; | |
| 377 } | |
| 378 | |
| 379 Div.TopSubNav a:link, Div.TopSubNav a:visited, | |
| 380 Div.TopSubNav a:active, Div.TopSubNav a:hover | |
| 381 { | |
| 382 color: #0000bb; | |
| 383 font-weight: normal; | |
| 384 } | |
| 385 | |
| 386 Div.TopSubNav a:hover | |
| 387 { | |
| 388 color: #ff0000; | |
| 389 } | |
| 390 | |
| 391 Div.TopSubNav #Current a | |
| 392 { | |
| 393 color: #0000bb; | |
| 394 font-weight: bold; | |
| 395 color: #0054aa; | |
| 396 } |
