Changes for page The No Nonsense Forex Way

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

From version 11.1
edited by Drunk Monkey
on 2020-04-15 21:52
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
... ... @@ -6,7 +6,27 @@
6 6  
7 7  It's a very sane and educational approach to forex trading.
8 8  
9 -{{html}}<script src="./files/sorttable.js"></script><style>
9 +{{html}}
10 +<script src="./files/sorttable.js"></script>
11 +{{/html}}
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 +
10 10  td { vertical-align:top; }
11 11  th { vertical-align:middle; }
12 12  table tr:hover {
... ... @@ -28,6 +28,12 @@
28 28  table tr:nth-child(odd) { background: #eeeeee; }
29 29  table tr:nth-child(even) { background: #ffffff; }
30 30  
51 +/*
52 +table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
53 + content: " \25B4\25BE"
54 +}
55 +*/
56 +
31 31  th { background-color:black; color:white; }
32 32  
33 33  th.techanalysis { color:gold }
... ... @@ -39,7 +39,8 @@
39 39  a {
40 40   text-decoration: none;
41 41  }
42 -</style>{{/html}}
68 +</style>
69 +{{/html}}
43 43  
44 44  == The Course ==
45 45