12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- 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;
- }
|