Fossil SCM

Forum listing CSS tweaks prompted by [forum:3d350d67b6e836].

stephan 2023-03-15 10:35 trunk
Commit 0aae0ef506501ef4d7c4602dce0b0a3bb6d1f7584cc220311063d15c8b5a8d27
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -1406,10 +1406,13 @@
14061406
display: table;
14071407
clear: both
14081408
}
14091409
div.forumSel {
14101410
background-color: #3a3a3a;
1411
+}
1412
+body.forum .forumPosts.fileage a:visited {
1413
+ color: rgb(72, 144, 224);
14111414
}
14121415
.debug {
14131416
background-color: #330;
14141417
border: 2px solid #aa0;
14151418
}
14161419
--- 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
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -556,13 +556,21 @@
556556
body.forum .debug {
557557
background-color: #FF4500f0;
558558
color: rgba(24,24,24,0.8);
559559
}
560560
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 {
562566
background-color: #333;
563567
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;
564572
}
565573
566574
body.forum .forumPostBody > div blockquote {
567575
border: 1px inset;
568576
padding: 0 0.5em;
569577
--- 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
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -398,10 +398,13 @@
398398
div.forumSel {
399399
background-color: #808080;
400400
}
401401
div.forumObs {
402402
color: white;
403
+}
404
+body.forum .forumPosts.fileage a:visited {
405
+ color: rgba(176,176,176,1.0);
403406
}
404407
405408
.fileage td {
406409
font-family: "courier new";
407410
}
408411
--- 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
--- skins/xekri/css.txt
+++ skins/xekri/css.txt
@@ -1142,10 +1142,17 @@
11421142
border-width: 1pt;
11431143
border-style: solid;
11441144
padding: 0 0.5em;
11451145
border-radius: 0.25em;
11461146
}
1147
+
1148
+body.forum .forumPosts.fileage a {
1149
+ color: #60c0ff;
1150
+}
1151
+body.forum .forumPosts.fileage a:visited {
1152
+ color: #40a0ff;
1153
+}
11471154
11481155
.debug {
11491156
color: black;
11501157
}
11511158
11521159
--- 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

Keyboard Shortcuts

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