blast_report.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #blast_report h4 {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. #blast_report img {
  6. float:right;
  7. }
  8. #blast_report ul {
  9. margin:10px 0 10px 10px;
  10. padding: 0px;
  11. }
  12. #blast_report th {
  13. /**
  14. background: #7CB8E2 url(header_bkg.png) repeat-x scroll center left;
  15. color: #fff;
  16. padding: 7px 50px; */
  17. text-align: left;
  18. }
  19. #blast_report td {
  20. /**
  21. background:#C7DDEE none repeat-x scroll center left;
  22. color:#000;
  23. padding:7px 50px;
  24. */
  25. }
  26. #blast_report tr.odd td {
  27. /**
  28. background:#fff url(row_bkg.png) repeat-x scroll center left; */
  29. cursor:pointer;
  30. }
  31. #blast_report .arrow {
  32. background:transparent url(arrows.png) no-repeat scroll 0px -16px;
  33. width:16px;
  34. height:16px;
  35. display:block;
  36. }
  37. #blast_report div.up {
  38. background-position:0px 0px;
  39. }
  40. #blast_report td.number, #blast_report th.number {
  41. width: 10px;
  42. }
  43. #blast_report td.evalue, #blast_report th.evalue {
  44. width: 100px;
  45. border-right: none;
  46. }
  47. #blast_report td.arrow-col, #blast_report th.arrow-col {
  48. width: 10px;
  49. border-left: none;
  50. }
  51. /**
  52. * Alignment
  53. */
  54. #blast_report tr.alignment-row .title{
  55. font-weight: bold;
  56. }
  57. #blast_report tr.alignment-row .hsp-title{
  58. padding-top: 15px;
  59. font-weight: bold;
  60. }
  61. #blast_report tr.alignment-row{
  62. width: 100%;
  63. }
  64. #blast_report .alignment {
  65. width: 625px;
  66. }
  67. #blast_report .alignment-title {
  68. font-weight: bold;
  69. }
  70. #blast_report div.alignment-row{
  71. padding: 10px 30px;
  72. height: 60px;
  73. border: 1px solid #DDDDDD;
  74. font-family: monospace;
  75. overflow-x: scroll;
  76. white-space: nowrap;
  77. }