From 216a459709a91ab8cbb69a2f431a7905f62361ee Mon Sep 17 00:00:00 2001
From: "youssef.arfouy" <youssef.arfouy@univ-tlse3.fr>
Date: Tue, 16 May 2023 14:42:43 +0000
Subject: [PATCH] Upload New File

---
 ehci4intel-main/syle.css | 177 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 177 insertions(+)
 create mode 100644 ehci4intel-main/syle.css

diff --git a/ehci4intel-main/syle.css b/ehci4intel-main/syle.css
new file mode 100644
index 0000000..443a15e
--- /dev/null
+++ b/ehci4intel-main/syle.css
@@ -0,0 +1,177 @@
+QWidget {
+    background-color: #252526;
+}
+
+QPushButton {
+    background-color: #3C3C3C;
+    border-style: solid;
+    height: 30px;
+    color: #BFBFBF;
+    font-size: 12px;
+    font-weight: bold;
+}
+
+QPushButton:hover {
+    background-color: #505050;
+}
+
+QPushButton:pressed {
+    background-color: #3C3C3C;
+}
+
+QWidget#dat {
+    border-right: 1px solid rgba(191, 191, 191, 0.2);
+    border-bottom: 1px solid rgba(191, 191, 191, 0.2);
+}
+
+QLabel {
+    qproperty-alignment: AlignCenter;
+    color: #BFBFBF;
+    font-size: 18px;
+    border-bottom: 1px solid rgba(191, 191, 191, 0.2);
+}
+
+QLabel#param {
+    qproperty-alignment: "AlignVCenter | AlignRight";
+    border-bottom: 0px;
+}
+
+QLabel#num {
+    qproperty-alignment: "AlignVCenter | AlignLeft";
+    border-bottom: 0px;
+}
+
+QLineEdit {
+    qproperty-alignment: AlignCenter;
+    background-color: #BFBFBF;
+    border: 0px;
+    font-size: 12px;
+    font-weight: bold;
+}
+
+QScrollBar:vertical {
+    background: #444444;
+    border: 2px solid #444444;
+    border-left: 1px solid #444444;
+    width: 17px;
+    margin: 23px 0px 0px 0px;
+}
+
+QScrollBar::handle:vertical {
+    background: #686868;
+    min-height: 10px;
+}
+
+QScrollBar::handle:vertical:hover {
+    background: #7B7B7B;
+}
+
+QScrollBar::handle:vertical:pressed {
+    background: #A1A1A1;
+}
+
+QScrollBar::add-line:vertical {
+    background: #444444;
+}
+
+QScrollBar::sub-line:vertical {
+    background: #444444;
+    height: 23px;
+    subcontrol-position: top;
+    subcontrol-origin: margin;
+}
+
+QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
+    background: none;
+}
+
+QScrollBar:horizontal {
+    background: #444444;
+    border: 2px solid #444444;
+    height: 17px;
+    margin: 0px 0px 0px 0px;
+}
+
+QScrollBar::handle:horizontal {
+    background: #686868;
+    min-width: 20px;
+}
+
+QScrollBar::handle:horizontal:hover {
+    background: #7B7B7B;
+}
+
+QScrollBar::handle:horizontal:pressed {
+    background: #A1A1A1;
+}
+
+QScrollBar::add-line:horizontal {
+    background: #444444;
+}
+
+QScrollBar::sub-line:horizontal {
+    background: #444444;
+}
+
+QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
+    background: none;
+}
+
+QTabWidget::pane {
+    border-top: 0px;
+}
+
+QTabBar::tab {
+    width: 80px;
+    height: 25px;
+    background: #3C3C3C;
+    color: #BFBFBF;
+    font-size: 12px;
+    font-weight: bold;
+}
+
+QTabWidget::tab-bar {
+    alignment: center;
+}
+
+QTabBar::tab:hover {
+    background-color: #505050;
+}
+
+QTabBar::tab:selected {
+    background-color: #505050;
+}
+
+QTabBar::tab:not(selected) {
+    margin-top: 0px;
+}
+
+QTableWidget {
+    gridline-color: #444444;
+    border: 3px solid #1F1F20;
+}
+
+QTableView {
+    selection-background-color: #686868;
+    selection-color: #1F1F20;
+    color: #BFBFBF;
+    font-size: 12px;
+    font-weight: bold;
+}
+
+QTableView:focus {
+    border: 1px solid red;
+}
+
+QTableView QTableCornerButton::section {
+    background: #444444;
+    border: 0px;
+}
+
+QHeaderView::section {
+    background-color: #444444;
+    border-style: 0px;
+    color: #BFBFBF;
+    font-size: 12px;
+    font-weight: bold;
+}
\ No newline at end of file
-- 
GitLab