Theme changes from SD
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow, ChatModel, requestDialog
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
|
||||
{
|
||||
background-color: #303335;
|
||||
color: #ffffff;
|
||||
@@ -25,7 +25,7 @@ QTabWidget QTabBar::tab:hover {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
|
||||
color:#fff;
|
||||
border: 1px ridge #fff;
|
||||
min-height: 20px;
|
||||
min-height: 20px
|
||||
}
|
||||
|
||||
QHeaderView { /* Table Header */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QWidget, QPlainTextEdit, QLineEdit, QLabel, MainWindow
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QWidget, QPlainTextEdit, QLineEdit, QLabel, MainWindow
|
||||
{
|
||||
background-color: #dadada;
|
||||
color: #000000;
|
||||
|
||||
@@ -9,7 +9,7 @@ Website: https://www.csharpe.me
|
||||
License: https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow, QPixmap, QHBoxLayout, QVBoxLayout, QGridLayout, QAbstractItemView, QFrame
|
||||
{
|
||||
background-color: #111;
|
||||
color: #fff;
|
||||
@@ -23,6 +23,7 @@ QPushButton:hover {
|
||||
background: #222;
|
||||
}
|
||||
|
||||
/*
|
||||
QLineEdit, QRadioButton::indicator::unchecked, QCheckBox::indicator::unchecked {
|
||||
background: #222;
|
||||
border: 1px solid #333;
|
||||
@@ -35,19 +36,24 @@ font-size: 12px;
|
||||
|
||||
QLineEdit:focus {
|
||||
border: 1px solid #9d8400;
|
||||
}
|
||||
}*/
|
||||
|
||||
/*
|
||||
QWidget QLabel {
|
||||
font-size: 11pt;
|
||||
}
|
||||
*/
|
||||
|
||||
QWidget QCheckBox {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QTabWidget QTabBar::tab {
|
||||
min-height: 15px;
|
||||
padding: 15px 25px;
|
||||
/*min-height: 15px;*/
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
border: 1px ridge #222;
|
||||
left: 1px; /* Fix 1px alignment */
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
|
||||
@@ -62,6 +68,7 @@ border-bottom: 0px; /* Overwrites border-bottom */
|
||||
|
||||
QTabWidget QTabBar::tab:hover {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #555, stop: 1 #111);
|
||||
min-height: 20px
|
||||
}
|
||||
|
||||
QHeaderView { /* Table Header */
|
||||
@@ -74,7 +81,7 @@ background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, st
|
||||
color:#fff;
|
||||
min-height:25px;
|
||||
font-weight:bold;
|
||||
font-size:12px;
|
||||
font-size:11px;
|
||||
outline:0;
|
||||
border:1px ridge #222;
|
||||
padding: 2px 5px;
|
||||
@@ -112,8 +119,8 @@ color: #fff;
|
||||
QMenuBar::item {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #222, stop: 1 #111);
|
||||
color: #fff;
|
||||
padding: 5px 7px;
|
||||
margin: 0px;
|
||||
/*padding: 5px 7px;
|
||||
margin: 0px;*/
|
||||
}
|
||||
|
||||
QMenuBar::item:selected {
|
||||
|
||||
114
res/css/dragonx.css
Normal file
114
res/css/dragonx.css
Normal file
@@ -0,0 +1,114 @@
|
||||
QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow {
|
||||
background-color: #232834;
|
||||
color: #91a4b8;
|
||||
}
|
||||
QTabWidget QTabBar::tab {
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
border: 1px solid #343F4B;
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
}
|
||||
QTabWidget QTabBar::tab:selected {
|
||||
min-height: 10px;
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
color:#91a4b8;
|
||||
border: 1px ridge #91a4b8;
|
||||
}
|
||||
QTabWidget QTabBar::tab:hover {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
color:#91a4b8;
|
||||
border: 1px ridge #91a4b8;
|
||||
min-height: 20px
|
||||
}
|
||||
QHeaderView {
|
||||
/* Table Header */
|
||||
background-color:#232834;
|
||||
}
|
||||
QHeaderView::section {
|
||||
/* Table Header Sections */
|
||||
qproperty-alignment:center;
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
color:#91a4b8;
|
||||
min-height:25px;
|
||||
font-weight:bold;
|
||||
font-size:11px;
|
||||
outline:0;
|
||||
border:1px solid #343F4B;
|
||||
border-right:1px solid #91a4b8;
|
||||
border-left:1px solid #91a4b8;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
padding-top:2px;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
QHeaderView::section:last {
|
||||
border-right: 0px solid #d7d7d7;
|
||||
}
|
||||
QScrollArea {
|
||||
background:transparent;
|
||||
border:0px;
|
||||
}
|
||||
QTableView {
|
||||
/* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
|
||||
background:#232834;
|
||||
}
|
||||
QTableView::item {
|
||||
/* Table Item */
|
||||
background-color:#232834;
|
||||
border:1px solid #91a4b8;
|
||||
font-size:12px;
|
||||
}
|
||||
QTableView::item:selected {
|
||||
/* Table Item Selected */
|
||||
background-color:#91a4b8;
|
||||
color:#232834;
|
||||
}
|
||||
QMenuBar {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
color: #91a4b8;
|
||||
}
|
||||
QMenuBar::item {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
color: #91a4b8;
|
||||
}
|
||||
QMenuBar::item:selected {
|
||||
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #343F4B, stop: 1 #232834);
|
||||
}
|
||||
QPushButton#startmining {
|
||||
background-color: #343F4B;
|
||||
border-color: #91A4B8;
|
||||
padding: 10px;
|
||||
}
|
||||
QPushButton#startmining:hover {
|
||||
background-color: #232834;
|
||||
}
|
||||
QPushButton#startmining:pressed {
|
||||
background-color: #232834;
|
||||
}
|
||||
QPushButton#startmining:disabled {
|
||||
background-color: #232834;
|
||||
}
|
||||
QPushButton#stopmining {
|
||||
background-color: #343F4B;
|
||||
border-color: #91A4B8;
|
||||
padding: 10px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
QPushButton#stopmining:hover {
|
||||
background-color: #232834;
|
||||
}
|
||||
QPushButton#stopmining:pressed {
|
||||
background-color: #232834;
|
||||
}
|
||||
QPushButton#stopmining:disabled {
|
||||
background-color: #232834;
|
||||
}
|
||||
QComboBox#genproclimit{
|
||||
font-size: 24px;
|
||||
height: 40px;
|
||||
}
|
||||
QMenu::item:selected{
|
||||
background-color: #343F4B
|
||||
}
|
||||
Reference in New Issue
Block a user