Re: [web2py] I did not know one could do this with css

2011-09-20 Thread Martín Mulone
Massimo to add fonts support we have to think how to resolve the problem to
add css to files that not have the .css extension.

2011/9/19 Massimo Di Pierro massimo.dipie...@gmail.com

 http://use.fontorie.com/

 How about an app?




-- 
 http://martin.tecnodoc.com.ar


[web2py] I did not know one could do this with css

2011-09-19 Thread Massimo Di Pierro
http://use.fontorie.com/

How about an app?


Re: [web2py] I did not know one could do this with css

2011-09-19 Thread Ivica Kralj
Quite interesting, well it still works with all java disabled. CSS10 maybe
:)


ha - I just managed to brake it. Here is some useful info

Traceback (most recent call last):
  File
/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py,
line 701, in __call__
handler.get(*groups)
  File /base/data/home/apps/s~weblogofactory/1.353389265750639601/main.py,
line 47, in get
css = url2logo(url)
  File
/base/data/home/apps/s~weblogofactory/1.353389265750639601/url2logo.py,
line 19, in url2logo
return s.substitute(color=url[0:6], font=fontMap[int(url[6:8],16)],
textshadow=a2ts(r))
  File
/base/data/home/apps/s~weblogofactory/1.353389265750639601/url2logo.py,
line 12, in a2ts
ts = ts + %dpx %dpx %dpx #%s, %
(int(s[6:7],36)-15,int(s[7:8],36)-15,int(s[8:],36)-15,s[0:6])
ValueError: invalid literal for int() with base 36: ''



On 20 September 2011 02:13, Massimo Di Pierro massimo.dipie...@gmail.comwrote:

 http://use.fontorie.com/

 How about an app?