Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities/web/stylesheet.py
blob: bd0a6a6a42fae3f91b95f9bc4552a1b1a443cd94 (plain)
1
2
3
4
5
6
7
8
import gtk

_screen_factor = gtk.gdk.screen_width() / 1200.0

bubble_Box = {
	'box-width'   : int(150.0 * _screen_factor),
	'box-height'  : int(50.0 * _screen_factor)
}