Closed Lagens78 closed 10 months ago
hello @Lagens78 I've made some tweaks on table css code to design some parts of the dokuwiki ui, so I guess it getting above the style of your code. Do you use a specific plugin for this ? Could you please send me a table code example so that I can find what's going wrong ?
Hello, Thank you for your quick response.
There is nothing special in my table, it's just a test. So currently the code is really basic ;) ^ NOM ^ RÔLE ^ DT SAF ^ COURRIEL ^ N° FIXE ^ N° PORTABLE ^ | SERVICE | Monservice | - | mail1 | - | +33 (0)6 00 00 00 00 | | TOTO | IH | dt | mail1 | - | | | TTI | Analyste | dt1 | mail2 | - | +33 (0)6 00 00 00 00 | | TATA | Analyste | dt2 | mail3| - | +33 (0)6 00 00 00 00 | | TUTU | Analyste | dt3 | mail4 | - | +33 (0)6 00 00 00 00 | | TETE | Analyste | dt4 | mail5 | - | +33 (0)6 00 00 00 00 |
For now, I have not yet touched the configuration files of your template
About plugin, I just added the "Wrap Plugin", https://www.dokuwiki.org/plugin:wrap , But I don't use it for this test ;)
You can update the theme, I've added some css styling for tables :
Hello, That's perfect, many thanks. :) :) :)
I discovered another item that could be updated I think :) Would you prefer that I close this ticket and open a new one, or may I place it here? :)
you can place it here, no problem
Ok thx :) In default Dokuwiki pages, when somebody create a link to an internal page, the link is red which allows users to quickly know which chapters need to be completed. In your template, all links have the same colors. It is therefore more complicated/longer to find the chapters to complete :)
ok I see. I'll check this !
You can re-install the plugin to get the red color on the non existing page links ;)
It works, awesome :) Thank you again and thank you for your template and availability.
My pleasure, don't hesitate if you find other things that bothers you
Hello :)
I'm using a code to display a table
In the "normal" docuwiki, it's displayed perfectly.
In your template, this is not really the case.
I no longer have a gray background, a row/column border, the alignment is no longer on the left ;(
Could you explain why please? :)
Thank you