mirror of https://github.com/qTox/qTox.git
8 changed files with 145 additions and 96 deletions
@ -1,64 +1,80 @@
@@ -1,64 +1,80 @@
|
||||
QScrollArea { |
||||
QScrollArea |
||||
{ |
||||
background: @themeMedium; |
||||
} |
||||
|
||||
QScrollBar:vertical { |
||||
QScrollBar:vertical |
||||
{ |
||||
background: @themeMedium; |
||||
width: 16px; |
||||
padding: 0px 3px 0px 3px; |
||||
} |
||||
|
||||
QScrollBar:handle:vertical { |
||||
QScrollBar:handle:vertical |
||||
{ |
||||
background: @themeDark; |
||||
min-height: 20px; |
||||
border-radius: 5px; |
||||
margin: 3px 0px 3px 0px; |
||||
} |
||||
|
||||
QScrollBar:handle:vertical:hover { |
||||
QScrollBar:handle:vertical:hover |
||||
{ |
||||
background: @themeMediumDark; |
||||
} |
||||
|
||||
QScrollBar:handle:vertical:pressed { |
||||
QScrollBar:handle:vertical:pressed |
||||
{ |
||||
background: @themeDark; |
||||
} |
||||
|
||||
QScrollBar:add-line:vertical {height: 0px;subcontrol-position: bottom;subcontrol-origin: margin;} |
||||
QScrollBar:add-line:vertical |
||||
{ |
||||
height: 0px; |
||||
subcontrol-position: bottom; |
||||
subcontrol-origin: margin; |
||||
} |
||||
|
||||
QScrollBar:sub-line:vertical {height: 0px;subcontrol-position: top;subcontrol-origin: margin;} |
||||
QScrollBar:sub-line:vertical |
||||
{ |
||||
height: 0px; |
||||
subcontrol-position: top; |
||||
subcontrol-origin: margin; |
||||
} |
||||
|
||||
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical { |
||||
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical |
||||
{ |
||||
background: none; |
||||
} |
||||
|
||||
QWidget#circleWidgetContainer > QFrame#line |
||||
{ |
||||
color: white; |
||||
color: white; |
||||
} |
||||
|
||||
QWidget#circleWidgetContainer |
||||
{ |
||||
background-color: @themeMedium; |
||||
background-color: @themeMedium; |
||||
} |
||||
|
||||
QWidget#circleWidgetContainer:hover |
||||
{ |
||||
background-color: @themeLight; |
||||
background-color: @themeLight; |
||||
} |
||||
|
||||
QWidget#circleWidgetContainer QLineEdit |
||||
{ |
||||
background-color: @themeLight; |
||||
background-color: @themeLight; |
||||
} |
||||
|
||||
QWidget#circleWidgetContainer > QLabel#status |
||||
{ |
||||
font: @small; |
||||
color: @lightGrey; |
||||
font: @small; |
||||
color: @lightGrey; |
||||
} |
||||
|
||||
QWidget#circleWidgetContainer > QLabel#name |
||||
{ |
||||
font: @big; |
||||
color: @white; |
||||
font: @big; |
||||
color: @white; |
||||
} |
||||
|
@ -1,58 +1,68 @@
@@ -1,58 +1,68 @@
|
||||
#LoginScreen { |
||||
background-color: #1c1c1c; |
||||
#LoginScreen |
||||
{ |
||||
background-color: #1c1c1c; |
||||
} |
||||
|
||||
#line { |
||||
color: #757575; |
||||
#line |
||||
{ |
||||
color: #757575; |
||||
} |
||||
|
||||
#stackedWidget { |
||||
background-color: #d6d2Cf; |
||||
#stackedWidget |
||||
{ |
||||
background-color: #d6d2Cf; |
||||
} |
||||
|
||||
#labelNewProfile, |
||||
#labelLoadProfile { |
||||
border-style: solid; |
||||
border-width: 15px 0 15px 15px; |
||||
border-color: #d6d2cf #d6d2cf #d6d2cf #1c1c1c; |
||||
#labelLoadProfile |
||||
{ |
||||
border-style: solid; |
||||
border-width: 15px 0 15px 15px; |
||||
border-color: #d6d2cf #d6d2cf #d6d2cf #1c1c1c; |
||||
} |
||||
#labelNewProfile { |
||||
margin-top:125px; |
||||
margin-bottom:45px; |
||||
#labelNewProfile |
||||
{ |
||||
margin-top:125px; |
||||
margin-bottom:45px; |
||||
} |
||||
#labelLoadProfile { |
||||
margin-top:165px; |
||||
margin-bottom:5px; |
||||
#labelLoadProfile |
||||
{ |
||||
margin-top:165px; |
||||
margin-bottom:5px; |
||||
} |
||||
|
||||
LoginScreen > QPushButton, |
||||
QStackedWidget QPushButton |
||||
{ |
||||
background: transparent; |
||||
border: none; |
||||
color: white; |
||||
font-size: 9pt; |
||||
font-weight: bold; |
||||
background: transparent; |
||||
border: none; |
||||
color: white; |
||||
font-size: 9pt; |
||||
font-weight: bold; |
||||
} |
||||
|
||||
#loginButton, |
||||
#importButton, |
||||
#createAccountButton { |
||||
border-radius:5px; |
||||
padding:5px; |
||||
background-color:#42a33a; |
||||
#createAccountButton |
||||
{ |
||||
border-radius:5px; |
||||
padding:5px; |
||||
background-color:#42a33a; |
||||
} |
||||
|
||||
#loginButton:hover, |
||||
#importButton:hover, |
||||
#createAccountButton:hover { |
||||
background: #0c530d; |
||||
#createAccountButton:hover |
||||
{ |
||||
background: #0c530d; |
||||
} |
||||
|
||||
QLabel, QCheckBox, QProgressBar { |
||||
color: black; |
||||
QLabel, QCheckBox, QProgressBar |
||||
{ |
||||
color: black; |
||||
} |
||||
|
||||
QCheckBox:disabled { |
||||
color: gray; |
||||
QCheckBox:disabled |
||||
{ |
||||
color: gray; |
||||
} |
||||
|
@ -1,27 +1,33 @@
@@ -1,27 +1,33 @@
|
||||
QTextEdit { |
||||
border-color: @lightGrey; |
||||
border-style: solid; |
||||
border-width: 1px 0 1px 1px; |
||||
QTextEdit |
||||
{ |
||||
border-color: @lightGrey; |
||||
border-style: solid; |
||||
border-width: 1px 0 1px 1px; |
||||
background: white; |
||||
} |
||||
|
||||
QTextEdit:hover { |
||||
border-color: #d7d4d1; |
||||
QTextEdit:hover |
||||
{ |
||||
border-color: #d7d4d1; |
||||
} |
||||
|
||||
QTextEdit:pressed { |
||||
border-color: #4ea6ea; |
||||
QTextEdit:pressed |
||||
{ |
||||
border-color: #4ea6ea; |
||||
} |
||||
|
||||
QTextEdit#group { |
||||
/*border-radius: 0 6px 6px 0; would use to round corners in groupchat, but Qt's implementation seems to be bugged*/ |
||||
border: 1px solid #c4c1bd; |
||||
QTextEdit#group |
||||
{ |
||||
/*border-radius: 0 6px 6px 0; would use to round corners in groupchat, but Qt's implementation seems to be bugged*/ |
||||
border: 1px solid #c4c1bd; |
||||
} |
||||
|
||||
QTextEdit#group:hover { |
||||
border-color: #d7d4d1; |
||||
QTextEdit#group:hover |
||||
{ |
||||
border-color: #d7d4d1; |
||||
} |
||||
|
||||
QTextEdit#group:pressed { |
||||
border-color: #4ea6ea; |
||||
QTextEdit#group:pressed |
||||
{ |
||||
border-color: #4ea6ea; |
||||
} |
||||
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
#selfAvatar:hover { |
||||
#selfAvatar:hover |
||||
{ |
||||
border-radius: 6px; |
||||
background-color: #ccc; |
||||
} |
||||
|
Loading…
Reference in new issue