-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
60 lines (48 loc) · 947 Bytes
/
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
body{
margin:auto;
width: 100%;
background: #F0F0F0;
font: normal normal normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: rgb(85, 85, 85);
}
.header {
text-align: center;
height:60px;
line-height:20px;
width: 100%;
background: #DDDDEE;
border:1px solid #CCC;
margin:10px auto;
color: rgb(85, 85, 120);
}
.content {
box-shadow: rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.0980392) 0px 1px 10px 0px;
background: #FFFFFF;
border: 1px solid #CCC;
padding: 20px;
margin: auto auto;
width: 90%;
}
.vis {
width: 100%;
}
svg.frac {
background: hsl(0, 0%, 0%);
margin: 10px 10px;
}
svg.frac:hover {
outline: 1px dashed #BBB;
}
svg.ctrl {
outline: 2px solid #082a46;
margin: 10px 10px;
}
.ctrl rect{
outline: 1px solid #888;
}
.ctrl .on {
fill: hsl(0, 0%, 90%);
}
.ctrl rect:hover {
opacity: 0.5;
}