-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
147 lines (119 loc) · 2.37 KB
/
style.css
File metadata and controls
147 lines (119 loc) · 2.37 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
body {
margin: 0;
font-family: Helvetica, Arial, sans-serif;
color: #222;
font-size: 12px;
background: #eee;
}
h1 { font-size: 32px; }
h2 { font-size: 18px; text-transform: uppercase; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
p { margin: 1.5em 0; }
p.center { text-align: center; }
label { font-weight: bold; }
input, select, label, table { font-family: Helvetica, Arial, sans-serif; }
input.like-text { border: none; background: none; }
input.bold { font-weight: bold; }
#calc { font-size: 16px; }
span.data {
font-family: 'Courier New', 'Lucida Console';
font-size: 95%;
font-weight: bold;
background: #eee;
padding: 2px 4px;
}
table.container {
width: 100%;
margin: 0.5em 0;
padding: 5px;
background: #fff;
}
table.container thead {
background: #333;
}
table.container thead td {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
padding: 5px 8px;
}
table.container thead td.toggle {
text-align: right;
}
table.container tbody {
padding: 10px;
}
table.container tbody td {
padding: 8px 10px;
}
table.container tbody.data td {
padding: 8px 12px;
background: #f6f6f6;
border-top: 1px solid #fff;
}
table.container tbody.data.small td {
padding: 5px 12px;
}
table.container tbody td.text {
padding: 10px 15px;
}
table.container tbody td.label {
font-weight: bold;
white-space: nowrap;
width: 20px;
}
table.container tbody td.label, table.container tbody td.value {
font-size: 14px;
}
table.container tbody tr.data_head td {
font-size: 14px;
font-weight: bold;
background: #ccc;
padding: 8px 12px;
}
.input, .button {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
padding: 3px 5px;
}
#header {
padding: 10px 20px;
color: #FFF;
background: #CC0000;
border-top: 5px solid #660000;
text-align: center;
}
#content {
padding: 10px 0;
}
#content #main {
min-height: 500px;
background: url(bg.png) center center no-repeat;
}
#single_phi_value, #multi_phi_value_min, #multi_phi_value_max,
#single_pressure_value, #multi_pressure_value_min, #multi_pressure_value_max {
width: 50px;
}
#multi_pressure_value_min, #multi_phi_value_min {
text-align: right;
}
#consider_dissociation_options {
padding: 0 15px;
border: 1px solid #ccc;
}
#open_graph {
font-size: 13px;
}
#flame_temp_graph_container {
width: 800px;
height: 400px;
}
#fork-me {
width: 149px;
height: 149px;
position: absolute;
top: 0;
right: 0;
}