/** * Copyright 2010 Timo Siiranen. * Public Domain * * Copyright 2018 Toni Fadjukoff. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ div.foods { border-style: dotted none none none; border-width: 2px; margin-top: 0.5em; } div.left { border-style: none dotted none none; border-width: 2px; margin-right: 2em; float: left; width: 34%; } div.right { border-style: none none none dotted; border-width: 2px; padding-left: 1em; float: right; width: 34%; } div.middle { margin-left: 34%; margin-right: 34%; width: 32%; } div.middle h2 { position: relative; left: -1.5em; } h1 { font-size: 120%; margin: 0px; padding: 0px; } h2 { font-weight: bold; font-size: 110%; text-decoration: underline; margin: 0px; } ul { margin-top: 0px; margin-bottom: 0.3em; } a { color: #007000; text-decoration: underline; } div.title { font-size: 80%; } div.title span.days { padding-right: 2em; } div.title span.location { padding-left: 2em; } div.foods span.allergy { font-size: 80%; } div.footer { clear: both; font-size: 80%; width: 100%; border-style: solid none none none; border-width: 1px; } .missing { font-size: 80%; } .nextweek { font-size: 80%; font-weight: bold; margin: 0.5em; }