slitaz-forge annotate doc/lib/tpl/slitaz-brown/UWEB.css @ rev 48

Removed old vanilla file and add BBpress theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:14:22 2011 +0200 (2011-04-06)
parents
children
rev   line source
pankso@9 1 /**
pankso@9 2 * This stylesheet adds the Universal Wiki Edit Button log to the edit page button
pankso@9 3 *
pankso@9 4 * For more info about this Wiki community project visit http://www.aboutus.org/uweb
pankso@9 5
pankso@9 6
pankso@9 7 html>body div.dokuwiki form.btn_edit input.button {
pankso@9 8 padding: 0.125em 0.4em 0.125em 2em;
pankso@9 9 background: __background__ url(images/UWEB.png) no-repeat 0.2em 0.2em;
pankso@9 10 }
pankso@9 11
pankso@9 12 /* nice alphatransparency background except for IE <7 */
pankso@9 13 html>body div.dokuwiki form.btn_edit input.button {
pankso@9 14 padding: 0px 0px 0px 18px;
pankso@9 15 background: url(images/UWEB.png) no-repeat left bottom;
pankso@9 16 }
pankso@9 17