From a2037121b990a1d88bd66981478299c606fa26f1 Mon Sep 17 00:00:00 2001 From: AurelioAHeckert Date: Tue, 22 Jan 2008 19:26:01 +0000 Subject: [PATCH] ActionItem152: icones... parte 1 --- public/designs/icons/default/README | 8 ++++++++ public/designs/icons/default/get-icon.sh | 2 +- public/designs/icons/default/style.css | 42 +++++++++++++++++++++--------------------- public/images/icons-app/design-editor.png | 1 - public/images/icons-app/edit-profile.png | 1 - public/img-source/design-editor.svg | 1256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/img-source/edit-profile.svg | 415 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/stylesheets/button.css | 28 +++++++++++++--------------- 8 files changed, 1714 insertions(+), 39 deletions(-) delete mode 120000 public/images/icons-app/design-editor.png delete mode 120000 public/images/icons-app/edit-profile.png create mode 100644 public/img-source/design-editor.svg create mode 100644 public/img-source/edit-profile.svg diff --git a/public/designs/icons/default/README b/public/designs/icons/default/README index 8e1fae6..bcc7476 100644 --- a/public/designs/icons/default/README +++ b/public/designs/icons/default/README @@ -41,6 +41,14 @@ gtk-ok.png Nuovo stock/ password.png Nuovo apps/ ### END OF ICONS LISTING ### +Icons made for Noosfero, by The Noosfero Team: +Icon Theme Author +------------------------- ------------ ------- +cancel-HC.gif Hi-Contrast Aurium +key-HC.gif Hi-Contrast Aurium +cancel-fat-HC.gif Hi-Contrast Aurium + + Licensing of GNOME themes ========================= diff --git a/public/designs/icons/default/get-icon.sh b/public/designs/icons/default/get-icon.sh index 5c046ef..6fe3174 100644 --- a/public/designs/icons/default/get-icon.sh +++ b/public/designs/icons/default/get-icon.sh @@ -32,4 +32,4 @@ svn add $PNG LINE=$(printf "%-25s %-12s %s" $PNG $THEME $SECTION) sed -i -e "s!### END OF ICONS LISTING ###!$LINE\n&!" README -echo ".button.$ICON { background-image: url($PNG); }" >> style.css +echo ".icon-$ICON { background-image: url($PNG); }" >> style.css diff --git a/public/designs/icons/default/style.css b/public/designs/icons/default/style.css index 87fb6be..4679b76 100644 --- a/public/designs/icons/default/style.css +++ b/public/designs/icons/default/style.css @@ -1,21 +1,21 @@ -.button.edit { background-image: url(gtk-edit.png); } -.button.home { background-image: url(gnome-home.png); } -.button.new { background-image: url(gtk-new.png); } -.button.close { background-image: url(cancel-HC.gif); } -.button.open { background-image: url(gtk-open.png); } -.button.cms { background-image: url(abiword_48.png) } -.button.save { background-image: url(gtk-save.png); } -.button.up { background-image: url(gtk-go-up.png); } -.button.cancel { background-image: url(cancel-HC.gif); } -.button.person { background-image: url(user_icon.png); } -.button.product { background-image: url(gnome-other.png); } -.button.delete { background-image: url(gtk-delete.png); } -.button.find { background-image: url(noosfero-find.png); } -.button.back { background-image: url(gtk-go-back-ltr.png); } -.button.next { background-image: url(gtk-media-next-ltr.png); } -.button.add { background-image: url(gtk-add.png); } -.button.up { background-image: url(gtk-go-up.png); } -.button.down { background-image: url(gtk-go-down.png); } -.button.search { background-image: url(gnome-search.png); } -.button.ok { background-image: url(gtk-ok.png); } -.button.login { background-image: url(key-HC.gif); } +.icon-edit { background-image: url(gtk-edit.png); } +.icon-home { background-image: url(gnome-home.png); } +.icon-new { background-image: url(gtk-new.png); } +.icon-close { background-image: url(cancel-HC.gif); } +.icon-open { background-image: url(gtk-open.png); } +.icon-cms { background-image: url(abiword_48.png) } +.icon-save { background-image: url(gtk-save.png); } +.icon-up { background-image: url(gtk-go-up.png); } +.icon-cancel { background-image: url(cancel-HC.gif); } +.icon-person { background-image: url(user_icon.png); } +.icon-product { background-image: url(gnome-other.png); } +.icon-delete { background-image: url(gtk-delete.png); } +.icon-find { background-image: url(noosfero-find.png); } +.icon-back { background-image: url(gtk-go-back-ltr.png); } +.icon-next { background-image: url(gtk-media-next-ltr.png); } +.icon-add { background-image: url(gtk-add.png); } +.icon-up { background-image: url(gtk-go-up.png); } +.icon-down { background-image: url(gtk-go-down.png); } +.icon-search { background-image: url(gnome-search.png); } +.icon-ok { background-image: url(gtk-ok.png); } +.icon-login { background-image: url(key-HC.gif); } diff --git a/public/images/icons-app/design-editor.png b/public/images/icons-app/design-editor.png deleted file mode 120000 index 35cd68b..0000000 --- a/public/images/icons-app/design-editor.png +++ /dev/null @@ -1 +0,0 @@ -gnome-settings-background.png \ No newline at end of file diff --git a/public/images/icons-app/edit-profile.png b/public/images/icons-app/edit-profile.png deleted file mode 120000 index dc6fc81..0000000 --- a/public/images/icons-app/edit-profile.png +++ /dev/null @@ -1 +0,0 @@ -user_icon.png \ No newline at end of file diff --git a/public/img-source/design-editor.svg b/public/img-source/design-editor.svg new file mode 100644 index 0000000..5e3d074 --- /dev/null +++ b/public/img-source/design-editor.svg @@ -0,0 +1,1256 @@ + + + + + + + + image/svg+xml + + + + Andrew Fitzsimon + + + 2004-12-25 + Etiquette Icon + + + + Andrew Fitzsimon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/img-source/edit-profile.svg b/public/img-source/edit-profile.svg new file mode 100644 index 0000000..ce10883 --- /dev/null +++ b/public/img-source/edit-profile.svg @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + a b c d e f g h i j k l m n o p q r s t u w v x y z a b c d e f g h i j k l m n o p q r s t u w v x y z + + + + + + + + + + + diff --git a/public/stylesheets/button.css b/public/stylesheets/button.css index e003c2c..9ef0633 100644 --- a/public/stylesheets/button.css +++ b/public/stylesheets/button.css @@ -5,12 +5,14 @@ .button { border: none; margin-left: 5px; - background-color: transparent; + background-color: #EEE; background-repeat: no-repeat; background-position: 2px 50%; padding-left: 25px; padding-right: 2px; height: 24px; + line-height: 22px; + font-size: 12px; } input.button { float: none; @@ -21,26 +23,21 @@ input.button { float: left; } +#content a.button, #content a.button:visited, +#login-box a.button, #login-box a.button:visited { + height: 22px; + color: #000; +} + .button, .button:visited { color: black; text-decoration: none; - border: 1px solid #ccc; + border: 1px solid #AAA; } .button:hover { - border: 1px solid black; - background-color: #eee; -} - -.find, .find:visited { - opacity: 0.7; -} - -.find:hover { - border: 1px solid transparent; - background-color: transparent; - opacity: 1.0; - cursor: pointer; + border: 1px solid #777; + background-color: #DDD; } .button span { @@ -48,6 +45,7 @@ input.button { } .button.with-text span { display: inline; + padding-right: 4px; } .icon-button { -- libgit2 0.21.2