From e3b2f228499663a0346bd7e418bd52c52c0559ea Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Fri, 17 Mar 2023 09:40:13 +0600 Subject: [PATCH] fix4 --- style.css | 95 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 78 insertions(+), 17 deletions(-) diff --git a/style.css b/style.css index dea0dd6..fa795ee 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,53 @@ .textHead{ text-shadow: 1px 1px #ffffff; } +.bannerbackground { + background-color: #404040; +} +#GnomeIcon{ + border-style:solid; + border-bottom-width: 1px; + border-image: linear-gradient(90deg, alpha(@theme_text_color,0.4) 55%, alpha(@theme_bg_color, 0) 100%); + border-image-slice: 1; +} + +#SepIcon{ + background-color: alpha(@theme_text_color, 0.6); +} + +#iconlabel { + font-size:14px; + font-weight: bold; + +} +.roundborder * { + border-width:0px; + border-radius:5px; +} +.noborder { + border: none; +} +.menu:hover { + border-color:alpha(@theme_text_color, 0.01); +} +.menu { + border-color:alpha(@theme_text_color, 0.01); +} +.menu:hover >* { + border-color:alpha(@theme_text_color, 0.01); +} +.menuitembottom{ + margin-top:0px; + margin-bottom:3px; +} +.menuitemmiddle{ + margin-top:0px; + margin-bottom:0px; +} + +.menuitemtop{ + margin-bottom:0px; +} .menuitemtop *{ margin:2px 2px 0 2px; padding: 5px 10px 3px 5px; @@ -17,47 +64,61 @@ padding: 3px 10px 5px 5px; } .menuitemtop:hover { - border-radius:3px; background:@theme_bg_color; } .menuitemmiddle:hover { - border-radius:3px; background:@theme_bg_color; } .menuitembottom:hover { - border-radius:3px; background:@theme_bg_color; } .menuitemtop:hover* { - border-radius:3px; margin:2px 2px 0 2px; padding: 5px 10px 3px 5px; background:@theme_selected_bg_color; - border-color:transparent; + border-radius:2px; } .menuitemmiddle:hover* { - border-radius:3px; margin:0 2px 0 2px; padding: 3px 10px 3px 5px; background:@theme_selected_bg_color; - border-color:transparent; + border-radius:2px; } .menuitembottom:hover* { - border-radius:3px; margin:0 2px 2px 2px; padding: 3px 10px 5px 5px; background:@theme_selected_bg_color; - border-color:transparent; + border-radius:2px; } -.menuitembottom{ - margin-top:0px; + +.workingbg, #workingbg { + background-color:@theme_base_color; } -.menuitemmiddle{ - margin-top:0px; - margin-bottom:0px; +.workingbg.view.cell:selected { + background-color:@theme_selected_bg_color; +} +.workingbg.view.cell:hover { + background-color:darker(@theme_selected_bg_color); + color:@theme_selected_text_color; + border-radius:3px; +} +.bkim { + transition: 200ms ease-out; + background-image: none; +} +.noborder{ +border:none; } -.menuitemtop{ - margin-bottom:0px; -} \ No newline at end of file +.bkim{ +opacity:0.99; +border:none; +} + +.bkim_no_plug{ +background-color: transparent; +opacity:0.99; +} + +