summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tpl/default/UWEB.css17
-rw-r--r--lib/tpl/default/images/UWEB.pngbin0 -> 1138 bytes
-rw-r--r--lib/tpl/default/images/UWEBshadow.pngbin0 -> 1123 bytes
-rw-r--r--lib/tpl/default/style.ini2
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
new file mode 100644
index 000000000..ea03aec94
--- /dev/null
+++ b/lib/tpl/default/images/UWEB.png
Binary files differ
diff --git a/lib/tpl/default/images/UWEBshadow.png b/lib/tpl/default/images/UWEBshadow.png
new file mode 100644
index 000000000..212444f0e
--- /dev/null
+++ b/lib/tpl/default/images/UWEBshadow.png
Binary files differ
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