You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
893B

  1. body
  2. {
  3. background-color: lightgrey;
  4. }
  5. div.diag_menu
  6. {
  7. background-color: white;
  8. border-radius: 10px;
  9. box-shadow: 2px 4px 5px grey inset;
  10. margin: 10px 10px;
  11. width: 15%;
  12. padding: 10px;
  13. display: inline-block;
  14. vertical-align: top;
  15. overflow: hidden;
  16. resize: both;
  17. }
  18. div.diag_menu p
  19. {
  20. margin: 0px;
  21. font-weight: bold;
  22. }
  23. div.diag_menu p:hover
  24. {
  25. background-color: grey;
  26. }
  27. table.diag{
  28. text-align: center;
  29. padding: 5px 0;
  30. }
  31. table.diag td, th
  32. {
  33. padding: 3px;
  34. }
  35. div.diag_varblock
  36. {
  37. background-color: white;
  38. border-radius: 10px;
  39. box-shadow: 2px 4px 5px grey inset;
  40. margin: 10px 10px;
  41. padding: 10px;
  42. font-weight: bold;
  43. font-size: 1.2em;
  44. display: inline-block;
  45. vertical-align: top;
  46. overflow: hidden;
  47. position: fixed;
  48. }
  49. div.diag_varstat
  50. {
  51. margin: 20px;
  52. font-weight: normal;
  53. font-size: 1rem;
  54. }
  55. div.diag_varplot
  56. {
  57. text-align: center;
  58. }