update some stylesheet themes

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 00:52:35 +00:00
parent df8cf16f9f
commit b706edfc1c
7 changed files with 82 additions and 9 deletions

View File

@ -216,4 +216,9 @@ icqTextBrowser, icqTextEdit{
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(0, 0, 0), stop: 0.05 transparent, stop: 0.95 transparent, stop: 1 rgb(0, 0, 0)); background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(0, 0, 0), stop: 0.05 transparent, stop: 0.95 transparent, stop: 1 rgb(0, 0, 0));
border-color: transparent; border-color: transparent;
*/ */
} }
QLabel#infolabel{
color: black;
}

View File

@ -1,5 +1,6 @@
.QWidget { .QWidget {
background-color: #c4dafa; background-color: #c4dafa;
border-color: transparent;
} }
@ -125,3 +126,7 @@ QLabel#fromText{
color: blue; color: blue;
} }
QSplitter#splitter{
border-image: url(qss/blue/blue.png);
}

View File

@ -1,4 +1,7 @@
.QWidget{
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
}
/* Customize the toolbar. */ /* Customize the toolbar. */
@ -10,3 +13,9 @@ QToolBar {
border: 1px solid #4b8598; border: 1px solid #4b8598;
} }
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
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);
}

View File

@ -1,7 +1,8 @@
.QWidget { .QWidget {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #67768D, stop: 0.4 #EDEEFD); stop: 0 #F7B552, stop: 1 #FF5E07);
} }

View File

@ -86,3 +86,7 @@ QLabel#fromText{
color: blue; color: blue;
} }
QStatusBar{
border-image: url(qss/qlive/qb.png);
}

View File

@ -54,11 +54,6 @@ QPushButton#applyButton {
min-width: 75px; min-width: 75px;
} }
QLabel
{
color: white;
}
QToolButton { QToolButton {
color: black; color: black;
} }
@ -100,7 +95,7 @@ QStatusBar{
} }
QToolTip{ QToolTip{
background-color: #3E1716; background-color: darkred;
} }
QMenu { QMenu {
@ -151,6 +146,34 @@ QFrame#Chatbuttonframe{
} }
QFrame#frame_2{
border-image: url(qss/redscorpion/red.png);
border: 1px solid #CCCCCC;
}
QFrame#buttonframe{
border-image: url(qss/redscorpion/red.png);
border: 1px solid #CCCCCC;
}
QFrame#frame{
border-image: url(qss/redscorpion/red.png);
border: 1px solid #CCCCCC;
}
QFrame#chheaderframe{
border-image: url(qss/redscorpion/red.png);
border: 1px solid #CCCCCC;
}
QLabel#subjectText{ QLabel#subjectText{
font: bold 12px; font: bold 12px;
@ -194,3 +217,25 @@ QLabel#labeltext{
color: black; color: black;
} }
QRadioButton{
color: white;
}
QLabel{
color: white;
}
QLabel#forumName{
border: 2px solid red;
border-radius: 10px;
background: white;
color: black;
}
QLabel#threadTitle{
border: 2px solid red;
border-radius: 10px;
background: white;
color: black;
}

View File

@ -1,3 +1,7 @@
.QWidget{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
}
/* Customize the toolbar. */ /* Customize the toolbar. */
QToolBar { QToolBar {