2
* This file is part of the chinese-calendar project
3
* Copyright (C) 2013 Mutse & UbuntuKylin Members
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 3 as
7
* published by the Free Software Foundation.
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
* This project is developed by "UbuntuKylin Members" team,
18
* see <https://launchpad.net/~ubuntukylin~members>
19
* Author: Mutse <yyhoo2.young@gmail.com>
23
background: url(./skin/black/chinesecalendar.png);
26
ChineseCalendar QPushButton#TbnextMonth{
27
background: url(./skin/black/arrow-right.png);
28
/*background-color:transparent;*/
29
color:rgb(200,200,150);
32
ChineseCalendar QPushButton#TbnextMonth:hover{
33
color:rgb(255,255,255);
36
ChineseCalendar QPushButton#TbnextYear{
37
background: url(./skin/black/arrow-right.png);
38
/*background-color:transparent;*/
39
color:rgb(200,200,150);
42
ChineseCalendar QPushButton#TbnextYear:hover{
43
color:rgb(255,255,255);
46
ChineseCalendar QPushButton#TbpreviousMonth{
47
background: url(./skin/black/arrow-left.png);
48
/*background-color:transparent;*/
49
color:rgb(200,200,150);
52
ChineseCalendar QPushButton#TbpreviousMonth:hover{
53
color:rgb(255,255,255);
56
ChineseCalendar QPushButton#TbpreviousYear{
57
background: url(./skin/black/arrow-left.png);
58
/*background-color:transparent;*/
59
color:rgb(200,200,150);
62
ChineseCalendar QPushButton#TbpreviousYear:hover{
63
color:rgb(255,255,255);
66
ChineseCalendar QPushButton#backtotoday{
67
background-color:transparent;
68
color:rgb(200,200,150);
71
ChineseCalendar QPushButton#backtotoday:hover{
72
color:rgb(255,255,255);
75
ChineseCalendar QComboBox#YearSelect{
76
color: rgb(36, 41, 48);
77
border: 2px solid lightgray;
82
ChineseCalendar QComboBox#monthCombo{
83
/*background: rgb(112, 121, 138);*/
84
border: 2px solid lightgray;
89
ChineseCalendar QComboBox::down-arrow {
90
background-color: transparent;
91
background-image: url(./skin/black/arrow-s-down.png);
94
ChineseCalendar QLabel#label{
98
ChineseCalendar QLabel#label_2{
102
ChineseCalendar QLabel#label_3, QLabel#label_9{
103
color: rgb(112, 121, 138);
106
ChineseCalendar QLabel#label_4,
111
color: rgb(248,128,35);
114
ChineseCalendar QLabel#label_10{
115
color: rgb(248,128,35);
118
ChineseCalendar QLabel#label_11{
119
color: rgb(238,124,35);
122
ChineseCalendar QLabel#label_12,
123
QLabel#label_13, QLabel#label_14,
124
QLabel#label_15, QLabel#label_17{
125
color: rgb(112, 121, 138);
128
ChineseCalendar QLabel#label_16{
133
background: url(./skin/black/note.png);
136
Cnote QPushButton#ok{
137
image: url(./skin/black/ok.png);
138
background-color:transparent;
141
Cnote QPushButton#ok:hover{
142
image: url(./skin/black/ok-hover.png);
145
Cnote QPushButton#cancel{
146
image: url(./skin/black/no.png);
147
background-color:transparent;
152
Cnote QPushButton#cancel:hover{
153
image: url(./skin/black/no-hover.png);
156
Cnote QLabel#datelabel{
157
background-color: transparent;
158
color: rgb(133,143,162);
162
Cnote QPushButton#clearplan{
163
background-color: transparent;
164
color: rgb(133,143,162);
167
Cnote QTextEdit#textedit{
168
background-color: transparent;
169
color: rgb(133,143,162);
174
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(238, 93, 0, 255), stop:1 rgba(255, 121, 2, 200));
177
DateItem QWidget:hover{
178
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(238, 93, 0, 155), stop:1 rgba(255, 121, 2, 100));
181
DateItem QLabel#label{
182
color:rgb(112,121,138);
185
DateItem QLabel#labe:pressed{
186
color:rgb(255, 255, 0);
189
DateItem QLabel#label_2{
190
color:rgb(112, 121, 138);