summaryrefslogtreecommitdiff
path: root/shell/style.css
blob: 15018885212e955de0b723b8c3f930d91e4b1946 (plain)
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
.maynard-panel {
    background-color: alpha(black, 0.7);
}

.maynard-system {
    background-color: #6d6d6d;
    padding: 13px;
    color: #fcfcfc;
}

.maynard-system:hover {
    background-color: alpha(#6d6d6d, 0.8);
    color: white;
}

.maynard-audio {
    background-color: #b4b4b4;
    color: #fcfcfc;
    padding: 13px;
}

.maynard-audio:hover {
    background-color: alpha(#b4b4b4, 0.8);
    color: white;
}

.maynard-apps {
    color: #bebebe;
}

.maynard-apps:hover {
    background-color: alpha(black, 0.2);
    color: white;
}

.maynard-clock {
    background-color: #929292;
    color: white;
}

.maynard-grid {
    background-color: alpha(black, 0.6);
}

.maynard-grid-item {
    background-color: alpha(black, 0.6);
    color: white;
    font: Droid Sans 12;
    border-style: solid;
    border-color: #6d6d6d;
    border-width: 1px;
    border-radius: 1px;
}

.maynard-grid-label {
    background-color: #929292;
}