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.

wyoung 2018-09-17 08:20 trunk
Commit 2190f86c324d0f57fa4f8a1ceb6bd5eca4c10c275a6961345a3d231a45bba986
1 file changed +4 -1
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -143,11 +143,14 @@
143143
overflow: auto;
144144
border: 1px solid #ccc;
145145
border-radius: 5px;
146146
}
147147
.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;
149152
}
150153
151154
table.report {
152155
cursor: auto;
153156
border-radius: 5px;
154157
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button