mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
forget to remove this
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3668 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b5fdc9873d
commit
923e76bde2
@ -1,289 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #F9F9F9;
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/black/backgroundblack.png);
|
||||
|
||||
}
|
||||
|
||||
QDialog, QStatusBar{
|
||||
background-color: #F9F9F9;
|
||||
}
|
||||
|
||||
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#canceButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#pushButtonConnectionBack#pushButtonConnectionNext#pushButtonConnectionExit {
|
||||
|
||||
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_pressedAndHover.png) ;
|
||||
}
|
||||
|
||||
QPushButton:checked
|
||||
{
|
||||
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);
|
||||
|
||||
}
|
||||
|
||||
QFrame#Chatbuttonframe{
|
||||
|
||||
border-image: url(qss/black/backgroundblack.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;
|
||||
|
||||
}
|
||||
|
@ -1,159 +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);
|
||||
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
}
|
@ -1,170 +0,0 @@
|
||||
.QWidget {
|
||||
background-color: #66ff33;
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
|
||||
border-image: url(qss/over/backover.png);
|
||||
|
||||
}
|
||||
|
||||
QDialog{
|
||||
background-color: #66ff33;
|
||||
|
||||
}
|
||||
|
||||
QStatusBar{
|
||||
background-color: #66ff33;
|
||||
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user