Added Custom Stylesheet
|
@ -0,0 +1,679 @@
|
|||
/*
|
||||
Dark Bronze, a theme by Rage
|
||||
https://moddinglounge.com/
|
||||
|
||||
Consider checking out my other work if you enjoy this theme.
|
||||
https://next.nexusmods.com/profile/Rage4556
|
||||
*/
|
||||
|
||||
* {
|
||||
background: #232324;
|
||||
font-size: 11px;
|
||||
color: #fff;
|
||||
border: 1; }
|
||||
*:disabled {
|
||||
color: #808080; }
|
||||
|
||||
QAbstractItemView {
|
||||
background: #141210;
|
||||
alternate-background-color: #141210;
|
||||
show-decoration-selected: 1;
|
||||
border-radius: 1px; }
|
||||
QAbstractItemView::item {
|
||||
min-height: 26px; }
|
||||
QAbstractItemView::branch:hover, QAbstractItemView::item:hover {
|
||||
background: #443629; }
|
||||
QAbstractItemView::branch:selected, QAbstractItemView::item:selected {
|
||||
background: #443629;
|
||||
color: #FFF; }
|
||||
|
||||
QTreeView, QListView {
|
||||
border-radius: 1px; }
|
||||
QTreeView::branch:closed:has-children, QListView::branch:closed:has-children {
|
||||
image: url("./Dark Bronze/arrows/right.svg"); }
|
||||
QTreeView::branch:open:has-children, QListView::branch:open:has-children {
|
||||
image: url("./Dark Bronze/arrows/down.svg"); }
|
||||
|
||||
QHeaderView::up-arrow, QHeaderView::down-arrow {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
padding-right: 4px; }
|
||||
|
||||
QHeaderView::up-arrow {
|
||||
image: url("./Dark Bronze/arrows/up.svg"); }
|
||||
|
||||
QHeaderView::down-arrow {
|
||||
image: url("./Dark Bronze/arrows/down.svg"); }
|
||||
|
||||
QHeaderView::section {
|
||||
background: #c49b74;
|
||||
padding: 0 5px;
|
||||
border: 0;
|
||||
border-bottom: 2px solid #c49b74;
|
||||
border-right: 2px solid #c49b74; }
|
||||
QHeaderView::section:first {
|
||||
border-top-left-radius: 1px; }
|
||||
QHeaderView::section:last {
|
||||
border-right: 0;
|
||||
border-top-right-radius: 1px; }
|
||||
QHeaderView::section:hover {
|
||||
background: #9a693e; }
|
||||
|
||||
QScrollBar {
|
||||
background: #181818;
|
||||
border-top: 8px solid #323232;
|
||||
border-bottom: 8px solid #323232; }
|
||||
QScrollBar:horizontal {
|
||||
height: 20px;
|
||||
margin: 0 23px -2px 23px; }
|
||||
QScrollBar:vertical {
|
||||
width: 20px;
|
||||
margin: 23px -2px 23px 0; }
|
||||
QScrollBar::handle {
|
||||
background: #c49b74;
|
||||
border-radius: 1px;
|
||||
margin: 2px; }
|
||||
QScrollBar::handle:horizontal {
|
||||
min-width: 32px; }
|
||||
QScrollBar::handle:vertical {
|
||||
min-height: 32px; }
|
||||
QScrollBar::handle:hover, QScrollBar::handle:pressed {
|
||||
background: #443629; }
|
||||
QScrollBar::add-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #121212;
|
||||
border: 2px solid #121212;
|
||||
margin: 0 -2px -2px 0; }
|
||||
QScrollBar::add-line:horizontal {
|
||||
image: url("./Dark Bronze/arrows/right.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: right; }
|
||||
QScrollBar::add-line:vertical {
|
||||
image: url("./Dark Bronze/arrows/down.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: bottom;
|
||||
border-bottom-right-radius: 6px; }
|
||||
QScrollBar::add-line:hover, QScrollBar::add-line:pressed {
|
||||
background: #c49b74; }
|
||||
QScrollBar::sub-line {
|
||||
subcontrol-origin: margin;
|
||||
background: #121212; }
|
||||
QScrollBar::sub-line:horizontal {
|
||||
image: url("./Dark Bronze/arrows/left.svg");
|
||||
width: 23px;
|
||||
subcontrol-position: left;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-bottom-left-radius: 6px;
|
||||
margin: 0 0 -2px -2px; }
|
||||
QScrollBar::sub-line:vertical {
|
||||
image: url("./Dark Bronze/arrows/up.svg");
|
||||
height: 23px;
|
||||
subcontrol-position: top;
|
||||
border: 3px solid #121212;
|
||||
border-top-right-radius: 6px;
|
||||
margin: -2px -2px 0 0; }
|
||||
QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed {
|
||||
background: #c49b74; }
|
||||
QScrollBar::add-page, QScrollBar::sub-page {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton, QToolButton {
|
||||
background: #c49b74;
|
||||
color: #fff;
|
||||
min-height: 28px;
|
||||
padding: 4px 8px;
|
||||
border-radius: 1px;
|
||||
border: 0px solid #c49b74;
|
||||
margin: 0px 0; }
|
||||
QPushButton::menu-indicator, QToolButton::menu-indicator {
|
||||
image: url("./Dark Bronze/arrows/down.svg");
|
||||
padding: -2px;
|
||||
margin: 4px; }
|
||||
QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed {
|
||||
background: #443629; }
|
||||
QPushButton:disabled, QToolButton:disabled {
|
||||
background: transparent; }
|
||||
|
||||
QPushButton:disabled {
|
||||
background: none;
|
||||
margin-bottom: 4;
|
||||
border: 2px solid #c49b74; }
|
||||
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-position: right center; }
|
||||
|
||||
QToolButton:menu-indicator {
|
||||
margin: 0px; }
|
||||
|
||||
QMenu {
|
||||
background: transparent;
|
||||
border: 0px solid #c49b74;
|
||||
border-radius: 1px; }
|
||||
QMenu QPushButton {
|
||||
padding: 2px 24px;
|
||||
text-align: left;
|
||||
border-radius: 0; }
|
||||
QMenu QPushButton:hover {
|
||||
border-radius: 1px; }
|
||||
QMenu QCheckBox, QMenu QRadioButton {
|
||||
background: #c49b74;
|
||||
padding: 5px; }
|
||||
QMenu QCheckBox:hover, QMenu QRadioButton:hover {
|
||||
background: #c49b74;
|
||||
color: #c49b74;
|
||||
border-radius: 1px; }
|
||||
QMenu::separator {
|
||||
height: 3px;
|
||||
background: #c49b74; }
|
||||
QMenu::icon {
|
||||
padding-left: 20px; }
|
||||
QMenu::right-arrow {
|
||||
image: url("./Dark Bronze/arrows/right.svg");
|
||||
padding-right: 5px; }
|
||||
QMenu::item {
|
||||
background: #232324;
|
||||
padding: 4px 24px; }
|
||||
QMenu::item:disabled {
|
||||
background: #E8E8E8;
|
||||
color: #808080; }
|
||||
QMenu::item:selected {
|
||||
background: #c49b74;
|
||||
color: #FFF;
|
||||
border-radius: 1px; }
|
||||
|
||||
QToolBar {
|
||||
background: #232324;
|
||||
border-bottom: 4px solid #c49b74;
|
||||
padding: 6px;
|
||||
margin-top: 8px;
|
||||
qproperty-movable: true; }
|
||||
QToolBar::handle {
|
||||
background: #c49b74;
|
||||
height: 4;
|
||||
width: 4;
|
||||
margin: 4px; }
|
||||
QToolBar::separator {
|
||||
background: #c49b74;
|
||||
width: 4;
|
||||
margin: 4px 4px; }
|
||||
QToolBar:menu-indicator {
|
||||
image: url("./Dark Bronze/arrows/down.svg");
|
||||
margin: 2px; }
|
||||
QToolBar QToolButton {
|
||||
background: #c49b74;
|
||||
padding: 4px;
|
||||
border-radius: 1px;
|
||||
margin: 4px 4px 4px 4px; }
|
||||
QToolBar QToolButton:hover, QToolBar QToolButton:pressed {
|
||||
background: #443629; }
|
||||
|
||||
QLineEdit {
|
||||
background: #232324;
|
||||
min-height: 28px;
|
||||
padding-left: 8px;
|
||||
border: 2px solid #121212;
|
||||
border-radius: 1px; }
|
||||
QLineEdit:hover {
|
||||
border: 2px solid #c49b74; }
|
||||
|
||||
QComboBox {
|
||||
background: #121212;
|
||||
min-height: 28px;
|
||||
padding-left: 8px;
|
||||
border: 2px solid #c49b74;
|
||||
border-radius: 1px;
|
||||
margin: 4px 0; }
|
||||
QComboBox QAbstractItemView {
|
||||
background: #121212;
|
||||
border: 2px solid #232324;
|
||||
border-radius: 1px; }
|
||||
QComboBox:hover {
|
||||
border: 2px solid #c49b74; }
|
||||
QComboBox:on {
|
||||
background: #c49b74;
|
||||
color: #FFF;
|
||||
border: 2px solid #c49b74; }
|
||||
QComboBox::drop-down {
|
||||
width: 20px;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
border: none; }
|
||||
QComboBox::down-arrow {
|
||||
image: url("./Dark Bronze/arrows/down.svg"); }
|
||||
|
||||
QGroupBox {
|
||||
padding: 24px 4px;
|
||||
border: 2px solid #c49b74;
|
||||
border-radius: 1px; }
|
||||
QGroupBox::title {
|
||||
background: transparent;
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top left;
|
||||
padding: 8px; }
|
||||
|
||||
QProgressBar {
|
||||
background: #121212;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
border-radius: 1px;
|
||||
margin: 0 0px; }
|
||||
QProgressBar::chunk {
|
||||
background: #c49b74;
|
||||
border-radius: 1px; }
|
||||
|
||||
QTabWidget::pane {
|
||||
bottom: 4px;
|
||||
border-radius: 1px;
|
||||
margin-right: -10px; }
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
alignment: center; }
|
||||
|
||||
QTabBar {
|
||||
background: #c49b74;
|
||||
border-radius: 1px; }
|
||||
QTabBar QToolButton {
|
||||
background: #443629;
|
||||
padding: 1px;
|
||||
border-radius: 1px;
|
||||
margin: 1px; }
|
||||
QTabBar QToolButton:disabled {
|
||||
background: transparent; }
|
||||
QTabBar::tab {
|
||||
background: #c49b74;
|
||||
padding: 2px 14px;
|
||||
border: 2px solid #c49b74;
|
||||
border-radius: 1px;
|
||||
margin: 2px; }
|
||||
QTabBar::tab:disabled {
|
||||
background: #E8E8E8;
|
||||
border: 2px solid transparent; }
|
||||
QTabBar::tab:first {
|
||||
border-top-left-radius: 1px;
|
||||
border-bottom-left-radius: 1px; }
|
||||
QTabBar::tab:last {
|
||||
border-top-right-radius: 1px;
|
||||
border-bottom-right-radius: 1px; }
|
||||
QTabBar::tab:hover {
|
||||
background: #443629;
|
||||
border: 2px solid #443629; }
|
||||
QTabBar::tab:selected {
|
||||
background: #232324;
|
||||
color: #FFF;
|
||||
border: 0px solid #c49b74; }
|
||||
|
||||
QDockWidget {
|
||||
background: transparent;
|
||||
padding: 0 10px;
|
||||
border: 0;
|
||||
titlebar-close-icon: url("./Dark Bronze/cross.svg");
|
||||
titlebar-normal-icon: url("./Dark Bronze/arrows/Large/up.svg"); }
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
background: #E8E8E8;
|
||||
padding: 2px;
|
||||
border: 0; }
|
||||
QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
||||
background: #443629;
|
||||
border-radius: 1px; }
|
||||
|
||||
QStatusBar {
|
||||
background: #121212; }
|
||||
QStatusBar QWidget {
|
||||
background: #121212; }
|
||||
QStatusBar::item {
|
||||
border: 0; }
|
||||
|
||||
QTableView {
|
||||
gridline-color: #c49b74;
|
||||
border: 0; }
|
||||
QTableView QTableCornerButton::section {
|
||||
background: #FFF;
|
||||
border: 0;
|
||||
border-right: 2px solid #E8E8E8;
|
||||
border-bottom: 2px solid #E8E8E8; }
|
||||
|
||||
#tabText QToolButton, #tabIni QToolButton {
|
||||
height: 10px;
|
||||
background: #c49b74;
|
||||
border-radius: 1px; }
|
||||
#tabText QToolButton:disabled, #tabIni QToolButton:disabled {
|
||||
background: #121212;
|
||||
border: 2px solid #c49b74; }
|
||||
#tabText QToolButton:hover, #tabIni QToolButton:hover {
|
||||
background: #X;
|
||||
color: #000}
|
||||
|
||||
#tabText QLineEdit, #tabText QLineEdit, #tabIni QLineEdit, #tabIni QLineEdit {
|
||||
margin-top: 5px; }
|
||||
#tabText QLineEdit:hover, #tabText QLineEdit:hover, #tabIni QLineEdit:hover, #tabIni QLineEdit:hover {
|
||||
border: 2px solid #FFF; }
|
||||
|
||||
#actionChange_Game {
|
||||
icon: url("./Dark Bronze/controller.svg");
|
||||
qproperty-icon: url("./Dark Bronze/controller.svg"); }
|
||||
|
||||
#actionInstallMod {
|
||||
icon: url("./Dark Bronze/install_mod.svg");
|
||||
qproperty-icon: url("./Dark Bronze/install_mod.svg"); }
|
||||
|
||||
#actionModPage {
|
||||
icon: url("./Dark Bronze/nexus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/nexus.svg"); }
|
||||
|
||||
#actionNexus {
|
||||
icon: url("./Dark Bronze/nexus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/nexus.svg"); }
|
||||
|
||||
#actionAdd_Profile {
|
||||
icon: url("./Dark Bronze/profiles.svg");
|
||||
qproperty-icon: url("./Dark Bronze/profiles.svg"); }
|
||||
|
||||
#action_Refresh {
|
||||
icon: url("./Dark Bronze/refresh.svg");
|
||||
qproperty-icon: url("./Dark Bronze/refresh.svg"); }
|
||||
|
||||
#actionModify_Executables {
|
||||
icon: url("./Dark Bronze/executables.svg");
|
||||
qproperty-icon: url("./Dark Bronze/executables.svg"); }
|
||||
|
||||
#actionTool {
|
||||
icon: url("./Dark Bronze/tools.svg");
|
||||
qproperty-icon: url("./Dark Bronze/tools.svg"); }
|
||||
|
||||
#actionSettings {
|
||||
icon: url("./Dark Bronze/settings.svg");
|
||||
qproperty-icon: url("./Dark Bronze/settings.svg"); }
|
||||
|
||||
#actionEndorseMO {
|
||||
icon: url("./Dark Bronze/favorite.svg");
|
||||
qproperty-icon: url("./Dark Bronze/favorite.svg"); }
|
||||
|
||||
#actionNotifications {
|
||||
icon: url("./Dark Bronze/warning.svg");
|
||||
qproperty-icon: url("./Dark Bronze/warning.svg"); }
|
||||
|
||||
#actionUpdate {
|
||||
icon: url("./Dark Bronze/update.svg");
|
||||
qproperty-icon: url("./Dark Bronze/update.svg"); }
|
||||
|
||||
#actionHelp {
|
||||
icon: url("./Dark Bronze/help.svg");
|
||||
qproperty-icon: url("./Dark Bronze/help.svg"); }
|
||||
|
||||
#listOptionsBtn {
|
||||
padding-right: 8px;
|
||||
icon: url("./Dark Bronze/dots.svg");
|
||||
qproperty-icon: url("./Dark Bronze/dots.svg"); }
|
||||
|
||||
#openFolderMenu {
|
||||
padding-right: 8px;
|
||||
icon: url("./Dark Bronze/install_mod.svg");
|
||||
qproperty-icon: url("./Dark Bronze/install_mod.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#restoreModsButton, #restoreButton {
|
||||
icon: url("./Dark Bronze/restore.svg");
|
||||
qproperty-icon: url("./Dark Bronze/restore.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#saveModsButton, #saveButton {
|
||||
icon: url("./Dark Bronze/backup.svg");
|
||||
qproperty-icon: url("./Dark Bronze/backup.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#clearFiltersButton {
|
||||
icon: url("./Dark Bronze/cross.svg");
|
||||
qproperty-icon: url("./Dark Bronze/cross.svg"); }
|
||||
|
||||
#bossButton {
|
||||
icon: url("./Dark Bronze/sort.svg");
|
||||
qproperty-icon: url("./Dark Bronze/sort.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#refreshButton, #btnRefreshData,
|
||||
#dataTabRefresh, #btnRefreshDownloads {
|
||||
icon: url("./Dark Bronze/refresh.svg");
|
||||
qproperty-icon: url("./Dark Bronze/refresh.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#clearCacheButton, #revokeNexusAuthButton,
|
||||
#nexusDisconnect {
|
||||
icon: url("./Dark Bronze/cross.svg");
|
||||
qproperty-icon: url("./Dark Bronze/cross.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#deactivateESP {
|
||||
icon: url("./Dark Bronze/minus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/minus.svg"); }
|
||||
|
||||
#activateESP {
|
||||
icon: url("./Dark Bronze/plus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/plus.svg"); }
|
||||
|
||||
#startButton {
|
||||
background: #c49b74;
|
||||
color: #FFF;
|
||||
padding: 6px;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
icon: url("./Dark Bronze/play.svg");
|
||||
qproperty-icon: url("./Dark Bronze/play.svg"); }
|
||||
#startButton:hover {
|
||||
background: #443629; }
|
||||
|
||||
#linkButton {
|
||||
border-radius: 1px;
|
||||
border-bottom-left-radius: 1px;
|
||||
border-bottom-right-radius: 1px;
|
||||
icon: url("./Dark Bronze/shortcut.svg");
|
||||
qproperty-icon: url("./Dark Bronze/shortcut.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
#executablesListBox {
|
||||
padding: 4px;
|
||||
border-radius: 1px;
|
||||
margin-right: 8px; }
|
||||
|
||||
#refresh {
|
||||
icon: url("./Dark Bronze/refresh.svg");
|
||||
qproperty-icon: url("./Dark Bronze/refresh.svg"); }
|
||||
|
||||
#visitNexus {
|
||||
icon: url("./Dark Bronze/nexus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/nexus.svg"); }
|
||||
|
||||
#track {
|
||||
icon: url("./Dark Bronze/pin.svg");
|
||||
qproperty-icon: url("./Dark Bronze/pin.svg"); }
|
||||
|
||||
#endorse {
|
||||
icon: url("./Dark Bronze/favorite.svg");
|
||||
qproperty-icon: url("./Dark Bronze/favorite.svg");
|
||||
icon-size: 18px; }
|
||||
|
||||
QAbstractScrollArea::corner {
|
||||
background: #121212;
|
||||
border: 0px solid #E8E8E8;
|
||||
border-bottom-right-radius: 6px;
|
||||
margin: 0 -1px -1px 0; }
|
||||
|
||||
QMenuBar::item:selected {
|
||||
background: #c49b74;
|
||||
color: #FFF; }
|
||||
|
||||
QTextEdit {
|
||||
background: #121212;
|
||||
border-radius: 1px; }
|
||||
|
||||
QSplitter {
|
||||
width: 6px; }
|
||||
|
||||
QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator {
|
||||
width: 16px;
|
||||
height: 16px; }
|
||||
QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled {
|
||||
image: url("./Dark Bronze/cross.svg"); }
|
||||
QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked {
|
||||
image: url("./Dark Bronze/Checkboxes/unchecked.svg"); }
|
||||
QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover {
|
||||
image: url("./Dark Bronze/Checkboxes/unchecked.svg"); }
|
||||
QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked {
|
||||
image: url("./Dark Bronze/Checkboxes/checked.svg"); }
|
||||
QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected {
|
||||
image: url("./Dark Bronze/Checkboxes/checked.svg"); }
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
image: url("./Dark Bronze/checkboxes/radio_checked.svg"); }
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url("./Dark Bronze/checkboxes/radio_checked.svg"); }
|
||||
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
min-height: 24px;
|
||||
min-width: 60px;
|
||||
background: #FFF;
|
||||
padding: 0 2px;
|
||||
border: 2px solid #E8E8E8;
|
||||
border-radius: 1px;
|
||||
margin: 0 -4px; }
|
||||
QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button {
|
||||
min-height: 28px;
|
||||
min-width: 20px;
|
||||
border: 2px solid #E8E8E8; }
|
||||
QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover {
|
||||
background: #443629; }
|
||||
QSpinBox::up-button, QDoubleSpinBox::up-button {
|
||||
subcontrol-position: center right;
|
||||
border-top-right-radius: 6px;
|
||||
border-bottom-right-radius: 6px; }
|
||||
QSpinBox::down-button, QDoubleSpinBox::down-button {
|
||||
subcontrol-position: center left;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px; }
|
||||
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
||||
image: url("./Dark Bronze/arrows/up.svg"); }
|
||||
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
||||
image: url("./Dark Bronze/arrows/down.svg"); }
|
||||
|
||||
QSlider::groove {
|
||||
height: 0;
|
||||
border: 1px solid #443629; }
|
||||
|
||||
QSlider::handle {
|
||||
background: #FFF;
|
||||
border: 2px solid #443629;
|
||||
border-radius: 1px;
|
||||
margin: -10px; }
|
||||
QSlider::handle:hover {
|
||||
background: #443629; }
|
||||
|
||||
#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance {
|
||||
icon-size: 18px; }
|
||||
|
||||
#InstanceManagerDialog #createNew {
|
||||
icon: url("./Dark Bronze/plus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/plus.svg"); }
|
||||
|
||||
#InstanceManagerDialog #deleteInstance {
|
||||
icon: url("./Dark Bronze/cross.svg");
|
||||
qproperty-icon: url("./Dark Bronze/cross.svg"); }
|
||||
|
||||
#InstanceManagerDialog #switchToInstance {
|
||||
icon: url("./Dark Bronze/checkboxes/hover.svg");
|
||||
qproperty-icon: url("./Dark Bronze/checkboxes/hover.svg"); }
|
||||
|
||||
#EditExecutablesDialog QToolButton {
|
||||
padding: 4px 8px;
|
||||
margin: 8px 0 8px 8px; }
|
||||
#EditExecutablesDialog QToolButton:hover {
|
||||
background: #443629; }
|
||||
|
||||
#EditExecutablesDialog #add {
|
||||
icon: url("./Dark Bronze/plus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/plus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #remove {
|
||||
icon: url("./Dark Bronze/minus.svg");
|
||||
qproperty-icon: url("./Dark Bronze/minus.svg"); }
|
||||
|
||||
#EditExecutablesDialog #up {
|
||||
icon: url("./Dark Bronze/arrows/Large/up.svg");
|
||||
qproperty-icon: url("./Dark Bronze/arrows/Large/up.svg"); }
|
||||
|
||||
#EditExecutablesDialog #down {
|
||||
icon: url("./Dark Bronze/arrows/Large/down.svg");
|
||||
qproperty-icon: url("./Dark Bronze/arrows/Large/down.svg"); }
|
||||
|
||||
#EditExecutablesDialog #reset {
|
||||
icon: url("./Dark Bronze/cross.svg");
|
||||
qproperty-icon: url("./Dark Bronze/cross.svg"); }
|
||||
|
||||
QueryOverwriteDialog QTextBrowser {
|
||||
background: #121212; }
|
||||
|
||||
QueryOverwriteDialog QPushButton {
|
||||
margin-left: 8px; }
|
||||
|
||||
QProgressBar[downloadView=standard] {
|
||||
background: transparent;
|
||||
margin: 11px 0; }
|
||||
|
||||
QProgressBar[downloadView=compact] {
|
||||
background: transparent; }
|
||||
|
||||
QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk {
|
||||
border-right: 2px solid #E8E8E8; }
|
||||
|
||||
QLCDNumber {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
border-radius: 1px; }
|
||||
QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel {
|
||||
padding-left: 6px; }
|
||||
|
||||
QPlainTextEdit#output {
|
||||
background: #232324;
|
||||
padding-left: 10px;
|
||||
border-radius: 1px; }
|
||||
|
||||
QToolTip {
|
||||
background: #232324;
|
||||
color: #fff;
|
||||
border: 2px solid #c49b74;
|
||||
border-radius: 1px; }
|
||||
|
||||
ModListView, PluginListView {
|
||||
margin: 3px 0; }
|
||||
|
||||
LinkLabel {
|
||||
qproperty-linkColor: #c49b74; }
|
||||
|
||||
#stepsStack QWidget {
|
||||
border: none; }
|
||||
|
||||
#stepsStack QGroupBox {
|
||||
border: 2px solid #c49b74;
|
||||
border-radius: 1px; }
|
||||
|
||||
#espFilterEdit {
|
||||
margin-top: 4px; }
|
||||
|
||||
#dataTabFilter, #downloadFilterEdit {
|
||||
margin-top: 6px; }
|
||||
|
||||
#bossButton {
|
||||
margin-bottom: 4px; }
|
||||
|
||||
#btnRefreshDownloads, #dataTabRefresh {
|
||||
margin-bottom: 6px; }
|
||||
|
||||
#displayCategoriesBtn {
|
||||
min-width: 12px; }
|
||||
|
||||
#categoriesGroup {
|
||||
padding-top: 23px;
|
||||
border: 0; }
|
||||
#categoriesGroup QAbstractScrollArea {
|
||||
min-width: 240px; }
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z"/></svg>
|
After Width: | Height: | Size: 182 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z"/></svg>
|
After Width: | Height: | Size: 178 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z"/></svg>
|
After Width: | Height: | Size: 178 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z"/></svg>
|
After Width: | Height: | Size: 178 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z"/></svg>
|
After Width: | Height: | Size: 179 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q25-92 100-149t170-57q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H520q-33 0-56.5-23.5T440-240v-206l-64 62-56-56 160-160 160 160-56 56-64-62v206h220q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-80q0-83-58.5-141.5T480-720q-83 0-141.5 58.5T280-520h-20q-58 0-99 41t-41 99q0 58 41 99t99 41h100v80H260Zm220-280Z"/></svg>
|
After Width: | Height: | Size: 503 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m424-312 282-282-56-56-226 226-114-114-56 56 170 170ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>
|
After Width: | Height: | Size: 335 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>
|
After Width: | Height: | Size: 178 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-280q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480q0 83 58.5 141.5T480-280Zm0 200q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
|
After Width: | Height: | Size: 515 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
|
After Width: | Height: | Size: 410 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Z"/></svg>
|
After Width: | Height: | Size: 267 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M160-240q-33 0-56.5-23.5T80-320v-320q0-33 23.5-56.5T160-720h640q33 0 56.5 23.5T880-640v320q0 33-23.5 56.5T800-240H160Zm0-80h640v-320H160v320Zm120-40h80v-80h80v-80h-80v-80h-80v80h-80v80h80v80Zm300 0q25 0 42.5-17.5T640-420q0-25-17.5-42.5T580-480q-25 0-42.5 17.5T520-420q0 25 17.5 42.5T580-360Zm120-120q25 0 42.5-17.5T760-540q0-25-17.5-42.5T700-600q-25 0-42.5 17.5T640-540q0 25 17.5 42.5T700-480ZM160-320v-320 320Z"/></svg>
|
After Width: | Height: | Size: 536 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
|
After Width: | Height: | Size: 222 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M240-400q-33 0-56.5-23.5T160-480q0-33 23.5-56.5T240-560q33 0 56.5 23.5T320-480q0 33-23.5 56.5T240-400Zm240 0q-33 0-56.5-23.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 33-23.5 56.5T480-400Zm240 0q-33 0-56.5-23.5T640-480q0-33 23.5-56.5T720-560q33 0 56.5 23.5T800-480q0 33-23.5 56.5T720-400Z"/></svg>
|
After Width: | Height: | Size: 427 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H160v400Zm140-40-56-56 103-104-104-104 57-56 160 160-160 160Zm180 0v-80h240v80H480Z"/></svg>
|
After Width: | Height: | Size: 340 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m480-120-58-52q-101-91-167-157T150-447.5Q111-500 95.5-544T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 46-15.5 90T810-447.5Q771-395 705-329T538-172l-58 52Zm0-108q96-86 158-147.5t98-107q36-45.5 50-81t14-70.5q0-60-40-100t-100-40q-47 0-87 26.5T518-680h-76q-15-41-55-67.5T300-774q-60 0-100 40t-40 100q0 35 14 70.5t50 81q36 45.5 98 107T480-228Zm0-273Z"/></svg>
|
After Width: | Height: | Size: 508 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M478-240q21 0 35.5-14.5T528-290q0-21-14.5-35.5T478-340q-21 0-35.5 14.5T428-290q0 21 14.5 35.5T478-240Zm-36-154h74q0-33 7.5-52t42.5-52q26-26 41-49.5t15-56.5q0-56-41-86t-97-30q-57 0-92.5 30T342-618l66 26q5-18 22.5-39t53.5-21q32 0 48 17.5t16 38.5q0 20-12 37.5T506-526q-44 39-54 59t-10 73Zm38 314q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
|
After Width: | Height: | Size: 695 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h240l80 80h320q33 0 56.5 23.5T880-640v400q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H447l-80-80H160v480Zm0 0v-480 480Z"/></svg>
|
After Width: | Height: | Size: 301 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z"/></svg>
|
After Width: | Height: | Size: 602 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-301q99-80 149.5-154T680-594q0-90-56-148t-144-58q-88 0-144 58t-56 148q0 65 50.5 139T480-301Zm0 101Q339-304 269.5-402T200-594q0-125 78-205.5T480-880q124 0 202 80.5T760-594q0 94-69.5 192T480-200Zm0-320q33 0 56.5-23.5T560-600q0-33-23.5-56.5T480-680q-33 0-56.5 23.5T400-600q0 33 23.5 56.5T480-520ZM200-80v-80h560v80H200Zm280-520Z"/></svg>
|
After Width: | Height: | Size: 454 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M320-200v-560l440 280-440 280Zm80-280Zm0 134 210-134-210-134v268Z"/></svg>
|
After Width: | Height: | Size: 190 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M280-600v-80h560v80H280Zm0 160v-80h560v80H280Zm0 160v-80h560v80H280ZM160-600q-17 0-28.5-11.5T120-640q0-17 11.5-28.5T160-680q17 0 28.5 11.5T200-640q0 17-11.5 28.5T160-600Zm0 160q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520q17 0 28.5 11.5T200-480q0 17-11.5 28.5T160-440Zm0 160q-17 0-28.5-11.5T120-320q0-17 11.5-28.5T160-360q17 0 28.5 11.5T200-320q0 17-11.5 28.5T160-280Z"/></svg>
|
After Width: | Height: | Size: 495 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z"/></svg>
|
After Width: | Height: | Size: 548 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M204-318q-22-38-33-78t-11-82q0-134 93-228t227-94h7l-64-64 56-56 160 160-160 160-56-56 64-64h-7q-100 0-170 70.5T240-478q0 26 6 51t18 49l-60 60ZM481-40 321-200l160-160 56 56-64 64h7q100 0 170-70.5T720-482q0-26-6-51t-18-49l60-60q22 38 33 78t11 82q0 134-93 228t-227 94h-7l64 64-56 56Z"/></svg>
|
After Width: | Height: | Size: 405 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M200-440v-80h560v80H200Z"/></svg>
|
After Width: | Height: | Size: 149 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-120q-138 0-240.5-91.5T122-440h82q14 104 92.5 172T480-200q117 0 198.5-81.5T760-480q0-117-81.5-198.5T480-760q-69 0-129 32t-101 88h110v80H120v-240h80v94q51-64 124.5-99T480-840q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-480q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-120Zm112-192L440-464v-216h80v184l128 128-56 56Z"/></svg>
|
After Width: | Height: | Size: 444 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M600-80q-127-48-203.5-158T320-484q0-91 36-172.5T458-800H320v-80h280v280h-80v-148q-57 51-88.5 119.5T400-484q0 102 54 187.5T600-167v87Z"/></svg>
|
After Width: | Height: | Size: 258 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v27q0 6.5-2 13.5l103 78-110 190-118-50q-11 8-23 15t-24 12L590-80H370Zm70-80h79l14-106q31-8 57.5-23.5T639-327l99 41 39-68-86-65q5-14 7-29.5t2-31.5q0-16-2-31.5t-7-29.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q22 23 48.5 38.5T427-266l13 106Zm42-180q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Zm-2-140Z"/></svg>
|
After Width: | Height: | Size: 771 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M280-40q-33 0-56.5-23.5T200-120v-720q0-33 23.5-56.5T280-920h400q33 0 56.5 23.5T760-840v160h-80v-40H280v480h400v-40h80v160q0 33-23.5 56.5T680-40H280Zm0-120v40h400v-40H280Zm0-640h400v-40H280v40Zm0 0v-40 40Zm0 640v40-40Zm406-280H480v120h-80v-120q0-33 23.5-56.5T480-520h206l-62-64 56-56 160 160-160 160-56-56 62-64Z"/></svg>
|
After Width: | Height: | Size: 436 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M120-240v-80h240v80H120Zm0-200v-80h480v80H120Zm0-200v-80h720v80H120Z"/></svg>
|
After Width: | Height: | Size: 193 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M686-132 444-376q-20 8-40.5 12t-43.5 4q-100 0-170-70t-70-170q0-36 10-68.5t28-61.5l146 146 72-72-146-146q29-18 61.5-28t68.5-10q100 0 170 70t70 170q0 23-4 43.5T584-516l244 242q12 12 12 29t-12 29l-84 84q-12 12-29 12t-29-12Zm29-85 27-27-256-256q18-20 26-46.5t8-53.5q0-60-38.5-104.5T386-758l74 74q12 12 12 28t-12 28L332-500q-12 12-28 12t-28-12l-74-74q9 57 53.5 95.5T360-440q26 0 52-8t47-25l256 256ZM472-488Z"/></svg>
|
After Width: | Height: | Size: 527 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M280-160v-80h400v80H280Zm160-160v-327L336-544l-56-56 200-200 200 200-56 56-104-103v327h-80Z"/></svg>
|
After Width: | Height: | Size: 216 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m40-120 440-760 440 760H40Zm138-80h604L480-720 178-200Zm302-40q17 0 28.5-11.5T520-280q0-17-11.5-28.5T480-320q-17 0-28.5 11.5T440-280q0 17 11.5 28.5T480-240Zm-40-120h80v-200h-80v200Zm40-100Z"/></svg>
|
After Width: | Height: | Size: 314 B |