-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlambdaSim.css
More file actions
89 lines (75 loc) · 1.3 KB
/
lambdaSim.css
File metadata and controls
89 lines (75 loc) · 1.3 KB
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
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
padding: 0px 20px;
color: #444;
max-height: 100vh;
max-width: 100vh;
}
.container {
width: 95%;
height: 95%;
}
.params {
display: flex;
flex-wrap: wrap;
font-size: 0.9em;
color: #555;
width: 95%;
margin-top: -5px;
}
.params>div {
padding: 0px 35px 15px 0px;
}
.params>div>div {
padding: 0px 0px 5px 0px;
}
.params label {
font-size: 0.95em;
color: #444;
font-weight: 700;
}
.params input, .params select {
margin-top: 3px;
font-size: 1.0em;
padding: 4px 7px;
border: solid 1px #aaa;
border-radius: 3px;
}
.summary {
font-size: 0.9em;
border-spacing: 0px;
padding-bottom: 30px;
}
.summary td {
padding-top: 3px;
border-bottom: 1px solid #ddd;
}
.summary tr td:nth-child(2) {
text-align: right;
padding-left: 20px;
}
.summary tr td:nth-child(3) {
padding-left: 10px;
}
h2 {
font-size: 1.2em;
font-weight: 500;
color: rgb(215, 107, 0);
}
#status {
color: rgb(211, 170, 129);
margin: -5px 0px 10px 0px;
font-size: small;
}
.info {
font-size: 1.0em;
font-weight: bolder;
padding-left: 3px;
color: #666;
}
#notes {
font-size: 0.8em;
padding-bottom: 0px;
line-height: 20px;
}