paulb@118 | 1 | /* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */ |
paulb@118 | 2 | |
paulb@118 | 3 | body { background-color: white; |
paulb@118 | 4 | } |
paulb@118 | 5 | |
paulb@118 | 6 | h1 { color: navy; |
paulb@118 | 7 | font-family: sans-serif; |
paulb@128 | 8 | font-size: 2em; |
paulb@118 | 9 | } |
paulb@118 | 10 | |
paulb@118 | 11 | h2 { color: navy; |
paulb@118 | 12 | font-family: sans-serif; |
paulb@118 | 13 | font-size: 1.8em; |
paulb@118 | 14 | } |
paulb@118 | 15 | |
paulb@118 | 16 | h3 { color: navy; |
paulb@118 | 17 | font-family: sans-serif; |
paulb@118 | 18 | font-size: 1.6em; |
paulb@118 | 19 | } |
paulb@118 | 20 | |
paulb@118 | 21 | h4 { color: navy; |
paulb@118 | 22 | font-family: sans-serif; |
paulb@118 | 23 | font-size: 1.4em; |
paulb@118 | 24 | } |
paulb@118 | 25 | |
paulb@118 | 26 | ul { list-style-type: disc; |
paulb@118 | 27 | } |
paulb@118 | 28 | |
paulb@118 | 29 | pre { border: 1pt solid black; |
paulb@118 | 30 | padding: 0.5em; |
paulb@118 | 31 | background-color: silver; |
paulb@118 | 32 | color: black; |
paulb@118 | 33 | } |
paulb@118 | 34 | |
paulb@118 | 35 | .WebStack { border: 1pt solid black; |
paulb@118 | 36 | background-color: rgb(224, 224, 224); |
paulb@118 | 37 | padding-left: 0.5em; |
paulb@118 | 38 | padding-right: 0.5em; |
paulb@118 | 39 | } |
paulb@118 | 40 | |
paulb@118 | 41 | .explanation { border-style: dotted; |
paulb@118 | 42 | border-width: 1px; |
paulb@118 | 43 | padding: 0.25em; |
paulb@118 | 44 | display: block; |
paulb@118 | 45 | position: relative; |
paulb@118 | 46 | background-color: rgb(255, 255, 153); |
paulb@118 | 47 | font-weight: normal; |
paulb@118 | 48 | top: 0.5em; |
paulb@118 | 49 | left: -1em; |
paulb@118 | 50 | } |
paulb@118 | 51 | |
paulb@118 | 52 | .layers { width: 60%; |
paulb@118 | 53 | text-align: center; |
paulb@118 | 54 | } |
paulb@118 | 55 | |
paulb@118 | 56 | .method { border-style: dotted; |
paulb@118 | 57 | border-width: 1px; |
paulb@118 | 58 | padding: 0.25em; |
paulb@118 | 59 | font-weight: normal; |
paulb@118 | 60 | display: block; |
paulb@118 | 61 | position: relative; |
paulb@118 | 62 | background-color: rgb(238, 238, 238); |
paulb@118 | 63 | left: 1em; |
paulb@118 | 64 | top: 1em; |
paulb@118 | 65 | } |
paulb@118 | 66 | |
paulb@128 | 67 | .subdirectory { border-style: solid; |
paulb@128 | 68 | border-width: 1px; |
paulb@128 | 69 | padding: 0.25em; |
paulb@128 | 70 | display: block; |
paulb@128 | 71 | position: relative; |
paulb@128 | 72 | font-weight: normal; |
paulb@128 | 73 | top: 0.5em; |
paulb@128 | 74 | left: -5em; |
paulb@128 | 75 | background-color: rgb(153, 153, 255); |
paulb@128 | 76 | } |
paulb@128 | 77 | |