~exaile-bugday/+junk/exaile

« back to all changes in this revision

Viewing changes to plugins/contextinfo/classic/style.css

  • Committer: Mathias Brodala
  • Date: 2009-07-25 20:15:28 UTC
  • Revision ID: info@noctus.net-20090725201528-gbzsi1tvr2olmqdh
* Add ShortcutListPrefsItem for simple editing of keyboard shortcuts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
background-color: %(base-normal)s;
3
 
margin: 5px 5px 5px 3px;
4
 
color: %(text-normal)s;
5
 
font-size: 0.9em;
6
 
}
7
 
 
8
 
a {
9
 
color: %(text-prelight)s;      
10
 
text-decoration: none;
11
 
}
12
 
 
13
 
.panel {
14
 
border : 1px solid %(base-selected)s;
15
 
background: %(bg-normal)s;# url(images/bg-bottom.png) repeat-x scroll 100%% 100%%;
16
 
margin-bottom: 5px;
17
 
float : left;
18
 
width: 100%%;
19
 
min-width: 200px;
20
 
-webkit-border-radius:4px;
21
 
}
22
 
 
23
 
.panel-title {
24
 
background: %(base-selected)s url(images/light.png) repeat-x scroll 50%% 50%%;
25
 
font-weight: bold;
26
 
color: %(text-selected)s;
27
 
padding:2px;
28
 
-webkit-border-radius:2px;
29
 
cursor: pointer;
30
 
}
31
 
 
32
 
.panel-sub {
33
 
background: %(base-selected)s url(images/light.png) repeat-x scroll 50%% 50%%;
34
 
color: %(text-selected)s;
35
 
padding:2px;
36
 
margin: 3px -5px -5px -5px;
37
 
-webkit-border-radius:2px;
38
 
}
39
 
 
40
 
.panel-sub a{
41
 
font-weight: bold;
42
 
color: %(text-selected)s;
43
 
font-size: 0.9em;
44
 
}
45
 
 
46
 
.panel-content {
47
 
background: transparent url(images/bg-top.png) repeat-x scroll 0%% 0%%;
48
 
padding:5px;
49
 
}
50
 
 
51
 
.ellipsed {
52
 
white-space:nowrap;
53
 
text-overflow:ellipsis;
54
 
overflow:hidden;
55
 
display:block;
56
 
}
57
 
 
58
 
.center {
59
 
text-align: center;
60
 
}
61
 
 
62
 
.panel-content table{
63
 
table-layout:fixed;
64
 
width:100%%;
65
 
}
66
 
 
67
 
.panel-content table a{
68
 
font-size: 0.9em;
69
 
}
70
 
 
71
 
.panel-content .tracktd {
72
 
white-space:nowrap;
73
 
text-overflow:ellipsis;
74
 
overflow:hidden;
75
 
display:block;
76
 
}
77
 
 
78
 
.cd-title-td {
79
 
padding-left: 65px;
80
 
}
81
 
 
82
 
hr {
83
 
margin: 0px;
84
 
heigth: -2px;
85
 
color: %(base-selected)s
86
 
background-color: %(base-selected)s
87
 
#text-align: center;
88
 
#width: 50%%;
89
 
border : 1px solid %(base-selected)s;
90
 
}
91
 
 
92
 
.col-artist-link {
93
 
font-style:italic;
94
 
}
95
 
 
96
 
.col {
97
 
font-style:italic;
98
 
}
99
 
 
100
 
#playing-content a{
101
 
font-size: 1.1em;
102
 
font-weight: bold; 
103
 
}
104
 
 
105
 
#playing-title {
106
 
#margin-bottom : -5px;
107
 
}
108
 
 
109
 
.current {
110
 
font-style:italic;
111
 
font-weight:bold;
112
 
}
113
 
 
114
 
.cd-img {
115
 
width: 60px;
116
 
height: 60px;
117
 
padding: 0px 5px 5px 0px;
118
 
background: transparent url(images/img-back60.png) 0%% 0%%; #toobad it's bugy...
119
 
}
120
 
 
121
 
#playing-content {
122
 
padding:-5px;
123
 
margin-top: 0px;
124
 
text-align: right;
125
 
}
126
 
 
127
 
.cd-tr {
128
 
cursor: pointer;
129
 
}
130
 
 
131
 
.cd-title-td {
132
 
width: 70%%;
133
 
}
134
 
 
135
 
.cd-right-td {
136
 
text-align: right;
137
 
width: 30%%;
138
 
}
139
 
 
140
 
#artist-info a{
141
 
text-decoration: underline;
142
 
}
143
 
 
144
 
#lyrics-content {
145
 
text-align: center;
146
 
}
147
 
 
148
 
#artist-info-img {
149
 
float: left;
150
 
padding-bottom: 2px;
151
 
padding-right: 5px;
152
 
padding-top: 10px;
153
 
}
154
 
 
155
 
#cover-image {
156
 
background: url(images/img-back100.png) 0%% 0%%;
157
 
float: left;
158
 
padding: 0px 5px 5px 0px;
159
 
margin: 0px 0px 3px 0px;
160
 
#-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 100 100 30 21 repeat repeat;
161
 
#-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.5)));
162
 
 
 
b'\\ No newline at end of file'