mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
* added red skin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@748 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c6e04543a
commit
ee6323a966
77
retroshare-gui/src/gui/qss/red.qss
Normal file
77
retroshare-gui/src/gui/qss/red.qss
Normal file
@ -0,0 +1,77 @@
|
||||
.QWidget {
|
||||
background-color: #3E1716;
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/red/red.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;
|
||||
}
|
||||
|
||||
QLabel
|
||||
{
|
||||
color: #E84427;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
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: 0.4 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 */
|
||||
}
|
BIN
retroshare-gui/src/gui/qss/red/red.png
Normal file
BIN
retroshare-gui/src/gui/qss/red/red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
77
retroshare-gui/src/release/qss/red.qss
Normal file
77
retroshare-gui/src/release/qss/red.qss
Normal file
@ -0,0 +1,77 @@
|
||||
.QWidget {
|
||||
background-color: #3E1716;
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/red/red.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;
|
||||
}
|
||||
|
||||
QLabel
|
||||
{
|
||||
color: #E84427;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
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: 0.4 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 */
|
||||
}
|
BIN
retroshare-gui/src/release/qss/red/red.png
Normal file
BIN
retroshare-gui/src/release/qss/red/red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user