Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make a few tweaks to the Ardoise skin. See [https://fossil-scm.org/forum/forumpost/a4bcfec897] for branch discussion. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | andygoth-ardoise-tweaks |
Files: | files | file ages | folders |
SHA3-256: |
535f4eb8f92553e890bd83b685310b9b |
User & Date: | andygoth 2020-08-19 00:56:49 |
Original Comment: | Make a few tweaks to the Ardoise skin |
Context
2020-08-20
| ||
12:31 | Fix CSS priority issue ... (check-in: ed04edd82b user: andygoth tags: andygoth-ardoise-tweaks) | |
2020-08-19
| ||
00:56 | Make a few tweaks to the Ardoise skin. See [https://fossil-scm.org/forum/forumpost/a4bcfec897] for branch discussion. ... (check-in: 535f4eb8f9 user: andygoth tags: andygoth-ardoise-tweaks) | |
2020-08-18
| ||
22:53 | Line numbering forum feedback: removed toast message, replaced vague 'lines X-Y' label with 'Copy link to lines X-Y', removed udc=xxx from the generated URL. ... (check-in: 7c98df4158 user: stephan tags: trunk) | |
Changes
Changes to skins/ardoise/css.txt.
︙ | ︙ | |||
191 192 193 194 195 196 197 | border: 1px solid silver; margin: 0 2px } legend { padding: 0 } table { | | < | 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | border: 1px solid silver; margin: 0 2px } legend { padding: 0 } table { border-spacing: 0 } html { font-size: 62.5% } body { margin: 0; font-size: 1.4em; |
︙ | ︙ | |||
244 245 246 247 248 249 250 | line-height: 1.2 } h2 { font-size: 2.6rem; line-height: 1.25 } h3 { | | | | | | 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | line-height: 1.2 } h2 { font-size: 2.6rem; line-height: 1.25 } h3 { font-size: 1.8rem; line-height: 1.3 } h4 { font-size: 1.6rem; line-height: 1.35 } h5 { font-size: 1.4rem } h6 { font-size: 1.2rem; line-height: 1.6 } h1 small, h2 small, h3 small, h4 small, h5 small, |
︙ | ︙ | |||
562 563 564 565 566 567 568 | ol ol, ol ul, ul ol, ul ul { margin: 1rem 0 1rem 2rem } code { | | < | < | 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 | ol ol, ol ul, ul ol, ul ul { margin: 1rem 0 1rem 2rem } code { padding: .2rem 0; font-size: 90%; white-space: nowrap; background: #0e1010; border-radius: 5px } table.numbered-lines td.file-content > pre { margin-top: -2px/*offset CODE tag border*/; } pre > code { padding: 1rem 1.5rem; |
︙ | ︙ | |||
793 794 795 796 797 798 799 | background-color: #333 } td.browser, td.tktDescLabel { vertical-align: top } td.tktTlOpen { | | | | 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 | background-color: #333 } td.browser, td.tktDescLabel { vertical-align: top } td.tktTlOpen { color: #ffa0a0 } td.tktTlClosed { color: #555 } div.filetreeline { display: table; width: 100%; white-space: nowrap } .filetree { |
︙ | ︙ | |||
922 923 924 925 926 927 928 | padding: 0 5px } .report th, span.timelineEllipsis { cursor: pointer } table.timelineTable { | | | 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 | padding: 0 5px } .report th, span.timelineEllipsis { cursor: pointer } table.timelineTable { border-spacing: 0px 3px } .timelineModernCell, .timelineColumnarCell, .timelineDetailCell, .timelineCompactCell, .timelineVerboseCell { vertical-align: top; text-align: left; padding: .75em; border-radius: 5px; background: #000 |
︙ | ︙ | |||
950 951 952 953 954 955 956 | span.timelineSelected { border-radius: 5px; border: solid #ff8000; vertical-align: top; text-align: left; background: #442800 } | | > > > | > > > > > > > | 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 | span.timelineSelected { border-radius: 5px; border: solid #ff8000; vertical-align: top; text-align: left; background: #442800 } .timelineSelected { background: #663C00; box-shadow: 0px 0px 6px rgb(255, 127, 0) } .timelineSecondary { background: #003C66; box-shadow: 0px 0px 6px rgb(0, 127, 255) } .timelineCurrent { background: #66003C; box-shadow: 0px 0px 6px rgb(255, 0, 127) } .timelineSecondary > .timelineColumnarCell, .timelineSecondary > .timelineCompactCell, .timelineSecondary > .timelineDetailCell, .timelineSecondary > .timelineModernCell, .timelineSecondary > .timelineVerboseCell { padding: .75em; border-radius: 5px; |
︙ | ︙ | |||
1055 1056 1057 1058 1059 1060 1061 | border-left: 3px solid #bbb } .tl-line.merge { width: 1px } .tl-arrow.cherrypick { height: 1px; | | | | | | | 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 | border-left: 3px solid #bbb } .tl-line.merge { width: 1px } .tl-arrow.cherrypick { height: 1px; border-width: 2px 0 } .tl-arrow.cherrypick.l { border-right: 3px solid #bbb } .tl-arrow.cherrypick.r { border-left: 3px solid #bbb } .tl-line.cherrypick.h { width: 0px; border-top: 1px dashed #bbb; border-left: 0px dashed #bbb; background: rgba(255, 255, 255, 0) } .tl-line.cherrypick.v { width: 0px; border-top: 0px dashed #bbb; border-left: 1px dashed #bbb; background: rgba(255, 255, 255, 0) } .intLink[title="Add indentation"], .intLink[title="Center align"], .intLink[title="Dotted list"], .intLink[title="Left align"], .intLink[title="Numbered list"], |
︙ | ︙ | |||
1382 1383 1384 1385 1386 1387 1388 | .row:after, .u-cf { content: ""; display: table; clear: both } div.forumSel { | | | | 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 | .row:after, .u-cf { content: ""; display: table; clear: both } div.forumSel { background-color: #3a3a3a } .debug { background-color: #330; border: 2px solid #aa0 } |