diff --git a/icons/1downarrow.svg b/icons/1downarrow.svg index fcd98ffd..6478ab33 100644 --- a/icons/1downarrow.svg +++ b/icons/1downarrow.svg @@ -6,7 +6,7 @@ height="512" id="svg2" version="1.1" - inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + inkscape:version="1.2.2 (732a01da63, 2022-12-09)" sodipodi:docname="1downarrow.svg" inkscape:export-filename="C:\Documents and Settings\bstawarz\Bureau\Projects\Projet Site\v1.0\arrow.png" inkscape:export-xdpi="90" @@ -46,18 +46,20 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="0.49497475" - inkscape:cx="-126.26907" - inkscape:cy="122.22846" + inkscape:zoom="0.9899495" + inkscape:cx="17.172593" + inkscape:cy="263.64981" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" - inkscape:window-width="1402" - inkscape:window-height="1040" - inkscape:window-x="26" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:pagecheckerboard="0" /> + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:pagecheckerboard="true" + inkscape:showpageshadow="2" + inkscape:deskcolor="#d1d1d1" /> @@ -66,7 +68,6 @@ image/svg+xml - @@ -76,10 +77,15 @@ transform="translate(0,-540.3622)" style="display:inline"> + diff --git a/qt-style-st-classic.css b/qt-style-st-classic.css index 003f6ee6..8d7a196e 100644 --- a/qt-style-st-classic.css +++ b/qt-style-st-classic.css @@ -33,16 +33,10 @@ ScanPopup #translateLine[noResults="true"] border-top-right-radius: 0px; border-bottom-right-radius: 0px; padding: 2px 4px 2px 4px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); } #navToolbar GroupComboBox:on { padding: 3px 3px 1px 5px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, - stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); } #navToolbar GroupComboBox::drop-down { @@ -58,11 +52,6 @@ ScanPopup #translateLine[noResults="true"] max-height: 100%; } -#navToolbar GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */ - top: 1px; - left: 1px; -} - QTabBar::close-button { image: url(:/icons/closetab.svg) } @@ -113,16 +102,10 @@ ScanPopup GroupComboBox border-radius: 3px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); } ScanPopup GroupComboBox:on { padding: 3px 3px 1px 5px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, - stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); } ScanPopup GroupComboBox::drop-down { @@ -138,11 +121,6 @@ ScanPopup GroupComboBox::down-arrow { max-height: 100%; } -ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */ - top: 1px; - left: 1px; -} - .ScanPopup #outerFrame { border: 1px solid palette(dark); diff --git a/qt-style-st-lingoes-blue.css b/qt-style-st-lingoes-blue.css index c7e5b1e8..4a454919 100644 --- a/qt-style-st-lingoes-blue.css +++ b/qt-style-st-lingoes-blue.css @@ -51,39 +51,20 @@ MainWindow #dictsPane #dictsList { ArticleView #searchFrame QMenu {background-color: none} ArticleView QMenu {background-color: none} -MainWindow #dictionaryBar QToolTip { - background: #839EC7; - color: white; - border-style: none; -} - QMainWindow::separator { width: 1px; /* when vertical */ height: 1px; /* when horizontal */ } #dictsPaneTitleBar { - background: #A8C0E4; margin: 2px; } /* Colored header for the History Pane */ #historyPaneTitleBar { - background: #A8C0E4; margin: 2px; } -MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree { - background: #EAF0F8; - color: #52627C; -} - -MainStatusBar #text -{ - background: #839EC7; - color: #fff; -} - ScanPopup #outerFrame { background-color: #CEDDEF; diff --git a/qt-style-st-modern.css b/qt-style-st-modern.css index 1d31721c..81dea89c 100644 --- a/qt-style-st-modern.css +++ b/qt-style-st-modern.css @@ -16,7 +16,6 @@ MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree margin: -3px; } - /* Hide various buttons in the toolbar: */ #navToolbar #menuButtonXX, #navToolbar #soundButtonXX, #navToolbar #backButtonXX, #navToolbar #forwardButtonXX, #navToolbar #zoomInButtonXX, #navToolbar #zoomOutButtonXX, #navToolbar #zoomBaseButtonXX, #navToolbar #saveArticleButton, #navToolbar #printButton { width: 0px; @@ -35,13 +34,11 @@ MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree /* Colored header for the "Found in Dictionaries:" pane */ #dictsPaneTitleBar { - background: lightblue; margin: 2px; } /* Colored header for the History Pane */ #historyPaneTitleBar { - background: lightsteelblue; margin: 2px; } diff --git a/qt-style.css b/qt-style.css index 7bf3b9f6..9cf529f1 100644 --- a/qt-style.css +++ b/qt-style.css @@ -30,16 +30,10 @@ ScanPopup #translateLine[noResults="true"] { border-top-right-radius: 0px; border-bottom-right-radius: 0px; padding: 2px 4px 2px 4px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); } #navToolbar GroupComboBox:on { padding: 3px 3px 1px 5px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, - stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); } #navToolbar GroupComboBox::drop-down { @@ -55,11 +49,6 @@ ScanPopup #translateLine[noResults="true"] { max-height: 100%; } -#navToolbar GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */ - top: 1px; - left: 1px; -} - QTabBar::close-button { image: url(:/icons/closetab.svg) } @@ -110,16 +99,10 @@ ScanPopup GroupComboBox border-radius: 3px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); } ScanPopup GroupComboBox:on { padding: 3px 3px 1px 5px; - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, - stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); } ScanPopup GroupComboBox::drop-down { @@ -135,11 +118,6 @@ ScanPopup GroupComboBox::down-arrow { max-height: 100%; } -ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */ - top: 1px; - left: 1px; -} - .ScanPopup #outerFrame { border: 1px solid palette(dark);