sugar-toolkit-gtk3/activities/web/stylesheet.py

13 lines
189 B
Python
Raw Normal View History

2006-10-13 18:05:48 +02:00
import gtk
_screen_factor = gtk.gdk.screen_width() / 1200.0
2006-10-13 19:04:04 +02:00
bubble_Bubble = {
'box-width' : int(250.0 * _screen_factor)
}
bubble_Text = {
'color' : 0x000000FF,
'font' : '14px'
2006-10-13 18:05:48 +02:00
}