Fossil SCM

Using the new "forum" page type to simplify repetitive CSS rules.

wyoung 2020-11-05 23:41 default-css-cleanups
Commit 064c677a70f25d8f6218f60635fcb1130b2850825e7db534f537de618d5462a8
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -172,15 +172,15 @@
172172
}
173173
174174
175175
/* Forum */
176176
177
-div.forumPosts a:visited {
177
+.forum a:visited {
178178
color: #6A7F94;
179179
}
180180
181
-div.forumHierRoot blockquote, div.forumHier blockquote, div.forumEdit blockquote, div.forumTime blockquote, div.forumTimeline blockquote {
181
+.forum > blockquote {
182182
background-color: rgba(65, 131, 196, 0.1);
183183
border-left: 3px solid #254769;
184184
padding: .1em 1em;
185185
}
186186
187187
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -172,15 +172,15 @@
172 }
173
174
175 /* Forum */
176
177 div.forumPosts a:visited {
178 color: #6A7F94;
179 }
180
181 div.forumHierRoot blockquote, div.forumHier blockquote, div.forumEdit blockquote, div.forumTime blockquote, div.forumTimeline blockquote {
182 background-color: rgba(65, 131, 196, 0.1);
183 border-left: 3px solid #254769;
184 padding: .1em 1em;
185 }
186
187
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -172,15 +172,15 @@
172 }
173
174
175 /* Forum */
176
177 .forum a:visited {
178 color: #6A7F94;
179 }
180
181 .forum > blockquote {
182 background-color: rgba(65, 131, 196, 0.1);
183 border-left: 3px solid #254769;
184 padding: .1em 1em;
185 }
186
187
+1 -3
--- src/default.css
+++ src/default.css
@@ -762,13 +762,11 @@
762762
}
763763
div.forumHier, div.forumTime, div.forumHierRoot {
764764
display: flex;
765765
flex-direction: column;
766766
}
767
-div.forumHier > div > form,
768
-div.forumTime > div > form,
769
-div.forumHierRoot > div > form {
767
+.forum > div > form {
770768
margin: 0.5em 0;
771769
}
772770
.forum-post-collapser {
773771
/* Common style for the bottom-of-post and right-of-post
774772
expand/collapse widgets. */
775773
--- src/default.css
+++ src/default.css
@@ -762,13 +762,11 @@
762 }
763 div.forumHier, div.forumTime, div.forumHierRoot {
764 display: flex;
765 flex-direction: column;
766 }
767 div.forumHier > div > form,
768 div.forumTime > div > form,
769 div.forumHierRoot > div > form {
770 margin: 0.5em 0;
771 }
772 .forum-post-collapser {
773 /* Common style for the bottom-of-post and right-of-post
774 expand/collapse widgets. */
775
--- src/default.css
+++ src/default.css
@@ -762,13 +762,11 @@
762 }
763 div.forumHier, div.forumTime, div.forumHierRoot {
764 display: flex;
765 flex-direction: column;
766 }
767 .forum > div > form {
 
 
768 margin: 0.5em 0;
769 }
770 .forum-post-collapser {
771 /* Common style for the bottom-of-post and right-of-post
772 expand/collapse widgets. */
773

Keyboard Shortcuts

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