Gui: Implement style parameters for built-in themes (#20528)
* added code to add more parameters to stylesheets and test QSS files which will probably be removed when testing is completed * update * Update CMakeLists.txt * some tweeks * reverting this as it should not have been uploaded * Update User_dark.qss * more stuff * code cleanup * synced light to dark * tweaks!! * Fixed the qsint action tab * tweaks * push latest changed getting ready for release. * tweaks * Update FreeCAD Dark.qss * fixessss * wrong radiusss * Update FreeCAD Light.cfg changed the light background too F0f0f0 * disable tweaks * modifications to use ThemeToken manager See https://github.com/FreeCAD/FreeCAD/pull/20668 * Undo bunch of stuff. * bugs * Clean-up * more cleanup * Update FreeCAD_stylesheet.qss * Big update + cleanup * Update FreeCAD Light.cfg * Changed UserColor to Primary * Update actionpanelscheme.cpp rtying to fix merge issues * trying to fix merge issues * clean-up * Update FreeCAD_stylesheet.qss * Refactor theme color variables and improve widget styling Unified color variable naming by replacing '@PrimaryColorUIColor' and related tokens with '@PrimaryColor' and new lighten/darken variants in both dark and light theme configs and stylesheets. Added new variables for input field border radius and checkbox/radio button colors, and updated QSS rules to use these variables for consistent widget appearance. Improved styling for checkboxes, radio buttons, and input fields, and fixed menu indicator icons for better theme compatibility. * Checkboxes and radioboxes Rounded off the checkboxes add buttons for radioboxes. * updated icons * Refine toolbar, checkbox, and toolbox styles Updated QToolButton#qt_toolbar_ext_button to use border-image and improved gradient backgrounds. Enhanced checkbox indicator styling for better color consistency and hover/disabled states. Adjusted gradients and background colors for QTabBar, QDockWidget, QHeaderView, and QToolBox elements to improve visual coherence and accessibility. * Refine FreeCAD Dark theme hover and selection colors Updated the FreeCAD Dark theme configuration and stylesheet to introduce new hover and border color tokens, unify hover/selection backgrounds, and replace most uses of @UserHighlight1Color/@UserHighlight2Color with @GeneralBackgroundHoverColor and @GeneralBorderHoverColor. Adjusted color lightening values for better contrast and consistency across UI elements. * Fix QHeaderView gradient direction in stylesheet Corrects the gradient parameters for QHeaderView::section to use y1 and y2, ensuring the background gradient renders as intended. * Update FreeCAD Light theme user tokens Changed MenuBackgroundColor to use @PrimaryColorLighten1 and SketcherUnderConstrainedColor to #000000. Added new tokens GeneralBackgroundHoverColor and GeneralBorderHoverColor for improved UI customization. * Update FreeCAD Dark.cfg * Add padding to QMenuBar items in stylesheet Updated the FreeCAD stylesheet to include specific padding for QMenuBar::item, improving menu item spacing and appearance. * I added the old stylesheets back for fallback I added the old stylesheets back in the case of in forseen issues. * Update Freecad Overlay.qss * Refactor color tokens in Dark and Light theme configs I sorted the tags and linked accent colors * Update QPushButton styles for improved consistency Adjusted padding and min-width for QPushButton elements to enhance visual consistency across dialogs and tables. Updated QTableView QPushButton styles to include hover effects and removed redundant selectors. * Adjust QPushButton vertical padding in stylesheet Reduced the vertical padding of QPushButton from 4px to 3px to refine button appearance and alignment. * Adjust QPushButton styles in dialogs and panels Updated QDialogButtonBox QPushButton to have 3px vertical padding instead of 4px, and removed special styling for QMessageBox buttons. Added a new style for QPushButton inside QFrame panels with 3px padding and no minimum width. * undo some changes * Update grid lines color in FreeCAD Light theme Changed the GeneralGridLinesColor from @PrimaryColorLighten2 to @PrimaryColorDarken4 in the FreeCAD Light theme configuration for improved visual consistency. * Update menu background color in FreeCAD Dark theme Changed the MenuBackgroundColor from @PrimaryColorLighten4 to @PrimaryColorDarken4 in the FreeCAD Dark theme configuration to improve visual consistency. * Update FreeCAD Dark.cfg * Refactor selection background color handling Introduces TextSelectBackgroundColor in both FreeCAD Dark and Light preference packs for more flexible selection styling. Updates stylesheet to use TextSelectBackgroundColor instead of UserHighlight1Color and removes redundant selection-background-color rules for improved consistency and maintainability. Selection color is just a toned down color from the accent 1 color. This makes it better readable. * Selection color had issues with treeview select * woopsie add pink to find issues removed it * Update src/Gui/Stylesheets/CMakeLists.txt --------- Co-authored-by: Kacper Donat <kadet1090@gmail.com>
@@ -3,6 +3,9 @@
|
||||
<FCParamGroup Name="Root">
|
||||
<FCParamGroup Name="BaseApp">
|
||||
<FCParamGroup Name="Preferences">
|
||||
<FCParamGroup Name="NaviCube">
|
||||
<FCUInt Name="Color" Value="3503345919"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Editor">
|
||||
<FCUInt Name="Block comment" Value="3465639936"/>
|
||||
<FCUInt Name="Bookmark" Value="16776960"/>
|
||||
@@ -21,9 +24,9 @@
|
||||
<FCUInt Name="Text" Value="3570717696"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCText Name="OverlayActiveStyleSheet">Dark Theme + Dark Background.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Freecad Overlay.qss</FCText>
|
||||
<FCText Name="QtStyle">Fusion</FCText>
|
||||
<FCText Name="StyleSheet">FreeCAD Dark.qss</FCText>
|
||||
<FCText Name="StyleSheet">FreeCAD_Stylesheet.qss</FCText>
|
||||
<FCText Name="Theme">FreeCAD Dark</FCText>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Mod">
|
||||
@@ -100,7 +103,65 @@
|
||||
<FCParamGroup Name="Themes">
|
||||
<FCUInt Name="ThemeAccentColor1" Value="1252392959"/>
|
||||
<FCUInt Name="ThemeAccentColor2" Value="3027763199"/>
|
||||
<FCUInt Name="ThemeAccentColor3" Value="404564735"/>
|
||||
<FCUInt Name="ThemeAccentColor3" Value="1434171135"/>
|
||||
<FCParamGroup Name="UserTokens">
|
||||
<FCText Name="3DViewBackgroundRefColor">@BackgroundColor</FCText>
|
||||
<FCText Name="ButtonBackgroundHooverColor">@ButtonTopBackgroundColor</FCText>
|
||||
<FCText Name="ButtonBorderColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="ButtonBorderHooverColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="ButtonBottomBackgroundColor">@PrimaryColorLighten2</FCText>
|
||||
<FCText Name="ButtonTopBackgroundColor">@PrimaryColorLighten3</FCText>
|
||||
<FCText Name="CheckBoxBackgroundColor">@TextEditFieldBackgroundColor</FCText>
|
||||
<FCText Name="CheckBoxBorderColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="DialogBackgroundColor">@PrimaryColorLighten3</FCText>
|
||||
<FCText Name="GeneralAlternateBackgroundColor">@PrimaryColorLighten2</FCText>
|
||||
<FCText Name="GeneralBackgroundColor">@PrimaryColor</FCText>
|
||||
<FCText Name="GeneralBackgroundHoverColor">@PrimaryColorLighten4</FCText>
|
||||
<FCText Name="GeneralBorderColor">@PrimaryColorDarken5</FCText>
|
||||
<FCText Name="GeneralBorderHoverColor">@PrimaryColorLighten6</FCText>
|
||||
<FCText Name="GeneralDisabledBackgroundColor">@PrimaryColorDarken3</FCText>
|
||||
<FCText Name="GeneralGridLinesColor">@PrimaryColorLighten3</FCText>
|
||||
<FCText Name="GroupboxBackgroundColor">@PrimaryColorLighten4</FCText>
|
||||
<FCText Name="GroupboxBorderColor">lighten(@GroupboxBackgroundColor,20)</FCText>
|
||||
<FCText Name="IconsLocationFolderName">images_classic</FCText>
|
||||
<FCText Name="InputFieldBorderRadius">3px</FCText>
|
||||
<FCText Name="MenuBackgroundColor">@PrimaryColorDarken4</FCText>
|
||||
<FCText Name="PrimaryColor">#191919</FCText>
|
||||
<FCText Name="PrimaryColorDarken1">darken(@PrimaryColor,5)</FCText>
|
||||
<FCText Name="PrimaryColorDarken2">darken(@PrimaryColor,8)</FCText>
|
||||
<FCText Name="PrimaryColorDarken3">darken(@PrimaryColor,15)</FCText>
|
||||
<FCText Name="PrimaryColorDarken4">darken(@PrimaryColor,20)</FCText>
|
||||
<FCText Name="PrimaryColorDarken5">darken(@PrimaryColor,200)</FCText>
|
||||
<FCText Name="PrimaryColorDarken6">darken(@PrimaryColor,5890)</FCText>
|
||||
<FCText Name="PrimaryColorLighten1">lighten(@PrimaryColor,20)</FCText>
|
||||
<FCText Name="PrimaryColorLighten2">lighten(@PrimaryColor,40)</FCText>
|
||||
<FCText Name="PrimaryColorLighten3">lighten(@PrimaryColor,80)</FCText>
|
||||
<FCText Name="PrimaryColorLighten4">lighten(@PrimaryColor,100)</FCText>
|
||||
<FCText Name="PrimaryColorLighten5">lighten(@PrimaryColor,300)</FCText>
|
||||
<FCText Name="PrimaryColorLighten6">lighten(@PrimaryColor,5890)</FCText>
|
||||
<FCText Name="RadioButtonBackgroundColor">@CheckBoxBackgroundColor</FCText>
|
||||
<FCText Name="RadioButtonBorderColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="ScrollbarBackgroundColor">@GeneralDisabledBackgroundColor</FCText>
|
||||
<FCText Name="SketcherConflictingConstraintsColor">#fc6c6c</FCText>
|
||||
<FCText Name="SketcherEmptySketchColor">#ffffff</FCText>
|
||||
<FCText Name="SketcherFullyConstrainedColor">#8cff5b</FCText>
|
||||
<FCText Name="SketcherMalformedConstraintsColor">#fc6c6c</FCText>
|
||||
<FCText Name="SketcherPartiallyRedundantConstraintsColor">#77cbff</FCText>
|
||||
<FCText Name="SketcherRedundantConstraintsColor">#ffa256</FCText>
|
||||
<FCText Name="SketcherSolverFailedColor">#ff9090</FCText>
|
||||
<FCText Name="SketcherUnderConstrainedColor">#ffffff</FCText>
|
||||
<FCText Name="StylesheetIconsColor">white</FCText>
|
||||
<FCText Name="TabbarBackgroundColor">@PrimaryColorDarken5</FCText>
|
||||
<FCText Name="TextDisabledColor">darken(@TextForegroundColor,40)</FCText>
|
||||
<FCText Name="TextEditFieldBackgroundColor">@PrimaryColor</FCText>
|
||||
<FCText Name="TextForegroundColor">#ffffff</FCText>
|
||||
<FCText Name="TextSelectBackgroundColor">darken(@UserHighlight1Color,100)</FCText>
|
||||
<FCText Name="TextUrlColor">#0095ff</FCText>
|
||||
<FCText Name="ToolbarButtonsPadding">2px</FCText>
|
||||
<FCText Name="UserHighlight1Color">@ThemeAccentColor1</FCText>
|
||||
<FCText Name="UserHighlight2Color">@ThemeAccentColor2</FCText>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Tokens"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="TreeView">
|
||||
<FCInt Name="FontSize" Value="11"/>
|
||||
@@ -114,10 +175,7 @@
|
||||
<FCBool Name="Simple" Value="1"/>
|
||||
<FCBool Name="UseBackgroundColorMid" Value="0"/>
|
||||
<FCUInt Name="AnnotationTextColor" Value="2914369023"/>
|
||||
<FCUInt Name="BackgroundColor" Value="993737727"/>
|
||||
<FCUInt Name="BackgroundColor2" Value="1482187775"/>
|
||||
<FCUInt Name="BackgroundColor3" Value="741103615"/>
|
||||
<FCUInt Name="BackgroundColor4" Value="623200767"/>
|
||||
<FCUInt Name="BackgroundColor" Value="522133503"/>
|
||||
<FCUInt Name="BoundingBoxColor" Value="4059297279"/>
|
||||
<FCUInt Name="CbLabelColor" Value="2914369023"/>
|
||||
<FCUInt Name="ConstrainedDimColor" Value="4199699199"/>
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
<FCUInt Name="Text" Value="556083456"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCText Name="OverlayActiveStyleSheet">Light Theme + Light Background.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Freecad Overlay.qss</FCText>
|
||||
<FCText Name="QtStyle">Fusion</FCText>
|
||||
<FCText Name="StyleSheet">FreeCAD Light.qss</FCText>
|
||||
<FCText Name="StyleSheet">FreeCAD_Stylesheet.qss</FCText>
|
||||
<FCText Name="Theme">FreeCAD Light</FCText>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Mod">
|
||||
@@ -107,7 +107,7 @@
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="NaviCube">
|
||||
<FCUInt Name="BaseColor" Value="3505127423"/>
|
||||
<FCUInt Name="BaseColor" Value="4076008191"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="OutputWindow">
|
||||
<FCUInt Name="colorError" Value="4278190335"/>
|
||||
@@ -118,7 +118,65 @@
|
||||
<FCParamGroup Name="Themes">
|
||||
<FCUInt Name="ThemeAccentColor1" Value="1252392959"/>
|
||||
<FCUInt Name="ThemeAccentColor2" Value="3027763199"/>
|
||||
<FCUInt Name="ThemeAccentColor3" Value="3353277951"/>
|
||||
<FCUInt Name="ThemeAccentColor3" Value="1434171135"/>
|
||||
<FCParamGroup Name="UserTokens">
|
||||
<FCText Name="3DViewBackgroundRefColor">@BackgroundColor</FCText>
|
||||
<FCText Name="ButtonBackgroundHooverColor">@ButtonTopBackgroundColor</FCText>
|
||||
<FCText Name="ButtonBorderColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="ButtonBorderHooverColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="ButtonBottomBackgroundColor">@PrimaryColorDarken1</FCText>
|
||||
<FCText Name="ButtonTopBackgroundColor">@PrimaryColorLighten3</FCText>
|
||||
<FCText Name="CheckBoxBackgroundColor">@TextEditFieldBackgroundColor</FCText>
|
||||
<FCText Name="CheckBoxBorderColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="DialogBackgroundColor">@PrimaryColorLighten4</FCText>
|
||||
<FCText Name="GeneralAlternateBackgroundColor">@PrimaryColor</FCText>
|
||||
<FCText Name="GeneralBackgroundColor">@PrimaryColor</FCText>
|
||||
<FCText Name="GeneralBackgroundHoverColor">@PrimaryColorLighten5</FCText>
|
||||
<FCText Name="GeneralBorderColor">@PrimaryColorDarken4</FCText>
|
||||
<FCText Name="GeneralBorderHoverColor">@PrimaryColorDarken5</FCText>
|
||||
<FCText Name="GeneralDisabledBackgroundColor">@PrimaryColorDarken3</FCText>
|
||||
<FCText Name="GeneralGridLinesColor">@PrimaryColorDarken4</FCText>
|
||||
<FCText Name="GroupboxBackgroundColor">@PrimaryColorLighten2</FCText>
|
||||
<FCText Name="GroupboxBorderColor">darken(@GroupboxBackgroundColor,20)</FCText>
|
||||
<FCText Name="IconsLocationFolderName">images_classic</FCText>
|
||||
<FCText Name="InputFieldBorderRadius">3px</FCText>
|
||||
<FCText Name="MenuBackgroundColor">@PrimaryColorLighten1</FCText>
|
||||
<FCText Name="PrimaryColor">#F0F0F0</FCText>
|
||||
<FCText Name="PrimaryColorDarken1">darken(@PrimaryColor,4)</FCText>
|
||||
<FCText Name="PrimaryColorDarken2">darken(@PrimaryColor,8)</FCText>
|
||||
<FCText Name="PrimaryColorDarken3">darken(@PrimaryColor,10)</FCText>
|
||||
<FCText Name="PrimaryColorDarken4">darken(@PrimaryColor,20)</FCText>
|
||||
<FCText Name="PrimaryColorDarken5">darken(@PrimaryColor,200)</FCText>
|
||||
<FCText Name="PrimaryColorDarken6">darken(@PrimaryColor,5890)</FCText>
|
||||
<FCText Name="PrimaryColorLighten1">lighten(@PrimaryColor,2)</FCText>
|
||||
<FCText Name="PrimaryColorLighten2">lighten(@PrimaryColor,3)</FCText>
|
||||
<FCText Name="PrimaryColorLighten3">lighten(@PrimaryColor,4)</FCText>
|
||||
<FCText Name="PrimaryColorLighten4">lighten(@PrimaryColor,5)</FCText>
|
||||
<FCText Name="PrimaryColorLighten5">lighten(@PrimaryColor,6)</FCText>
|
||||
<FCText Name="PrimaryColorLighten6">lighten(@PrimaryColor,7)</FCText>
|
||||
<FCText Name="RadioButtonBackgroundColor">@CheckBoxBackgroundColor</FCText>
|
||||
<FCText Name="RadioButtonBorderColor">@GeneralBorderColor</FCText>
|
||||
<FCText Name="ScrollbarBackgroundColor">@GeneralDisabledBackgroundColor</FCText>
|
||||
<FCText Name="SketcherConflictingConstraintsColor">#9d0000</FCText>
|
||||
<FCText Name="SketcherEmptySketchColor">#000000</FCText>
|
||||
<FCText Name="SketcherFullyConstrainedColor">#278100</FCText>
|
||||
<FCText Name="SketcherMalformedConstraintsColor">#9d0000</FCText>
|
||||
<FCText Name="SketcherPartiallyRedundantConstraintsColor">#005991</FCText>
|
||||
<FCText Name="SketcherRedundantConstraintsColor">#ab4d00</FCText>
|
||||
<FCText Name="SketcherSolverFailedColor">#9d0000</FCText>
|
||||
<FCText Name="SketcherUnderConstrainedColor">#000000</FCText>
|
||||
<FCText Name="StylesheetIconsColor">black</FCText>
|
||||
<FCText Name="TabbarBackgroundColor">@PrimaryColorDarken4</FCText>
|
||||
<FCText Name="TextDisabledColor">lighten(@TextForegroundColor,40)</FCText>
|
||||
<FCText Name="TextEditFieldBackgroundColor">@PrimaryColorLighten3</FCText>
|
||||
<FCText Name="TextForegroundColor">#000000</FCText>
|
||||
<FCText Name="TextSelectBackgroundColor">lighten(@UserHighlight1Color,50)</FCText>
|
||||
<FCText Name="TextUrlColor">#0061a7</FCText>
|
||||
<FCText Name="ToolbarButtonsPadding">2px</FCText>
|
||||
<FCText Name="UserHighlight1Color">@ThemeAccentColor1</FCText>
|
||||
<FCText Name="UserHighlight2Color">@ThemeAccentColor2</FCText>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Tokens"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="TreeView">
|
||||
<FCUInt Name="TreeActiveColor" Value="1538528255"/>
|
||||
@@ -130,10 +188,7 @@
|
||||
<FCBool Name="Simple" Value="1"/>
|
||||
<FCBool Name="UseBackgroundColorMid" Value="0"/>
|
||||
<FCUInt Name="AnnotationTextColor" Value="876232959"/>
|
||||
<FCUInt Name="BackgroundColor" Value="4177066239"/>
|
||||
<FCUInt Name="BackgroundColor2" Value="3671783167"/>
|
||||
<FCUInt Name="BackgroundColor3" Value="791639295"/>
|
||||
<FCUInt Name="BackgroundColor4" Value="3470056191"/>
|
||||
<FCUInt Name="BackgroundColor" Value="4160223231"/>
|
||||
<FCUInt Name="BoundingBoxColor" Value="1230002175"/>
|
||||
<FCUInt Name="CbLabelColor" Value="556083711"/>
|
||||
<FCUInt Name="ConstrainedDimColor" Value="3761320447"/>
|
||||
@@ -162,7 +217,7 @@
|
||||
<FCUInt Name="InternalAlignedGeoColor" Value="995875839"/>
|
||||
<FCUInt Name="InvalidSketchColor" Value="4252898559"/>
|
||||
<FCUInt Name="NonDrivingConstrDimColor" Value="2257491711"/>
|
||||
<FCUInt Name="SelectionColor" Value="1114146303"/>
|
||||
<FCUInt Name="SelectionColor" Value="995875839"/>
|
||||
<FCUInt Name="ShadowGroundColor" Value="2105376000"/>
|
||||
<FCUInt Name="ShadowLightColor" Value="4043177728"/>
|
||||
<FCUInt Name="SketchEdgeColor" Value="556083711"/>
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
|
||||
SET(Stylesheets_Files
|
||||
"FreeCAD Dark.qss"
|
||||
"FreeCAD_stylesheet.qss"
|
||||
#remove below after testing new stylesheet system 8/6/2025
|
||||
"FreeCAD Dark.qss"
|
||||
"FreeCAD Light.qss"
|
||||
)
|
||||
|
||||
SET(Overlay_Stylesheets_Files
|
||||
"overlay/Dark Theme + Dark Background.qss"
|
||||
"overlay/Freecad Overlay.qss"
|
||||
#remove below after testing new stylesheet system 8/6/2025
|
||||
"overlay/Dark Theme + Dark Background.qss"
|
||||
"overlay/Dark Theme + Light Background.qss"
|
||||
"overlay/Light Theme + Dark Background.qss"
|
||||
"overlay/Light Theme + Light Background.qss"
|
||||
@@ -18,7 +22,7 @@ FILE(GLOB Images_Files RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
SOURCE_GROUP("Images_dark-light" FILES ${Images_Files})
|
||||
|
||||
FILE(GLOB Images_Files2 RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/images_classic/*.png")
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/images_classic/*.svg")
|
||||
|
||||
SOURCE_GROUP("images_classic" FILES ${Images_Files2})
|
||||
|
||||
|
||||
2713
src/Gui/Stylesheets/FreeCAD_stylesheet.qss
Normal file
|
Before Width: | Height: | Size: 735 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5530796mm"
|
||||
height="2.9262502mm"
|
||||
viewBox="0 0 5.5530796 2.9262502"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-8.8525599,-120.92342)"><g
|
||||
id="arrow-double-leftright-black"
|
||||
transform="matrix(1.9461599e-4,0.90299667,-0.90299667,1.9461599e-4,72.39593,79.562015)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-4" /><path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-8" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 712 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5530796mm"
|
||||
height="2.9262502mm"
|
||||
viewBox="0 0 5.5530796 2.9262502"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-113.92264,-120.92342)"><g
|
||||
id="arrow-double-leftright-blue"
|
||||
transform="matrix(1.9461599e-4,0.90299667,-0.90299667,1.9461599e-4,177.46601,79.562015)"
|
||||
style="fill:#557bb6;fill-opacity:1;stroke:#557bb6;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"><path
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-4-5-7" /><path
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-8-6-7" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 829 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5530796mm"
|
||||
height="2.9262502mm"
|
||||
viewBox="0 0 5.5530796 2.9262502"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-62.55515,-120.92342)"><g
|
||||
id="arrow-double-leftright-darkgray"
|
||||
transform="matrix(1.9461599e-4,0.90299667,-0.90299667,1.9461599e-4,126.09852,79.562015)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><path
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-4-7" /><path
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-8-0" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 698 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5530796mm"
|
||||
height="2.9262502mm"
|
||||
viewBox="0 0 5.5530796 2.9262502"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-35.70385,-120.92342)"><g
|
||||
id="arrow-double-leftright-lightgray"
|
||||
transform="matrix(1.9461599e-4,0.90299667,-0.90299667,1.9461599e-4,99.24722,79.562015)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><path
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-4-1" /><path
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-8-8" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 587 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5530796mm"
|
||||
height="2.9262502mm"
|
||||
viewBox="0 0 5.5530796 2.9262502"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-89.40644,-120.92342)"><g
|
||||
id="arrow-double-leftright-white"
|
||||
transform="matrix(1.9461599e-4,0.90299667,-0.90299667,1.9461599e-4,152.94981,79.562015)"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-4-5" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-8-6" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 494 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="2.9257178mm"
|
||||
height="5.5530796mm"
|
||||
viewBox="0 0 2.9257178 5.5530796"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-10.166242,-108.70886)"><g
|
||||
id="arrow-double-updown-black"
|
||||
transform="matrix(0.90299668,0,0,0.90299668,-31.182332,50.709339)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1" /><path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 697 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="2.9257178mm"
|
||||
height="5.5530796mm"
|
||||
viewBox="0 0 2.9257178 5.5530796"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-115.23631,-108.70886)"><g
|
||||
id="arrow-double-updown-blue"
|
||||
transform="matrix(0.90299668,0,0,0.90299668,73.88774,50.709339)"
|
||||
style="fill:#557bb6;fill-opacity:1;stroke:#557bb6;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"><path
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-9-5" /><path
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-90-3" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 796 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="2.9257178mm"
|
||||
height="5.5530796mm"
|
||||
viewBox="0 0 2.9257178 5.5530796"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-63.868822,-108.70886)"><g
|
||||
id="arrow-double-updown-darkgray"
|
||||
transform="matrix(0.90299668,0,0,0.90299668,22.520248,50.709339)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><path
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-3" /><path
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:0.978346;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-7" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 701 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="2.9257178mm"
|
||||
height="5.5530796mm"
|
||||
viewBox="0 0 2.9257178 5.5530796"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-37.017531,-108.70886)"><g
|
||||
id="arrow-double-updown-lightgray"
|
||||
transform="matrix(0.90299668,0,0,0.90299668,-4.3310424,50.709339)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><path
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-5" /><path
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-9" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 451 B |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="2.9257178mm"
|
||||
height="5.5530796mm"
|
||||
viewBox="0 0 2.9257178 5.5530796"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-91.137257,-108.20019)"><g
|
||||
id="arrow-double-updown-white"
|
||||
transform="matrix(0.90299668,0,0,0.90299668,49.788683,50.20067)"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 46.081236,68.677586 1.32916,1.411205 1.329164,-1.411205 z"
|
||||
id="path6-1-9" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.581761;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 48.739561,65.932118 -1.32916,-1.411205 -1.329164,1.411205 z"
|
||||
id="path6-1-2-90" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 229 B |
29
src/Gui/Stylesheets/images_classic/arrow-down-black.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-9.1290998,-48.943639)"><g
|
||||
id="g3"
|
||||
transform="translate(0,1.5562793)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-black"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12">Arrow-down</desc><title
|
||||
id="title12">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 322 B |
29
src/Gui/Stylesheets/images_classic/arrow-down-blue.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-114.31477,-48.943639)"><g
|
||||
id="arrow-down-blue"
|
||||
transform="translate(105.18567,1.5562793)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-5-8"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-blue-2"
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-7-9">Arrow-down</desc><title
|
||||
id="title12-0-5">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 307 B |
29
src/Gui/Stylesheets/images_classic/arrow-down-darkgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-64.346646,-48.943639)"><g
|
||||
id="arrow-down-darkgray"
|
||||
transform="translate(55.217546,1.5562793)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-5-6"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-darkgray-2"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-7-4">Arrow-down</desc><title
|
||||
id="title12-0-3">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 307 B |
29
src/Gui/Stylesheets/images_classic/arrow-down-lightgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-37.056561,-48.943639)"><g
|
||||
id="arrow-down-lightgray"
|
||||
transform="translate(27.927461,1.5562793)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-5"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-lightgray-2"
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-7">Arrow-down</desc><title
|
||||
id="title12-0">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 232 B |
29
src/Gui/Stylesheets/images_classic/arrow-down-white.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-90.000002,-48.943639)"><g
|
||||
id="arrow-down-white"
|
||||
transform="translate(80.870902,1.5562793)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-5-7"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-white-2"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-7-1">Arrow-down</desc><title
|
||||
id="title12-0-9">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 253 B |
29
src/Gui/Stylesheets/images_classic/arrow-left-black.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-7.9502412,-67.172102)"><g
|
||||
id="arrow-left-black"
|
||||
transform="rotate(90,1.2499856,59.292988)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-black-1-6"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5">Arrow-down</desc><title
|
||||
id="title12-5-3">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 328 B |
29
src/Gui/Stylesheets/images_classic/arrow-left-blue.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-113.13591,-68.72838)"><g
|
||||
id="arrow-left-blue"
|
||||
transform="rotate(90,53.06468,112.66396)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-78-6"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-blue-1-6-8"
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-3-3">Arrow-down</desc><title
|
||||
id="title12-5-3-7-2">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 298 B |
29
src/Gui/Stylesheets/images_classic/arrow-left-darkgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-63.167793,-68.728385)"><g
|
||||
id="arrow-left-darkgray"
|
||||
transform="rotate(90,28.08062,87.679905)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-78-7"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-darkgray-1-6-8"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-3-1">Arrow-down</desc><title
|
||||
id="title12-5-3-7-6">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 303 B |
29
src/Gui/Stylesheets/images_classic/arrow-left-lightgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-35.877703,-67.172103)"><g
|
||||
id="arrow-left-lightgray"
|
||||
transform="rotate(90,15.213716,73.256719)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-78"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-lightgray-1-6-8"
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-3">Arrow-down</desc><title
|
||||
id="title12-5-3-7">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 256 B |
29
src/Gui/Stylesheets/images_classic/arrow-left-white.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-88.82114,-67.182052)"><g
|
||||
id="arrow-left-white"
|
||||
transform="rotate(90,41.68046,99.733412)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-78-1"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-white-1-6-8"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-3-4">Arrow-down</desc><title
|
||||
id="title12-5-3-7-8">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 254 B |
27
src/Gui/Stylesheets/images_classic/arrow-leftdown-black.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-7.9502421,-88.145813)"><g
|
||||
id="arrow-right-black-6"
|
||||
transform="rotate(-90,34.420877,68.335751)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-black2"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 308 B |
27
src/Gui/Stylesheets/images_classic/arrow-leftdown-blue.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-113.13591,-89.702094)"><g
|
||||
id="arrow-leftdown-blue"
|
||||
transform="rotate(-90,87.791853,16.521056)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-0-5"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-blue2-03"
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 286 B |
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-63.16779,-89.702091)"><g
|
||||
id="arrow-leftdown-darkgray"
|
||||
transform="rotate(-90,62.80779,41.505116)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-0-12"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-darkgray2-03"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 295 B |
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-35.877704,-88.145813)"><g
|
||||
id="arrow-leftdown-lightgray"
|
||||
transform="rotate(-90,48.384608,54.37202)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-0"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-lightgray2-03"
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 241 B |
27
src/Gui/Stylesheets/images_classic/arrow-leftdown-white.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-88.821145,-88.155766)"><g
|
||||
id="arrow-leftdown-white"
|
||||
transform="rotate(-90,74.861305,27.905276)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-0-1"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-white2-03"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 248 B |
29
src/Gui/Stylesheets/images_classic/arrow-right-black.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-7.9502416,-78.171101)"><g
|
||||
id="arrow-right-black"
|
||||
transform="rotate(-90,26.693962,66.13108)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-black-1-6-6"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-9">Arrow-down</desc><title
|
||||
id="title12-5-3-6">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 310 B |
29
src/Gui/Stylesheets/images_classic/arrow-right-blue.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-113.13591,-79.727377)"><g
|
||||
id="arrow-right-blue"
|
||||
transform="rotate(-90,80.064933,14.316385)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-1-6"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-blue-1-6-6-1"
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-9-9-2">Arrow-down</desc><title
|
||||
id="title12-5-3-6-3-6">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 288 B |
29
src/Gui/Stylesheets/images_classic/arrow-right-darkgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-63.167785,-79.727374)"><g
|
||||
id="arrow-right-darkgray"
|
||||
transform="rotate(-90,55.08087,39.300445)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-1-4"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-darkgray-1-6-6-1"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-9-9-0">Arrow-down</desc><title
|
||||
id="title12-5-3-6-3-5">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 291 B |
29
src/Gui/Stylesheets/images_classic/arrow-right-lightgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-35.877704,-78.171101)"><g
|
||||
id="arrow-right-lightgray"
|
||||
transform="rotate(-90,40.657693,52.167349)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-1"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-lightgray-1-6-6-1"
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-9-9">Arrow-down</desc><title
|
||||
id="title12-5-3-6-3">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 242 B |
29
src/Gui/Stylesheets/images_classic/arrow-right-white.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.2053728mm"
|
||||
height="5.5248413mm"
|
||||
viewBox="0 0 5.2053728 5.5248413"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-88.821142,-78.181049)"><g
|
||||
id="arrow-right-white"
|
||||
transform="rotate(-90,67.134386,25.700604)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-1-5"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-white-1-6-6-1"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-5-9-9-4">Arrow-down</desc><title
|
||||
id="title12-5-3-6-3-2">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 245 B |
27
src/Gui/Stylesheets/images_classic/arrow-rightdown-black.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-7.790507,-99.244247)"><g
|
||||
id="arrow-rightdown-black"
|
||||
transform="rotate(180,11.200661,73.157368)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-3"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-black2-0"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 265 B |
27
src/Gui/Stylesheets/images_classic/arrow-rightdown-blue.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-112.97618,-99.244247)"><g
|
||||
id="arrow-rightdown-blue"
|
||||
transform="rotate(180,63.793496,73.157368)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-3-7-8"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-blue2-0-5"
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 252 B |
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-63.008055,-99.244247)"><g
|
||||
id="arrow-rightdown-darkgray"
|
||||
transform="rotate(180,38.809435,73.157368)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-3-7-2"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-darkgray2-0-5"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 258 B |
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-35.717969,-99.244247)"><g
|
||||
id="arrow-rightdown-lightgray"
|
||||
transform="rotate(180,25.164392,73.157368)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-3-7"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-lightgray2-0-5"
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 228 B |
27
src/Gui/Stylesheets/images_classic/arrow-rightdown-white.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-88.661411,-99.244247)"><g
|
||||
id="arrow-rightdown-white"
|
||||
transform="rotate(180,51.636113,73.157368)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#2a2a2a;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-8-7-8-3-7-5"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.0859737"
|
||||
y="41.865116" /><path
|
||||
id="arrow-leftDown-white2-0-5"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 12.915026,43.063857 c -2.470564,2.470583 0,0 -2.470564,2.470583 v -2.470583 z" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 230 B |
29
src/Gui/Stylesheets/images_classic/arrow-up-black.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-8.4906168,-57.474444)"><g
|
||||
id="arrow-up-black"
|
||||
transform="rotate(180,11.572279,55.033588)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-black-1"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4">Arrow-down</desc><title
|
||||
id="title12-5">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 312 B |
29
src/Gui/Stylesheets/images_classic/arrow-up-blue.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-113.67629,-59.030724)"><g
|
||||
id="arrow-up-blue"
|
||||
transform="rotate(180,64.165114,55.811728)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-6-4"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-blue-1-1"
|
||||
style="fill:#4893df;fill-opacity:1;stroke:#4893df;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-54-38">Arrow-down</desc><title
|
||||
id="title12-5-38-37">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 297 B |
29
src/Gui/Stylesheets/images_classic/arrow-up-darkgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-63.708165,-59.030722)"><g
|
||||
id="arrow-up-darkgray"
|
||||
transform="rotate(180,39.181053,55.811727)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-6-0"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-darkgray-1-1"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-54-2">Arrow-down</desc><title
|
||||
id="title12-5-38-8">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 297 B |
29
src/Gui/Stylesheets/images_classic/arrow-up-lightgray.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-36.418079,-57.474444)"><g
|
||||
id="arrow-up-lightgray"
|
||||
transform="rotate(180,25.53601,55.033588)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-6"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-lightgray-1-1"
|
||||
style="fill:#888888;fill-opacity:1;stroke:#888888;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-54">Arrow-down</desc><title
|
||||
id="title12-5-38">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 228 B |
29
src/Gui/Stylesheets/images_classic/arrow-up-white.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="5.5248413mm"
|
||||
height="5.2053728mm"
|
||||
viewBox="0 0 5.5248413 5.2053728"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-89.361521,-57.484398)"><g
|
||||
id="arrow-up-white"
|
||||
transform="rotate(180,52.007731,55.038565)"
|
||||
style="stroke-linecap:round;stroke-linejoin:round"><rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:0.139825"
|
||||
id="rect2-3-6-6"
|
||||
width="5.5248413"
|
||||
height="5.2053728"
|
||||
x="9.1290998"
|
||||
y="47.38736" /><path
|
||||
id="arrow-down-white-1-1"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.47702;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3;stroke-dashoffset:128.504;stroke-opacity:1"
|
||||
d="m 10.144557,49.067178 c 3.493927,0 0,0 3.493927,0 l -1.746963,1.746944 z"><desc
|
||||
id="desc12-4-54-3">Arrow-down</desc><title
|
||||
id="title12-5-38-3">Arrow-down</title></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 627 B |
26
src/Gui/Stylesheets/images_classic/autohide-black.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="3.9694877mm"
|
||||
height="3.96875mm"
|
||||
viewBox="0 0 3.9694877 3.96875"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-135.21533,-49.286459)"><g
|
||||
id="autohide-black"
|
||||
transform="matrix(0.39687499,0,0,0.396875,134.81845,48.889584)"><path
|
||||
id="path5607"
|
||||
d="M 5,1.5 10.501761,1.50796 10.5,10.5 H 5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.955056" /><path
|
||||
id="path5609"
|
||||
d="m 8.5,6 h -5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5611"
|
||||
d="m 4.4999599,4 -3,2 3,2"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 769 B |
26
src/Gui/Stylesheets/images_classic/autohide-blue.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="3.9694877mm"
|
||||
height="3.96875mm"
|
||||
viewBox="0 0 3.9694877 3.96875"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-170.67371,-49.088022)"><g
|
||||
id="autohide-blue"
|
||||
transform="matrix(0.39687499,0,0,0.396875,170.27683,48.691147)"><path
|
||||
id="path5607-3-3-3-9-0"
|
||||
d="M 5,1.5 10.501761,1.50796 10.5,10.5 H 5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#4893df;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5609-0-4-9-9-0"
|
||||
d="m 8.5,6 h -5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#4893df;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5611-3-1-1-6-7"
|
||||
d="m 4.4999599,4 -3,2 3,2"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#4893df;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 741 B |
26
src/Gui/Stylesheets/images_classic/autohide-darkgray.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="3.9694877mm"
|
||||
height="3.96875mm"
|
||||
viewBox="0 0 3.9694877 3.96875"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-161.80912,-49.286459)"><g
|
||||
id="autohide-darkgray"
|
||||
transform="matrix(0.39687499,0,0,0.396875,161.41224,48.889584)"><path
|
||||
id="path5607-3-3-3-9"
|
||||
d="M 5,1.5 10.501761,1.50796 10.5,10.5 H 5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5609-0-4-9-9"
|
||||
d="m 8.5,6 h -5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5611-3-1-1-6"
|
||||
d="m 4.4999599,4 -3,2 3,2"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 721 B |
26
src/Gui/Stylesheets/images_classic/autohide-lightgray.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="3.9694877mm"
|
||||
height="3.96875mm"
|
||||
viewBox="0 0 3.9694877 3.96875"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-152.94452,-49.286459)"><g
|
||||
id="autohide-lightgray"
|
||||
transform="matrix(0.39687499,0,0,0.396875,152.54764,48.889584)"><path
|
||||
id="path5607-3"
|
||||
d="M 5,1.5 10.501761,1.50796 10.5,10.5 H 5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#888888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5609-0"
|
||||
d="m 8.5,6 h -5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#888888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5611-3"
|
||||
d="m 4.4999599,4 -3,2 3,2"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#888888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 591 B |
26
src/Gui/Stylesheets/images_classic/autohide-white.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="3.9694877mm"
|
||||
height="3.96875mm"
|
||||
viewBox="0 0 3.9694877 3.96875"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><g
|
||||
id="layer1"
|
||||
transform="translate(-144.07993,-49.286459)"><g
|
||||
id="autohide-white"
|
||||
transform="matrix(0.39687499,0,0,0.396875,143.68305,48.889584)"><path
|
||||
id="path5607-5"
|
||||
d="M 5,1.5 10.501761,1.50796 10.5,10.5 H 5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5609-4"
|
||||
d="m 8.5,6 h -5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||
id="path5611-7"
|
||||
d="m 4.4999599,4 -3,2 3,2"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
49
src/Gui/Stylesheets/images_classic/background_freecad.svg
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 2.6 KiB |