Fossil SCM
xekri skin: Added missing color customization for selected forum post (was illegible). Added borders to blockquotes.
Commit
c070a27f5dfcb74ca157407ab2380187c1545e0904a7d2eb8a959240495653cb
Parent
104b0a1858e3d92…
1 file changed
+10
+10
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -1124,5 +1124,15 @@ | ||
| 1124 | 1124 | .fossil-PopupWidget, |
| 1125 | 1125 | .fossil-tooltip.help-buttonlet-content { |
| 1126 | 1126 | background-color: #111; |
| 1127 | 1127 | border: 1px solid rgba(255,255,255,0.5); |
| 1128 | 1128 | } |
| 1129 | + | |
| 1130 | +div.forumSel { | |
| 1131 | + background-color: #663399; | |
| 1132 | +} | |
| 1133 | +div.forumPostBody blockquote { | |
| 1134 | + border-width: 1pt; | |
| 1135 | + border-style: solid; | |
| 1136 | + padding: 0 0.5em; | |
| 1137 | + border-radius: 0.25em; | |
| 1138 | +} | |
| 1129 | 1139 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1124,5 +1124,15 @@ | |
| 1124 | .fossil-PopupWidget, |
| 1125 | .fossil-tooltip.help-buttonlet-content { |
| 1126 | background-color: #111; |
| 1127 | border: 1px solid rgba(255,255,255,0.5); |
| 1128 | } |
| 1129 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1124,5 +1124,15 @@ | |
| 1124 | .fossil-PopupWidget, |
| 1125 | .fossil-tooltip.help-buttonlet-content { |
| 1126 | background-color: #111; |
| 1127 | border: 1px solid rgba(255,255,255,0.5); |
| 1128 | } |
| 1129 | |
| 1130 | div.forumSel { |
| 1131 | background-color: #663399; |
| 1132 | } |
| 1133 | div.forumPostBody blockquote { |
| 1134 | border-width: 1pt; |
| 1135 | border-style: solid; |
| 1136 | padding: 0 0.5em; |
| 1137 | border-radius: 0.25em; |
| 1138 | } |
| 1139 |