Lot of icons from Gartoon Icon Pack (GPL license). Fixes.
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 12 Aug 2005 20:49:38 +0000 (20:49 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 12 Aug 2005 20:49:38 +0000 (20:49 +0000)
27 files changed:
skins/amethyst/article.png [new file with mode: 0644]
skins/amethyst/chat.png [new file with mode: 0644]
skins/amethyst/configure.png [new file with mode: 0644]
skins/amethyst/connect.png [new file with mode: 0644]
skins/amethyst/connected.png [new file with mode: 0644]
skins/amethyst/currentevents.png [new file with mode: 0644]
skins/amethyst/delete.png [new file with mode: 0644]
skins/amethyst/edit.png [new file with mode: 0644]
skins/amethyst/gear.png [new file with mode: 0644]
skins/amethyst/help.png [new file with mode: 0644]
skins/amethyst/history.png [new file with mode: 0644]
skins/amethyst/lock.png [new file with mode: 0644]
skins/amethyst/main.css
skins/amethyst/mainpage.png [new file with mode: 0644]
skins/amethyst/move.png [new file with mode: 0644]
skins/amethyst/nstab-main.png [new file with mode: 0644]
skins/amethyst/nstab-user.png [new file with mode: 0644]
skins/amethyst/nstab-wp.png [new file with mode: 0644]
skins/amethyst/portal.png [new file with mode: 0644]
skins/amethyst/printer.png [new file with mode: 0644]
skins/amethyst/random.png [new file with mode: 0644]
skins/amethyst/recentchanges.png [new file with mode: 0644]
skins/amethyst/sitesupport.png [new file with mode: 0644]
skins/amethyst/unlock.png [new file with mode: 0644]
skins/amethyst/unwatch.png [new file with mode: 0644]
skins/amethyst/user.png [new file with mode: 0644]
skins/amethyst/watch.png [new file with mode: 0644]

diff --git a/skins/amethyst/article.png b/skins/amethyst/article.png
new file mode 100644 (file)
index 0000000..17db6e6
Binary files /dev/null and b/skins/amethyst/article.png differ
diff --git a/skins/amethyst/chat.png b/skins/amethyst/chat.png
new file mode 100644 (file)
index 0000000..59742d1
Binary files /dev/null and b/skins/amethyst/chat.png differ
diff --git a/skins/amethyst/configure.png b/skins/amethyst/configure.png
new file mode 100644 (file)
index 0000000..0855421
Binary files /dev/null and b/skins/amethyst/configure.png differ
diff --git a/skins/amethyst/connect.png b/skins/amethyst/connect.png
new file mode 100644 (file)
index 0000000..b0cc357
Binary files /dev/null and b/skins/amethyst/connect.png differ
diff --git a/skins/amethyst/connected.png b/skins/amethyst/connected.png
new file mode 100644 (file)
index 0000000..aa584ac
Binary files /dev/null and b/skins/amethyst/connected.png differ
diff --git a/skins/amethyst/currentevents.png b/skins/amethyst/currentevents.png
new file mode 100644 (file)
index 0000000..c1b4297
Binary files /dev/null and b/skins/amethyst/currentevents.png differ
diff --git a/skins/amethyst/delete.png b/skins/amethyst/delete.png
new file mode 100644 (file)
index 0000000..eadb9c1
Binary files /dev/null and b/skins/amethyst/delete.png differ
diff --git a/skins/amethyst/edit.png b/skins/amethyst/edit.png
new file mode 100644 (file)
index 0000000..df72d52
Binary files /dev/null and b/skins/amethyst/edit.png differ
diff --git a/skins/amethyst/gear.png b/skins/amethyst/gear.png
new file mode 100644 (file)
index 0000000..8d80dc3
Binary files /dev/null and b/skins/amethyst/gear.png differ
diff --git a/skins/amethyst/help.png b/skins/amethyst/help.png
new file mode 100644 (file)
index 0000000..673e060
Binary files /dev/null and b/skins/amethyst/help.png differ
diff --git a/skins/amethyst/history.png b/skins/amethyst/history.png
new file mode 100644 (file)
index 0000000..19ba384
Binary files /dev/null and b/skins/amethyst/history.png differ
diff --git a/skins/amethyst/lock.png b/skins/amethyst/lock.png
new file mode 100644 (file)
index 0000000..d1aeaea
Binary files /dev/null and b/skins/amethyst/lock.png differ
index 8530eda..f1cc093 100644 (file)
@@ -7,6 +7,11 @@
  * Based on MonoBook by Gwicke itself based on a Plone 2.0 skin.
  * Colors by Sorwena and Sorkhiri <Amethyst> guild.
  * Adapted for MediaWiki by Ashar Voultoiz.
+ *
+ *
+ * Icons from Gartoon Gnome Icon pack
+ * Created by Zeus (zeussama@yahoo.com) http://zeus.qballcow.nl
+ * License: GPL
  */
 BODY { margin : 0; padding: 0; background : black; color:white;}
 div { font-size : small; }
@@ -93,21 +98,27 @@ H1.firstHeading { text-align: center; }
 }
 #p-navigation h5 { display : none;}
 #p-navigation ul {
