blast_report.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /**
  2. * @file
  3. * Handles CSS Themeing of the BLAST Results
  4. */
  5. #blast_report h4 {
  6. margin: 0px;
  7. padding: 0px;
  8. }
  9. #blast_report img {
  10. float:right;
  11. }
  12. #blast_report ul {
  13. margin:10px 0 10px 10px;
  14. padding: 0px;
  15. }
  16. #blast_report th {
  17. text-align: left;
  18. }
  19. #blast_report tr.odd td {
  20. cursor:pointer;
  21. vertical-align : top;
  22. }
  23. #blast_report .arrow {
  24. background:transparent url('../images/arrows.png') no-repeat scroll 0px -16px;
  25. width:16px;
  26. height:16px;
  27. display:block;
  28. }
  29. #blast_report div.up {
  30. background-position:0px 0px;
  31. }
  32. #blast_report td.number, #blast_report th.number {
  33. width: 10px;
  34. }
  35. #blast_report td.evalue, #blast_report th.evalue {
  36. width: 100px;
  37. border-right: none;
  38. }
  39. #blast_report td.arrow-col, #blast_report th.arrow-col {
  40. width: 10px;
  41. border-left: none;
  42. }
  43. /**
  44. * Alignment
  45. */
  46. #blast_report tr.alignment-row .title{
  47. font-weight: bold;
  48. }
  49. #blast_report tr.alignment-row .hsp-title{
  50. padding-top: 15px;
  51. font-weight: bold;
  52. }
  53. #blast_report tr.alignment-row{
  54. width: 100%;
  55. }
  56. #blast_report .alignment {
  57. width: 625px;
  58. }
  59. #blast_report .alignment-title {
  60. font-weight: bold;
  61. }
  62. #blast_report div.alignment-row{
  63. padding: 10px 30px;
  64. font-family: monospace;
  65. white-space: nowrap;
  66. }
  67. #blast_report div.alignment-subrow{
  68. padding-bottom: 15px;
  69. }