cavelengths

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cavelengths [2019/05/08 11:05] – Use correct terminology tarquinwjcavelengths [2019/05/08 11:35] (current) – Non-standard CSS needs to be detected tarquinwj
Line 73: Line 73:
 </code> </code>
  
-When using this example, cavelist.css can include styles to format the headings, avoid wasting space, and hide links:+When using this example, cavelist.css can include styles to format the headings, avoid wasting space, hide links, and add support for any non-standard CSS:
  
 <code> <code>
Line 92: Line 92:
 th:first-child + th + th + th + th + th { th:first-child + th + th + th + th + th {
   white-space: pre;   white-space: pre;
 +}
 +th + th {
 +  text-align: center !important;
 } }
 th, td { th, td {
   padding: 0 !important;   padding: 0 !important;
 +}
 +th + th, td + td {
 +  padding-left: 6px !important;
 +}
 +td[style="padding-left:+12"] {
 +  padding-left: 12px !important;
 +}
 +td[style="padding-left:+24"] {
 +  padding-left: 24px !important;
 +}
 +td[style="padding-left:+36"] {
 +  padding-left: 36px !important;
 +}
 +td[style="padding-left:+48"] {
 +  padding-left: 48px !important;
 +}
 +td[style="padding-left:+60"] {
 +  padding-left: 60px !important;
 } }
 </code> </code>
  • cavelengths.txt
  • Last modified: 5 years ago
  • by tarquinwj