PNA.fi koodi

ruoka.css 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. width: 32%;
  24. }
  25. div.middle h2 {
  26. position: relative;
  27. left: -1.5em;
  28. }
  29. h1 {
  30. font-size: 120%;
  31. margin: 0px;
  32. padding: 0px;
  33. }
  34. h2 {
  35. font-weight: bold;
  36. font-size: 110%;
  37. text-decoration: underline;
  38. margin: 0px;
  39. }
  40. ul {
  41. margin-top: 0px;
  42. margin-bottom: 0.3em;
  43. }
  44. a {
  45. color: #007000;
  46. text-decoration: underline;
  47. }
  48. div.title {
  49. font-size: 80%;
  50. }
  51. div.title span.days {
  52. padding-right: 2em;
  53. }
  54. div.title span.location {
  55. padding-left: 2em;
  56. }
  57. div.foods span.allergy {
  58. font-size: 80%;
  59. }
  60. div.footer {
  61. clear: both;
  62. font-size: 80%;
  63. width: 100%;
  64. border-style: solid none none none;
  65. border-width: 1px;
  66. }
  67. .missing {
  68. font-size: 80%;
  69. }
  70. .nextweek {
  71. font-size: 80%;
  72. font-weight: bold;
  73. margin: 0.5em;
  74. }