-       margin : 0; padding:0;
+       margin : 0 ; padding:0;
        list-style: none;
 }
 #p-navigation li {
+       margin:0 1em 0 0;
        display : inline;
-       margin-left : 1em;
        font-weight : bold;
 }
 #p-navigation a { color:white; }
 #p-navigation a : visited { color:#D0D0D0; }
+li#n-mainpage a{padding-left: 18px;background:url('mainpage.png') top left no-repeat; }
+li#n-portal  a{padding-left: 18px;background:url('portal.png') top left no-repeat; }
+li#n-currentevents  a{padding-left: 18px;background:url('currentevents.png') top left no-repeat; }
+li#n-recentchanges  a{padding-left: 18px;background:url('recentchanges.png') top left no-repeat; }
+li#n-help  a{padding-left: 18px;background:url('help.png') top left no-repeat; }
+li#n-randompage a{padding-left: 18px;background:url('random.png') top left no-repeat; }
+li#n-sitesupport a{padding-left: 18px;background:url('sitesupport.png') top left no-repeat; }
 
 
 #p-cactions {
        width : 100%;
-       white-space:nowrap;
        position : absolute;
        left: 0; top: 4.2em;
        margin:0; padding: 0;
@@ -121,17 +132,39 @@ H1.firstHeading { text-align: center; }
 }
 #p-cactions li {
        display : inline;
-       font-weight : bold;
+       font-size: 96%;
 }
 
 #p-cactions li a { color : white;}
 #p-cactions .new a { color : red;}
+li#ca-delete  a{padding-left: 18px;background:url('delete.png') top left no-repeat; }
+li#ca-edit    a{padding-left: 18px;background:url('edit.png') top left no-repeat; }
+li#ca-history a{padding-left: 18px;background:url('history.png') top left no-repeat; }
+li#ca-talk a{padding-left: 18px;background:url('chat.png') top left no-repeat; }
+li#ca-move a{padding-left: 18px;background:url('move.png') top left no-repeat; }
+li#ca-nstab-main a{padding-left: 18px;background:url('nstab-main.png') top left no-repeat; }
+li#ca-nstab-user a{padding-left: 18px;background:url('nstab-user.png') top left no-repeat; }
+li#ca-nstab-wp a{padding-left: 18px;background:url('nstab-wp.png') top left no-repeat; }
+li#ca-article a{padding-left: 18px;background:url('article.png') top left no-repeat; }
+li#ca-protect a{padding-left: 18px;background:url('lock.png') top left no-repeat; }
+li#ca-unprotect a{padding-left: 18px;background:url('unlock.png') top left no-repeat; }
+li#ca-watch a{padding-left: 18px;background:url('watch.png') top left no-repeat; }
+li#ca-unwatch a{padding-left: 18px;background:url('unwatch.png') top left no-repeat; }
+
 
 /* other boxes */
 #p-search {    display :none; }
 #p-tb li a { color : white;}
