Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities/web/stylesheet.py
diff options
context:
space:
mode:
Diffstat (limited to 'activities/web/stylesheet.py')
-rw-r--r--activities/web/stylesheet.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/activities/web/stylesheet.py b/activities/web/stylesheet.py
index bd0a6a6..dd15e54 100644
--- a/activities/web/stylesheet.py
+++ b/activities/web/stylesheet.py
@@ -2,7 +2,11 @@ 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)
+bubble_Bubble = {
+ 'box-width' : int(250.0 * _screen_factor)
+}
+
+bubble_Text = {
+ 'color' : 0x000000FF,
+ 'font' : '14px'
}