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:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 17:04:04 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 17:04:04 (GMT)
commit62fd4dcd89512299be4705db81f39cb3e8827dcd (patch)
treefe3f1f1036df7a1d36eff2406dabea9aede06459 /activities/web/stylesheet.py
parent63e12fbd5ea5aef17a5b7aa26cb3c772cb0cb3db (diff)
Basic functionalities mostly working
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'
}