diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-10-26 23:31:15 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-10-26 23:31:15 +0200 |
commit | 53cc32cc69765e09542d9c4a69e59fa82c6566b9 (patch) | |
tree | 218c5e60796f76e290b554eb7f992985025b2495 | |
parent | b278f2de1a99c9fe50c661080a2a1ed25358d76d (diff) | |
download | rpg-53cc32cc69765e09542d9c4a69e59fa82c6566b9.tar.gz rpg-53cc32cc69765e09542d9c4a69e59fa82c6566b9.tar.bz2 |
Add the Universal Wiki Edit Button to the deafault template
The "Universal Wiki Edit Button" is a movement to make Wikis easily
recognizable to users regardless of the used engine or template. The
aim is to create an icon which is as easy to recognize as the now well
known RSS icon. The hope is to spread the Wiki idea and make more people
aware of the use of Wikis outside the scope of Wikipedia.
The logo is added through a background CSS defined in UWEB.css
More info about the Universal Wiki Edit Button can be found at
http://www.aboutus.org/uweb - you may also add your thoughts about it
there.
darcs-hash:20071026213115-7ad00-6101fbc3449b4426f795c60775c874eb0e53bb82.gz
-rw-r--r-- | lib/tpl/default/UWEB.css | 17 | ||||
-rw-r--r-- | lib/tpl/default/images/UWEB.png | bin | 0 -> 1138 bytes | |||
-rw-r--r-- | lib/tpl/default/images/UWEBshadow.png | bin | 0 -> 1123 bytes | |||
-rw-r--r-- | lib/tpl/default/style.ini | 2 |
4 files changed, 19 insertions, 0 deletions
diff --git a/lib/tpl/default/UWEB.css b/lib/tpl/default/UWEB.css new file mode 100644 index 000000000..13bcc2da3 --- /dev/null +++ b/lib/tpl/default/UWEB.css @@ -0,0 +1,17 @@ +/** + * This stylesheet adds the Universal Wiki Edit Button log to the edit page button + * + * For more info about this Wiki community project visit http://www.aboutus.org/uweb + + +html>body div.dokuwiki form.btn_edit input.button { + padding: 0.125em 0.4em 0.125em 2em; + background: __background__ url(images/UWEB.png) no-repeat 0.2em 0.2em; +} + +/* nice alphatransparency background except for IE <7 */ +html>body div.dokuwiki form.btn_edit input.button { + padding: 0.125em 0.4em 0.125em 2em; + background: __background__ url(images/UWEBshadow.png) no-repeat left bottom; +} + diff --git a/lib/tpl/default/images/UWEB.png b/lib/tpl/default/images/UWEB.png Binary files differnew file mode 100644 index 000000000..ea03aec94 --- /dev/null +++ b/lib/tpl/default/images/UWEB.png diff --git a/lib/tpl/default/images/UWEBshadow.png b/lib/tpl/default/images/UWEBshadow.png Binary files differnew file mode 100644 index 000000000..212444f0e --- /dev/null +++ b/lib/tpl/default/images/UWEBshadow.png diff --git a/lib/tpl/default/style.ini b/lib/tpl/default/style.ini index 14ad5c6a1..ad4dac284 100644 --- a/lib/tpl/default/style.ini +++ b/lib/tpl/default/style.ini @@ -12,6 +12,8 @@ style.css = screen media.css = screen +UWEB.css = screen + rtl.css = rtl print.css = print |