forked from mmx31/lucid-theme-green
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.css
66 lines (62 loc) · 1.28 KB
/
theme.css
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
/*
TODO: there's alot of things in this that should be in /desktop.css instead of here...
*/
/******************** Taskbar ********************/
.desktopPanel {
background:url(./images/taskbar.gif) #f5f5f5;
}
.desktopPanelTop {
background:url(./images/top_bar.png) #f5f5f5 repeat-x;
}
/******************** Window List ********************/
.taskBarItem {
background-image: url("./images/task.png");
background-repeat: no-repeat;
margin-right: 5px;
margin: 0px;
padding: 4px;
height: 26px;
width: 191px;
font-size: 10pt;
color: white;
}
.taskBarItem img {
vertical-align: middle;
margin-right: 5px;
margin-left: 5px;
height: 16px;
width: 16px;
}
.taskBarItem a {
color: white;
text-decoration: none;
}
.seperator {
background-image: url(./images/separator.gif);
height:35px;
width: 8px;
}
/******************** Console ********************/
.console {
border: 1px solid gray;
background-color: black;
}
.consoleinput {
width: 90%;
height: 20px;
border: none;
background-color: black;
color: white;
}
/******************** Toaster ********************/
#toaster{
background-color: #eeeeee;
}
/******************** Menu ********************/
.menubutton-icon
{
background-image: url('./images/icons/apps.gif');
width: 30px;
height: 30px;
background-repeat: no-repeat;
}