updated color scheme and logos

This commit is contained in:
snogcel 2015-03-24 22:54:49 -06:00
parent 283edf7598
commit 24b0e364f2
5 changed files with 18 additions and 18 deletions

View File

@ -40,14 +40,14 @@ color:#333;
}
QToolBar {
background-color:#3D8AC6;
background-color:#3398CC;
border:0px solid #000;
padding:0;
margin:0;
}
QToolBar > QToolButton {
background-color:#3D8AC6;
background-color:#3398CC;
border:0px solid #333;
min-height:2.5em;
padding: 0em 1em;
@ -101,7 +101,7 @@ background-color:#f2f2f2;
/*******************************************************/
QPushButton { /* Global Button Style */
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #64ACD2, stop: .1 #3D8AC6, stop: .95 #3D8AC6, stop: 1 #1D80B5);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #64ACD2, stop: .1 #3398CC, stop: .95 #3398CC, stop: 1 #1D80B5);
border:0;
border-radius:3px;
color:#ffffff;
@ -114,7 +114,7 @@ padding-bottom:5px;
}
QPushButton:hover {
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #64ACD2, stop: .1 #4895d1, stop: .95 #4895d1, stop: 1 #1D80B5);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #64ACD2, stop: .1 #46AADE, stop: .95 #46AADE, stop: 1 #1D80B5);
}
QPushButton:focus {
@ -139,7 +139,7 @@ background:#f2f2f2;
}
QComboBox:editable {
background: #3D8AC6;
background: #3398CC;
color:#616161;
border:0px solid transparent;
}
@ -234,7 +234,7 @@ background-color:transparent;
QHeaderView::section { /* Table Header Sections */
qproperty-alignment:center;
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #4c97bf, stop: 1 #5FA2D6);
background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #4c97bf, stop: 1 #56ABD8);
color:#fff;
min-height:25px;
font-weight:bold;
@ -703,7 +703,7 @@ margin-left:20px;
QWidget .QFrame#frame .QLabel#label { /* Available Balance Label */
qproperty-alignment: 'AlignVCenter | AlignRight';
min-width:230px;
background-color:#5FA2D6;
background-color:#56ABD8;
color:#ffffff;
margin-right:5px;
padding-right:5px;
@ -716,8 +716,8 @@ QWidget .QFrame#frame .QLabel#labelBalance { /* Available Balance */
qproperty-alignment: 'AlignVCenter | AlignLeft';
font-size:16px;
font-weight:bold;
color:#5FA2D6;
margin-left:13px;
color:#56ABD8;
margin-left:14px;
}
QWidget .QFrame#frame .QLabel#label_3 { /* Pending Balance Label */
@ -773,7 +773,7 @@ qproperty-geometry: rect(10 0 431 22);
QWidget .QFrame#frameDarksend .QLabel#label_2 { /* Darksend Header */
qproperty-alignment: 'AlignVCenter | AlignRight';
min-width:230px;
color:#3D8AC6;
color:#3398CC;
margin-right:5px;
padding-right:5px;
font-weight:bold;
@ -827,7 +827,7 @@ color:#818181;
}
QWidget .QFrame#frameDarksend #formLayoutWidget .QProgressBar#darksendProgress::chunk {
background-color: #3D8AC6;
background-color: #3398CC;
width:10px;
}
@ -953,7 +953,7 @@ background-repeat:none;
QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */
min-width:200px;
color:#3D8AC6;
color:#3398CC;
margin-left:67px;
margin-top:123px;
margin-right:5px;
@ -994,7 +994,7 @@ min-height:25px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures { /* Coin Control Header */
color:#3D8AC6;
color:#3398CC;
font-weight:bold;
font-size:14px;
}
@ -1101,7 +1101,7 @@ min-height:27px;
QDialog#SendCoinsDialog QLabel#labelBalance {
margin-left:0px;
padding-left:0px;
color:#616161;
color:#333333;
/* font-weight:bold;
border-radius:5px;
padding-top:20px;
@ -1113,7 +1113,7 @@ min-height:27px;
/* SEND COINS ENTRY */
QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel { /* Send Coin Entry Labels */
background-color:#5FA2D6;
background-color:#56ABD8;
min-width:102px;
font-weight:bold;
font-size:11px;
@ -1294,7 +1294,7 @@ QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator { /* Coin
/* RECEIVE COINS */
QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_2 { /* Label Label */
background-color:#5FA2D6;
background-color:#56ABD8;
min-width:102px;
color:#ffffff;
font-weight:bold;
@ -1312,7 +1312,7 @@ padding-right:5px;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_3 { /* Message Label */
background-color:#5FA2D6;
background-color:#56ABD8;
min-width:102px;
color:#ffffff;
font-weight:bold;
@ -1372,7 +1372,7 @@ border:1px solid #9e9e9e;
}
QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 { /* Requested Payments History Label */
color:#3D8AC6;
color:#3398CC;
font-weight:bold;
font-size:14px;
}

BIN
src/qt/res/images/about.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
src/qt/res/images/splash.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 138 KiB

BIN
src/qt/res/images/splash_testnet.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 155 KiB