html_results.css 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. a {
  2. color: #11aa11;
  3. }
  4. #infoboxes_header {
  5. font-weight: bold;
  6. text-decoration: underline;
  7. }
  8. .infobox {
  9. background-color: #2c2c2c;
  10. margin: 12px;
  11. align: left;
  12. }
  13. .infobox_title {
  14. font-size: 150%;
  15. font-weight: bold;
  16. }
  17. .infobox_label {
  18. font-weight: bold;
  19. }
  20. .infobox_value {
  21. font-style: italic;
  22. }
  23. .infobox_id {
  24. font-style: italic;
  25. }
  26. .infobox_attr_head, .infobox_links_head {
  27. font-weight: bold;
  28. text-decoration: underline;
  29. }
  30. .infobox_attr_table {
  31. background-color: #000;
  32. }
  33. .infobox_label, .infobox_value {
  34. border-bottom-style: solid;
  35. border-bottom-color: #11aa11;
  36. border-bottom-width: 1px;
  37. }
  38. hr {
  39. border-top: 1px solid red;
  40. }
  41. table.result {
  42. -qt-table-type: frame;
  43. }
  44. /* Images results */
  45. table.thumbnail {
  46. float: left;
  47. -qt-table-type: none;
  48. padding: 4;
  49. }
  50. table.thumbnail td {
  51. padding: 4;
  52. background-color: #3c3c3c;
  53. border: 1px solid #5c5c5c;
  54. }