-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexpcalc.css
More file actions
60 lines (47 loc) · 1.61 KB
/
expcalc.css
File metadata and controls
60 lines (47 loc) · 1.61 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
/*
_ _
_____ ___ __ | |_(_)_ __ ___ ___ ___ ___ ___
/ _ \ \/ / '_ \| __| | '_ ` _ \ / _ \ / __/ __/ __|
| __/> <| |_) | |_| | | | | | | __/ | (__\__ \__ \
\___/_/\_\ .__/ \__|_|_| |_| |_|\___| \___|___/___/
|_|
Special css for Exposure Time Calculator page
CJD / JMM 30/6/14
*/
/* table col heading */
#colhead {
text-align: center;
background-color:#DDDDDD;
padding: 3px;
}
/* table row heading */
#rowhead {
vertical-align: left;
background-color:#DDDDDD ;
padding: 3px; }
/* Image table banner */
#imbanner {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border: solid green 1px;
padding:5px;
background-color: #AAFFAA;
width: 688px;
vertical-align: center
}
/* Spect table banner */
#spbanner {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border: solid blue 1px;
padding:5px;
background-color: #AAAAFF;
width: 688px;
vertical-align: center
}
#pulldn { text-align: right; } /* alignment of text next to pulldowns */
#imresult { text-align: center; color: green; } /* Imaging results */
#spresult { text-align: center; color: blue; } /* Spectro results */
#tabcaption { width: 900px; }
td { vertical-align: center; padding: 5px; } /* cells ?? */
table { border: solid 1px; padding: 10px; width: 700px; align: center; }
/*p, body { font-family: sans-serif; }*/
button { background-color: #FFBBBB; }