DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:box

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:box [2020-09-06 14:47] Rainbow_Spike@derpy.ruplugin:box [2023-10-31 00:58] (current) Klap-in
Line 6: Line 6:
 email      : chris@jalakai.co.uk email      : chris@jalakai.co.uk
 type       : syntax type       : syntax
-lastupdate : 2016-02-17 +lastupdate : 2022-08-16 
-compatible : Elenor of Tsort, 2008-05-05 - 2005-09-22, Rincewind, Anteater, Angua, Weatherwax, Binky, Hrun, Detritus, Greebo, Hogfather+compatible : Elenor of Tsort, Frusterick Manners, Greebo, Hogfather, Igor
 depends    :  depends    : 
 conflicts  conflicts 
Line 29: Line 29:
 ==== Notes ==== ==== Notes ====
  
-  * My version of this page - which could be more recently updated - can be found [[http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorial/boxes|here]] +  * 2010-01-30 Copied and pasted below code in style.css and syntax.php (./plugins/box/..). Works with latest 'Lemming' version.
-    * 2009-09-24 that link is broken :( +
-    * 2009-10-28 that link seems to work now :-) +
-    * 2009-12-13 again broken :( +
-    * 2010-01-30 Copied and pasted below code in style.css and syntax.php (./plugins/box/..). Works with latest 'Lemming' version.+
  
 ===== Acknowledgment ===== ===== Acknowledgment =====
Line 94: Line 90:
 ==== Sources: ==== ==== Sources: ====
  
-  * Current: [[http://dokuwiki.jalakai.co.uk/plugin-box.zip|zip format (6k)]], [[http://dokuwiki.jalakai.co.uk/plugin-box.tar.gz|tar.gz format (5k)]]+  * Current:  
 +    * Please see download and git links above
   * Previous DokuWiki versions:   * Previous DokuWiki versions:
 +    * [[http://dokuwiki.jalakai.co.uk/plugin-box.zip|zip format (6k)]], [[http://dokuwiki.jalakai.co.uk/plugin-box.tar.gz|tar.gz format (5k)]]
     * for DokuWiki 2006-03-xx [[http://dokuwiki.jalakai.co.uk/plugin-box-2006-03-xx.zip|zip format (5k)]], [[http://dokuwiki.jalakai.co.uk/plugin-box-2006-03-xx.tar.gz|tar.gz format (4k)]] **REQUIRES [[#security fix 2]]**     * for DokuWiki 2006-03-xx [[http://dokuwiki.jalakai.co.uk/plugin-box-2006-03-xx.zip|zip format (5k)]], [[http://dokuwiki.jalakai.co.uk/plugin-box-2006-03-xx.tar.gz|tar.gz format (4k)]] **REQUIRES [[#security fix 2]]**
     * for DokuWiki 2005-09-22 [[http://dokuwiki.jalakai.co.uk/plugin-box.2005-11-25.zip|zip format (4k)]], [[http://dokuwiki.jalakai.co.uk/plugin-box.2005-11-25.tar.gz|tar.gz format (3k)]] **REQUIRES [[#security fix]]**     * for DokuWiki 2005-09-22 [[http://dokuwiki.jalakai.co.uk/plugin-box.2005-11-25.zip|zip format (4k)]], [[http://dokuwiki.jalakai.co.uk/plugin-box.2005-11-25.tar.gz|tar.gz format (3k)]] **REQUIRES [[#security fix]]**
Line 635: Line 633:
 ---- ----
  
-Dokuwiki works with images only through pixel widths. This plugin can be used as the percent zoomer. Add <code> +Basic Dokuwiki engine works with images only through pixel widths. This plugin can be used as the percent zoomer. Add <code>div.box.img > .xbox > .box_content > a > img {
-div.box.img > .xbox > .box_content > a > img {+
  width: 100%;  width: 100%;
  width: -moz-available;  width: -moz-available;
  width: -webkit-fill-available;  width: -webkit-fill-available;
  width: stretch;  width: stretch;
-}</code> in ''/plugin/box/style.css'' and syntax it as ''<box img 90%>{{your image}}</box>'' for example  --- [[user>Rainbow_Spike@derpy.ru|dr-yukon]] //2020-09-06 14:37//+}</code> in ''/lib/plugins/box/style.css'' and syntax it as ''<box center img 90%>%%{{%%your image}}</box>'' for inscreen zooming  --- [[user>Rainbow_Spike@derpy.ru|dr-yukon]] //2020-09-06 14:37//
  
 ---- ----
plugin/box.1599396447.txt.gz · Last modified: 2020-09-06 14:47 by Rainbow_Spike@derpy.ru

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki