blast_report.css 1.2 KB

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