-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
65 lines (53 loc) · 941 Bytes
/
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
body {
font: 0.8em Arial, Helvetica, sans-serif;
background: #f8f8f8;
}
h1, h2 {
text-align: center;
}
section {
border: 1px solid gray;
margin-bottom: 12px;
padding: 8px;
box-shadow: 5px 5px 5px silver;
}
.has-errors {
background: pink;
}
.simpsons fieldset, .multiplier {
display: inline-block;
vertical-align: top;
}
.multiplier > div {
padding: 12px;
margin-right: 12px;
}
.treenodeChildren {
padding-left: 16px;
}
.demoSwitcher {
position: relative;
margin: 8px;
border: 1px solid silver;
background: white;
}
.demoSwitcherHeader {
text-align: center;
background: silver;
}
.demoSwitcherHeader > * {
margin: 6px;
}
.demoSwitcherDescription {
background: grey;
color: white;
padding: 6px;
text-align: center;
}
.demoSwitcherDescription * {
color: white;
}
.demoSwitcherComponent {
padding: 10px;
text-align: left;
}