source: trunk/htdocs/styles/results.css

Last change on this file was 80, checked in by Matthew Whiting, 17 years ago
  • Have copied the entire directory herschel:/var/www/vhosts/pulsararchive.atnf.csiro.au/htdocs to the repository, with the exception of its subdirectory presentations/, as this is just Albert's stuff. Have done this primarily for reference's sake, so that the archive webpages are in the repository and visible.
  • The new stuff that I have been doing over the last week has been moved to new-htdocs/ (this was in the php-testing/ directory). New things in this include the conesearch-vo.php file that returns an XML/VOTABLE file containing the results of the conesearch. Still needs to deal with error conditions, but does return valid VOTables.
  • Some updating of the VOrequirements document.
  • Property svn:executable set to *
File size: 3.7 KB
Line 
1td.mosaic-positions { text-align: left ! important; }
2
3.disabled { color: gray; }
4
5span.mosaic-tag { margin-left: 1em; font-style: italic; font-size: 80%; vertical-align: middle; }
6
7span#spaBundle { margin-right: 1em; }
8
9#spaBundle label { margin-right: 0.5em; }
10
11body { padding: 0; margin: 0}
12
13a { text-decoration: none; }
14a:hover { text-decoration: underline }
15
16table {
17        border: 1px solid gray;
18        border-collapse: collapse;
19}
20
21col {
22        border-right: 1px solid gray;
23        border-left: 1px solid gray;
24}
25
26ul {
27        margin: 0;
28}
29
30tr.extra-detail {
31        display: none;                         
32}
33
34tr.extra-detail td {
35        padding: 0;
36}
37
38table.source-summary {
39        width: 100%;
40        font-size: 90%;
41        border: 0;
42        margin: 0 auto 0 0;
43}
44
45td.ra, td.dec { font-family: monospace; font-size: 110%; }
46
47table.source-summary td {
48        text-align: right;
49        padding: 0.1em 0.5em 0.1em 0.1em;
50}
51
52table.source-summary col.scan-details { width: 100%; }
53
54table.scan-summary col.first { border-left: 0; }
55table.scan-summary col.last { border-right: 0; }
56
57col#colSources {
58        width: 100%;
59}
60
61td.size {
62        text-align: right;
63}
64
65col#colRestricted, td.restricted, td.not-restricted {
66        text-align: center;
67}
68
69.glyph {
70        font-family: "Arial Unicode MS";
71}
72
73span.glyph {
74        cursor: pointer;
75}
76
77input {
78        margin-left: auto;
79        margin-right: auto;
80}
81
82td.observer {
83        white-space: nowrap;
84}
85
86td.restricted {
87        color: indianred;
88}
89
90td.not-restricted {
91        color: darkgreen;
92}
93
94tbody.odd {
95        background-color: rgb(240, 240, 240);
96}
97
98tbody.odd.selected, tbody.selected-odd {
99        background-color: rgb(210, 170, 170);
100}
101
102tbody.even.selected, tbody.selected-even {
103        background-color: rgb(220, 190, 190);
104}
105
106.file-headings { white-space: nowrap; }
107.file-headings th { padding: 0.2em; }
108
109label#labChkAll { margin-left: 0.5em; }
110
111table#tabQueryResults {width: auto; margin-bottom: 1em; border-left: 0; border-right: 0;
112/*margin-left: -1em; margin-right: -1em; */
113}
114
115acronym, abbr { cursor: help; }
116
117td.file-download, td.date { white-space: nowrap }
118td.file-download input, #chkSelectAll { margin: 0 0.5em 0 0.5em; }
119
120#tdFooter { font-size: 80%; }
121
122.accesskey { text-decoration: underline; }
123
124tr.observers ul, td.sources ul { padding-left: 0 }
125tr.observers ul li, td.sources ul li, td.sources ul { display: inline; }
126tr.observers ul li:after, td.sources ul li:after { content: ", ";}
127tr.observers ul li.last:after, td.sources ul li.last:after { content: ""; }
128
129colgroup.right-ascension { border-left: 0; }
130colgroup.scan-details { border-right: 0; }
131
132colgroup.right-ascension, colgroup.declination, colgroup.source-name { vertical-align: middle }
133
134div#divUsage {
135        display: none;
136}
137
138div#divUsage li {
139        margin-top: 0.2em;
140        margin-bottom: 0.2em;
141}
142
143div#divUsage ul.top var, div#divUsage ul.top code {
144        font-size: 110%;
145}
146
147div#divUsage ul.top, p.note { background-color: lemonchiffon; font-size: 90%; margin-left: 2em; padding: 1em 1em 1em 2em; border: 1px solid orange; }
148
149p.note { font-style: italic; padding-top : 0.5em; padding-bottom: 0.5em;}
150
151tr.observers td { width: 100%; }
152tr.observers th { padding-left: 0.5em; padding-right: 0.5em; }
153tr.observers td, tr.observers th { padding-top: 0.2em; padding-bottom: 0.2em; }
154
155.page-info { text-align: right; margin-top: 1em; margin-bottom: 1em; font-size: 90%; }
156
157span.na, span.no-sources { color: rgb(60, 60, 60); font-size: 80%; font-style: italic; }
158
159div#divDownloadSize { font-size: 85%; color: rgb(20,20,20); margin-bottom: 0.5em }
160
161/* Internet explorer adjustments */
162
163* html td, * html th { border: solid gray 1px; }
164* html td.sources ul li { margin-right: 0.5em; }
165* html tr.observers ul li { margin-right: 1em; margin-left: 0.5em; }
166* html col#colSources { width: auto; }
167* html div#divUsage ul { margin-left: 1em; }
168* html tr, * html tbody, * html col, * html colgroup { border: 0; }
169* html table#tabQueryResults { width: 100%; }
170
Note: See TracBrowser for help on using the repository browser.