PNA.fi koodi

ruoka.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /**
  2. * Copyright 2010 Timo Siiranen.
  3. * Public Domain
  4. *
  5. * Copyright 2018 Toni Fadjukoff. All Rights Reserved.
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. */
  19. div.foods {
  20. border-style: dotted none none none;
  21. border-width: 2px;
  22. margin-top: 0.5em;
  23. }
  24. div.left {
  25. border-style: none dotted none none;
  26. border-width: 2px;
  27. margin-right: 2em;
  28. float: left;
  29. width: 34%;
  30. }
  31. div.right {
  32. border-style: none none none dotted;
  33. border-width: 2px;
  34. padding-left: 1em;
  35. float: right;
  36. width: 34%;
  37. }
  38. div.middle {
  39. margin-left: 34%;
  40. margin-right: 34%;
  41. width: 32%;
  42. }
  43. div.middle h2 {
  44. position: relative;
  45. left: -1.5em;
  46. }
  47. h1 {
  48. font-size: 120%;
  49. margin: 0px;
  50. padding: 0px;
  51. }
  52. h2 {
  53. font-weight: bold;
  54. font-size: 110%;
  55. text-decoration: underline;
  56. margin: 0px;
  57. }
  58. ul {
  59. margin-top: 0px;
  60. margin-bottom: 0.3em;
  61. }
  62. a {
  63. color: #007000;
  64. text-decoration: underline;
  65. }
  66. div.title {
  67. font-size: 80%;
  68. }
  69. div.title span.days {
  70. padding-right: 2em;
  71. }
  72. div.title span.location {
  73. padding-left: 2em;
  74. }
  75. div.foods span.allergy {
  76. font-size: 80%;
  77. }
  78. div.footer {
  79. clear: both;
  80. font-size: 80%;
  81. width: 100%;
  82. border-style: solid none none none;
  83. border-width: 1px;
  84. }
  85. .missing {
  86. font-size: 80%;
  87. }
  88. .nextweek {
  89. font-size: 80%;
  90. font-weight: bold;
  91. margin: 0.5em;
  92. }