blast_report.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 td {
  20. vertical-align : top;
  21. }
  22. #blast_report tr.odd td {
  23. cursor:pointer;
  24. vertical-align : top;
  25. }
  26. #blast_report .arrow {
  27. background:transparent url('../images/arrows.png') no-repeat scroll 0px -16px;
  28. width:16px;
  29. height:16px;
  30. display:block;
  31. }
  32. #blast_report div.up {
  33. background-position:0px 0px;
  34. }
  35. #blast_report td.number, #blast_report th.number {
  36. width: 10px;
  37. }
  38. #blast_report td.evalue, #blast_report th.evalue {
  39. width: 100px;
  40. border-right: none;
  41. }
  42. #blast_report td.arrow-col, #blast_report th.arrow-col {
  43. width: 10px;
  44. border-left: none;
  45. }
  46. /**
  47. * Alignment
  48. */
  49. #blast_report tr.alignment-row .title{
  50. font-weight: bold;
  51. }
  52. #blast_report tr.alignment-row .hsp-title{
  53. padding-top: 15px;
  54. font-weight: bold;
  55. }
  56. #blast_report tr.alignment-row{
  57. width: 100%;
  58. }
  59. #blast_report .alignment {
  60. width: 625px;
  61. }
  62. #blast_report .alignment-title {
  63. font-weight: bold;
  64. }
  65. #blast_report div.alignment-row{
  66. padding: 10px 30px;
  67. font-family: monospace;
  68. white-space: nowrap;
  69. }
  70. #blast_report div.alignment-subrow{
  71. padding-bottom: 15px;
  72. }