Fossil SCM
Forum listing CSS tweaks prompted by [forum:3d350d67b6e836].
Commit
0aae0ef506501ef4d7c4602dce0b0a3bb6d1f7584cc220311063d15c8b5a8d27
Parent
8975472d2651b49…
4 files changed
+3
+9
-1
+3
+7
| --- skins/ardoise/css.txt | ||
| +++ skins/ardoise/css.txt | ||
| @@ -1406,10 +1406,13 @@ | ||
| 1406 | 1406 | display: table; |
| 1407 | 1407 | clear: both |
| 1408 | 1408 | } |
| 1409 | 1409 | div.forumSel { |
| 1410 | 1410 | background-color: #3a3a3a; |
| 1411 | +} | |
| 1412 | +body.forum .forumPosts.fileage a:visited { | |
| 1413 | + color: rgb(72, 144, 224); | |
| 1411 | 1414 | } |
| 1412 | 1415 | .debug { |
| 1413 | 1416 | background-color: #330; |
| 1414 | 1417 | border: 2px solid #aa0; |
| 1415 | 1418 | } |
| 1416 | 1419 |
| --- skins/ardoise/css.txt | |
| +++ skins/ardoise/css.txt | |
| @@ -1406,10 +1406,13 @@ | |
| 1406 | display: table; |
| 1407 | clear: both |
| 1408 | } |
| 1409 | div.forumSel { |
| 1410 | background-color: #3a3a3a; |
| 1411 | } |
| 1412 | .debug { |
| 1413 | background-color: #330; |
| 1414 | border: 2px solid #aa0; |
| 1415 | } |
| 1416 |
| --- skins/ardoise/css.txt | |
| +++ skins/ardoise/css.txt | |
| @@ -1406,10 +1406,13 @@ | |
| 1406 | display: table; |
| 1407 | clear: both |
| 1408 | } |
| 1409 | div.forumSel { |
| 1410 | background-color: #3a3a3a; |
| 1411 | } |
| 1412 | body.forum .forumPosts.fileage a:visited { |
| 1413 | color: rgb(72, 144, 224); |
| 1414 | } |
| 1415 | .debug { |
| 1416 | background-color: #330; |
| 1417 | border: 2px solid #aa0; |
| 1418 | } |
| 1419 |
+9
-1
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -556,13 +556,21 @@ | ||
| 556 | 556 | body.forum .debug { |
| 557 | 557 | background-color: #FF4500f0; |
| 558 | 558 | color: rgba(24,24,24,0.8); |
| 559 | 559 | } |
| 560 | 560 | |
| 561 | -body.forum .fileage tr:hover { | |
| 561 | +body.forum .forumPosts.fileage tr:hover { | |
| 562 | + background-color: #333; | |
| 563 | + color: rgba(24,24,24,0.8); | |
| 564 | +} | |
| 565 | +body.forum .forumPosts.fileage tr:hover { | |
| 562 | 566 | background-color: #333; |
| 563 | 567 | color: rgba(24,24,24,0.8); |
| 568 | +} | |
| 569 | +body.forum .forumPosts.fileage tr:hover > td:nth-child(1), | |
| 570 | +body.forum .forumPosts.fileage tr:hover > td:nth-child(3) { | |
| 571 | + color: #ffffffe0; | |
| 564 | 572 | } |
| 565 | 573 | |
| 566 | 574 | body.forum .forumPostBody > div blockquote { |
| 567 | 575 | border: 1px inset; |
| 568 | 576 | padding: 0 0.5em; |
| 569 | 577 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -556,13 +556,21 @@ | |
| 556 | body.forum .debug { |
| 557 | background-color: #FF4500f0; |
| 558 | color: rgba(24,24,24,0.8); |
| 559 | } |
| 560 | |
| 561 | body.forum .fileage tr:hover { |
| 562 | background-color: #333; |
| 563 | color: rgba(24,24,24,0.8); |
| 564 | } |
| 565 | |
| 566 | body.forum .forumPostBody > div blockquote { |
| 567 | border: 1px inset; |
| 568 | padding: 0 0.5em; |
| 569 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -556,13 +556,21 @@ | |
| 556 | body.forum .debug { |
| 557 | background-color: #FF4500f0; |
| 558 | color: rgba(24,24,24,0.8); |
| 559 | } |
| 560 | |
| 561 | body.forum .forumPosts.fileage tr:hover { |
| 562 | background-color: #333; |
| 563 | color: rgba(24,24,24,0.8); |
| 564 | } |
| 565 | body.forum .forumPosts.fileage tr:hover { |
| 566 | background-color: #333; |
| 567 | color: rgba(24,24,24,0.8); |
| 568 | } |
| 569 | body.forum .forumPosts.fileage tr:hover > td:nth-child(1), |
| 570 | body.forum .forumPosts.fileage tr:hover > td:nth-child(3) { |
| 571 | color: #ffffffe0; |
| 572 | } |
| 573 | |
| 574 | body.forum .forumPostBody > div blockquote { |
| 575 | border: 1px inset; |
| 576 | padding: 0 0.5em; |
| 577 |
+3
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -398,10 +398,13 @@ | ||
| 398 | 398 | div.forumSel { |
| 399 | 399 | background-color: #808080; |
| 400 | 400 | } |
| 401 | 401 | div.forumObs { |
| 402 | 402 | color: white; |
| 403 | +} | |
| 404 | +body.forum .forumPosts.fileage a:visited { | |
| 405 | + color: rgba(176,176,176,1.0); | |
| 403 | 406 | } |
| 404 | 407 | |
| 405 | 408 | .fileage td { |
| 406 | 409 | font-family: "courier new"; |
| 407 | 410 | } |
| 408 | 411 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -398,10 +398,13 @@ | |
| 398 | div.forumSel { |
| 399 | background-color: #808080; |
| 400 | } |
| 401 | div.forumObs { |
| 402 | color: white; |
| 403 | } |
| 404 | |
| 405 | .fileage td { |
| 406 | font-family: "courier new"; |
| 407 | } |
| 408 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -398,10 +398,13 @@ | |
| 398 | div.forumSel { |
| 399 | background-color: #808080; |
| 400 | } |
| 401 | div.forumObs { |
| 402 | color: white; |
| 403 | } |
| 404 | body.forum .forumPosts.fileage a:visited { |
| 405 | color: rgba(176,176,176,1.0); |
| 406 | } |
| 407 | |
| 408 | .fileage td { |
| 409 | font-family: "courier new"; |
| 410 | } |
| 411 |
+7
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -1142,10 +1142,17 @@ | ||
| 1142 | 1142 | border-width: 1pt; |
| 1143 | 1143 | border-style: solid; |
| 1144 | 1144 | padding: 0 0.5em; |
| 1145 | 1145 | border-radius: 0.25em; |
| 1146 | 1146 | } |
| 1147 | + | |
| 1148 | +body.forum .forumPosts.fileage a { | |
| 1149 | + color: #60c0ff; | |
| 1150 | +} | |
| 1151 | +body.forum .forumPosts.fileage a:visited { | |
| 1152 | + color: #40a0ff; | |
| 1153 | +} | |
| 1147 | 1154 | |
| 1148 | 1155 | .debug { |
| 1149 | 1156 | color: black; |
| 1150 | 1157 | } |
| 1151 | 1158 | |
| 1152 | 1159 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1142,10 +1142,17 @@ | |
| 1142 | border-width: 1pt; |
| 1143 | border-style: solid; |
| 1144 | padding: 0 0.5em; |
| 1145 | border-radius: 0.25em; |
| 1146 | } |
| 1147 | |
| 1148 | .debug { |
| 1149 | color: black; |
| 1150 | } |
| 1151 | |
| 1152 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1142,10 +1142,17 @@ | |
| 1142 | border-width: 1pt; |
| 1143 | border-style: solid; |
| 1144 | padding: 0 0.5em; |
| 1145 | border-radius: 0.25em; |
| 1146 | } |
| 1147 | |
| 1148 | body.forum .forumPosts.fileage a { |
| 1149 | color: #60c0ff; |
| 1150 | } |
| 1151 | body.forum .forumPosts.fileage a:visited { |
| 1152 | color: #40a0ff; |
| 1153 | } |
| 1154 | |
| 1155 | .debug { |
| 1156 | color: black; |
| 1157 | } |
| 1158 | |
| 1159 |