stylesheet.css 1013 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* The standard CSS for doxygen 1.8.6 */
  2. body, table, div, p, dl {
  3. font: 400 14px/22px Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
  4. word-wrap: break-word;
  5. }
  6. code {
  7. font-size: 85%;
  8. font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
  9. white-space: pre-wrap;
  10. padding: 1px 5px;
  11. background-color: rgb(223, 229, 241);
  12. vertical-align: baseline;
  13. }
  14. body {
  15. background-image: url(bodybg.png);
  16. margin: 0 auto;
  17. }
  18. div.fragment {
  19. padding: 3px;
  20. padding-bottom: 0px;
  21. }
  22. div.line {
  23. padding-bottom: 3px;
  24. font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
  25. }
  26. div.contents {
  27. width: 980px;
  28. margin: 0 auto;
  29. padding: 15px 15px;
  30. border: 1px solid rgb(10, 80, 122);
  31. background-color: #fff;
  32. }
  33. span.arrow {
  34. height: 13px;
  35. }
  36. div.image img{
  37. max-width: 900px;
  38. }
  39. #projectlogo
  40. {
  41. text-align: center;
  42. vertical-align: middle;
  43. border-collapse: separate;
  44. padding-left: 0.5em;
  45. }