mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
update qss stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@663 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e92080789a
commit
c39d670c10
@ -8,49 +8,31 @@ QToolBar {
|
||||
|
||||
QToolBar {
|
||||
|
||||
border-image: url(:qss/arachnophobia/background.png);
|
||||
border-image: url(qss/arachnophobia/background.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
color: white;
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
color: white;
|
||||
min-height: 25px;
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(:qss/black/backgroundblack.png);
|
||||
border-image: url(qss/black/backgroundblack.png);
|
||||
|
||||
}
|
||||
|
||||
@ -18,45 +18,29 @@ QPushButton {
|
||||
|
||||
}
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
color: white;
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
color: white;
|
||||
min-height: 27px;
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton#afcancelButton#doneButton {
|
||||
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-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
@ -68,7 +52,7 @@ QPushButton#fileButton#emailButton {
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
color: white;
|
||||
min-height: 25px;
|
||||
min-height: 27px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
@ -82,19 +66,74 @@ QPushButton#pushButtonDownload{
|
||||
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) ;
|
||||
border-image: url(qss/black/button.png) ;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
border-image: url(:qss/black/button_hover.png);
|
||||
border-image: url(qss/black/button_hover.png);
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
border-image: url(:qss/black/button_pressed.png) ;
|
||||
border-image: url(qss/black/button_pressed.png) ;
|
||||
}
|
||||
|
||||
|
||||
@ -105,7 +144,7 @@ background-color: #F9F9F9;
|
||||
|
||||
QLineEdit
|
||||
{
|
||||
border-image: url(:qss/black/border.png) 4;
|
||||
border-image: url(qss/black/border.png) 4;
|
||||
border-width: 3;
|
||||
}
|
||||
|
||||
@ -123,39 +162,39 @@ font: bold;
|
||||
|
||||
|
||||
QRadioButton::indicator::unchecked {
|
||||
image: url(:qss/black/checkBox.png);
|
||||
image: url(qss/black/checkBox.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator:unchecked:hover {
|
||||
image: url(:qss/black/checkBox_hover.png);
|
||||
image: url(qss/black/checkBox_hover.png);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QRadioButton::indicator::checked {
|
||||
image: url(:qss/black/checkBox_selected.png);
|
||||
image: url(qss/black/checkBox_selected.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked:hover {
|
||||
image: url(:qss/black/checkBox_hoverAndSelected.png);
|
||||
image: url(qss/black/checkBox_hoverAndSelected.png);
|
||||
}
|
||||
|
||||
|
||||
QCheckBox::indicator:unchecked {
|
||||
image: url(:qss/black/checkBox.png);
|
||||
image: url(qss/black/checkBox.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:unchecked:hover {
|
||||
image: url(:qss/black/checkBox_hover.png);
|
||||
image: url(qss/black/checkBox_hover.png);
|
||||
}
|
||||
|
||||
|
||||
QCheckBox::indicator:checked {
|
||||
image: url(:qss/black/checkBox_selected.png);
|
||||
image: url(qss/black/checkBox_selected.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover {
|
||||
image: url(:qss/black/checkBox_hoverAndSelected.png);
|
||||
image: url(qss/black/checkBox_hoverAndSelected.png);
|
||||
}
|
||||
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 330 B |
@ -5,42 +5,33 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(:qss/blue/blue.png);
|
||||
border-image: url(qss/blue/blue.png);
|
||||
|
||||
}
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
@ -48,4 +39,3 @@ QPushButton#cancelButton {
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,10 +4,43 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/default/retrotoolbar.png);
|
||||
|
||||
}
|
||||
|
||||
/* Customize the Menu Bar. */
|
||||
QMenuBar {
|
||||
border-image: url(:/qss/default/retrotoolbar.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton#okButton {
|
||||
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
|
||||
min-height: 27px;
|
||||
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;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
.QWidget {
|
||||
background-image: url(:qss/ed2k/little-back.png);
|
||||
background-image: url(qss/ed2k/little-back.png);
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(:qss/ed2k/backed2k.png);
|
||||
border-image: url(qss/ed2k/backed2k.png);
|
||||
|
||||
}
|
||||
|
||||
@ -17,45 +17,20 @@ QPushButton {
|
||||
|
||||
QPushButton
|
||||
{
|
||||
border-image: url(:qss/ed2k/button-down.png) ;
|
||||
border-image: url(qss/ed2k/button-down.png) ;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
border-image: url(:qss/ed2k/button-hover.png);
|
||||
border-image: url(qss/ed2k/button-hover.png);
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
border-image: url(:qss/ed2k/button-up.png) ;
|
||||
border-image: url(qss/ed2k/button-up.png) ;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
@ -71,3 +46,78 @@ 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;
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
|
||||
border-image: url(:qss/over/backover.png);
|
||||
border-image: url(qss/over/backover.png);
|
||||
|
||||
}
|
||||
|
||||
@ -18,44 +18,20 @@ QPushButton {
|
||||
|
||||
QPushButton
|
||||
{
|
||||
border-image: url(:qss/over/greenbot.png) ;
|
||||
border-image: url(qss/over/greenbot.png) ;
|
||||
}
|
||||
|
||||
QPushButton:hover
|
||||
{
|
||||
border-image: url(:qss/over/greenhover.png);
|
||||
border-image: url(qss/over/greenhover.png);
|
||||
}
|
||||
|
||||
QPushButton:pressed
|
||||
{
|
||||
color: white;
|
||||
border-image: url(:qss/over/greentop.png) ;
|
||||
border-image: url(qss/over/greentop.png) ;
|
||||
}
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
@ -67,9 +43,77 @@ QPushButton#cancelButton {
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
color: white;
|
||||
min-height: 25px;
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -1,45 +1,32 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(:qss/silver/silver.png);
|
||||
border-image: url(qss/silver/silver.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
65
retroshare-gui/src/gui/qss/silvergrey.qss
Normal file
65
retroshare-gui/src/gui/qss/silvergrey.qss
Normal file
@ -0,0 +1,65 @@
|
||||
.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 */
|
||||
}
|
@ -2,42 +2,31 @@
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(:qss/skin2/background.png);
|
||||
border-image: url(qss/skin2/background.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QPushButton#addfriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#invitefriendButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#addshareButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#optionsButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#quitButton {
|
||||
min-height: 34px;
|
||||
min-width: 48px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
min-height: 25px;
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
33
retroshare-gui/src/gui/qss/wx.qss
Normal file
33
retroshare-gui/src/gui/qss/wx.qss
Normal file
@ -0,0 +1,33 @@
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
BIN
retroshare-gui/src/gui/qss/wx/Thumbs.db
Normal file
BIN
retroshare-gui/src/gui/qss/wx/Thumbs.db
Normal file
Binary file not shown.
BIN
retroshare-gui/src/gui/qss/wx/wx.png
Normal file
BIN
retroshare-gui/src/gui/qss/wx/wx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 B |
65
retroshare-gui/src/gui/qss/yaba.qss
Normal file
65
retroshare-gui/src/gui/qss/yaba.qss
Normal file
@ -0,0 +1,65 @@
|
||||
.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 */
|
||||
}
|
BIN
retroshare-gui/src/gui/qss/yaba/Thumbs.db
Normal file
BIN
retroshare-gui/src/gui/qss/yaba/Thumbs.db
Normal file
Binary file not shown.
BIN
retroshare-gui/src/gui/qss/yaba/yaba.png
Normal file
BIN
retroshare-gui/src/gui/qss/yaba/yaba.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 B |
65
retroshare-gui/src/gui/qss/yeah.qss
Normal file
65
retroshare-gui/src/gui/qss/yeah.qss
Normal file
@ -0,0 +1,65 @@
|
||||
.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 */
|
||||
}
|
BIN
retroshare-gui/src/gui/qss/yeah/Thumbs.db
Normal file
BIN
retroshare-gui/src/gui/qss/yeah/Thumbs.db
Normal file
Binary file not shown.
BIN
retroshare-gui/src/gui/qss/yeah/yeah.png
Normal file
BIN
retroshare-gui/src/gui/qss/yeah/yeah.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 579 B |
Loading…
x
Reference in New Issue
Block a user