Fossil SCM
Copied table formatting over to Étienne skin, but in monochrome form and without any of the extra whitespace in the default version.
Commit
f6897ff2bc0a2cfac663eed8f2da7761fb986475fc583ac0fc2c28a9680a6f37
Parent
bcbd1c1e9048371…
1 file changed
+28
+28
| --- skins/etienne/css.txt | ||
| +++ skins/etienne/css.txt | ||
| @@ -169,10 +169,38 @@ | ||
| 169 | 169 | background-color: rgba(65, 131, 196, 0.1); |
| 170 | 170 | border-left: 3px solid #254769; |
| 171 | 171 | padding: .1em 1em; |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | + | |
| 175 | +/* Markdown and Wiki-formatted pages: /wiki, /doc, /file... */ | |
| 176 | + | |
| 177 | +.doc > .content table { | |
| 178 | + background-color: rgba(0, 0, 0, 0.05); | |
| 179 | + border: 1px solid #aaa; | |
| 180 | + border-radius: 0.5em; | |
| 181 | + border-spacing: 0; | |
| 182 | + padding: 6px; | |
| 183 | +} | |
| 184 | +.doc > .content th { | |
| 185 | + border-bottom: 1px solid #ddd; | |
| 186 | + padding-bottom: 4px; | |
| 187 | + padding-right: 6px; | |
| 188 | + text-align: left; | |
| 189 | +} | |
| 190 | +.doc > .content tr > th { | |
| 191 | + background-color: #eee; | |
| 192 | +} | |
| 193 | +.doc > .content tr:nth-child(odd) { | |
| 194 | + background-color: #e8e8e8; | |
| 195 | +} | |
| 196 | +.doc > .content td { | |
| 197 | + padding-bottom: 4px; | |
| 198 | + padding-right: 6px; | |
| 199 | + text-align: left; | |
| 200 | +} | |
| 201 | + | |
| 174 | 202 | |
| 175 | 203 | /* Tickets */ |
| 176 | 204 | |
| 177 | 205 | table.report { |
| 178 | 206 | cursor: auto; |
| 179 | 207 |
| --- skins/etienne/css.txt | |
| +++ skins/etienne/css.txt | |
| @@ -169,10 +169,38 @@ | |
| 169 | background-color: rgba(65, 131, 196, 0.1); |
| 170 | border-left: 3px solid #254769; |
| 171 | padding: .1em 1em; |
| 172 | } |
| 173 | |
| 174 | |
| 175 | /* Tickets */ |
| 176 | |
| 177 | table.report { |
| 178 | cursor: auto; |
| 179 |
| --- skins/etienne/css.txt | |
| +++ skins/etienne/css.txt | |
| @@ -169,10 +169,38 @@ | |
| 169 | background-color: rgba(65, 131, 196, 0.1); |
| 170 | border-left: 3px solid #254769; |
| 171 | padding: .1em 1em; |
| 172 | } |
| 173 | |
| 174 | |
| 175 | /* Markdown and Wiki-formatted pages: /wiki, /doc, /file... */ |
| 176 | |
| 177 | .doc > .content table { |
| 178 | background-color: rgba(0, 0, 0, 0.05); |
| 179 | border: 1px solid #aaa; |
| 180 | border-radius: 0.5em; |
| 181 | border-spacing: 0; |
| 182 | padding: 6px; |
| 183 | } |
| 184 | .doc > .content th { |
| 185 | border-bottom: 1px solid #ddd; |
| 186 | padding-bottom: 4px; |
| 187 | padding-right: 6px; |
| 188 | text-align: left; |
| 189 | } |
| 190 | .doc > .content tr > th { |
| 191 | background-color: #eee; |
| 192 | } |
| 193 | .doc > .content tr:nth-child(odd) { |
| 194 | background-color: #e8e8e8; |
| 195 | } |
| 196 | .doc > .content td { |
| 197 | padding-bottom: 4px; |
| 198 | padding-right: 6px; |
| 199 | text-align: left; |
| 200 | } |
| 201 | |
| 202 | |
| 203 | /* Tickets */ |
| 204 | |
| 205 | table.report { |
| 206 | cursor: auto; |
| 207 |