Changes for page The No Nonsense Forex Way

Last modified by Drunk Monkey on 2020-06-29 16:45

From version 10.1
edited by Drunk Monkey
on 2020-04-15 21:45
Change comment: There is no comment for this version
To version 10.2
edited by Drunk Monkey
on 2020-04-15 21:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,6 +10,64 @@
10 10  <script src="./files/sorttable.js"></script>
11 11  {{/html}}
12 12  
13 +{{html}}
14 +<style>
15 +
16 +/*
17 +table {
18 + counter-reset: rowNumber 164;
19 +}
20 +table tr {
21 + counter-increment: rowNumber -1;
22 +}
23 +table tr td:first-child::before {
24 + content: counter(rowNumber);
25 + min-width: 1em;
26 + margin-right: 0.5em;
27 +}
28 +*/
29 +
30 +td { vertical-align:top; }
31 +th { vertical-align:middle; }
32 +table tr:hover {
33 + -webkit-filter: invert(0.1);
34 + filter: invert(0.1);
35 + background: #ffdddd!important;
36 +}
37 +
38 +table td {
39 + text-align:center;
40 + vertical-align:top;
41 + border-bottom: 1px solid #eeeeee;
42 +}
43 +
44 +table td.left {
45 + text-align:left;
46 +}
47 +
48 +table tr:nth-child(odd) { background: #eeeeee; }
49 +table tr:nth-child(even) { background: #ffffff; }
50 +
51 +/*
52 +table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
53 + content: " \25B4\25BE"
54 +}
55 +*/
56 +
57 +th { background-color:black; color:white; }
58 +
59 +th.techanalysis { color:gold }
60 +th.metals { color:silver }
61 +th.psychology { color:dodgerblue }
62 +th.money { color:green }
63 +th.video { color:red }
64 +
65 +a {
66 + text-decoration: none;
67 +}
68 +</style>
69 +{{/html}}
70 +
13 13  == The Course ==
14 14  
15 15  (% class="sortable" id="sortMe" %)