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.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/activities/web/stylesheet.py b/activities/web/stylesheet.py
index eefb91c..0834ddd 100644
--- a/activities/web/stylesheet.py
+++ b/activities/web/stylesheet.py
@@ -2,12 +2,17 @@ import gtk
_screen_factor = gtk.gdk.screen_width() / 1200.0
-bubble_Bubble = {
+links_Bubble = {
'box-width' : int(250.0 * _screen_factor)
}
-bubble_Text = {
+links_Text = {
'color' : 0x000000FF,
'font' : '14px',
- 'padding' : 5
+ 'padding' : 6
+}
+
+links_Box = {
+ 'background_color' : 0x646464ff,
+ 'padding' : 4
}