After Width: | Height: | Size: 689 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 535 B |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 543 B |
After Width: | Height: | Size: 488 B |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 471 B |
After Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 369 B |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 534 B |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 828 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 852 B |
After Width: | Height: | Size: 854 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 591 B |
After Width: | Height: | Size: 835 B |
After Width: | Height: | Size: 542 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 794 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 780 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 721 B |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 8.0 KiB |
@ -0,0 +1,14 @@
|
||||
sizes="10 16 22 48" |
||||
|
||||
for s in $sizes |
||||
do |
||||
echo "=[ ${s}x${s} ]====" |
||||
[ -d $s ] || mkdir $s |
||||
for f in *.png |
||||
do |
||||
convert $f -resize ${s}x${s} $s/$f |
||||
echo -n "#" |
||||
done |
||||
echo |
||||
done |
||||
echo "Ok." |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 6.8 KiB |
@ -0,0 +1,3 @@
|
||||
http://stanlemon.net/projects/jgrowl.html |
||||
|
||||
jGrowl is free and open source, it's distributed under the MIT and GPL licenses |
@ -0,0 +1,136 @@
|
||||
|
||||
div.jGrowl { |
||||
z-index: 9999; |
||||
color: #fff; |
||||
font-size: 12px; |
||||
} |
||||
|
||||
/** Special IE6 Style Positioning **/ |
||||
div.ie6 { |
||||
position: absolute; |
||||
} |
||||
|
||||
div.ie6.top-right { |
||||
right: auto; |
||||
bottom: auto; |
||||
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); |
||||
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); |
||||
} |
||||
|
||||
div.ie6.top-left { |
||||
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); |
||||
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); |
||||
} |
||||
|
||||
div.ie6.bottom-right { |
||||
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); |
||||
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); |
||||
} |
||||
|
||||
div.ie6.bottom-left { |
||||
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); |
||||
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); |
||||
} |
||||
|
||||
div.ie6.center { |
||||
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); |
||||
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); |
||||
width: 100%; |
||||
} |
||||
|
||||
/** Normal Style Positions **/ |
||||
div.jGrowl { |
||||
position: absolute; |
||||
} |
||||
|
||||
body > div.jGrowl { |
||||
position: fixed; |
||||
} |
||||
|
||||
div.jGrowl.top-left { |
||||
left: 0px; |
||||
top: 0px; |
||||
} |
||||
|
||||
div.jGrowl.top-right { |
||||
right: 0px; |
||||
top: 0px; |
||||
} |
||||
|
||||
div.jGrowl.bottom-left { |
||||
left: 0px; |
||||
bottom: 0px; |
||||
} |
||||
|
||||
div.jGrowl.bottom-right { |
||||