PNA.fi koodi

ruoka.css 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. div.foods {
  2. border-style: dotted none none none;
  3. border-width: 2px;
  4. margin-top: 0.5em;
  5. }
  6. div.left {
  7. border-style: none dotted none none;
  8. border-width: 2px;
  9. margin-right: 2em;
  10. float: left;
  11. width: 34%;
  12. }
  13. div.right {
  14. border-style: none none none dotted;
  15. border-width: 2px;
  16. padding-left: 1em;
  17. float: right;
  18. width: 34%;
  19. }
  20. div.middle {
  21. margin-left: 34%;
  22. margin-right: 34%;
  23. }
  24. div.middle h2 {
  25. position: relative;
  26. left: -1.5em;
  27. }
  28. h1 {
  29. font-size: 120%;
  30. margin: 0px;
  31. padding: 0px;
  32. }
  33. h2 {
  34. font-weight: bold;
  35. font-size: 110%;
  36. text-decoration: underline;
  37. margin: 0px;
  38. }
  39. ul {
  40. margin-top: 0px;
  41. margin-bottom: 0.3em;
  42. }
  43. a {
  44. color: #007000;
  45. text-decoration: underline;
  46. }
  47. div.title {
  48. font-size: 80%;
  49. }
  50. div.title span.days {
  51. padding-right: 2em;
  52. }
  53. div.title span.location {
  54. padding-left: 2em;
  55. }
  56. div.foods span.allergy {
  57. font-size: 80%;
  58. }
  59. div.footer {
  60. clear: both;
  61. font-size: 80%;
  62. width: 100%;
  63. border-style: solid none none none;
  64. border-width: 1px;
  65. }
  66. .missing {
  67. font-size: 80%;
  68. }
  69. .nextweek {
  70. font-size: 80%;
  71. font-weight: bold;
  72. margin: 0.5em;
  73. }