* some images converted to css sprites

This commit is contained in:
Max Pozdeev 2010-09-04 20:40:26 +04:00
parent b38d354b79
commit 86366bc549
8 changed files with 13 additions and 9 deletions

View file

@ -1,8 +1,13 @@
Image files (page_white_text.png, magnifier.png, feed.png, feed_bw.png, calendar.png)
and some icons in buttons.png are (or based on) icons from Silk Icons set
by Mark James (http://www.famfamfam.com/lab/icons/silk/), licensed under the
Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Image files page_white_text.png and calendar.png and some icons in buttons.png
are (or based on) icons from Silk Icons set by Mark James (http://www.famfamfam.com/lab/icons/silk/),
licensed under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Some icons in buttons.png are based on "Silk Companion 1" icons set by Damien Guard
(http://damieng.com/creative/icons/silk-companion-1-icons), licensed under the
Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Icons in mzl.png are (or based on) icons from Mozilla Source Code,
(http://www.mozilla.org/MPL/#source-code), licensed under the terms
of tri-license (MPL 1.1/GPL 2.0/LGPL 2.1).
Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v3.

BIN
src/themes/default/images/buttons.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

BIN
src/themes/default/images/mzl.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

View file

@ -117,15 +117,14 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; }
#search { color:#444444; width:100%; height:18px; outline:none; border:0 none; }
#search_close { display:none; }
.mtt-searchbox { background-color:#fff; border:1px inset #f0f0f0; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.mtt-searchbox-left { width:16px; padding-left:3px; }
.mtt-searchbox-center { width:150px; }
.mtt-searchbox-right { width:16px; padding-right:3px; }
.mtt-searchbox-icon > span { display:block; width:16px; height:16px; }
.mtt-searchbox-icon.mtt-icon-search > span { background:url(images/search.png) center no-repeat; }
.mtt-searchbox-icon.mtt-icon-cancelsearch > span { background:url(images/closetab.png) center no-repeat; }
.mtt-searchbox-icon.mtt-icon-search > span { background:url(images/mzl.png) 0px -16px no-repeat; }
.mtt-searchbox-icon.mtt-icon-cancelsearch > span { background:url(images/mzl.png) 0px 0px no-repeat; }
#searchbar { font-size:10pt; font-weight:normal; display:none; margin-top:5px; }
#searchbarkeyword { font-weight:bold; }
@ -316,8 +315,8 @@ li.mtt-menu-indicator .submenu-icon {
width:16px; height:16px; background:url(images/icons.gif) -32px -16px no-repeat;
}
#btnRssFeed .menu-icon { background:url(images/feed.png); }
#btnRssFeed.mtt-disabled .menu-icon { background:url(images/feed_bw.png); }
#btnRssFeed .menu-icon { background:url(images/buttons.png) -16px -64px no-repeat; }
#btnRssFeed.mtt-disabled .menu-icon { background:url(images/buttons.png) 0px -64px no-repeat; }
.mtt-settings-table { width:100%; border-collapse:collapse; }
.mtt-settings-table th, .mtt-settings-table td { border-bottom:1px solid #dedede; padding:8px; vertical-align:top; }