nomadjimbob / mikio

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

no Style for citations #87

Closed aloade closed 1 month ago

aloade commented 3 months ago

When I leave the cursor of the mouse on a citation, I noticed there is no style provided by the Mikio theme.

I am talking about this : (( ... ))

an example inspired by the Miko style, I edited ../dokuwiki/conf/userstyle.css with :

div.insitu-footnote {
    padding: 0.5em 1em;
    border: 1px solid var(--mikiop-border-color);
    border-radius: 0.25em;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
nomadjimbob commented 1 month ago

Thanks for your support and providing an example. I have added in next release of Mikio.