~mutse-young/chinese-calendar/trunk

« back to all changes in this revision

Viewing changes to skin/black-skin.qss

  • Committer: Mutse Young
  • Date: 2013-05-01 09:12:06 UTC
  • Revision ID: yyhoo2.young@gmail.com-20130501091206-2jb5dvtdk2kpsjp6
add skin files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * This file is part of the chinese-calendar project
 
3
 * Copyright (C) 2013 Mutse & UbuntuKylin Members
 
4
 *
 
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.
 
8
 *
 
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.
 
13
 *
 
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/>.
 
16
 *
 
17
 * This project is developed by "UbuntuKylin Members" team,
 
18
 * see <https://launchpad.net/~ubuntukylin~members>
 
19
 * Author: Mutse <yyhoo2.young@gmail.com>
 
20
 */
 
21
 
 
22
ChineseCalendar{
 
23
    background: url(./skin/black/chinesecalendar.png);
 
24
}
 
25
 
 
26
ChineseCalendar QPushButton#TbnextMonth{
 
27
        background: url(./skin/black/arrow-right.png);
 
28
    /*background-color:transparent;*/
 
29
    color:rgb(200,200,150);
 
30
}
 
31
 
 
32
ChineseCalendar QPushButton#TbnextMonth:hover{
 
33
    color:rgb(255,255,255);
 
34
}
 
35
 
 
36
ChineseCalendar QPushButton#TbnextYear{
 
37
        background: url(./skin/black/arrow-right.png);
 
38
    /*background-color:transparent;*/
 
39
    color:rgb(200,200,150);
 
40
}
 
41
 
 
42
ChineseCalendar QPushButton#TbnextYear:hover{
 
43
    color:rgb(255,255,255);
 
44
}
 
45
 
 
46
ChineseCalendar QPushButton#TbpreviousMonth{
 
47
        background: url(./skin/black/arrow-left.png);
 
48
    /*background-color:transparent;*/
 
49
    color:rgb(200,200,150);
 
50
}
 
51
 
 
52
ChineseCalendar QPushButton#TbpreviousMonth:hover{
 
53
    color:rgb(255,255,255);
 
54
}
 
55
 
 
56
ChineseCalendar QPushButton#TbpreviousYear{
 
57
        background: url(./skin/black/arrow-left.png);
 
58
    /*background-color:transparent;*/
 
59
    color:rgb(200,200,150);
 
60
}
 
61
 
 
62
ChineseCalendar QPushButton#TbpreviousYear:hover{
 
63
    color:rgb(255,255,255);
 
64
}
 
65
 
 
66
ChineseCalendar QPushButton#backtotoday{
 
67
    background-color:transparent;
 
68
    color:rgb(200,200,150);
 
69
}
 
70
 
 
71
ChineseCalendar QPushButton#backtotoday:hover{
 
72
    color:rgb(255,255,255);
 
73
}
 
74
 
 
75
ChineseCalendar QComboBox#YearSelect{
 
76
        color: rgb(36, 41, 48);
 
77
    border: 2px solid lightgray;
 
78
    border-radius: 5px;
 
79
    font:12pt;
 
80
}
 
81
 
 
82
ChineseCalendar QComboBox#monthCombo{
 
83
        /*background: rgb(112, 121, 138);*/
 
84
    border: 2px solid lightgray;
 
85
    border-radius: 5px;
 
86
    font:12pt;
 
87
}
 
88
 
 
89
ChineseCalendar QComboBox::down-arrow {
 
90
        background-color: transparent;
 
91
        background-image: url(./skin/black/arrow-s-down.png);
 
92
}
 
93
 
 
94
ChineseCalendar QLabel#label{
 
95
    font:12pt;
 
96
}
 
97
 
 
98
ChineseCalendar QLabel#label_2{
 
99
    font:12pt;
 
100
}
 
101
 
 
102
ChineseCalendar QLabel#label_3, QLabel#label_9{
 
103
    color: rgb(112, 121, 138);
 
104
}
 
105
 
 
106
ChineseCalendar QLabel#label_4,
 
107
        QLabel#label_5,
 
108
        QLabel#label_6,
 
109
        QLabel#label_7,
 
110
        QLabel#label_8{
 
111
    color: rgb(248,128,35);
 
112
}
 
113
 
 
114
ChineseCalendar QLabel#label_10{
 
115
    color: rgb(248,128,35);
 
116
}
 
117
 
 
118
ChineseCalendar QLabel#label_11{
 
119
    color: rgb(238,124,35);
 
120
}
 
121
 
 
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);
 
126
}
 
127
 
 
128
ChineseCalendar QLabel#label_16{
 
129
    color: black;
 
130
}
 
131
 
 
132
Cnote{
 
133
    background: url(./skin/black/note.png);
 
134
}
 
135
 
 
136
Cnote QPushButton#ok{
 
137
    image: url(./skin/black/ok.png);
 
138
    background-color:transparent;
 
139
}
 
140
 
 
141
Cnote QPushButton#ok:hover{
 
142
        image: url(./skin/black/ok-hover.png);
 
143
}
 
144
 
 
145
Cnote QPushButton#cancel{
 
146
    image: url(./skin/black/no.png);
 
147
    background-color:transparent;
 
148
 
 
149
    border:0 solid;
 
150
}
 
151
 
 
152
Cnote QPushButton#cancel:hover{
 
153
        image: url(./skin/black/no-hover.png);
 
154
}
 
155
 
 
156
Cnote QLabel#datelabel{
 
157
    background-color: transparent;
 
158
    color: rgb(133,143,162);
 
159
    border:0 solid;
 
160
}
 
161
 
 
162
Cnote QPushButton#clearplan{
 
163
    background-color: transparent;
 
164
    color: rgb(133,143,162);
 
165
}
 
166
 
 
167
Cnote QTextEdit#textedit{
 
168
    background-color: transparent;
 
169
    color: rgb(133,143,162);
 
170
    border:0 solid;
 
171
}
 
172
 
 
173
DateItem:focus{
 
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));
 
175
}
 
176
 
 
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));
 
179
}
 
180
 
 
181
DateItem QLabel#label{
 
182
    color:rgb(112,121,138);
 
183
}
 
184
 
 
185
DateItem QLabel#labe:pressed{
 
186
    color:rgb(255, 255, 0);
 
187
}
 
188
 
 
189
DateItem QLabel#label_2{
 
190
    color:rgb(112, 121, 138);
 
191
}