removed not needed stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1840 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -385,35 +385,6 @@
|
||||
<file>images/window_fullscreen.png</file>
|
||||
<file>images/window_nofullscreen.png</file>
|
||||
<file>layouts/default.ui</file>
|
||||
<file>qss/black.qss</file>
|
||||
<file>qss/black/backgroundblack.png</file>
|
||||
<file>qss/black/border.png</file>
|
||||
<file>qss/black/button.png</file>
|
||||
<file>qss/black/button_hover.png</file>
|
||||
<file>qss/black/button_pressed.png</file>
|
||||
<file>qss/black/checkBox.png</file>
|
||||
<file>qss/black/checkBox_hover.png</file>
|
||||
<file>qss/black/checkBox_hoverAndSelected.png</file>
|
||||
<file>qss/black/checkBox_selected.png</file>
|
||||
<file>qss/blue.qss</file>
|
||||
<file>qss/blue/blue.png</file>
|
||||
<file>qss/default.qss</file>
|
||||
<file>qss/default/retrotoolbar.png</file>
|
||||
<file>qss/ed2k.qss</file>
|
||||
<file>qss/ed2k/backed2k.png</file>
|
||||
<file>qss/ed2k/button-down.png</file>
|
||||
<file>qss/ed2k/button-hover.png</file>
|
||||
<file>qss/ed2k/button-up.png</file>
|
||||
<file>qss/ed2k/little-back.png</file>
|
||||
<file>qss/over.qss</file>
|
||||
<file>qss/over/backover.png</file>
|
||||
<file>qss/over/greenbot.png</file>
|
||||
<file>qss/over/greenhover.png</file>
|
||||
<file>qss/over/greentop.png</file>
|
||||
<file>qss/silver.qss</file>
|
||||
<file>qss/silver/silver.png</file>
|
||||
<file>qss/skin2.qss</file>
|
||||
<file>qss/skin2/background.png</file>
|
||||
<file>qss/chat/default.htm</file>
|
||||
<file>qss/chat/default.css</file>
|
||||
<file>qss/chat/second.htm</file>
|
||||
|
@ -1,232 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #F9F9F9;
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(:qss/black/backgroundblack.png);
|
||||
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
color: white;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
color: white;
|
||||
min-height: 22px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
color: white;
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#afcancelButton#doneButton#refreshButtonv#nviewsettingsButton#checkButton
|
||||
{
|
||||
color: white;
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#fileButton#emailButton {
|
||||
color: white;
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
color: white;
|
||||
min-height: 27px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#toggleAdvancedSearchBtn{
|
||||
min-height: 34px;
|
||||
min-width: 34px;
|
||||
}
|
||||
|
||||
QPushButton#pushButtonDownload{
|
||||
min-height: 34px;
|
||||
min-width: 34px;
|
||||
}
|
||||
|
||||
QPushButton#Sendbtn {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#sendButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#newmessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#replymessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#removemessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#printbutton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#refreshButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#checkButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#nviewsettingsButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton
|
||||
{
|
||||
border-image: url(:qss/black/button.png) ;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
border-image: url(:qss/black/button_hover.png);
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
border-image: url(:qss/black/button_pressed.png) ;
|
||||
}
|
||||
|
||||
|
||||
QSplitter
|
||||
{
|
||||
background-color: #F9F9F9;
|
||||
}
|
||||
|
||||
QLineEdit
|
||||
{
|
||||
border-image: url(:qss/black/border.png) 4;
|
||||
border-width: 3;
|
||||
}
|
||||
|
||||
QLabel
|
||||
{
|
||||
color: #306090;
|
||||
}
|
||||
|
||||
|
||||
QGroupBox
|
||||
{
|
||||
color: #306090;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
|
||||
QRadioButton::indicator::unchecked {
|
||||
image: url(:qss/black/checkBox.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator:unchecked:hover {
|
||||
image: url(:qss/black/checkBox_hover.png);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QRadioButton::indicator::checked {
|
||||
image: url(:qss/black/checkBox_selected.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url(:qss/black/checkBox_hoverAndSelected.png);
|
||||
}
|
||||
|
||||
|
||||
QCheckBox::indicator:unchecked {
|
||||
image: url(:qss/black/checkBox.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:unchecked:hover {
|
||||
image: url(:qss/black/checkBox_hover.png);
|
||||
}
|
||||
|
||||
|
||||
QCheckBox::indicator:checked {
|
||||
image: url(:qss/black/checkBox_selected.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover {
|
||||
image: url(:qss/black/checkBox_hoverAndSelected.png);
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background-color: #F9F9F9;
|
||||
|
||||
}
|
||||
|
||||
|
||||
QMenu::item {
|
||||
/* sets background of menu item. set this to something non-transparent
|
||||
if you want menu color and menu item color to be different */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #848D9B, stop:1 #394152);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #848D9B, stop:1 #394152);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #848D9B, stop:1 #394152);
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(:qss/black/backgroundblack.png);
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.2 KiB |
@ -1,68 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #c4dafa;
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/blue/blue.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E3EFFF, stop: 1 #87ADE4);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E3EFFF, stop: 1 #87ADE4);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E3EFFF, stop: 1 #87ADE4);
|
||||
}
|
||||
|
||||
QStatusBar{
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E3EFFF, stop: 1 #87ADE4);
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/blue/blue.png);
|
||||
|
||||
}
|
Before Width: | Height: | Size: 313 B |
@ -1,49 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #ECF3F6;
|
||||
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/default/retrotoolbar.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
|
||||
max-height: 25px
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
/*max-width: 77px;*/
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/default/rsdefault.png);
|
||||
|
||||
}
|
Before Width: | Height: | Size: 7.0 KiB |
@ -1,128 +0,0 @@
|
||||
.QWidget {
|
||||
background-image: url(qss/ed2k/little-back.png);
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/ed2k/backed2k.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton
|
||||
{
|
||||
border-image: url(qss/ed2k/button-down.png) ;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
border-image: url(qss/ed2k/button-hover.png);
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
border-image: url(qss/ed2k/button-up.png) ;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#Sendbtn {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#sendButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#newmessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#replymessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#removemessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#printbutton
|
||||
{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#afcancelButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#refreshButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#checkButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#nviewsettingsButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/ed2k/backed2k.png);
|
||||
|
||||
}
|
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 1.0 KiB |
@ -1,124 +0,0 @@
|
||||
.QWidget {
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #67768D, stop: 0.4 #EDEEFD);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/orangesurfer/main.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QTabBar::tab {
|
||||
border-image: url(qss/orangesurfer/tab_normal.png);
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 4px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
|
||||
border-image: url(qss/orangesurfer/tab_hover.png);
|
||||
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-image: url(qss/orangesurfer/tab_pressed.png);
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
QStatusBar{
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #67768D, stop: 0.4 #EDEEFD);
|
||||
|
||||
}
|
||||
|
||||
QSizeGrip {
|
||||
image: url(qss/orangesurfer/sizegrip.png);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #67768D, stop: 0.4 #EDEEFD);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
|
||||
border-image: url(qss/gofast/border.png);
|
||||
|
||||
}
|
||||
|
||||
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
|
||||
border-image: url(qss/orangesurfer/border.png);
|
||||
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/orangesurfer/main.png);
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 1003 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
@ -1,130 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #66ff33;
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
|
||||
border-image: url(qss/over/backover.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton {
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton
|
||||
{
|
||||
border-image: url(qss/over/greenbot.png) ;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
border-image: url(qss/over/greenhover.png);
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
color: white;
|
||||
border-image: url(qss/over/greentop.png) ;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#Sendbtn {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#sendButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#newmessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#replymessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#removemessageButton{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#printbutton
|
||||
{
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 47px;
|
||||
}
|
||||
|
||||
QPushButton#afcancelButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#refreshButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#checkButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#nviewsettingsButton
|
||||
{
|
||||
min-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QSplitter
|
||||
{
|
||||
background-color: #66ff33;
|
||||
}
|
||||
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/over/backover.png);
|
||||
|
||||
}
|
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 1.3 KiB |
@ -1,142 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #3E1716;
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/red/red.png);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* it works only at the moment with vista Thema on XP*/
|
||||
QToolButton::hover {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #FFD200, stop: 1 #FF6400);
|
||||
|
||||
|
||||
}
|
||||
|
||||
QToolButton::pressed {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #FFD200, stop: 1 #FF6400);
|
||||
|
||||
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 red, stop: 1 darkred);
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QLabel
|
||||
{
|
||||
color: white;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
color: black;
|
||||
}
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
left: 0px; /* move to the right by 5px */
|
||||
}
|
||||
|
||||
/* Style the tab using the tab sub-control. Note that
|
||||
it reads QTabBar _not_ QTabWidget */
|
||||
QTabBar::tab {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 red, stop: 1 darkred);
|
||||
border: 2px solid #C4C4C3;
|
||||
border-bottom-color: #C2C7CB; /* same as the pane color */
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 darkred, stop: 1 red);
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-color: #9B9B9B;
|
||||
border-bottom-color: #C2C7CB; /* same as pane color */
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
}
|
||||
|
||||
QStatusBar{
|
||||
border-image: url(qss/red/red.png);
|
||||
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 red, stop: 1 darkred);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
/* sets background of menu item. set this to something non-transparent
|
||||
if you want menu color and menu item color to be different */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #FFD200, stop: 1 #FF6400);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 red, stop: 1 darkred);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 red, stop: 1 darkred);
|
||||
}
|
||||
|
||||
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 red, stop: 1 darkred);
|
||||
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/red/red.png);
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 2.3 KiB |
@ -1,65 +0,0 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/silver/silver.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
|
||||
}
|
||||
|
||||
QStatusBar{
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/silver/silver.png);
|
||||
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 306 B |
@ -1,105 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 lightgray, stop:1 darkgray);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
}
|
||||
|
||||
|
||||
QHeaderView::section {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #616161, stop: 0.5 #505050,
|
||||
stop: 0.6 #434343, stop:1 #656565);
|
||||
color: white;
|
||||
padding-left: 4px;
|
||||
border: 1px solid #6c6c6c;
|
||||
}
|
||||
|
||||
|
||||
QMenuBar {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 lightgray, stop:1 darkgray);
|
||||
}
|
||||
|
||||
QTabWidget::pane { /* The tab widget frame */
|
||||
border-top: 2px solid #C2C7CB;
|
||||
}
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
left: 0px; /* move to the right by 5px */
|
||||
}
|
||||
|
||||
/* Style the tab using the tab sub-control. Note that
|
||||
it reads QTabBar _not_ QTabWidget */
|
||||
QTabBar::tab {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
border: 2px solid #C4C4C3;
|
||||
border-bottom-color: #C2C7CB; /* same as the pane color */
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #fafafa, stop: 0.4 #f4f4f4,
|
||||
stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-color: #9B9B9B;
|
||||
border-bottom-color: #C2C7CB; /* same as pane color */
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 lightgray, stop:1 darkgray);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
/* sets background of menu item. set this to something non-transparent
|
||||
if you want menu color and menu item color to be different */
|
||||
/*background-color: transparent;*/
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
}
|
||||
|
||||
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/skin2/background.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/skin2/background.png);
|
||||
}
|
Before Width: | Height: | Size: 458 B |
@ -1,165 +0,0 @@
|
||||
.QWidget {
|
||||
/*background-color: black;*/
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #376D85, stop: 0.4 #185772);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/uus/uus.png);
|
||||
|
||||
}
|
||||
|
||||
/* it works only at the moment with vista Thema on XP*/
|
||||
QToolButton::hover {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
|
||||
|
||||
}
|
||||
|
||||
QToolButton::pressed {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Style the tab using the tab sub-control. Note that
|
||||
it reads QTabBar _not_ QTabWidget */
|
||||
QTabBar::tab {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
border: 2px solid #BDDF7D;
|
||||
border-bottom-color: #49881F; /* same as the pane color */
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F0F8CB, stop: 1 #F0F8CD);
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-color: #9B9B9B;
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F5FFBC, stop: 1 #609C08);
|
||||
}
|
||||
|
||||
QHeaderView::section {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
color: white;
|
||||
padding-left: 4px;
|
||||
border: 1px solid #6c6c6c;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
border: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
}
|
||||
|
||||
|
||||
QPushButton::hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F0F8CB, stop: 1 #F0F8CD);
|
||||
}
|
||||
|
||||
QPushButton::pressed {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F5FFBC, stop: 1 #609C08);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QLabel
|
||||
{
|
||||
color: white;
|
||||
}
|
||||
|
||||
QStatusBar{
|
||||
border-image: url(qss/uus/uus.png);
|
||||
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #376D85, stop: 1 #185772);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
|
||||
}
|
||||
|
||||
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #BDDF7D, stop: 1 #49881F);
|
||||
|
||||
}
|
||||
|
||||
QToolTip{
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #376D85, stop: 0.4 #185772);
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/uus/uus.png);
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 1.1 KiB |
@ -1,40 +0,0 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/wx/wx.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/wx/wx.png);
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 374 B |
@ -1,108 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/yaba/yaba.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QHeaderView::section {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #616161, stop: 0.5 #505050,
|
||||
stop: 0.6 #434343, stop:1 #656565);
|
||||
color: white;
|
||||
padding-left: 4px;
|
||||
border: 1px solid #6c6c6c;
|
||||
}
|
||||
|
||||
|
||||
QMenuBar {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #626262, stop:1 #989898);
|
||||
}
|
||||
|
||||
QTabWidget::pane { /* The tab widget frame */
|
||||
border-top: 2px solid #C2C7CB;
|
||||
}
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
left: 0px; /* move to the right by 5px */
|
||||
}
|
||||
|
||||
/* Style the tab using the tab sub-control. Note that
|
||||
it reads QTabBar _not_ QTabWidget */
|
||||
QTabBar::tab {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
border: 2px solid #C4C4C3;
|
||||
border-bottom-color: #C2C7CB; /* same as the pane color */
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #fafafa, stop: 0.4 #f4f4f4,
|
||||
stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-color: #9B9B9B;
|
||||
border-bottom-color: #C2C7CB; /* same as pane color */
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
|
||||
QMenu::item {
|
||||
/* sets background of menu item. set this to something non-transparent
|
||||
if you want menu color and menu item color to be different */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FBC957, stop:1 #D79704);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FBC957, stop:1 #D79704);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FBC957, stop:1 #D79704);
|
||||
}
|
||||
|
||||
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #FBC957, stop: 1 #D79704);
|
||||
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/yaba/yaba.png);
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 621 B |
@ -1,107 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 lightgray, stop:1 darkgray);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/yeah/yeah.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QHeaderView::section {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #616161, stop: 0.5 #505050,
|
||||
stop: 0.6 #434343, stop:1 #656565);
|
||||
color: white;
|
||||
padding-left: 4px;
|
||||
border: 1px solid #6c6c6c;
|
||||
}
|
||||
|
||||
|
||||
QMenuBar {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 lightgray, stop:1 darkgray);
|
||||
}
|
||||
|
||||
QTabWidget::pane { /* The tab widget frame */
|
||||
border-top: 2px solid #C2C7CB;
|
||||
}
|
||||
|
||||
QTabWidget::tab-bar {
|
||||
left: 0px; /* move to the right by 5px */
|
||||
}
|
||||
|
||||
/* Style the tab using the tab sub-control. Note that
|
||||
it reads QTabBar _not_ QTabWidget */
|
||||
QTabBar::tab {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
||||
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
||||
border: 2px solid #C4C4C3;
|
||||
border-bottom-color: #C2C7CB; /* same as the pane color */
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #fafafa, stop: 0.4 #f4f4f4,
|
||||
stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-color: #9B9B9B;
|
||||
border-bottom-color: #C2C7CB; /* same as pane color */
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
}
|
||||
|
||||
QMenu {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 lightgray, stop:1 darkgray);
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
/* sets background of menu item. set this to something non-transparent
|
||||
if you want menu color and menu item color to be different */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FBC957, stop:1 #D79704);
|
||||
}
|
||||
|
||||
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FBC957, stop:1 #D79704);
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FBC957, stop:1 #D79704);
|
||||
}
|
||||
|
||||
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #FBC957, stop: 1 #D79704);
|
||||
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
border-image: url(qss/yeah/yeah.png);
|
||||
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);*/
|
||||
}
|
Before Width: | Height: | Size: 579 B |