X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Forg%2Fcss%2Fgeneral.css;h=94066ae82efcdabc5824c4b0406567922e75d4ae;hb=803b63e8ceff7392a9eae4992dd6e59c1da247cd;hp=14542836e91f7b789808bd4828a6a2a280ec67fd;hpb=5344c574732a674099f943adaf72fd5922f4f29c;p=mailer.git diff --git a/theme/org/css/general.css b/theme/org/css/general.css index 14542836e9..94066ae82e 100644 --- a/theme/org/css/general.css +++ b/theme/org/css/general.css @@ -283,7 +283,7 @@ ul, ol { } .guest_menu_title { - background-image : url(theme/org/images/menus/title.jpg); + background-image : url({?URL?}/theme/org/images/menus/title.jpg); height : 36px; width : 211px; color : #000000; @@ -299,13 +299,13 @@ ul, ol { } .guest_menu_row { - background-image : url(theme/org/images/menus/row.jpg); + background-image : url({?URL?}/theme/org/images/menus/row.jpg); width : 211px; height : 26px; } .guest_menu_bottom { - background-image : url(theme/org/images/menus/bottom.jpg); + background-image : url({?URL?}/theme/org/images/menus/bottom.jpg); width : 211px; height : 30px; } @@ -525,6 +525,7 @@ ul, ol { .you_are_here { white-space : nowrap; font-size : 14px; + margin-bottom : 12px; } .tiny { font-size : 10px; } @@ -581,16 +582,16 @@ ul, ol { padding-bottom : 2px; } -div.menu_invisible_css, div.sub_menu_invisible_css, td.menu_invisible_css, td.sub_menu_invisible_css { +div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible { background-color: #dddddd; font-style: italic; } -strong.menu_invisible_css, strong.sub_menu_invisible_css { +strong.menu_invisible, strong.sub_menu_invisible { color: #999999; font-style: italic; } -.menu_locked_css, .sub_menu_locked_css { +.menu_locked, .sub_menu_locked { color: #ffeeee; }