Not yet doing anything useful, but ground has been cut.
This commit is contained in:
parent
1404035193
commit
b3abcf3f13
7 changed files with 112 additions and 7 deletions
|
|
@ -1,2 +1,25 @@
|
|||
/* some style */
|
||||
|
||||
body,
|
||||
.app {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.desktop {
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
.executive {
|
||||
background-color: black;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.titlebar {
|
||||
background-color: cornflowerblue;
|
||||
}
|
||||
|
||||
.window {
|
||||
background-color: whitesmoke;
|
||||
color: darkslategrey;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue