From: Antoine Musso Date: Fri, 12 Aug 2005 20:49:38 +0000 (+0000) Subject: Lot of icons from Gartoon Icon Pack (GPL license). Fixes. X-Git-Tag: 1.6.0~2009 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=dfd015ab41ed65aff4176c2900830d66df746107;p=lhc%2Fweb%2Fwiklou.git Lot of icons from Gartoon Icon Pack (GPL license). Fixes. --- diff --git a/skins/amethyst/article.png b/skins/amethyst/article.png new file mode 100644 index 0000000000..17db6e6cf5 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 index 0000000000..59742d1566 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 index 0000000000..0855421e78 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 index 0000000000..b0cc357988 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 index 0000000000..aa584ac3e7 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 index 0000000000..c1b429762d 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 index 0000000000..eadb9c1d23 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 index 0000000000..df72d52113 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 index 0000000000..8d80dc335b 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 index 0000000000..673e0601bb 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 index 0000000000..19ba384581 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 index 0000000000..d1aeaeadef Binary files /dev/null and b/skins/amethyst/lock.png differ diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index 8530eda8e7..f1cc09373c 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -7,6 +7,11 @@ * Based on MonoBook by Gwicke itself based on a Plone 2.0 skin. * Colors by Sorwena and Sorkhiri 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 index 0000000000..a0d668b765 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 index 0000000000..439026a642 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 index 0000000000..015e6b7151 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 index 0000000000..b0441dcf2b 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 index 0000000000..7a7bb6aee5 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 index 0000000000..1d84f66882 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 index 0000000000..d1685492d2 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 index 0000000000..bc99a0ae6c 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 index 0000000000..fcc401dc78 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 index 0000000000..6ec1ddf978 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 index 0000000000..193af91a0c 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 index 0000000000..b0bddc244b 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 index 0000000000..dc9293684c 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 index 0000000000..6c22f5cdaf Binary files /dev/null and b/skins/amethyst/watch.png differ