Fossil SCM

Reskinned the ticket view and switched to black text in the ticket reports so that they are readable with the default colors.

achavasse 2018-01-11 23:07 skin-ardoise
Commit 77f23cbef02c972e13f623b073d9452a32c5d94a17910628e9cf4d81393a7d7e
1 file changed +53 -26
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -129,11 +129,11 @@
129129
hr {
130130
height: 0;
131131
margin-top: 3rem;
132132
margin-bottom: 3.5rem;
133133
border-width: 0;
134
- border-top: 1px solid #e1e1e1
134
+ border-top: 1px solid #626262
135135
}
136136
pre {
137137
overflow: auto
138138
}
139139
code,
@@ -205,11 +205,12 @@
205205
}
206206
legend {
207207
padding: 0
208208
}
209209
table {
210
- border-spacing: 0
210
+ border-spacing: 0;
211
+ width: 100%
211212
}
212213
html {
213214
font-size: 62.5%
214215
}
215216
body {
@@ -883,11 +884,12 @@
883884
.brlist table td {
884885
padding: 5px
885886
}
886887
.sortable,
887888
.userTable {
888
- border-color: transparent
889
+ border-color: transparent;
890
+ width: 75%
889891
}
890892
td.timelineTime,
891893
tr.timelineBottom td {
892894
border-bottom: 0
893895
}
@@ -910,16 +912,10 @@
910912
width: 20px;
911913
text-align: left;
912914
vertical-align: top;
913915
border-bottom: 0
914916
}
915
-table.login_out .login_out_label,
916
-td.tktDescLabel,
917
-td.tktDspLabel {
918
- text-align: right;
919
- font-weight: 700
920
-}
921917
a.timelineHistLink {
922918
text-transform: lowercase
923919
}
924920
span.timelineComment {
925921
padding: 0 5px
@@ -1038,10 +1034,14 @@
10381034
border-left: 7px solid #600000
10391035
}
10401036
.tl-line.warp {
10411037
background: #600000
10421038
}
1039
+table.login_out .login_out_label {
1040
+ font-weight: 700;
1041
+ text-align: right
1042
+}
10431043
pre.udiff,
10441044
table.sbsdiffcols {
10451045
width: 100%;
10461046
overflow: auto;
10471047
padding: 0 5px;
@@ -1086,42 +1086,69 @@
10861086
color: #666
10871087
}
10881088
table.report {
10891089
width: 100%;
10901090
cursor: auto;
1091
- border-radius: 4px;
1092
- border: 1px solid #ccc;
1093
- margin: 0 0 1em
1091
+ margin: 0 0 1em;
1092
+ color: #000
1093
+}
1094
+table.report thead {
1095
+ color: #ddd
1096
+}
1097
+table.report a {
1098
+ color: #0374ca
10941099
}
10951100
.report td,
10961101
.report th {
10971102
border: 0;
10981103
font-size: .9em;
10991104
padding: 5px
11001105
}
11011106
.report thead + tbody tr:hover {
1102
- background-color: #f5f9fc!important
1107
+ background-color: #ff8000!important
1108
+}
1109
+tbody tr:nth-child(odd) td.tktDescValue,
1110
+tbody tr:nth-child(odd) td.tktDspValue {
1111
+ text-align: left;
1112
+ vertical-align: top;
1113
+ background: #181818;
1114
+ padding: 10px
1115
+}
1116
+tbody tr:nth-child(odd) td.tktDescLabel,
1117
+tbody tr:nth-child(odd) td.tktDspLabel {
1118
+ width: 70px;
1119
+ text-align: right;
1120
+ overflow: hidden;
1121
+ font-weight: 700;
1122
+ padding: 10px;
1123
+ background: #484848
1124
+}
1125
+tbody tr:nth-child(even) td.tktDescValue,
1126
+tbody tr:nth-child(even) td.tktDspValue {
1127
+ text-align: left;
1128
+ vertical-align: top;
1129
+ background: #2c2c2c;
1130
+ padding: 10px
11031131
}
1104
-table.tktDsp {
1105
- border-top: 1px solid #ccc;
1106
- border-left: 1px solid #ccc;
1107
- width: 100%;
1108
- margin: 15px 0 10px
1132
+tbody tr:nth-child(even) td.tktDescLabel,
1133
+tbody tr:nth-child(even) td.tktDspLabel {
1134
+ width: 70px;
1135
+ text-align: right;
1136
+ overflow: hidden;
1137
+ font-weight: 700;
1138
+ padding: 10px;
1139
+ margin: 2px;
1140
+ background: #555
11091141
}
11101142
td.tktDescLabel,
11111143
td.tktDspLabel {
11121144
width: 70px;
1145
+ text-align: right;
11131146
overflow: hidden;
1147
+ font-weight: 700;
11141148
padding: 10px;
1115
- background-color: #f8f8f8
1116
-}
1117
-td.tktDescValue,
1118
-td.tktDspValue {
1119
- text-align: left;
1120
- vertical-align: top;
1121
- border: 1px solid #ccc;
1122
- padding: 10px
1149
+ background-color: #404040
11231150
}
11241151
td.tktDescValue code,
11251152
td.tktDescValue pre,
11261153
td.tktDspValue code,
11271154
td.tktDspValue pre {
11281155
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -129,11 +129,11 @@
129 hr {
130 height: 0;
131 margin-top: 3rem;
132 margin-bottom: 3.5rem;
133 border-width: 0;
134 border-top: 1px solid #e1e1e1
135 }
136 pre {
137 overflow: auto
138 }
139 code,
@@ -205,11 +205,12 @@
205 }
206 legend {
207 padding: 0
208 }
209 table {
210 border-spacing: 0
 
211 }
212 html {
213 font-size: 62.5%
214 }
215 body {
@@ -883,11 +884,12 @@
883 .brlist table td {
884 padding: 5px
885 }
886 .sortable,
887 .userTable {
888 border-color: transparent
 
889 }
890 td.timelineTime,
891 tr.timelineBottom td {
892 border-bottom: 0
893 }
@@ -910,16 +912,10 @@
910 width: 20px;
911 text-align: left;
912 vertical-align: top;
913 border-bottom: 0
914 }
915 table.login_out .login_out_label,
916 td.tktDescLabel,
917 td.tktDspLabel {
918 text-align: right;
919 font-weight: 700
920 }
921 a.timelineHistLink {
922 text-transform: lowercase
923 }
924 span.timelineComment {
925 padding: 0 5px
@@ -1038,10 +1034,14 @@
1038 border-left: 7px solid #600000
1039 }
1040 .tl-line.warp {
1041 background: #600000
1042 }
 
 
 
 
1043 pre.udiff,
1044 table.sbsdiffcols {
1045 width: 100%;
1046 overflow: auto;
1047 padding: 0 5px;
@@ -1086,42 +1086,69 @@
1086 color: #666
1087 }
1088 table.report {
1089 width: 100%;
1090 cursor: auto;
1091 border-radius: 4px;
1092 border: 1px solid #ccc;
1093 margin: 0 0 1em
 
 
 
 
 
1094 }
1095 .report td,
1096 .report th {
1097 border: 0;
1098 font-size: .9em;
1099 padding: 5px
1100 }
1101 .report thead + tbody tr:hover {
1102 background-color: #f5f9fc!important
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1103 }
1104 table.tktDsp {
1105 border-top: 1px solid #ccc;
1106 border-left: 1px solid #ccc;
1107 width: 100%;
1108 margin: 15px 0 10px
 
 
 
 
1109 }
1110 td.tktDescLabel,
1111 td.tktDspLabel {
1112 width: 70px;
 
1113 overflow: hidden;
 
1114 padding: 10px;
1115 background-color: #f8f8f8
1116 }
1117 td.tktDescValue,
1118 td.tktDspValue {
1119 text-align: left;
1120 vertical-align: top;
1121 border: 1px solid #ccc;
1122 padding: 10px
1123 }
1124 td.tktDescValue code,
1125 td.tktDescValue pre,
1126 td.tktDspValue code,
1127 td.tktDspValue pre {
1128
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -129,11 +129,11 @@
129 hr {
130 height: 0;
131 margin-top: 3rem;
132 margin-bottom: 3.5rem;
133 border-width: 0;
134 border-top: 1px solid #626262
135 }
136 pre {
137 overflow: auto
138 }
139 code,
@@ -205,11 +205,12 @@
205 }
206 legend {
207 padding: 0
208 }
209 table {
210 border-spacing: 0;
211 width: 100%
212 }
213 html {
214 font-size: 62.5%
215 }
216 body {
@@ -883,11 +884,12 @@
884 .brlist table td {
885 padding: 5px
886 }
887 .sortable,
888 .userTable {
889 border-color: transparent;
890 width: 75%
891 }
892 td.timelineTime,
893 tr.timelineBottom td {
894 border-bottom: 0
895 }
@@ -910,16 +912,10 @@
912 width: 20px;
913 text-align: left;
914 vertical-align: top;
915 border-bottom: 0
916 }
 
 
 
 
 
 
917 a.timelineHistLink {
918 text-transform: lowercase
919 }
920 span.timelineComment {
921 padding: 0 5px
@@ -1038,10 +1034,14 @@
1034 border-left: 7px solid #600000
1035 }
1036 .tl-line.warp {
1037 background: #600000
1038 }
1039 table.login_out .login_out_label {
1040 font-weight: 700;
1041 text-align: right
1042 }
1043 pre.udiff,
1044 table.sbsdiffcols {
1045 width: 100%;
1046 overflow: auto;
1047 padding: 0 5px;
@@ -1086,42 +1086,69 @@
1086 color: #666
1087 }
1088 table.report {
1089 width: 100%;
1090 cursor: auto;
1091 margin: 0 0 1em;
1092 color: #000
1093 }
1094 table.report thead {
1095 color: #ddd
1096 }
1097 table.report a {
1098 color: #0374ca
1099 }
1100 .report td,
1101 .report th {
1102 border: 0;
1103 font-size: .9em;
1104 padding: 5px
1105 }
1106 .report thead + tbody tr:hover {
1107 background-color: #ff8000!important
1108 }
1109 tbody tr:nth-child(odd) td.tktDescValue,
1110 tbody tr:nth-child(odd) td.tktDspValue {
1111 text-align: left;
1112 vertical-align: top;
1113 background: #181818;
1114 padding: 10px
1115 }
1116 tbody tr:nth-child(odd) td.tktDescLabel,
1117 tbody tr:nth-child(odd) td.tktDspLabel {
1118 width: 70px;
1119 text-align: right;
1120 overflow: hidden;
1121 font-weight: 700;
1122 padding: 10px;
1123 background: #484848
1124 }
1125 tbody tr:nth-child(even) td.tktDescValue,
1126 tbody tr:nth-child(even) td.tktDspValue {
1127 text-align: left;
1128 vertical-align: top;
1129 background: #2c2c2c;
1130 padding: 10px
1131 }
1132 tbody tr:nth-child(even) td.tktDescLabel,
1133 tbody tr:nth-child(even) td.tktDspLabel {
1134 width: 70px;
1135 text-align: right;
1136 overflow: hidden;
1137 font-weight: 700;
1138 padding: 10px;
1139 margin: 2px;
1140 background: #555
1141 }
1142 td.tktDescLabel,
1143 td.tktDspLabel {
1144 width: 70px;
1145 text-align: right;
1146 overflow: hidden;
1147 font-weight: 700;
1148 padding: 10px;
1149 background-color: #404040
 
 
 
 
 
 
 
1150 }
1151 td.tktDescValue code,
1152 td.tktDescValue pre,
1153 td.tktDspValue code,
1154 td.tktDspValue pre {
1155

Keyboard Shortcuts

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