forked from willianpc/comicgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
125 lines (109 loc) · 1.77 KB
/
estilo.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body{
font-family:arial, helvetica;
background-color: rgb(65, 60, 60);
color:white;
font-size:12px;
text-shadow: 1px 1px 0 black;
margin:0px;
}
a{
color:orange;
text-decoration:none;
font-weight:bold;
}
#container{
width:1050px;
height:650px;
text-align:center;
overflow:hidden;
margin-left:100px;
}
#menuContainer{
width:220px;
height: 520px;
float:left;
}
#lib{
padding-top:5px;
padding-left:5px;
width:210px;
height: 380px;
overflow:auto;
background-color:rgb(130, 120, 120);
}
#cscreen{
text-align:center;
width:590px;
height: 490px;
float:left;
}
#cscreen canvas{
border:7px solid rgb(33, 30, 30);
margin-left:2px;
box-shadow:3px 3px 10px black;
}
.mini{
background-color:white;
width:50px;
height:50px;
padding:2px;
border:2px solid rgb(65, 60, 60);
margin:2px;
overflow:hidden;
float:left;
}
.mini:hover{
background-color:orange;
cursor: hand;
cursor: pointer;
}
.rc {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.rcBottom {
-webkit-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
}
#hiddenObjs{
display:none;
}
.textTool{
text-align:center;
font-family:'times new roman', times;
font-size:40px;
color:black;
}
.instructions{
text-align: left;
background-color:rgb(164, 158, 158);
width:202px;
height:100px;
padding:6px;
margin:2px;
margin-top:6px;
color:black;
text-shadow: 1px 1px 0 silver;
}
.instructions ul{
list-style:none;
padding-left:5px;
}
#logo{
text-align:left;
font-size:29px;
color: orange /*rgb(130, 120, 120)*/;
text-shadow:0px 0px 8px black;
padding:4px;
font-weight:bold;
}
#toolbar{
text-align:left;
padding:3px;
width: 950px;
height:50px;
background-color:rgba(0, 0, 0, 0.5);
margin: 0 auto 10px auto;
}