arsava / dokuwiki-template-vector

"vector" brings you the MediaWiki/Wikipedia 2010 look and feel for DokuWiki.
http://www.dokuwiki.org/template:vector
GNU General Public License v2.0
38 stars 9 forks source link

lock icon behind each link #33

Open fernwerker opened 10 years ago

fernwerker commented 10 years ago

I don't exactly know if this is a bug or if I screwed up my conf. but whenever I activate the vector template there is a lock icon behind each link. no matter if it is a site link (e.g. [[test:start|test]] or a system link (e.g. to go to admin dashboard)

Is there any solution to this?

phongb2b commented 9 years ago

me too with this same issue!

rob-fi commented 8 years ago

Digging up an old issue again because I've experienced it today.

In my case, instead of the Wikipedia icon appearing when using an inter-wiki link, I was getting a padlock. This is due to a global CSS rule that applies a lock image to any HTTPS URL. The rules are in ltr-main.css and rtl-main.css:

div#content a[href ^="https://"], .link-https { background: url(static/3rd/vector/lock-icon.png) center right no-repeat; padding: 0 13px 0 0; }

As for the OPs issue, I'd guess that he's accessing his wiki via HTTPS so all URLs start https://.

Could this be configurable? (or is it already?)