My favorites
▼
|
Sign in
pymt
PyMT, a framework for making accelerated multitouch UI
Project Home
Downloads
Issues
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
223
attachment: music.css
(626 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#play {
#bg-color: rgb(34,208,16);
bg-color: rgb(31,232,32);
color: rgb(255,255,255);
border-radius: 10;
border-radius-precision: .35;
border-color: rgb(67,253,48);
draw-alpha-background: 0;
font-size: 18;
bg-color-down: rgb(208,16,34);
border-color-down: rgb(253,48,67);
}
#menu {
#bg-color: rgb(34,208,16);
bg-color: rgb(112,105,105);
color: rgb(255,255,255);
border-radius: 10;
border-radius-precision: .35;
border-color: rgb(112,105,105);
draw-alpha-background: 0;
font-size: 18;
font-family:'Serif';
bg-color-down: rgb(112,50,60);
border-color-down: rgb(153,91,200);
}
Powered by
Google Project Hosting