summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-10 12:39:33 -0800
committerAnika Henke <anika@selfthinker.org>2012-01-10 12:39:33 -0800
commitc3c8635ca03582bcb25b918f05802c956319c095 (patch)
tree82e84308fd1e2679e1798f4fef905e2c2695a8e6
parent0ecb8d8d9337ca465b4aeb95d0947e08401315de (diff)
parent1204c0aadca651804aa56b88e9f9d4fa156e7445 (diff)
downloadrpg-c3c8635ca03582bcb25b918f05802c956319c095.tar.gz
rpg-c3c8635ca03582bcb25b918f05802c956319c095.tar.bz2
Merge pull request #11 from splitbrain/master
added new icons from iPhone toolbar icons
-rwxr-xr-xcss/design.css64
-rw-r--r--images/pagetools/arrow_redo.pngbin625 -> 0 bytes
-rw-r--r--images/pagetools/arrow_up.pngbin372 -> 0 bytes
-rw-r--r--images/pagetools/backlink-active.pngbin611 -> 1053 bytes
-rw-r--r--images/pagetools/backlink.pngbin514 -> 998 bytes
-rw-r--r--images/pagetools/create-active.pngbin0 -> 920 bytes
-rw-r--r--images/pagetools/create.pngbin0 -> 885 bytes
-rw-r--r--images/pagetools/draft-active.pngbin0 -> 988 bytes
-rw-r--r--images/pagetools/draft.pngbin0 -> 935 bytes
-rw-r--r--images/pagetools/edit-active.pngbin654 -> 845 bytes
-rw-r--r--images/pagetools/edit.pngbin552 -> 807 bytes
-rw-r--r--images/pagetools/email_star.pngbin739 -> 0 bytes
-rw-r--r--images/pagetools/inbox-document-text.pngbin665 -> 0 bytes
-rw-r--r--images/pagetools/page.pngbin635 -> 0 bytes
-rw-r--r--images/pagetools/page_code.pngbin818 -> 0 bytes
-rw-r--r--images/pagetools/pagetools.xcfbin0 -> 13291 bytes
-rw-r--r--images/pagetools/pencil.pngbin450 -> 0 bytes
-rw-r--r--images/pagetools/pencil_add.pngbin742 -> 0 bytes
-rw-r--r--images/pagetools/revert-active.pngbin0 -> 794 bytes
-rw-r--r--images/pagetools/revert.pngbin0 -> 768 bytes
-rw-r--r--images/pagetools/revisions-active.pngbin0 -> 1543 bytes
-rw-r--r--images/pagetools/revisions.pngbin0 -> 1520 bytes
-rw-r--r--images/pagetools/revs-active.pngbin813 -> 0 bytes
-rw-r--r--images/pagetools/revs.pngbin717 -> 0 bytes
-rw-r--r--images/pagetools/show-active.pngbin0 -> 455 bytes
-rw-r--r--images/pagetools/show.pngbin0 -> 454 bytes
-rw-r--r--images/pagetools/site_backup_and_restore.pngbin745 -> 0 bytes
-rw-r--r--images/pagetools/source-active.pngbin0 -> 944 bytes
-rw-r--r--images/pagetools/source.pngbin0 -> 921 bytes
-rw-r--r--images/pagetools/subscribe-active.pngbin0 -> 769 bytes
-rw-r--r--images/pagetools/subscribe.pngbin0 -> 750 bytes
-rw-r--r--images/pagetools/time.pngbin793 -> 0 bytes
-rw-r--r--images/pagetools/top-active.pngbin609 -> 506 bytes
-rw-r--r--images/pagetools/top.pngbin528 -> 494 bytes
34 files changed, 52 insertions, 12 deletions
diff --git a/css/design.css b/css/design.css
index eb1166b88..d32bc711b 100755
--- a/css/design.css
+++ b/css/design.css
@@ -206,30 +206,53 @@
#dokuwiki__pagetools ul li a.edit:focus {
background-image: url(images/pagetools/edit-active.png);
}
+
+#dokuwiki__pagetools ul li a.create {
+ background-image: url(images/pagetools/create.png);
+}
+#dokuwiki__pagetools ul li a.create:hover,
+#dokuwiki__pagetools ul li a.create:active,
+#dokuwiki__pagetools ul li a.create:focus {
+ background-image: url(images/pagetools/create-active.png);
+}
+
#dokuwiki__pagetools ul li a.show {
- background-image: url(images/pagetools/page.png);
+ background-image: url(images/pagetools/show.png);
}
-#dokuwiki__pagetools ul li a.create {
- background-image: url(images/pagetools/pencil_add.png);
+#dokuwiki__pagetools ul li a.show:hover,
+#dokuwiki__pagetools ul li a.show:active,
+#dokuwiki__pagetools ul li a.show:focus {
+ background-image: url(images/pagetools/show-active.png);
}
+
#dokuwiki__pagetools ul li a.source {
- background-image: url(images/pagetools/page_code.png);
+ background-image: url(images/pagetools/source.png);
+}
+#dokuwiki__pagetools ul li a.source:hover,
+#dokuwiki__pagetools ul li a.source:active,
+#dokuwiki__pagetools ul li a.source:focus {
+ background-image: url(images/pagetools/source-active.png);
}
+
#dokuwiki__pagetools ul li a.draft {
- background-image: url(images/pagetools/inbox-document-text.png);
+ background-image: url(images/pagetools/draft.png);
}
-#dokuwiki__pagetools ul li a.revert {
- background-image: url(images/pagetools/site_backup_and_restore.png);
+#dokuwiki__pagetools ul li a.draft:hover,
+#dokuwiki__pagetools ul li a.draft:active,
+#dokuwiki__pagetools ul li a.draft:focus {
+ background-image: url(images/pagetools/draft-active.png);
}
+
#dokuwiki__pagetools ul li a.revs {
- background-image: url(images/pagetools/revs.png);
+ background-image: url(images/pagetools/revisions.png);
}
#dokuwiki__pagetools ul li a.revs:hover,
#dokuwiki__pagetools ul li a.revs:active,
#dokuwiki__pagetools ul li a.revs:focus,
.mode_revisions #dokuwiki__pagetools ul li a.revs {
- background-image: url(images/pagetools/revs-active.png);
+ background-image: url(images/pagetools/revisions-active.png);
}
+
#dokuwiki__pagetools ul li a.backlink {
background-image: url(images/pagetools/backlink.png);
}
@@ -239,9 +262,7 @@
.mode_backlink #dokuwiki__pagetools ul li a.backlink {
background-image: url(images/pagetools/backlink-active.png);
}
-#dokuwiki__pagetools ul li a.subscribe {
- background-image: url(images/pagetools/email_star.png);
-}
+
#dokuwiki__pagetools ul li a.top {
background-image: url(images/pagetools/top.png);
}
@@ -251,6 +272,25 @@
background-image: url(images/pagetools/top-active.png);
}
+#dokuwiki__pagetools ul li a.revert {
+ background-image: url(images/pagetools/revert.png);
+}
+#dokuwiki__pagetools ul li a.revert:hover,
+#dokuwiki__pagetools ul li a.revert:active,
+#dokuwiki__pagetools ul li a.revert:focus,
+.mode_revert #dokuwiki__pagetools ul li a.revert {
+ background-image: url(images/pagetools/revert-active.png);
+}
+
+#dokuwiki__pagetools ul li a.subscribe {
+ background-image: url(images/pagetools/subscribe.png);
+}
+#dokuwiki__pagetools ul li a.subscribe:hover,
+#dokuwiki__pagetools ul li a.subscribe:active,
+#dokuwiki__pagetools ul li a.subscribe:focus,
+.mode_subscribe #dokuwiki__pagetools ul li a.subscribe {
+ background-image: url(images/pagetools/subscribe-active.png);
+}
/*____________ site tools ____________*/
diff --git a/images/pagetools/arrow_redo.png b/images/pagetools/arrow_redo.png
deleted file mode 100644
index fdc394c7c..000000000
--- a/images/pagetools/arrow_redo.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/arrow_up.png b/images/pagetools/arrow_up.png
deleted file mode 100644
index 1ebb19324..000000000
--- a/images/pagetools/arrow_up.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/backlink-active.png b/images/pagetools/backlink-active.png
index 9038de35b..85ef7b810 100644
--- a/images/pagetools/backlink-active.png
+++ b/images/pagetools/backlink-active.png
Binary files differ
diff --git a/images/pagetools/backlink.png b/images/pagetools/backlink.png
index 82bc7fd8a..ef173bbf1 100644
--- a/images/pagetools/backlink.png
+++ b/images/pagetools/backlink.png
Binary files differ
diff --git a/images/pagetools/create-active.png b/images/pagetools/create-active.png
new file mode 100644
index 000000000..c7ede442e
--- /dev/null
+++ b/images/pagetools/create-active.png
Binary files differ
diff --git a/images/pagetools/create.png b/images/pagetools/create.png
new file mode 100644
index 000000000..46e1c4fcc
--- /dev/null
+++ b/images/pagetools/create.png
Binary files differ
diff --git a/images/pagetools/draft-active.png b/images/pagetools/draft-active.png
new file mode 100644
index 000000000..e4c0a6c72
--- /dev/null
+++ b/images/pagetools/draft-active.png
Binary files differ
diff --git a/images/pagetools/draft.png b/images/pagetools/draft.png
new file mode 100644
index 000000000..d44cc8c3f
--- /dev/null
+++ b/images/pagetools/draft.png
Binary files differ
diff --git a/images/pagetools/edit-active.png b/images/pagetools/edit-active.png
index 57c9c63f8..31740052e 100644
--- a/images/pagetools/edit-active.png
+++ b/images/pagetools/edit-active.png
Binary files differ
diff --git a/images/pagetools/edit.png b/images/pagetools/edit.png
index 572a379b4..1f266a410 100644
--- a/images/pagetools/edit.png
+++ b/images/pagetools/edit.png
Binary files differ
diff --git a/images/pagetools/email_star.png b/images/pagetools/email_star.png
deleted file mode 100644
index 82608102e..000000000
--- a/images/pagetools/email_star.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/inbox-document-text.png b/images/pagetools/inbox-document-text.png
deleted file mode 100644
index f56c8e47c..000000000
--- a/images/pagetools/inbox-document-text.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/page.png b/images/pagetools/page.png
deleted file mode 100644
index 03ddd799f..000000000
--- a/images/pagetools/page.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/page_code.png b/images/pagetools/page_code.png
deleted file mode 100644
index f7ea90419..000000000
--- a/images/pagetools/page_code.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/pagetools.xcf b/images/pagetools/pagetools.xcf
new file mode 100644
index 000000000..ab4eaf634
--- /dev/null
+++ b/images/pagetools/pagetools.xcf
Binary files differ
diff --git a/images/pagetools/pencil.png b/images/pagetools/pencil.png
deleted file mode 100644
index 0bfecd50e..000000000
--- a/images/pagetools/pencil.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/pencil_add.png b/images/pagetools/pencil_add.png
deleted file mode 100644
index edbebeed0..000000000
--- a/images/pagetools/pencil_add.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/revert-active.png b/images/pagetools/revert-active.png
new file mode 100644
index 000000000..84422f985
--- /dev/null
+++ b/images/pagetools/revert-active.png
Binary files differ
diff --git a/images/pagetools/revert.png b/images/pagetools/revert.png
new file mode 100644
index 000000000..03ab808f8
--- /dev/null
+++ b/images/pagetools/revert.png
Binary files differ
diff --git a/images/pagetools/revisions-active.png b/images/pagetools/revisions-active.png
new file mode 100644
index 000000000..3ff7252c0
--- /dev/null
+++ b/images/pagetools/revisions-active.png
Binary files differ
diff --git a/images/pagetools/revisions.png b/images/pagetools/revisions.png
new file mode 100644
index 000000000..48d47c524
--- /dev/null
+++ b/images/pagetools/revisions.png
Binary files differ
diff --git a/images/pagetools/revs-active.png b/images/pagetools/revs-active.png
deleted file mode 100644
index 58ecaa021..000000000
--- a/images/pagetools/revs-active.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/revs.png b/images/pagetools/revs.png
deleted file mode 100644
index 225daaf13..000000000
--- a/images/pagetools/revs.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/show-active.png b/images/pagetools/show-active.png
new file mode 100644
index 000000000..9347bca1d
--- /dev/null
+++ b/images/pagetools/show-active.png
Binary files differ
diff --git a/images/pagetools/show.png b/images/pagetools/show.png
new file mode 100644
index 000000000..3aedef4e5
--- /dev/null
+++ b/images/pagetools/show.png
Binary files differ
diff --git a/images/pagetools/site_backup_and_restore.png b/images/pagetools/site_backup_and_restore.png
deleted file mode 100644
index 467e441b0..000000000
--- a/images/pagetools/site_backup_and_restore.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/source-active.png b/images/pagetools/source-active.png
new file mode 100644
index 000000000..c5b000237
--- /dev/null
+++ b/images/pagetools/source-active.png
Binary files differ
diff --git a/images/pagetools/source.png b/images/pagetools/source.png
new file mode 100644
index 000000000..bdf38ae95
--- /dev/null
+++ b/images/pagetools/source.png
Binary files differ
diff --git a/images/pagetools/subscribe-active.png b/images/pagetools/subscribe-active.png
new file mode 100644
index 000000000..aef1d0f44
--- /dev/null
+++ b/images/pagetools/subscribe-active.png
Binary files differ
diff --git a/images/pagetools/subscribe.png b/images/pagetools/subscribe.png
new file mode 100644
index 000000000..a6db22ccd
--- /dev/null
+++ b/images/pagetools/subscribe.png
Binary files differ
diff --git a/images/pagetools/time.png b/images/pagetools/time.png
deleted file mode 100644
index 911da3f1d..000000000
--- a/images/pagetools/time.png
+++ /dev/null
Binary files differ
diff --git a/images/pagetools/top-active.png b/images/pagetools/top-active.png
index 9553896f2..c95789b55 100644
--- a/images/pagetools/top-active.png
+++ b/images/pagetools/top-active.png
Binary files differ
diff --git a/images/pagetools/top.png b/images/pagetools/top.png
index 82d6a8c06..3f37f5290 100644
--- a/images/pagetools/top.png
+++ b/images/pagetools/top.png
Binary files differ