html_results.css 664 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. }