web/data/uiprops.py
changeset 6523 67bff8734a5b
parent 6140 65a619eb31c4
child 6663 6e4f16827048
equal deleted inserted replaced
6522:c46b3b3291e8 6523:67bff8734a5b
   120 incontextBoxTitleColor = '#000'
   120 incontextBoxTitleColor = '#000'
   121 
   121 
   122 # body of boxes in the left or right column (whatever contextFree / contextual)
   122 # body of boxes in the left or right column (whatever contextFree / contextual)
   123 leftrightBoxBodyBgColor = '#FFF'
   123 leftrightBoxBodyBgColor = '#FFF'
   124 leftrightBoxBodyBg = lazystr('%(leftrightBoxBodyBgColor)s')
   124 leftrightBoxBodyBg = lazystr('%(leftrightBoxBodyBgColor)s')
   125 leftrightBoxBodyColor = '#black'
   125 leftrightBoxBodyColor = 'black'
   126 leftrightBoxBodyHoverBgColor = '#EEEDD9'
   126 leftrightBoxBodyHoverBgColor = '#EEEDD9'
   127 
   127 
   128 # body of 'incontext' boxes (eg displayed insinde the primary view)
   128 # body of 'incontext' boxes (eg displayed insinde the primary view)
   129 incontextBoxBodyBgColor = '#f8f8ee'
   129 incontextBoxBodyBgColor = '#f8f8ee'
   130 incontextBoxBodyBg = lazystr('%(incontextBoxBodyBgColor)s')
   130 incontextBoxBodyBg = lazystr('%(incontextBoxBodyBgColor)s')