-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
114 lines (92 loc) · 1.53 KB
/
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
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
html { font-size:14px; }
body { font-family:arial; text-align:center; }
.page { max-width:960px; margin: 0 auto; }
table {
width:100%;
border-collapse: collapse;
background-color:#fcfcfc;
font-size:14px;
}
#heatloss table {
text-align:left;
border: 1px solid #ccc;
padding:5px;
}
#heatloss th {
border: 1px solid #ccc;
padding:5px;
}
#heatloss td {
border: 1px solid #ccc;
padding:5px;
}
input {
border:none;
width:70%;
font-size:14px;
padding-right:4px;
background-color:#f3f3f3;
}
select {
border:none;
width:100%;
font-size:14px;
color:#666;
padding-right:4px;
background-color:#fcfcfc;
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
cursor:pointer;
}
input[prop=width] { width:70%; }
input[prop=height] { width:70%; }
.unit {
font-size:75%;
color:#44b3e2;
}
.value {
display:inline-block;
width:40px;
text-align:center;
}
.section, .room {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
text-align:left;
}
.section-heading, .room-heading {
background-color:#eee;
padding:10px;
text-align:left;
cursor:pointer;
}
.room-elements {
background-color:#eee;
padding:0px 10px 10px 10px;
}
.room-elements-table {
}
.icon {
cursor:pointer;
width:11px;
padding:2px;
}
.center { text-align:center; }
.add-element { cursor:pointer; }
.btn {
float:right;
margin-top:-6px;
}
.hide {
display:none;
}
.center {
text-align:center;
}
.heading {
font-weight:bold;
margin-bottom:10px;
}