mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
update the stylesheets, some little improvements for each style
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3644 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2dbb37854f
commit
e446037f4d
@ -8,6 +8,10 @@ QToolBar {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog, QStatusBar{
|
||||||
|
background-color: #F9F9F9;
|
||||||
|
}
|
||||||
|
|
||||||
QToolButton {
|
QToolButton {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -37,6 +41,18 @@ QPushButton#cancelButton {
|
|||||||
min-width: 77px;
|
min-width: 77px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton#canceButton {
|
||||||
|
|
||||||
|
min-height: 25px;
|
||||||
|
min-width: 77px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton#pushButtonConnectionBack#pushButtonConnectionNext#pushButtonConnectionExit {
|
||||||
|
|
||||||
|
min-height: 25px;
|
||||||
|
min-width: 77px;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton#afcancelButton#doneButton#refreshButtonv#nviewsettingsButton#checkButton
|
QPushButton#afcancelButton#doneButton#refreshButtonv#nviewsettingsButton#checkButton
|
||||||
{
|
{
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -270,3 +270,7 @@ QTextEdit#lineedit{
|
|||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTextEdit#chattextEdit{
|
||||||
|
color: black;
|
||||||
|
}
|
@ -8,6 +8,18 @@ QDialog{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QWidget#chatcentralwidget{
|
||||||
|
background-color: #c4dafa;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/blue/blue.png);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
border-image: url(qss/blue/blue.png);
|
border-image: url(qss/blue/blue.png);
|
||||||
|
@ -1,4 +1,19 @@
|
|||||||
|
|
||||||
|
QWidget#chatcentralwidget
|
||||||
|
{
|
||||||
|
background-image: url(:/images/backchat.png)
|
||||||
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border: none; background-image: url(:/images/backblue.png)
|
||||||
|
}
|
||||||
|
QStatusBar{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame#Chatbuttonframe{
|
||||||
|
background-image: url(:/images/buttonframe.png);
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar {
|
||||||
|
@ -2,7 +2,39 @@
|
|||||||
|
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
|
||||||
}
|
}
|
||||||
|
QDialog{
|
||||||
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget#chatcentralwidget{
|
||||||
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #6799B3, stop: 0.3 #377a90,
|
||||||
|
stop: 0.31 #0e5e73, stop: 1 #4b8598);
|
||||||
|
|
||||||
|
border: 1px solid #4b8598;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame#Chatbuttonframe{
|
||||||
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #6799B3, stop: 0.3 #377a90,
|
||||||
|
stop: 0.31 #0e5e73, stop: 1 #4b8598);
|
||||||
|
|
||||||
|
border: 1px solid #4b8598;
|
||||||
|
}
|
||||||
|
|
||||||
|
QStatusBar{
|
||||||
|
|
||||||
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar {
|
||||||
@ -19,3 +51,5 @@ QTreeWidget::item:selected { /* when user selects item using mouse or keyboard *
|
|||||||
stop: 0.31 #0e5e73, stop: 1 #4b8598);
|
stop: 0.31 #0e5e73, stop: 1 #4b8598);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Q
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
|
|
||||||
|
QWidget#chatcentralwidget
|
||||||
|
{
|
||||||
|
background-image: url(:/images/backchat.png)
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton#okButton {
|
QToolBar#chattoolBar{
|
||||||
|
border: none; background-image: url(:/images/backblue.png)
|
||||||
|
}
|
||||||
|
QStatusBar{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame#Chatbuttonframe{
|
||||||
|
background-image: url(:/images/buttonframe.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
border: 1px solid #BDD5DF;}QPushButton#okButton {
|
||||||
|
|
||||||
max-height: 25px
|
max-height: 25px
|
||||||
min-height: 25px;
|
min-height: 25px;
|
||||||
|
@ -6,6 +6,22 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog, QMainWindow{
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #F7B552, stop: 1 #FF5E07);
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget#chatcentralwidget{
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #F7B552, stop: 1 #FF5E07);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/orangesurfer/main.png);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
|
@ -9,6 +9,15 @@ QToolBar {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background-color: #66ff33;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QStatusBar{
|
||||||
|
background-color: #66ff33;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton {
|
QPushButton {
|
||||||
|
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
border-image: url(qss/qlive/qb.png);
|
border-image: url(qss/qlive/qb.png);
|
||||||
@ -14,6 +20,11 @@ QToolBar#toolBar_2 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/qlive/qb.png);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
QMenu {
|
QMenu {
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
background-color: #3E1716;
|
background-color: #3E1716;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 red, stop: 1 darkred);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
@ -16,6 +21,12 @@ QToolBar#toolBar_2 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/redscorpion/red.png);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* it works only at the moment with vista Thema on XP*/
|
/* it works only at the moment with vista Thema on XP*/
|
||||||
QToolButton::hover {
|
QToolButton::hover {
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
@ -211,6 +222,10 @@ QLabel#fromText{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#infolabel{
|
||||||
|
color: darkred;
|
||||||
|
}
|
||||||
|
|
||||||
QLabel#friendstitlellabel{
|
QLabel#friendstitlellabel{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,16 @@ QToolBar#toolBar_2 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/silver/silver.png);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton#okButton {
|
QPushButton#okButton {
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
min-width: 77px;
|
min-width: 77px;
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
stop:0 lightgray, stop:1 darkgray);
|
stop:0 lightgray, stop:1 darkgray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
stop:0 lightgray, stop:1 darkgray);
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar {
|
||||||
|
@ -1,73 +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);
|
|
||||||
}
|
|
||||||
|
|
||||||
QFrame#Chatbuttonframe{
|
|
||||||
|
|
||||||
border-image: url(qss/skin2/background.png);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#subjectText{
|
|
||||||
font: bold 12px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#subjectlabel{
|
|
||||||
font: bold 12px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#fromlabel{
|
|
||||||
font: bold 12px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#datelabel{
|
|
||||||
font: bold 12px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#tolabel{
|
|
||||||
font: bold 12px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QLabel#fromText{
|
|
||||||
font: bold ;
|
|
||||||
color: blue;
|
|
||||||
|
|
||||||
}
|
|
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
stop: 0 #376D85, stop: 0.4 #185772);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
@ -17,6 +22,12 @@ QToolBar#toolBar_2 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/uus/uus.png);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
QFrame#frame_2{
|
QFrame#frame_2{
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #376D85, stop: 0.4 #185772);
|
stop: 0 #376D85, stop: 0.4 #185772);
|
||||||
@ -234,10 +245,35 @@ QLabel#friendstitlellabel{
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#friendslabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
QLabel#networklabel{
|
QLabel#networklabel{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#channellabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#forumslabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#downloadslabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#forumName{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#threadTitle{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
QLabel#labeltext{
|
QLabel#labeltext{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,15 @@
|
|||||||
stop:0 #6F6F6F, stop:1 #979797);
|
stop:0 #6F6F6F, stop:1 #979797);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog, QMainWindow, QStatusBar{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
stop:0 #6F6F6F, stop:1 #979797);
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget#chatcentralwidget{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
stop:0 #6F6F6F, stop:1 #979797);
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
@ -166,3 +174,8 @@ QLabel#fromText{
|
|||||||
color: blue;
|
color: blue;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar#chattoolBar{
|
||||||
|
border-image: url(qss/yaba/yaba.png);
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
stop:0 lightgray, stop:1 darkgray);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar {
|
QToolBar {
|
||||||
@ -11,6 +16,11 @@ QToolBar {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QStatusBar{
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
stop:0 lightgray, stop:1 darkgray);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
QHeaderView::section {
|
QHeaderView::section {
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
|
Loading…
Reference in New Issue
Block a user