Fossil SCM
Added colored shading, more padding, and a thick left border to <blockquote> elements in the default skin. This is based on some custom styling that Florian Balmer has been doing for quoted text on the forum lately, but the styling is rather different. It affects all such elements, not just those in forum posts, since I couldn't see a good reason to restrict it: it should be equally valuable in wiki and embedded doc articles as well.
Commit
2190f86c324d0f57fa4f8a1ceb6bd5eca4c10c275a6961345a3d231a45bba986
Parent
d8d979fee5ac68e…
1 file changed
+4
-1
+4
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -143,11 +143,14 @@ | ||
| 143 | 143 | overflow: auto; |
| 144 | 144 | border: 1px solid #ccc; |
| 145 | 145 | border-radius: 5px; |
| 146 | 146 | } |
| 147 | 147 | .content blockquote { |
| 148 | - padding: 0 15px; | |
| 148 | + background-color: rgba(65, 131, 196, 0.1); | |
| 149 | + border-left: 3px solid #254769; | |
| 150 | + padding: 0.1em; | |
| 151 | + padding-left: 1em; | |
| 149 | 152 | } |
| 150 | 153 | |
| 151 | 154 | table.report { |
| 152 | 155 | cursor: auto; |
| 153 | 156 | border-radius: 5px; |
| 154 | 157 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -143,11 +143,14 @@ | |
| 143 | overflow: auto; |
| 144 | border: 1px solid #ccc; |
| 145 | border-radius: 5px; |
| 146 | } |
| 147 | .content blockquote { |
| 148 | padding: 0 15px; |
| 149 | } |
| 150 | |
| 151 | table.report { |
| 152 | cursor: auto; |
| 153 | border-radius: 5px; |
| 154 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -143,11 +143,14 @@ | |
| 143 | overflow: auto; |
| 144 | border: 1px solid #ccc; |
| 145 | border-radius: 5px; |
| 146 | } |
| 147 | .content blockquote { |
| 148 | background-color: rgba(65, 131, 196, 0.1); |
| 149 | border-left: 3px solid #254769; |
| 150 | padding: 0.1em; |
| 151 | padding-left: 1em; |
| 152 | } |
| 153 | |
| 154 | table.report { |
| 155 | cursor: auto; |
| 156 | border-radius: 5px; |
| 157 |