damaïo

Database problem - damaïo

Database problem

by Abraham54 » Mon Jun 24, 2024 4:30 pm

I have made a database containing actual webbrowsers.

See:
https://piepcomptest.nl/viewtopic.php?t=3

In the light style the database shows correct.
But in the dark style the database looks very strange.

phpBB version is 3.3.12 and your style is version 1.0.9

How to get it back to show normal in the dark style.

In
https://zorin-nl-forum.nl/viewtopic.php?style=21&t=1455
the database looks normal.

But that is in an older version of your style.
Member of Unite against malware and ASAP - Alliance of Security Analysis Professionals
User avatar
Abraham54
Registered User
Posts: 132
Joined: Sun Feb 15, 2015 9:59 am

Re: Database problem

by Mazeltof » Mon Jun 24, 2024 6:25 pm

hi here
the display is different from one forum to another even with the light style, every other line is sky blue on the new version.
I don't think it's the style but rather the markdown extension.
to solve the display problem, find and comment on the following rule in the markdown.css and markdown.min.css files

Code: Select all

table.markdown tr:nth-child(2n) {
  background-color:#eef8fb
}
you can also comment on the following rule for the blue colour of the table borders

Code: Select all

table.markdown,
table.markdown td,
table.markdown th {
  border:1px solid #105289
}
User avatar
Mazeltof
Registered User
Posts: 106
Joined: Wed Sep 28, 2016 5:18 pm
Location: Arras - France

Re: Database problem

by Abraham54 » Mon Jun 24, 2024 6:30 pm

Hello, deactivating of the Markdown extension is the solution.
So thank you for the advice.
Member of Unite against malware and ASAP - Alliance of Security Analysis Professionals
User avatar
Abraham54
Registered User
Posts: 132
Joined: Sun Feb 15, 2015 9:59 am