diff options
Diffstat (limited to 'unicode_license/standard_style.css')
| -rw-r--r-- | unicode_license/standard_style.css | 218 |
1 files changed, 218 insertions, 0 deletions
diff --git a/unicode_license/standard_style.css b/unicode_license/standard_style.css new file mode 100644 index 0000000..05032f5 --- /dev/null +++ b/unicode_license/standard_style.css | |||
| @@ -0,0 +1,218 @@ | |||
| 1 | BODY { | ||
| 2 | margin: 0; COLOR: #000000; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #fffffe | ||
| 3 | } | ||
| 4 | div.body { margin: 1em} | ||
| 5 | P { | ||
| 6 | COLOR: #000000; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #fffffe | ||
| 7 | } | ||
| 8 | TD { | ||
| 9 | COLOR: #000000; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #fffffe | ||
| 10 | } | ||
| 11 | LI { | ||
| 12 | COLOR: #000000; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #fffffe; | ||
| 13 | margin-top: 0.25em; margin-bottom: 0.25em | ||
| 14 | } | ||
| 15 | A:link { | ||
| 16 | COLOR: #CC0000; text-decoration:none; | ||
| 17 | } | ||
| 18 | A:visited { | ||
| 19 | COLOR: #880000; text-decoration:none; | ||
| 20 | } | ||
| 21 | A:active { | ||
| 22 | COLOR: green | ||
| 23 | } | ||
| 24 | A:hover { | ||
| 25 | text-decoration:underline; | ||
| 26 | } | ||
| 27 | H1 { | ||
| 28 | FONT-WEIGHT: bold | ||
| 29 | } | ||
| 30 | H2 { | ||
| 31 | FONT-WEIGHT: bold | ||
| 32 | } | ||
| 33 | H3 { | ||
| 34 | FONT-WEIGHT: bold | ||
| 35 | } | ||
| 36 | H4 { | ||
| 37 | FONT-WEIGHT: bold | ||
| 38 | } | ||
| 39 | H1 { | ||
| 40 | MARGIN-TOP: 12px; FONT-SIZE: 180%; FONT-FAMILY: Arial, Geneva, sans-serif; TEXT-ALIGN: center | ||
| 41 | } | ||
| 42 | H2 { | ||
| 43 | MARGIN-TOP: 2em; FONT-SIZE: 120%; LINE-HEIGHT: 100%; FONT-FAMILY: Arial, Geneva, sans-serif | ||
| 44 | } | ||
| 45 | H3 { | ||
| 46 | MARGIN-TOP: 2em; FONT-SIZE: 105%; FONT-FAMILY: Arial, Geneva, sans-serif | ||
| 47 | } | ||
| 48 | H4 { | ||
| 49 | MARGIN-TOP: 2em; FONT-SIZE: 95%; FONT-FAMILY: Arial, Geneva, sans-serif | ||
| 50 | } | ||
| 51 | TD.bar { | ||
| 52 | PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 100%; PADDING-BOTTOM: 4px; COLOR: #fffffe; PADDING-TOP: 4px; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #990000; TEXT-ALIGN: right | ||
| 53 | } | ||
| 54 | P.bar { | ||
| 55 | PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 100%; PADDING-BOTTOM: 4px; COLOR: #fffffe; PADDING-TOP: 4px; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #990000; TEXT-ALIGN: right | ||
| 56 | } | ||
| 57 | TD.icon { | ||
| 58 | PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 100%; PADDING-BOTTOM: 2px; COLOR: #fffffe; PADDING-TOP: 2px; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #990000; TEXT-ALIGN: left | ||
| 59 | } | ||
| 60 | TD.gray { | ||
| 61 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 50%; PADDING-BOTTOM: 0px; COLOR: #fffffe; PADDING-TOP: 0px; BACKGROUND-COLOR: #999999 | ||
| 62 | } | ||
| 63 | A.bar { | ||
| 64 | FONT-SIZE: 100% | ||
| 65 | } | ||
| 66 | A.bar:link { | ||
| 67 | FONT-SIZE: 90%; COLOR: #fffffe | ||
| 68 | } | ||
| 69 | A.bar:visited { | ||
| 70 | FONT-SIZE: 90%; COLOR: #fffffe | ||
| 71 | } | ||
| 72 | A.bar:active { | ||
| 73 | FONT-SIZE: 90%; COLOR: #ff3333 | ||
| 74 | } | ||
| 75 | A.bar:hover { | ||
| 76 | FONT-SIZE: 90%; COLOR: #ff3333 | ||
| 77 | } | ||
| 78 | TD.navCol { | ||
| 79 | PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; COLOR: #330000; PADDING-TOP: 4px; BACKGROUND-COLOR: #f0e0c0 | ||
| 80 | } | ||
| 81 | TABLE.navColTable { | ||
| 82 | COLOR: #330000; BACKGROUND-COLOR: #f0e0c0 | ||
| 83 | } | ||
| 84 | TD.navColTitle { | ||
| 85 | PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 95%; PADDING-BOTTOM: 4px; COLOR: #fffffe; PADDING-TOP: 4px; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #990000; TEXT-ALIGN: center | ||
| 86 | } | ||
| 87 | TD.navColCell { | ||
| 88 | FONT-SIZE: 90%; BACKGROUND-COLOR: #f0e0c0 | ||
| 89 | } | ||
| 90 | TD.currentPage { | ||
| 91 | FONT-WEIGHT: bold; FONT-SIZE: 90%; FONT-STYLE: italic; BACKGROUND-COLOR: #f0e0c0 | ||
| 92 | } | ||
| 93 | TD.contents { | ||
| 94 | |||
| 95 | } | ||
| 96 | TABLE.sidebar { | ||
| 97 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 4px; MARGIN-LEFT: 1em; WIDTH: 40%; COLOR: #000000; PADDING-TOP: 0px; BACKGROUND-COLOR: #990000 | ||
| 98 | } | ||
| 99 | TD.sidebarTitle { | ||
| 100 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 95%; PADDING-BOTTOM: 0px; COLOR: #fffffe; PADDING-TOP: 0px; FONT-FAMILY: Arial, Geneva, sans-serif; BACKGROUND-COLOR: #990000 | ||
| 101 | } | ||
| 102 | TD.sidebar { | ||
| 103 | PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 90%; PADDING-BOTTOM: 2px; COLOR: #000000; PADDING-TOP: 2px; BACKGROUND-COLOR: #f0e0c0 | ||
| 104 | } | ||
| 105 | P.q { | ||
| 106 | FONT-WEIGHT: bold; FONT-STYLE: italic; FONT-FAMILY: 'Century Schoolbook', serif | ||
| 107 | } | ||
| 108 | P.a { | ||
| 109 | MARGIN-LEFT: 16px; MARGIN-RIGHT: 16px; FONT-FAMILY: 'Century Schoolbook', serif | ||
| 110 | } | ||
| 111 | P.source { | ||
| 112 | FONT-SIZE: 90%; MARGIN-RIGHT: 16px; FONT-FAMILY: 'Century Schoolbook', serif; TEXT-ALIGN: right | ||
| 113 | } | ||
| 114 | UNKNOWN { | ||
| 115 | COLOR: #ffffee | ||
| 116 | } | ||
| 117 | TABLE.light { | ||
| 118 | COLOR: #330000; BACKGROUND-COLOR: #ffffee | ||
| 119 | } | ||
| 120 | TD.dark { | ||
| 121 | FONT-SIZE: 200%; COLOR: #ffffee; FONT-FAMILY: 'Century Schoolbook', serif; BACKGROUND-COLOR: #aa0000 | ||
| 122 | } | ||
| 123 | H1 { | ||
| 124 | FONT-SIZE: 150%; MARGIN: 2px 0px; LINE-HEIGHT: 100%; FONT-FAMILY: Arial, Geneva, sans-serif; TEXT-ALIGN: center | ||
| 125 | } | ||
| 126 | H4 { | ||
| 127 | COLOR: #000000; FONT-FAMILY: Arial, Geneva, sans-serif; FONT-WEIGHT: bold; FONT-SIZE: 95%; BACKGROUND-COLOR: #fffffe; | ||
| 128 | margin-bottom:-15px | ||
| 129 | } | ||
| 130 | TD.head { | ||
| 131 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 100%; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; COLOR: #fffffe; PADDING-TOP: 0px; BACKGROUND-COLOR: #999999 | ||
| 132 | } | ||
| 133 | UL.one { | ||
| 134 | FONT-SIZE: 90%; MARGIN-LEFT:20px; TEXT-DECORATION: none; LIST-STYLE-TYPE: none | ||
| 135 | } | ||
| 136 | UL.two { | ||
| 137 | FONT-SIZE: 85%; TEXT-DECORATION: none; TEXT-ALIGN: left; LIST-STYLE-TYPE: none; MARGIN-LEFT:20px | ||
| 138 | } | ||
| 139 | |||
| 140 | span.changedspan { background-color: #FFFF00; border-style: dotted; border-width: 1px } | ||
| 141 | span.removedspan { text-decoration: line-through; background-color: #FFFF00; border-style: dotted; border-width: 1px } | ||
| 142 | |||
| 143 | table.simple { border-width:1px; border-style:solid; border-color:#A0A0A0; | ||
| 144 | border-collapse:collapse; padding:0.2em; font-size:1em} | ||
| 145 | table.simple th { border-width:1px; border-style:solid; border-color:#A0A0A0; | ||
| 146 | font-weight:bold; padding:5px; text-align: left; } | ||
| 147 | table.simple td {border-width:1px; border-style:solid; border-color:#A0A0A0; | ||
| 148 | padding:5px; text-align: left; } | ||
| 149 | |||
| 150 | |||
| 151 | table.subtle { border-width:1px; border-style:solid; border-color:#A0A0A0; | ||
| 152 | border-collapse:collapse; padding:0.2em; font-size:1em} | ||
| 153 | table.subtle th { border-width:1px; border-style:solid; border-color:#A0A0A0; | ||
| 154 | font-weight:bold; padding:5px; text-align: left; } | ||
| 155 | table.subtle td {border-width:1px; border-style:solid; border-color:#A0A0A0; | ||
| 156 | padding:5px; text-align: left; } | ||
| 157 | |||
| 158 | |||
| 159 | table.subtle-nb { border-style:none; border-width:0; border-collapse:collapse; } | ||
| 160 | table.subtle-nb th { border:solid 1px #F2F2F2; font-weight:bold; padding:5px; text-align:left; } | ||
| 161 | table.subtle-nb td { border-style:none; font-weight:normal; padding:5px; text-align:left; } | ||
| 162 | |||
| 163 | table.subtle-nb table.subtle th { border-width:1px; border-style:solid; border-color:#A0A0A0; } | ||
| 164 | table.subtle-nb table.subtle td { border-width:1px; border-style:solid; border-color:#A0A0A0; } | ||
| 165 | table.subtle-nb table.simple th { color: #000000; background-color:#FFFFFF; border-width:1px; border-style:solid; | ||
| 166 | border-color:#A0A0A0; } | ||
| 167 | table.subtle-nb table.simple td { border-width:1px; border-style:solid; border-color:#A0A0A0; } | ||
| 168 | table.subtle table.simple th { color: #000000; background-color:#FFFFFF; } | ||
| 169 | |||
| 170 | table.subtle th { color: #606060; background-color:#FAFAFA;} | ||
| 171 | table.subtle-nb th { color: #808080; background-color:#F8F8F8;} | ||
| 172 | |||
| 173 | table.subtle th p { color: #808080; background-color:#F8F8F8; } | ||
| 174 | table.subtle-nb tr th p { color: #808080; background-color:#F8F8F8; } | ||
| 175 | |||
| 176 | table.simple th p { margin:0; } | ||
| 177 | table.subtle th p { margin:0; } | ||
| 178 | table.subtle-nb th p { margin:0; } | ||
| 179 | |||
| 180 | |||
| 181 | /* first-child selector only works in IE if DOCTYPE has a URL (standards mode) */ | ||
| 182 | /* the following remove space above first and below last paragraph (or list) inside a table cell, but preserve interparagraph spacing */ | ||
| 183 | |||
| 184 | table.simple td>p:first-child { margin: 0; } | ||
| 185 | table.simple td>p { margin-top: 1.5em; } | ||
| 186 | |||
| 187 | table.subtle td>p:first-child { margin:0; } | ||
| 188 | table.subtle td>p { margin-top:1.5em; } | ||
| 189 | |||
| 190 | table.subtle-nb td>p:first-child { margin:0; } | ||
| 191 | table.subtle-nb td>p { margin-top:1.5em; } | ||
| 192 | |||
| 193 | table.simple td>ul:first-child { margin-top:0; margin-bottom:0; } | ||
| 194 | table.simple td>ol:first-child { margin-top:0; margin-bottom:0; } | ||
| 195 | table.simple td>ul { margin-top:1.5em; margin-bottom:0.5em; } | ||
| 196 | table.simple td>ol { margin-top:1.5em; margin-bottom:0.5em; } | ||
| 197 | |||
| 198 | table.subtle td>ul:first-child { margin-top:0; margin-bottom:0; } | ||
| 199 | table.subtle td>ol:first-child { margin-top:0; margin-bottom:0; } | ||
| 200 | table.subtle td>ul { margin-top:1.5em; margin-bottom:0.5em; } | ||
| 201 | table.subtle td>ol { margin-top:1.5em; margin-bottom:0.5em; } | ||
| 202 | |||
| 203 | table.subtle-nb td>ul:first-child { margin-top:0; margin-bottom:0; } | ||
| 204 | table.subtle-nb td>ol:first-child { margin-top:0; margin-bottom:0; } | ||
| 205 | table.subtle-nb td>ul { margin-top:1.5em; margin-bottom:0.5em; } | ||
| 206 | table.subtle-nb td>ol { margin-top:1.5em; margin-bottom:0.5em; } | ||
| 207 | |||
| 208 | |||
| 209 | /* hanging indent, so wide navcolcell items don't look like they are two entries on wrapping */ | ||
| 210 | /* the value of .6 is chosen to work with navColCells that start with a manually added bullet character */ | ||
| 211 | |||
| 212 | td.navColCell:first-child { padding-left:0.6em; text-indent: -.6em; } | ||
| 213 | |||
| 214 | /* hoisted from reports.css */ | ||
| 215 | |||
| 216 | .changed { background-color: #FFFF00; border-style: dotted; border-width: 1px; } | ||
| 217 | .removed { text-decoration: line-through; background-color: #FFFF00; border-style: dotted; border-width: 1px; } | ||
| 218 | .reviewnote { background-color: #FFFF80; color: #CC0000; border-style: dashed; border-width: 1px; } | ||