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.

73 lines
1.0KB

  1. body
  2. {
  3. background-color: lightgrey;
  4. }
  5. div.desc
  6. {
  7. background-color: white;
  8. border-radius: 10px;
  9. box-shadow: 2px 4px 5px grey inset;
  10. margin: 20px 10px;
  11. padding: 10px;
  12. display: inline-block;
  13. overflow: hidden;
  14. resize: both;
  15. }
  16. table.desc
  17. {
  18. border-collapse: collapse;
  19. font-family: "Tahoma","Trebuchet MS","Verdana","Myriad Web","sans-serif";
  20. font-size: .75em;
  21. }
  22. table.desc caption
  23. {
  24. font-weight: bold;
  25. border-bottom: 1px solid black;
  26. text-align: left;
  27. }
  28. table.desc thead, th
  29. {
  30. padding: 0 3em;
  31. border-bottom: 1px solid black;
  32. height: 2em;
  33. font-weight: normal;
  34. vertical-align: top;
  35. text-align: center;
  36. }
  37. table.desc tfoot
  38. {
  39. font-style: italic;
  40. font-size: small;
  41. border-top: 1px solid black;
  42. }
  43. table.desc tbody td.var
  44. {
  45. padding-top: 1em;
  46. padding-left: 0;
  47. font-weight: bold;
  48. text-align: left;
  49. }
  50. table.desc tbody td.level
  51. {
  52. padding-left: 1em;
  53. text-align: left;
  54. }
  55. table.desc tbody td
  56. {
  57. text-align: center;
  58. vertical-align: bottom;
  59. }
  60. table.desc thead, td
  61. {
  62. text-align: center;
  63. vertical-align: bottom;
  64. }