+li#t-print  {padding-left: 18px;background:url('printer.png') top left no-repeat; }
+li#t-specialpages a{padding-left: 18px;background:url('gear.png') top left no-repeat; }
+
 #p-personal li a { color : white;}
 #p-personal li a.new { color : red;}
+li#pt-userpage a{padding-left: 18px;background:url('user.png') top left no-repeat; }
+li#pt-mytalk a{padding-left: 18px;background:url('chat.png') top left no-repeat; }
+li#pt-preferences a{padding-left: 18px;background:url('configure.png') top left no-repeat; }
+li#pt-logout      a{padding-left: 18px;background:url('connect.png') top left no-repeat; }
+li#pt-anonlogin   a{padding-left: 18px;background:url('connected.png') top left no-repeat; }
 
 .printfooter { display : none; }
 
diff --git a/skins/amethyst/mainpage.png b/skins/amethyst/mainpage.png
new file mode 100644 (file)
index 0000000..a0d668b
Binary files /dev/null and b/skins/amethyst/mainpage.png differ
diff --git a/skins/amethyst/move.png b/skins/amethyst/move.png
new file mode 100644 (file)
index 0000000..439026a
Binary files /dev/null and b/skins/amethyst/move.png differ
diff --git a/skins/amethyst/nstab-main.png b/skins/amethyst/nstab-main.png
new file mode 100644 (file)
index 0000000..015e6b7
Binary files /dev/null and b/skins/amethyst/nstab-main.png differ
diff --git a/skins/amethyst/nstab-user.png b/skins/amethyst/nstab-user.png
new file mode 100644 (file)
index 0000000..b0441dc
Binary files /dev/null and b/skins/amethyst/nstab-user.png differ
diff --git a/skins/amethyst/nstab-wp.png b/skins/amethyst/nstab-wp.png
new file mode 100644 (file)
index 0000000..7a7bb6a
Binary files /dev/null and b/skins/amethyst/nstab-wp.png differ
diff --git a/skins/amethyst/portal.png b/skins/amethyst/portal.png
new file mode 100644 (file)
index 0000000..1d84f66
Binary files /dev/null and b/skins/amethyst/portal.png differ
diff --git a/skins/amethyst/printer.png b/skins/amethyst/printer.png
new file mode 100644 (file)
index 0000000..d168549
Binary files /dev/null and b/skins/amethyst/printer.png differ
diff --git a/skins/amethyst/random.png b/skins/amethyst/random.png
new file mode 100644 (file)
index 0000000..bc99a0a
Binary files /dev/null and b/skins/amethyst/random.png differ
diff --git a/skins/amethyst/recentchanges.png b/skins/amethyst/recentchanges.png
new file mode 100644 (file)
index 0000000..fcc401d
Binary files /dev/null and b/skins/amethyst/recentchanges.png differ
diff --git a/skins/amethyst/sitesupport.png b/skins/amethyst/sitesupport.png
new file mode 100644 (file)
index 0000000..6ec1ddf
Binary files /dev/null and b/skins/amethyst/sitesupport.png differ
diff --git a/skins/amethyst/unlock.png b/skins/amethyst/unlock.png
new file mode 100644 (file)
index 0000000..193af91
Binary files /dev/null and b/skins/amethyst/unlock.png differ
diff --git a/skins/amethyst/unwatch.png b/skins/amethyst/unwatch.png
new file mode 100644 (file)
index 0000000..b0bddc2
Binary files /dev/null and b/skins/amethyst/unwatch.png differ
diff --git a/skins/amethyst/user.png b/skins/amethyst/user.png
new file mode 100644 (file)
index 0000000..dc92936
Binary files /dev/null and b/skins/amethyst/user.png differ
diff --git a/skins/amethyst/watch.png b/skins/amethyst/watch.png
new file mode 100644 (file)
index 0000000..6c22f5c
Binary files /dev/null and b/skins/amethyst/watch.png differ