-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (79 loc) · 1.82 KB
/
style.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#game{
background: #FFF;
margin-top:0%;
margin-left:200px;
border:8px solid #333;
}
#fillcolor{
background-color:white;
position:absolute;
top:425px;
margin-left:25px;
border: 5px solid #6f6f6f;
}
#outlinecolor{
background-color:white;
position:absolute;
top:550px;
margin-left:25px;
border: 5px solid #6f6f6f;
}
html,body {
border:1px solid #333;
background: black;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
menu {
position:absolute;
list-style-type:none;
font-weight: bold;
color:white;
}
menu:before, command:before {
display:block;
content:attr(label);
}
menu[type=toolbar] {
position:absolute;
}
menu[type=toolbar]>menu, menu[type=toolbar]>comman {
/*display:inline-block;*/
cursor:pointer; /*Cursor becomes a poiter finger when hovering*/
width:80px;
/*height:25px;*/
position:relative;
left:0px;
border: 5px solid #6f6f6f;
background-color: #4C4C4C;
}
menu[type=toolbar]>menu>menu, menu[type=toolbar]>menu>command {
visibility:hidden;
display:block;
height:0px;
}
menu[type=toolbar]>menu:hover>menu, menu[type=toolbar]>menu:hover>command {
visibility:visible;
position:relative;
height:auto;
width:120px;
color:black;
background:#DBDBDB;
border: 3px solid black;
}
#new:hover,#save:hover,#saveas:hover,#shape:hover,#fillColor:hover,#outlineColor:hover,#outlineWidth:hover,
#Rectangle:hover,#Circle:hover,#Line:hover,#Fill:hover,#Outline:hover,#outlineWidth:hover,#help:hover,#about:hover,#editFill:hover,#editOutline:hover,#editOutlineWidth:hover{
background-color: black;
cursor:pointer; /*Cursor becomes a poiter finger when hovering*/
color:white;
border: 3px solid white;
}
h1{
top-margin:0px;
background-color:white;
margin-left:70%;
}
#menuDiv{
position:absolute;
width:100px;
height:700px;
}