File: default.css

package info (click to toggle)
lastfmproxy 1.3b-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 240 kB
  • ctags: 75
  • sloc: python: 1,015; sh: 109; makefile: 9
file content (89 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body { 
    font-family: sans-serif; 
    margin: 0; 
}
div { 
    white-space: nowrap;
}
#lfmp {
    padding: 0; 
    background: #E3E6D8; 
}
#lfmp-cover { 
    float: left; 
    padding: 10px;
}
#lfmp-header { 
    background: #91998e; 
    color: white; 
    font-weight: bold; 
    padding: 5px;
}
#lfmp-header a {
    color: white; 
}
#lfmp-version {
    float: right;
    padding: 0;
    font-weight: normal;
    font-size: small;
}
#lfmp-main {
    color: black; 
}
#lfmp-main a {
    color: black; 
}
#lfmp-main img {
    padding-right: 5px;
    vertical-align: bottom;
}
#lfmp-trackinfo {
    padding: 10px;
}
#lfmp-trackinfo div {
    padding: 5px;
}
#lfmp-artiststations {
    font-size: small;
    color: #91998e;
}
#lfmp-artiststations a {
    color: #91998e;
}
#lfmp-footer {
    background: #d20039; 
    color: white; 
    clear: both;
    padding: 5px;
}
#lfmp-footer a {
    color: white; 
}
#lfmp-bookmarks {
    float: right;
    padding: 0;
    font-size: small;
}
#lfmp-lasttracks {
    float: right;
    padding: 5px;
    color: #91998e;
    font-weight: bold;
}
#lfmp-lasttracks a {
    color: #91998e; 
}
#lfmp-lasttracks ul {
    margin-top: 0px;
    margin-left: 16px;
    padding: 0px;
    font-weight: normal;
    font-size: small;
}
.lfmp-shortcut {
    text-decoration: underline;
}
form {
    margin: 0;
}