slitaz-forge diff doc/lib/tpl/slitaz-brown/UWEB.css @ rev 9

Add doc.slitaz.org SliTaz theme
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 22 13:12:02 2011 +0100 (2011-02-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/lib/tpl/slitaz-brown/UWEB.css	Tue Feb 22 13:12:02 2011 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +/**
     1.5 + * This stylesheet adds the Universal Wiki Edit Button log to the edit page button
     1.6 + *
     1.7 + * For more info about this Wiki community project visit http://www.aboutus.org/uweb
     1.8 +
     1.9 +
    1.10 +html>body div.dokuwiki form.btn_edit input.button {
    1.11 +  padding: 0.125em 0.4em 0.125em 2em;
    1.12 +  background:  __background__ url(images/UWEB.png) no-repeat 0.2em 0.2em;
    1.13 +}
    1.14 +
    1.15 +/* nice alphatransparency background except for IE <7 */
    1.16 +html>body div.dokuwiki form.btn_edit input.button {
    1.17 +  padding: 0px 0px 0px 18px;
    1.18 +  background: url(images/UWEB.png) no-repeat left bottom;
    1.19 +}
    1.20 +