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.

stylesheet.css 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. h1{
  2. text-decoration: underline;
  3. text-align: center;
  4. }
  5. body{
  6. background-color: lightblue;
  7. font-size: medium;
  8. font-style: normal;
  9. text-align: center;
  10. align-self: center;
  11. font-family: Arial;
  12. color: black;
  13. overflow: scroll;
  14. border-collapse: collapse;
  15. }
  16. div{
  17. overflow: scroll;
  18. }
  19. .tabelle{
  20. border: 1px solid black;
  21. padding: 0px;
  22. border-collapse: collapse;
  23. }
  24. .tabellenkopf{
  25. text-decoration: solid;
  26. text-align: center;
  27. font-weight: bold;
  28. background-color: lightgray;
  29. border-collapse: collapse;
  30. }
  31. .S1{
  32. width: 30px;
  33. border-collapse: collapse;
  34. }
  35. .S2{
  36. width: 5vw;
  37. }
  38. .S3{
  39. width: 15vw;
  40. }
  41. .S4{
  42. width: 5vw;
  43. }
  44. .S5{
  45. width: 10vw;
  46. }
  47. .zeile{
  48. text-align: center;
  49. border-collapse: collapse;
  50. }
  51. .inBoLong{
  52. width: 200px;
  53. }
  54. .inBoMiddle{
  55. width: 100px;
  56. }
  57. .inBoShort{
  58. width: 50px;
  59. }
  60. tbody tr:hover{
  61. border-collapse: collapse;
  62. background-color:#fffbf0;
  63. }
  64. tbody td:hover, tfoot td:hover {
  65. border-collapse: collapse;
  66. background-color: #fce4a2;
  67. }