blast_report.css~ 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #report h4 {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. #report img {
  6. float:right;
  7. }
  8. #report ul {
  9. margin:10px 0 10px 10px;
  10. padding: 0px;
  11. }
  12. #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. #report td {
  20. /**
  21. background:#C7DDEE none repeat-x scroll center left;
  22. color:#000;
  23. padding:7px 50px;
  24. */
  25. }
  26. #report tr.odd td {
  27. /**
  28. background:#fff url(row_bkg.png) repeat-x scroll center left; */
  29. cursor:pointer;
  30. }
  31. #report div.arrow {
  32. background:transparent url(arrows.png) no-repeat scroll 0px -16px;
  33. width:16px;
  34. height:16px;
  35. display:block;
  36. }
  37. #report div.up {
  38. background-position:0px 0px;
  39. }
  40. #alignmentContent{
  41. /**
  42. width: 600px;
  43. height:130px;
  44. */
  45. /**
  46. border-style: solid;
  47. border-width: 0.5px;
  48. border-color:#C7DDEE;
  49. */
  50. box-sizing:border-box;
  51. overflow-x:scroll;
  52. overflow-y: hidden;
  53. white-space: nowrap;
  54. }
  55. #report td.number, #report th.number {
  56. width: 10px;
  57. }
  58. #report td.arrow-col, #report th.arrow-col {
  59. width: 10px;
  60. }
  61. /**
  62. * Alignment
  63. */
  64. #report .alignment {
  65. font-family: monospace;
  66. }
  67. #report .alignment-title {
  68. font-weight: bold;
  69. }