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

_screen_factor = gtk.gdk.screen_width() / 1200.0

bubble_Bubble = {
	'box-width'   : int(250.0 * _screen_factor)
}

bubble_Text = {
	'color'  : 0x000000FF,
	'font'   : '14px'
}