Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities/web/stylesheet.py
blob: eefb91c7047a8c09803fe411fc7ba5c86f38e5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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',
	'padding' : 5
}