Mercurial > repos > jankanis > blast2html
comparison NCBI Blast reference example_files/dynFormatRes.css @ 33:344cd76f6fd2 draft
rename NCBI reference example
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Thu, 15 May 2014 16:59:18 +0200 |
| parents | Blast output page example_files/dynFormatRes.css@bad241dc701f |
| children |
comparison
equal
deleted
inserted
replaced
| 32:2143f62809d0 | 33:344cd76f6fd2 |
|---|---|
| 1 /* style changes for redesign begin*/ | |
| 2 a.gbd | |
| 3 { | |
| 4 text-decoration:none; | |
| 5 } | |
| 6 | |
| 7 tr.dflLnk td span | |
| 8 { | |
| 9 font-size:78%; | |
| 10 display:none; | |
| 11 text-align:center; | |
| 12 } | |
| 13 a.dflSeq | |
| 14 { | |
| 15 color:#369; | |
| 16 text-decoration:underline; | |
| 17 width:auto; | |
| 18 } | |
| 19 table.defln tr.dflLnk a | |
| 20 { | |
| 21 margin-right:auto; | |
| 22 padding-left:0; | |
| 23 } | |
| 24 | |
| 25 .alnParLinks | |
| 26 { | |
| 27 float:right; | |
| 28 } | |
| 29 | |
| 30 .alnSeqLinks | |
| 31 { | |
| 32 float:right; | |
| 33 margin-right:1em; | |
| 34 } | |
| 35 | |
| 36 | |
| 37 .seqlinks select | |
| 38 { | |
| 39 padding:0; | |
| 40 } | |
| 41 | |
| 42 .dlfRow div | |
| 43 { | |
| 44 font-size:90%; | |
| 45 } | |
| 46 | |
| 47 .dlfRow | |
| 48 { | |
| 49 display:inline; | |
| 50 font-size:110%; | |
| 51 } | |
| 52 | |
| 53 .dlfRow.hidden | |
| 54 { | |
| 55 display:none; | |
| 56 } | |
| 57 .dlfRow label | |
| 58 { | |
| 59 font-size:87%; | |
| 60 display:inline; | |
| 61 color:#606060; | |
| 62 font-weight:bold; | |
| 63 } | |
| 64 | |
| 65 .dlfRow span.r label | |
| 66 { | |
| 67 padding-left:0.8em; | |
| 68 } | |
| 69 | |
| 70 | |
| 71 div.relInf | |
| 72 { | |
| 73 font-family: Verdana, Sans-Serif; | |
| 74 font-size: 80%; | |
| 75 float:right; | |
| 76 width:21%; | |
| 77 border-top:solid 2px gray; | |
| 78 margin-top:-1em; | |
| 79 margin-right:3.5em; | |
| 80 left:3em; | |
| 81 max-width:25em; | |
| 82 padding-left:1em; | |
| 83 position:relative; | |
| 84 white-space:normal; | |
| 85 } | |
| 86 | |
| 87 div.relInf a | |
| 88 { | |
| 89 padding-right:0.2em; | |
| 90 } | |
| 91 | |
| 92 .rlLink | |
| 93 { | |
| 94 padding-left:0.2em; | |
| 95 } | |
| 96 .relInf label | |
| 97 { | |
| 98 font-size:110%; | |
| 99 color:brown; | |
| 100 font-weight:bold; | |
| 101 } | |
| 102 div#content | |
| 103 { | |
| 104 min-width:70em; | |
| 105 } | |
| 106 | |
| 107 .dflLnk a | |
| 108 { | |
| 109 font-size:90%; | |
| 110 } | |
| 111 a.dflSeq | |
| 112 { | |
| 113 width:auto; | |
| 114 font-weight:normal; | |
| 115 } | |
| 116 | |
| 117 | |
| 118 #cntDesc,#cntDesc_psiw | |
| 119 { | |
| 120 margin-bottom:0.2em; | |
| 121 display:inline-block; | |
| 122 width:20em; | |
| 123 } | |
| 124 #cntDesc span,#cntDesc_psiw span | |
| 125 { | |
| 126 margin-right:0.5em; | |
| 127 } | |
| 128 | |
| 129 #cntDesc a,#cntDesc input,#cntDesc_psiw a,#cntDesc_psiw input | |
| 130 { | |
| 131 margin-left:0.5em; | |
| 132 } | |
| 133 | |
| 134 #cntSelNone,#cntShAll | |
| 135 { | |
| 136 margin-left:0.2em; | |
| 137 } | |
| 138 | |
| 139 .toolsCtr | |
| 140 { | |
| 141 color:Blue; | |
| 142 } | |
| 143 | |
| 144 table.ui-ncbigrid th span.slink a | |
| 145 { | |
| 146 display:inline; | |
| 147 padding-right: 0; | |
| 148 } | |
| 149 table.ui-ncbigrid th.sp | |
| 150 { | |
| 151 font-weight:bold; | |
| 152 } | |
| 153 | |
| 154 table.ui-ncbigrid th span.slink | |
| 155 { | |
| 156 margin-left:0.2em; | |
| 157 } | |
| 158 | |
| 159 table.ui-ncbigrid td { | |
| 160 white-space:nowrap; | |
| 161 } | |
| 162 table.ui-ncbigrid td.c3 | |
| 163 { | |
| 164 /*padding-left:0.8em;*/ | |
| 165 } | |
| 166 table.ui-ncbigrid caption | |
| 167 { | |
| 168 font-size:0; | |
| 169 line-height:0; | |
| 170 } | |
| 171 #content h3.cap,#content h3.cap a.ui-ncbitoggler.ui-widget, #content h3.cap a.ui-ncbitoggler-open | |
| 172 { | |
| 173 color:#4d4d4d; | |
| 174 text-align:left; | |
| 175 margin:0 0 0.5em 0; | |
| 176 } | |
| 177 | |
| 178 #content div.cap,#content div.cap a.ui-ncbitoggler.ui-widget, #content div.cap a.ui-ncbitoggler-open | |
| 179 { | |
| 180 color:#4d4d4d; | |
| 181 text-align:left; | |
| 182 margin:0 0 0.5em 0; | |
| 183 letter-spacing:-1px; | |
| 184 font-size:110%; | |
| 185 font-weight:bold; | |
| 186 } | |
| 187 | |
| 188 #descriptions div.caption-exists { | |
| 189 margin: 0; | |
| 190 } | |
| 191 | |
| 192 /**********decrition toolbar styles *********/ | |
| 193 | |
| 194 div.cnf { | |
| 195 -moz-border-bottom-colors: none; | |
| 196 -moz-border-image: none; | |
| 197 -moz-border-left-colors: none; | |
| 198 -moz-border-right-colors: none; | |
| 199 -moz-border-top-colors: none; | |
| 200 background: url("images/cnf.png") repeat scroll 0 0 transparent; | |
| 201 border-style: solid none none; | |
| 202 border-width: 1px medium medium; | |
| 203 /*clear: left;*/ | |
| 204 height: 22px; | |
| 205 /*overflow: auto;*/ | |
| 206 width: 100%; | |
| 207 } | |
| 208 | |
| 209 ul.ui-ncbilocalnav li.has-child a.button_config { | |
| 210 background: url("/portal/portal3rc.fcgi/3493904/img/81796") no-repeat scroll right center transparent !important; | |
| 211 width: 22px; | |
| 212 height:22px; | |
| 213 margin-left:12em; | |
| 214 } | |
| 215 | |
| 216 #li-config | |
| 217 { | |
| 218 float:right; | |
| 219 width:17em; | |
| 220 } | |
| 221 div#descTblCtrl ul.ui-ncbilocalnav li | |
| 222 { | |
| 223 border-right:none; | |
| 224 } | |
| 225 | |
| 226 | |
| 227 .cfg | |
| 228 { | |
| 229 font-size:90%; | |
| 230 } | |
| 231 | |
| 232 | |
| 233 .oneSeqAln .hsp label | |
| 234 { | |
| 235 color:#606060; | |
| 236 font-size:95%; | |
| 237 padding-right:0.5em; | |
| 238 } | |
| 239 | |
| 240 .oneSeqAln pre | |
| 241 { | |
| 242 margin-top:0.5em; | |
| 243 } | |
| 244 | |
| 245 .aln_feat label | |
| 246 { | |
| 247 color: #606060; | |
| 248 font-size: 95%; | |
| 249 padding-right: 0.5em; | |
| 250 } | |
| 251 .oneSeqAln .dflLnk.aln_feat | |
| 252 { | |
| 253 padding-bottom:1em; | |
| 254 } | |
| 255 div.oneSeqAln h4 | |
| 256 { | |
| 257 border:none; | |
| 258 font-size:100%; | |
| 259 font-weight:normal; | |
| 260 letter-spacing:normal; | |
| 261 margin:0; | |
| 262 } | |
| 263 | |
| 264 .oneSeqAln .dflLnk | |
| 265 { | |
| 266 width:56em; | |
| 267 } | |
| 268 .aln_feat a | |
| 269 { | |
| 270 margin-left:1em; | |
| 271 display:block; | |
| 272 } | |
| 273 .dflLnk.aln_feat div | |
| 274 { | |
| 275 /*display:inline-block; */ | |
| 276 margin-left:5em; | |
| 277 margin-top:-1em; | |
| 278 } | |
| 279 .aln_frame.shown | |
| 280 { | |
| 281 display:block; | |
| 282 } | |
| 283 /*align params styles change */ | |
| 284 | |
| 285 table.alnParams | |
| 286 { | |
| 287 border-left:none; | |
| 288 border-right:none; | |
| 289 margin-top:0.5em; | |
| 290 width:49em; | |
| 291 } | |
| 292 | |
| 293 table.alnParams th | |
| 294 { | |
| 295 background-color:Transparent; | |
| 296 border:none; | |
| 297 text-align:left; | |
| 298 } | |
| 299 | |
| 300 table.alnParams td | |
| 301 { | |
| 302 border:none; | |
| 303 } | |
| 304 | |
| 305 | |
| 306 .alnAll | |
| 307 { | |
| 308 line-height:normal; | |
| 309 margin-top:1em; | |
| 310 } | |
| 311 | |
| 312 .alnAll div | |
| 313 { | |
| 314 width:70%; | |
| 315 } | |
| 316 | |
| 317 /**new config staff begin**/ | |
| 318 .popDl | |
| 319 { | |
| 320 display:none; | |
| 321 } | |
| 322 .popDl div | |
| 323 { | |
| 324 margin-top:0.5em; | |
| 325 } | |
| 326 .popDl div.tl | |
| 327 { | |
| 328 margin-top:0; | |
| 329 font-weight:bold; | |
| 330 } | |
| 331 a.button_config { | |
| 332 background: url("images/cnfButn.png") no-repeat scroll right center transparent !important; | |
| 333 width: 22px; | |
| 334 height:22px; | |
| 335 margin-left:12em; | |
| 336 float:right; | |
| 337 } | |
| 338 | |
| 339 a.toolsCtr,span.csLinks a | |
| 340 { | |
| 341 margin-left:8px; | |
| 342 float:left; | |
| 343 cursor:pointer; | |
| 344 } | |
| 345 | |
| 346 a.toolsCtr[disabled] { | |
| 347 cursor: default; | |
| 348 } | |
| 349 | |
| 350 | |
| 351 a.toolsCtr SPAN | |
| 352 { | |
| 353 color: #14376c; | |
| 354 /*line-height: 22px;*/ | |
| 355 padding-left: 15px; | |
| 356 background-repeat: no-repeat; | |
| 357 background-position:left center; | |
| 358 } | |
| 359 | |
| 360 a.toolsCtr[disabled] SPAN,a.toolsCtr[disabled] | |
| 361 { | |
| 362 color:#C2C2C2; | |
| 363 } | |
| 364 | |
| 365 a.dnld span | |
| 366 { | |
| 367 background-image: url("images/dndl.png"); | |
| 368 } | |
| 369 | |
| 370 a.dnld[disabled] span | |
| 371 { | |
| 372 background-image: url("images/dndl_dsb.png"); | |
| 373 } | |
| 374 | |
| 375 a.dialog | |
| 376 { | |
| 377 padding-right: 18px; | |
| 378 background:transparent url(images/dialog.png) no-repeat scroll right center; | |
| 379 text-decoration:none; | |
| 380 } | |
| 381 | |
| 382 a.dialog[disabled] { | |
| 383 background-image: url("images/dialog_dsb.png"); | |
| 384 } | |
| 385 | |
| 386 | |
| 387 a.alnNav span | |
| 388 { | |
| 389 background-image: url("images/align_Normal.png"); | |
| 390 } | |
| 391 | |
| 392 a.alnNav | |
| 393 { | |
| 394 text-decoration:none; | |
| 395 } | |
| 396 | |
| 397 | |
| 398 a.navNext span | |
| 399 { | |
| 400 background-image: url("images/next_Normal.png"); | |
| 401 } | |
| 402 | |
| 403 | |
| 404 a.navNext[disabled] span | |
| 405 { | |
| 406 background-image: url("images/next_Inactive.png"); | |
| 407 } | |
| 408 | |
| 409 | |
| 410 a.navPrev span | |
| 411 { | |
| 412 background-image: url("images/prev_Normal.png"); | |
| 413 } | |
| 414 | |
| 415 | |
| 416 a.navPrev[disabled] span | |
| 417 { | |
| 418 background-image: url("images/prev_Inactive.png"); | |
| 419 } | |
| 420 | |
| 421 | |
| 422 a.navBack span | |
| 423 { | |
| 424 background-image: url("images/table_Normal.png"); | |
| 425 } | |
| 426 | |
| 427 .alnRn | |
| 428 { | |
| 429 float:left; | |
| 430 } | |
| 431 | |
| 432 | |
| 433 /* styles to change per discusssion with Mark begin*/ | |
| 434 .dflLnk a | |
| 435 { | |
| 436 padding-left:0; | |
| 437 } | |
| 438 | |
| 439 | |
| 440 table.ui-ncbigrid th { | |
| 441 padding-left:0.3em; | |
| 442 padding-right:0; | |
| 443 text-align:center; | |
| 444 } | |
| 445 | |
| 446 table.ui-ncbigrid td { | |
| 447 padding-left:0.4em; | |
| 448 padding-right:0.4em; | |
| 449 text-align:center; | |
| 450 } | |
| 451 | |
| 452 table.ui-ncbigrid td.c2,table.ui-ncbigrid td.c1 { | |
| 453 text-align:left; | |
| 454 } | |
| 455 | |
| 456 table.ui-ncbigrid td.c3{ | |
| 457 padding:0.363em 0.25em; | |
| 458 } | |
| 459 | |
| 460 | |
| 461 table.ui-ncbigrid th a { | |
| 462 padding-right: 5px; | |
| 463 } | |
| 464 table.ui-ncbigrid th.c0 | |
| 465 { | |
| 466 width:25px; | |
| 467 padding:0; | |
| 468 } | |
| 469 | |
| 470 .dflnDth | |
| 471 { | |
| 472 width:100%; | |
| 473 } | |
| 474 div.lim { | |
| 475 width: 14em; | |
| 476 } | |
| 477 | |
| 478 table.ui-ncbigrid th.c8,table.ui-ncbigrid th.c9 { | |
| 479 padding-right: 0.3em; | |
| 480 } | |
| 481 .c8,.c9 | |
| 482 { | |
| 483 font-size:80%; | |
| 484 } | |
| 485 | |
| 486 | |
| 487 td.lim.l.c2,td.lim.l.c1 | |
| 488 { | |
| 489 overflow:hidden; | |
| 490 } | |
| 491 a.spr | |
| 492 { | |
| 493 border-right:none; | |
| 494 } | |
| 495 | |
| 496 | |
| 497 .psiInp | |
| 498 { | |
| 499 margin-left:1em; | |
| 500 margin-top:0.5em; | |
| 501 } | |
| 502 | |
| 503 | |
| 504 .c8 input | |
| 505 { | |
| 506 border:none; | |
| 507 } | |
| 508 table.ui-ncbigrid td.c8 | |
| 509 { | |
| 510 padding-left:1.5em; | |
| 511 } | |
| 512 | |
| 513 tr.psi_new td | |
| 514 { | |
| 515 background-color:#FFFF99; | |
| 516 border-top:solid 4px white; | |
| 517 border-spacing:3px; | |
| 518 border-collapse:collapse; | |
| 519 line-height:normal; | |
| 520 } | |
| 521 /* accessibility setting */ | |
| 522 tr.dflLnk td span.psiNw,tr.first th span,a.button_config span, a span.accsb,.dflLnk label.accsb | |
| 523 { | |
| 524 display:inline; | |
| 525 position:absolute; | |
| 526 left:-9999px; | |
| 527 } | |
| 528 | |
| 529 div.tgl | |
| 530 { | |
| 531 margin-top:-1em; | |
| 532 } | |
| 533 .shcl | |
| 534 { | |
| 535 float:right; | |
| 536 } | |
| 537 | |
| 538 /* styles to change per discusssion with Mark end*/ | |
| 539 | |
| 540 .alnRn a | |
| 541 { | |
| 542 padding-right:1em; | |
| 543 } | |
| 544 .alnAll .moreHsps | |
| 545 { | |
| 546 font-family: Verdana, Sans-Serif; | |
| 547 font-size: 75%; | |
| 548 margin-top:-2.5em; | |
| 549 width:58%; | |
| 550 } | |
| 551 .erm | |
| 552 { | |
| 553 background-color:#FFFFCC; | |
| 554 padding:0.5em; | |
| 555 } | |
| 556 | |
| 557 #debug,.ind,.alnMsgS .db,.erm .db | |
| 558 { | |
| 559 display:none; | |
| 560 } | |
| 561 | |
| 562 .tmsAln label | |
| 563 { | |
| 564 font-size:93%; | |
| 565 display:inline; | |
| 566 color:#606060; | |
| 567 font-weight:bold; | |
| 568 } | |
| 569 .alnAll .tmsAln, .tmsAln div | |
| 570 { | |
| 571 width:100%; | |
| 572 margin-bottom:-1em; | |
| 573 } | |
| 574 .tmsAlnPar | |
| 575 { | |
| 576 margin-top:-1em; | |
| 577 } | |
| 578 /*debug info styles begin */ | |
| 579 | |
| 580 | |
| 581 /* use those styles only in debug version | |
| 582 | |
| 583 .alnMsg | |
| 584 { | |
| 585 border:solid 1px black; | |
| 586 } | |
| 587 | |
| 588 .alnMsgS.hidden,.alnMsgS .db | |
| 589 { | |
| 590 display:block; | |
| 591 } | |
| 592 | |
| 593 .oneSeqAln | |
| 594 { | |
| 595 border:1px solid #C8C8C8; | |
| 596 } | |
| 597 | |
| 598 #debug,tr.dflLnk td span.ind | |
| 599 { | |
| 600 display:inline; | |
| 601 } | |
| 602 .c0 | |
| 603 { | |
| 604 width:30px; | |
| 605 } | |
| 606 /*debug info styles end */ | |
| 607 | |
| 608 | |
| 609 | |
| 610 /**new config staff end**/ | |
| 611 /* | |
| 612 ul.ui-ncbilocalnav li, ul.ui-ncbilocalnav { | |
| 613 background-color: #F4F4F4; | |
| 614 background-image: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4); | |
| 615 } | |
| 616 ul.ui-ncbilocalnav li { | |
| 617 border-right: 1px solid #C4C4C4; | |
| 618 } | |
| 619 */ | |
| 620 /**********decrition toolbar styles end*********/ | |
| 621 | |
| 622 | |
| 623 /* style chenges for redesign end*/ |
