nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Get a better display for tables (with lines) #69

Closed Elanndelh closed 1 month ago

Elanndelh commented 4 months ago

Hello, I had another request.

My problem

It seems that the default table display is broken. I didn't see a way to change this style in the plugin's style parameters page.

Code:

^ Title 1 ^ Title 2 ^ Title 3 ^
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |

What I except: OpbVQFkj4A

What I get: w99DeSJq1f TgLinl7iZQ

My request

Is it possible to keep the default dokuwiki display or at least have lines? The absence of lines makes reading too complex for some tables. Preferably with lines whose color can be set in the style parameters.

nomadjimbob commented 4 months ago

Is this with the default theme? Do you have any other customisation plugins installed because I get the following display in a new blank wiki with default plugins and MikioPlugin:

Screenshot 2024-03-03 at 9 38 27 pm
Elanndelh commented 3 months ago

This is with the Mikio theme.

I use several plugins but none that should affect the style of the tables

nomadjimbob commented 3 months ago

Sorry, I misunderstood. When I apply the mikio theme without any changes, I get

Screenshot 2024-03-13 at 7 43 20 AM

Can you provide the style.ini file that contains your custom colours/styling that lives in conf/tpl/mikio? I can apply your custom changes to a test site and fix the problem

Elanndelh commented 3 months ago

Hello, Here is the style.ini file that was in conf/tpl/mikio : style.zip

nomadjimbob commented 2 months ago

I cannot replicate the issue you are seeing. Can I get a list of plugins to confirm they are not overriding the styling?

nomadjimbob commented 1 month ago

Added ability to style padding and border colours in release 2024-03-05.